/*  -----{ homepage stylesheet }---------------------------  */


* { margin:0; padding:0; }

html {}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Verdana, arial sans-serif; 
	line-height: 1.5em;
	color: #555f6a;
	background: #ffffff;
	text-align:left;
}

img	{ border: 0; }
div { margin: 0; padding: 0; }
.clearing { clear:both;font-size:0;line-height:0; }


a {
	color: #004787;
	text-decoration: underline;

}
a:hover {color: #041627; text-decoration: underline;}

br {

	clear: both;

}



/*  -----{ header }---------------------------  */


#header {
	height: 91px;
	text-align: right;
	background-image: url(header_background.gif);
	background-color: #476242;
}

#header #logo {
	float: left;
	margin-left:0px;
	margin-top:0px
	margin-bottom:-5px;
}

#logo img {
margin-bottom:-10px;
}

#headerRight {
float: right;
margin-top: 15px;
margin-right: 4px;
margin-bottom:6px;
font: #ffffff;}

#headerRight a {
margin-left: 5px;
margin-right: 5px;
}

#headerRightForm {
float: right;
margin-top: 12px;
margin-right:13px;
margin-left:13px;
padding-top:3px;
border:0px;}

input { 
 background-color: #93c097;
 border: 0px;
 height: 18px;
}

#searchBar {float:left;}
#headerRight, #headerRight a, #headerLeft, #headerLeft a {
font-size: 11px;
color: #fff;
font: #ffffff;}


 #headerLeft ul li ul li a {
 color: #000000;
 }

#headerLeft {
position: absolute;
top:60px;
 width:900px;}

#subHeader {
height:64px;
border-bottom: 1px solid #919191;
background-image: url(subheader_background.gif)
}

#breadcrumbs {
margin-left: 12px;
margin-top: 7px;
padding-right:30px;
width:auto;
float:left;
}

#breadcrumbs a {
font-family: Arial, Halvetica, sans-serif;
color: #333333;
font-size: 10px;
font-weight: bold;
margin-right:3px;
margin-left:3px;
text-decoration: none;
}

#breadcrumbs a:hover {
text-decoration: underline;
}

#breadcrumbs p {
margin-top:10px;
}
#breadcrumbs a.breadcrumbsCurrent {
font-family: Arial, Halvetica, sans-serif;
color: #333333;
font-size: 36px;
font-weight: bold;
margin-right:3px;
margin-left:3px;
}

#submenuMiddle {
height:67px;
float:left;
margin-bottom:-3px;
background-image: url(subheader_divider.gif);
background-position:left;
background-repeat:no-repeat;
}

#submenuMiddle ul li {margin-right: -10px; padding-left:5px;padding-right:5px;}

#submenuMiddle ul li ul li {margin-right: -10px; padding-left:0px;padding-right:0px;}

#submenuMiddle ul li a {
color:#333333;
font-size:11px;
}

#submenuMiddle ul li a:hover {
color:#ffffff;}

#submenuMiddle ul li ul li a:hover {
color:#000000;}

#submenuMenu {
margin-top:35px;
margin-left:-10px;
}

/* Lists */

ul {
margin-top:10px;
margin-bottom:10px;
}

li {
list-style-type: none;
margin-top:5px;
margin-bottom:5px;
}

/*  -----{ wrapper }---------------------------  */



#container {
	background-color: #f1f1f1;
	width:100%;
	position: relative;
	margin:0px;
	text-align:left;
}

#TextContentLeftWide {
background-color: white;
width:600px;
padding-left:15px;
padding-top:15px;
padding-bottom:10px;
padding-right:10px;
border-right:1px solid #919191;
color: #212121;
float:left;
}

#innerContent{
margin:0px;
width:100%;
}

#container h1 {
margin-bottom: 6px;
float:left;
}

#container h3 {
margin-top:10px;
margin-bottom:3px;
}

#container p  {margin-top:4px; margin-bottom:4px;}

#container li, #container ul {
margin-left:8px;
}





#contentMiddleSmall {
width:300px;
float:left;
padding-bottom:10px;
}

#contentMiddleSmall, #contentLeftWide {
border-right:1px solid #919191;
border-bottom:1px solid #919191;
margin:0px;
position:relative;
}

#contentMiddleSmall #contents {
margin-top:17px;
}

#contentMiddleSmall a {
color: #7d7d7d;
text-decoration:none;
}

#contentMiddleSmall a:hover {
color: #464646;
text-decoration:underline;
}

#contentMiddleSmall ul {
font-weight: bold;
font-family: sans-serif, "Lucida Grande", Verdana, Arial;
font-size:16px;
}

#contentMiddleSmall ul li ul li {
font-size:15px;
margin-bottom:8px;
}

#contentMiddleSmall ul li ul li ul li a {
color: #245011;
margin:-5px;
}