/* Stumpf's Creative Landscaping 
CSS Document
Author: Julie Berglund, CaliCat Design www.calicatdesign.com
Version 2 - April, 2008

MAIN STRUCTURE
---------------------------------------------------------- */

#page {width:824px;align: center;}
html>body .navBar {background: #4F7A32 top left repeat-y;width: 812px;text-align: left;}

/* Navigation Dropdown from Suckerfish 
------------------------------------------------------------*/
.navBar {background: #4F7A32 top left repeat-y; width: 812px;text-align: left;}
html>body .navBar {background: #4F7A32 top left repeat-y;width: 812px;text-align: left;}

#nav, #nav ul { padding: 0; margin: 0; list-style: none; font-family: Verdana, Arial, Helvetica, sans-serif;color: #FFFFFF;font-size: 11px;font-weight:bold;display: inline;background-color:#4F7A32;}

#nav a { display: block;color: #FFFFFF;text-decoration: none;padding: 6px 21px 6px 22px;background-color:#4F7A32;}
#nav a.home { padding: 6px 20px 6px 22px;}

#nav a:hover {color: #FFFFFF;background-color:#83A06A;}
#nav li { float: left;}
#nav li ul { position: absolute; width: 10em;left: -999em;background-color:#4F7A32;}
html>body #nav li ul { position: absolute; width: 10em; left: -999em; background-color:#4F7A32;}
#nav li ul a {width: 11em; list-style: none;display: block;padding: 5px 1em;margin: 0;color: #FFFFFF;}

html>body #nav li ul a{
	 /*Correct value for browsers that don't suffer from IE Win's bugs*/
    display: block; width: 10em;padding: 5px 1em;}

#nav li ul a:hover {color: #FFFFFF}
#nav li:hover ul, #nav li.sfhover ul { left: auto;color: #FFFFFF}




/* HEADERS
---------------------------------------------------------- */

.Left {
	padding-right: 12px;
	background: url(../img/bkgd-sm.jpg);
	width: 275px;
	}

.Right {
	padding-left: 12px;
	background: url(../img/bkgd-md.jpg);
	width: 592px;
	height:36px;
	}
html>body .Right {
	height:42px;
	padding-bottom:10px;
	align: left;
}

.LeftLong {
	background: url(../img/bkgd-md.jpg);
	width: 592px;
	height:36px;
	}
.RightShort {
	padding-left: 12px;
	background: url(../img/bkgd-sm.jpg);
	width: 275px;
	height:36px;
	color: #FFFFFF;
	text-align: left;
	}
html>body .RightShort {
	height:44px;
	padding-bottom:6px;
	align: left;
}

.MainArea {
	width: 592px;
	height: 100px;
	padding:12px;}


/* FOOTER STRUCTURE
---------------------------------------------------------- */

.footerLeft {padding-top: 6px; padding-bottom: 0;padding-left: 10px;text-align: left;width: 382px;}
.footerRight  { padding-top: 6px; padding-bottom: 0;padding-right: 0; text-align: Right; width: 382px;}
html>body .footerLeft { padding-bottom: 8px;}
html>body .footerRight { padding-bottom: 8px; padding-right: 10px;}




/* Photo Gallery Size
---------------------------------------------------------- */

.MainGallery {
	width: 592px;
	height: 269px;
	background-color:#95AE80;
	vertical-align:top;}


