@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	
	color: #000000;
}

#container { 
	width: 750px;
	position: absolute;
	left: 50%;
	margin: 10px 0 40px -375px;
	border: none;
	background-image: url(../assets/content-bkg.gif);
	background-repeat: repeat-y;
	background-position: top left;
} 
#header {  
	height: 84px;
	background-color: #fff;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	border-bottom: 8px solid #fff;
} 
#header img.growing {
	position: absolute;
	top: 5px;
	left: 373px;
}
#printheader {
	display: none;
}
#hplink {
	width: 179px;
	height: 84px;
	overflow:hidden;
	position: absolute;
}
#hplink img {
	border: none;
}
#extranav {
	float: right;
	font-size: 10px;
}
#extranav a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#extranav a:hover {
	color: #cc3300;
}
#contentwrap {
	margin: 8px 0 8px 0;
	padding: 0;
	
}
#sidebar {
	float: left;
	width: 181px;
	padding:0;
	margin: -8px 0 0 0;
}
#mainContent { 
	float: right;
	width: 431px;
	margin: 0;
	padding: 58px 90px 36px 40px; 
	background-image: url(../assets/background.gif);
	background-position: top right;
	background-repeat: repeat-y;
	height: 1%;
}
#leafright {
	position: relative;
	float: right;
	margin: 260px 0 0 -75px;
	padding: 0;
	width: 75px;
	height: 142px;
	background-image: url(../assets/leaf_right.gif);
}
#footer { 
	height: 51px;
	background-color:#FFFFFF; 
	border-top: 8px solid #fff;
} 
#footer #footerlogo {
	width: 350px;
	float: left;
	position: relative;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	margin-bottom: 4px;
	color: #000;
	text-align: center;
	margin-left: 380px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/* page navigation menu ==================================================  */
#navcontainer {
	position: relative;
	width: 561px;
	top: 66px;
	left: 189px;
}
* html #navcontainer {
	top: 67px;
}
*+html #navcontainer {
	top: 67px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 80px;
	padding:0;
	font-size: 9px;
	color: #fff;
}
#nav a:hover {
	color: #cc3300;
}
/* adjusts the widths of individual main menu items.*/
#nav a#one {
	width: 66px;
}
#nav a#two {
	width: 98px;
}
#nav a#three {
	width: 103px;
}
#nav a#four {
	width: 74px;
}
#nav a#five {
	width: 60px;
}
#nav a#six {
	width: 75px;
}
#nav a#seven {
	width: 78px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	list-style-type: none;
	background-color: #79822A;
	text-align: center;
	margin-right: 1px;
}
#nav li:hover, #nav li.sfhover {
	background-color: #e1e2c8;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.subnav {
	float: right; 
	font-size: 10px;
	margin: -40px -70px 0 0;
}
* html .subnav {
	margin: -40px -30px 0 0;
}
.subnav a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
.subnav a:hover {
	color: #cc3300;
}

/* sidebar navigation */
*+html #sidebar img {
	margin-bottom: -4px;
}
* html #sidebar img {
	margin-bottom: -4px;
}
#sidebar .navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #e1e2c8;
width: 181px;
}

#sidebar .navlist li
{
list-style: none;
margin: 0;
padding: 3px 0 3px 20px;
border-top: 1px solid #E1E2C8;
}

#sidebar .navlist li a { 
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	display: block;
	width: 161px;
	height: auto;
 }
 #sidebar .navlist li a:hover {
 	color: #000;
 }
 #sidebar .navlist li:hover, #sidebar .navlist li.sfhover2, #sidebar .navlist li:hover a, #sidebar .navlist li.sfhover2 a {
 	background-color: #EFF3DE;
	color: #000;
 }
 /* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file {
	display: block;
	font-size: 11px;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 2px;
	border: 1px solid #79822a;
	}
* html .contactform textarea {
}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #eff3de;
}
.contactform select {
	width: 21.5em;
}
.contactform .checkbox {
	width: auto;
}
.contactform label {
	color: #000;
	text-align: right;
	width:15em;
	margin-right: 5px;
	font-size: 11px;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}
.contactform input.button {
	width: auto;
	padding: 3px 8px;
	color: #fff;
	background-color: #a4ae70;
	margin-bottom: 18px;
}
.contactform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}
.contactform input.small, .contactform select.small {
	width: 6em;
}
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}