/* CSS Document */
body{
margin:0px 0px 0px 0px;
}
 a{
	color: #04681E;
	text-decoration:none;
	font-weight:bold;
}
 a:hover{
	color: #CDCB98;
	text-decoration:underline;
}
 a:visited{
	color: #5A7B63;
	text-decoration:none;
}
/*LAYOUT*/
#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border:0;
	width: 994px;
	/*background: url("../images/background_cols.gif") repeat;*/
}

#header {
	/*background: #5A7B63 url("../images/header_dark_grad.jpg") no-repeat top left;*/
	position: relative;
	height: 160px;
	width: 994px;
	margin: 0 0 0 0;
}
#subheader_wrapper{
	padding:15px 5px 5px 5px;
	background: #FFFFFF;
	height: 20px;
	width:755px;

}
#breadcrumb{
	float:left;
	width:655px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.breadcrumbs a{
	color:red;
}
.breadcrumbs a:hover{
	color:orange;
	text-decoration:none;
}
#printscreen{
	float:right;
	width:95px;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.printscreens a{
	color:green;
}
#side-a {
	float: left;
	width: 165px;
}

#side-b {
	float: right;
	width: 50px;
	color:white;
	margin: 0 0 0 0;
}
#side-c{
	float:left;
	width:23px;
	height:100%;
}
#content { 
	padding:0px 5px 5px 5px;
	float: left;
	/*width: 769px;*/
	width:500px;
	min-height:500px;
    height:auto !important;
    height:500px;
}

#footer {
	clear: both;
	background: #000000;
	height:15px;
}
/*HEADER IMAGES*/
#headerside{
	/*background:url(../template_images/headerside_final.gif) no-repeat top left;*/
	position: absolute;
	left:912px;
	top:0px;
	height: 160px;
	width: 82px;
}
#header_photos {
	position: absolute;
	top: 52px;
	/**
	 * The !important condition is added to trick IE into using the second value, left: 65px;
	 * For some reason, IE gets goofy w/ absolute positioning.
	 */
	left: 7px !important;
	left: 0px;
}
#header_photo_1, #header_photo_2, #header_photo_3, #header_photo_4, #header_photo_5, #header_photo_6 {
	height: 80px;
	width: 80px;
	float: left;
	margin: 0px 7px 0px 7px;
	border: 1px solid white;
}
/*#header_photo_1 {
	background: url(../images/photo1.jpg) no-repeat top left;
}
#header_photo_2 {
	background: url(../images/photo2.jpg) no-repeat top left;
}
#header_photo_3 {
	background: url(../images/photo3.jpg) no-repeat top left;
}
#header_photo_4 {
	background: url(../images/photo4.jpg) no-repeat top left;
}
#header_photo_5 {
	background: url(../images/photo5.jpg) no-repeat top left;
}*/
/*HEADER TEXT ELEMENTS*/
#header_text{
	height: 80px;
	width: 195px;
	float: left;
	margin: 0px 7px 0px 0px;
	color:#ffffff;
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height: 20px;	
}
#topa{
	height:16px;
	width:600px;
	position:absolute;
	left:12px;
	top:6px;
	color:#ffffff;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#topb{
	height:24px;
	width:500px;
	float: left;
	position:absolute;
	left:17px;
	top:22px;
	font-weight:900;
	font-family:Helvetica, Arial, sans-serif;
	font-size:26px;
	color:#ffffff;
	text-align:left;
	
}
/*SEARCH BAR AND BUTTON*/
#search_bar{
	position:relative;
	background-color: #999966;
	height: 40px;
	width: 165px;
	margin-top:-3px !important;
	margin-top:0px; 
}
.search_button{
	margin:4px 0px 0px 5px;	
}
.search_button img{
	border:1px solid black;	
}
#footer_top{
	background-color: #cccc99;
	color:#000000;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:12px;
	width:967px;
}
#footer_top a{
	color: black;
	text-decoration:none;
}
#footer_top a:hover{
	color: red;
	text-decoration:none;
}

#footer_bottom{
	background: #000000;
	color: #FFFFFF;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
#footer_bottom a{
	color: white;
	text-decoration:none;
}
#footer_bottom a:hover{
	color: red;
	text-decoration:none;
}

/*MENU TREE STYLES*/
SPAN.TreeviewSpanArea A {
	font-size: 10pt; 
	font-family: verdana,helvetica; 
	text-decoration: none;
    color: black;
}
SPAN.TreeviewSpanArea A:hover {
	color: #820082;
}
   
#sublabel_text{
	color:gray;
	text-align:right;
	font-family:Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
} 

/*The following elements are required to be here (per Peter Ertman)--These are the "proper" fonts etc...*/
.basicsmall{
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.MainHeadline1{
	font-family:Verdana, sans-serif;
	font-size:20px;
	color:#5A7B63;
	text-align:right;
	font-weight:bold;
}
.SecondaryHeadlineBlackH2{
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:black;
	font-weight:bold;
}
.SecondaryHeadlineGreenH4{
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#5A7B63;
	font-weight:bold;
}
.SecondaryHeadlineTanH5{
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#999966;
	font-weight:bold;
}
.SecondaryHeadlinelgtTanH6{
	font-family:Verdana, sans-serif;
	font-size:16px;
	color:#cccc99;
	font-weight:bold;
}
.TertiaryHeadlineBlackH7{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
}
.TertiaryHeadlineGreenH8{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#5A7B63;
	font-weight:bold;
}
.TertiaryHeadlineTanH9{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#999966;
	font-weight:bold;
}
.TertiaryHeadlineLgtTanH10{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#cccc99;
	font-weight:bold;
}
.BodyCopy{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:black;
	line-height: 140%;
}
.BodyCopy a{
	color: #04681E;
	text-decoration:none;
	font-weight:bold;
}
.BodyCopy a:hover{
	color: #CDCB98;
	text-decoration:underline;
}
.BodyCopy a:visited{
	color: #5A7B63;
	text-decoration:none;
}
.TinyBodyCopy{
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:black;
}
.More{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
}
.More a{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
}
