@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c2c3bf;
	margin: 0; 
	padding: 0;
	color: #666d70;
}

#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: 120px;
	background-color: #fff;
	background-image: url(/_assets/logo.gif);
	background-repeat: no-repeat;
	background-position: 30px 16px ;
} 
#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: 649px;
	top: 128px;
	background-color: #fff;
	text-align: right;
	height: 22px;
	padding-right: 10px;
	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;
}
#print_comments { display: none; }
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
/* page navigation menu ==================================================  */
#navcontainer {
	position: absolute;
	width: 660px;
	top: 99px;
	left: 265px;
}

#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: 120px;
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: 32em;
	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:18em;
	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: 8em;
}
.contactform input.med , .contactform textarea.med { width: 18em; }
.contactform input.medsmall, .contactform textarea.medsmall { width: 6em; }
.contactform textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.contactform textarea.full { width: 94%; margin-left:3%; }
.contactform p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform fieldset { border: 1px solid #789244; padding: .5em 0; margin-top: 1em; }
.contactform legend {
	color: #789244;
	text-transform: uppercase;
	font-size: .8em; 
	padding: 0 .5em;
	margin-left: 1em;	
}
.contactform table { margin: 1em 0 0 0; width: 100%; }
.contactform table.margin { margin: 1em 2.5% 0 2.5%; width: 95% }
.contactform table td { margin-right: 4px; font-size: .7em; color: #000; }
.contactform table td.formalign { width:17.3em;text-align: right; padding-right: 10px; }
.contactform table th { 
	font-size: .75em;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	color: #000;
}
.contactform input.margL1 { margin-left: 1em; }
/* miscellaneous formatting ============================================================== */
.clrrightmargin {
	margin-right: -75px;
} 
table.irc td { font-size: .8em; font-weight: normal; color: #000; border-bottom: 1px solid #A0B37C; padding: 4px 4px 4px 0; vertical-align: top; }
table.irc th { font-size: .8em; font-weight: bold; text-align: left; color: #000; border-bottom: 1px solid #A0B37C; padding: 0 0 4px 0; vertical-align: bottom; }

#commentfeed { margin-top: 1em; padding: 1em 1em 0 1em; border: 1px solid #A0B37C; }
#commentfeed p { color: #000; font-size: 11px; line-height: 1.2; }
#commentfeed form {  }
#commentfeed form textarea { width: 94%; background-color: #fff; border: 1px solid #A0B37C; font-size: 11px; color: #000; padding: .5em; }
#commentfeed form input.submit { margin: 4px 0 1em 0; float: right; }
#commentfeed span.green { color: #A0B37C; font-size: 9px; }
