@charset "utf-8";
html {height: 100%;}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. Text is then set to the left aligned default in the #container selector */
	background-color: #172C15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;	
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #006600;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #006600;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #006600;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #004400;
	margin-top: 8px;
	}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
.clear {clear:both;}
#dpbhead {float:right;width:720px;}
#dpbheadimg {float:left;padding:5px 0 0 80px;}
#dpbwhirl {float:left;padding-bottom:1px;}

.layout #container {
	position: relative;
	min-height: 100%;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;
	font-size: small;
	font-weight: normal;
}
.layout #header {	
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #006600;
	}
.layout #headerpic {
	height: 70px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #006600;	
	}
.layout #headerpic h1 {
	padding: 5px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 510;
	color: #EDF264;
	}
.layout #crumbtrail {
	display:block;
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #669966;
	background: #B4D98C;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	}
.layout #crumbtrail a {
	color: #0058EE;
	text-decoration: none;
	}
.layout #crumbtrail a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
.layout #crumbtrail a:visited {
	color: #8900B3;
	text-decoration: none;
	}
.layout #main {
	overflow:auto;	
	padding-bottom: 66px;	/* for sticky footer */
	}
.layout #leftcol {
	float:left;
	width:150px;
	padding:10px 5px 0 5px;
	}
.layout #centrecol {
	float:left;
	width:600px;
	margin:0;
	padding:20px 0 0 50px;
	}
.layout #rightcol {
	float:right;
	width:70px;
	padding:5px;
	}
.layout #footer {	
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: #FFFFFF;							
	position: relative;
	margin-top: -66px;   	/* shows sticky footer at bottom */
	height: 57px;			/* define height of sticky footer */
	clear: both;
	}
.layout #footlinks {
	height:30px;
	margin-top:6px;
	padding:10px 0 0 0;
	border-top: 2px solid #006600;	
	font-size: 70%;
	}
.layout #footlinks a {
	color: #3A95C5;
	text-decoration: none;	
	}	
.layout #footlinks a:hover {
	color: #0033FF;
	text-decoration: underline;
	}	
	
	
.layout #footstrip {
	height:18px;	
	background:#006600;
	color:#FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	}	


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
	}

#nav, #nav ul { /* all lists */
	padding: 2px 0 1px 0;		/* padding needed for Chrome and Safari */
	margin: 0 0 0 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A4BE89;
	text-decoration: none;
	z-index:500;
	}
#nav a {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	/*width: 10em;*/
	color: #A4BE89;
	font-size: 12px;
	text-decoration: none;
	}
#nav a:hover {
	color: #FDF000;
	background: #006600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav li { /* all list items */
	float: left;
	width: auto;	
	/*width: 10em;  width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	margin: 0; 
	padding: 0;
	position: absolute;
	background: #28772B;
	width: 13em;
	line-height: 1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
#nav li ul li { /* second-level lists */
	float: left;
	width: 11em;  /* width needed or else Opera goes nuts */
	padding: 7px 2px 3px 10px;
}

#nav li ul li a { /* second-level lists */
	color: #B2CC97;	
}

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


#sidebarnav {
	margin:0 10px 10px 10px;
	padding:0;
	background-color: #EEF3E2;
	border: 1px solid #006B00;
	}
#sidebarnav ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	}
#sidebarnav li a {				/* helps fix the extra space bug in IE */
	display: inline-block;
	}

#sidebarnav li a {
	display: block;
	margin: 0;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font-size: 12px;
	color: #4F8C2E;
	background: #EEF3E2;
	}
#sidebarnav li a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #006b00;
	background: #B4D98C;
	}

a.sidemenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336600;
	text-decoration: none;
}
.greenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008A00;
	text-decoration: none;

}
a.greenlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
.sidemenu-small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
#sidenav { /* all lists */
	padding: 0 0 0px 0;
	margin 0 20px 10px 0;
	list-style: none;
}
#sidenav a {
	display: block;
	width: 10em;
	color: #336600;
	font-size: 12px;
	text-decoration: none;
}
#sidenav a:hover {
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#sidenav li { /* all list items */
	padding: 0px 0px 3px 15px;
}
#boxlist, #boxlist ul {				/* for list in sidebar box */
	list-style-type: circle;
	padding: 0;
	margin: 0 0 0 32px;
}
#boxlist li {
	padding: 0;
	margin: 0;
	}
.affbox {
	width: 140px;
	padding: 0;
	margin: 0 0 0 10px;
	background-color:#FCFBE0;
	border: 2px solid #99cc66;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.affhead {
	padding: 0;
	margin: 0;
	background-color:#99cc66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	}
.labeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #868686;
	margin-top: 5px;
	}
.nametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	}
.plantlink {
	color: #000066;
	text-decoration: none;
	}
a.plantlink:hover {
	color: #003300;
	text-decoration: underline;
	}
.plainlink {
	color: #0000BB;
	text-decoration: none;
	}
a.plainlink:hover {
	color: #0033FF;
	text-decoration: underline;
	}
.roundedcorners10 {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
.smallfootlink {
	color:#FFFF99;
	text-decoration: none;
	}
a.smallfootlink:hover {
	color: #FFFF99;
	text-decoration: underline;
	}
.searchboxcontainer {
	width:174px;
	padding:10px 0 0 0;
	float:right;
	color:#E1E187;
	}
.searchbox {
	margin:0;
	padding:1px 2px 1px 2px;
	width:130px;
	background-color: #B4D98C;
	border: #006400 1px solid;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
.searchbutton {
	margin:0;
	padding:0;
	width:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:500;
	color: #FFFF00;
	background: #698B22;
	border: 1px outset #002200
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	}
.sidebox {
	margin:0 10px 0 5px;
	padding:5px 0 5px 10px;
	background-color:#FCFBE0;
	border: 2px solid #99cc66;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

/* for Google Custom Search */
.cse-branding-bottom {
margin:0 7px 0 0;
padding:0
}
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-logo {
	margin-left: 10px;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}




