@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 0;
	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;
	margin: 0 0 -2em 0;
	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: right;
	margin-left: 380px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
#iframe {
	position: absolute;
	height: 800px;
	margin: 30px 0 30px 0;
	overflow: visible;
	left: 0;
	top: 120px;
	width: 690px;
	padding: 30px;
	background-color: #fff;
}