@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c2c3bf;
	margin: 0; 
	padding: 0;
	color: #555;
}

#container { 
	width: 920px;
	position: absolute;
	left: 50%;
	margin: 0 0 40px -460px;
	border: none;
	background-image: url(../assets/content-bkg.gif);
	background-repeat: repeat-y;
	background-position: top left;
} 
#header {  
	height: 100px;
	background-color: #fff;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 73px 6px ;
} 
#borderstrip {
	height: 8px;
	background-image: url(../assets/borderstrip_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#printheader {
	display: none;
}
#extranav {
	float: right;
	margin: 10px 10px 0 0;
	font-size: 10px;
}
#extranav a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#extranav a:hover {
	color: #788227;
}
#contentwrap {
	margin: 8px 0 8px 0;
	padding: 0;
	
}
#sidebar {
	float: left;
	width: 244px;
	padding: 0 0 0 8px;
	margin: -16px 0 0 0;
}
* html #sidebar {
	margin: -26px 0 0 0;	
}
#sidebar h3 {
	color:#FC0;
	font-size: 16px; 
	font-weight: normal;
	background-image: url(../assets/menu_bkg_ovr.png);
	padding: 5px 20px 5px 14px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #000;
}
#sidebarleaf {
	margin: -100px 0 0 -58px;
	float: left;
	position: relative;
	width: 181px;
	height: 171px;
	background-image: url(../assets/PWCF_star.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#mainContent { 
	float: right;
	width: 590px;
	margin: 0;
	padding: 40px 30px 20px 40px; 
	height: auto;
}
#mainContent ul, #mainContent ol {
	margin-top: -1.5em;	
}
#mainContent ul li ul, #mainContent ol li ul {
	margin-top: 0;	
}
#subnav {
	position: absolute;
	left: 260px;
	width: 655px;
	top: 108px;
	background-color: #fff;
	text-align: right;
	height: 22px;
	padding-right: 4px;
	border-left: 1px solid #666;
}

#subnav a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 8px 5px 8px;
	height: 22px;
	line-height: 22px;
	background-color: #f4f5d9;
	margin-left: 4px;
	}
#subnav a:hover {
	text-decoration: underline;
}
#footer { 
	height: 19px;
	background-image: url(../assets/footer_bkg.gif);
	background-repeat: repeat-x;
	padding: 20px 0 0 268px;
} 
#subfooter {
	height: 20px;
	background-color: #c2c3bf;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/* page navigation menu ==================================================  */
#navcontainer {
	position: absolute;
	width: 660px;
	top: 79px;
	left: 268px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 8px 0 0;
	list-style: none;
	line-height: 1;
	float: right;
	
}
#nav a {
	display: block;
	padding:0 6px 0 6px;
	color: #000;
	font-size: 9px;
	line-height: 9px;
	white-space:nowrap;
}
#nav a:hover {
	color: #788227;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	list-style-type: none;
	text-align: center;
	border-left: 1px solid #666;
}
#nav li.first {
	border-left: none;	
}

#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;
}
/* sidebar navigation */
#sidebar #navlist
{
position: absolute;
top: 100px;
left: 8px;
margin: 0;
padding: 0;
width: 244px;
z-index: 999;
}

#sidebar #navlist ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar #navlist ul li
{
display: block;
padding: 0;
margin: 0;
border-bottom: 1px solid #222;

}
img, #sidebar #navlist ul li a, #sidebar #navlist ul li a:hover, #sidebar #sidebarleaf {
	behavior: url(../css/iepngfix.htc); 
}
#sidebar #navlist ul li a, #sidebar #navlist ul li a.doubleheight, #sidebar #navlist ul li a.small, #sidebar #navlist ul li a:hover
{
	float: none;
	width: 244px;
	height: 20px;
	padding: 5px 0 2px 16px;
	margin: 0;
	background-image: url(../assets/menu_bkg.png);
	background-repeat: repeat-y;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border: none;
}
* html #sidebar #navlist ul li a, * html #sidebar #navlist ul li a.doubleheight, * html #sidebar #navlist ul li a.small, * html #sidebar #navlist ul li a:hover
{
	width: 228px;	
}
#sidebar #navlist ul li a:hover
{
	background-image: url(../assets/menu_bkg_ovr.png);
}
#sidebar #navlist ul li a.doubleheight {
	height: 39px;
}
#sidebar #navlist ul li a.small {
	font-size: 11px;
}
/* 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;
}
.contactform p, .contactform li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform fieldset {
	padding: 0 12px 12px 12px;
	border: 1px solid #79822a;
	margin: 8px 0 8px 0;
}
.contactform legend {
	padding:0 6px 0 6px;
	color: #749834;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* miscellaneous formatting ============================================================== */
.clrrightmargin {
	margin-right: -75px;
} 
.no_tlr_marg {
	text-align: center;
	margin: -47px -30px 30px -32px;
}