@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #888888;
}

h1{
	font-size: 16px;
	color: #E26D22;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
	color: #990000;
}

h2 a{
	font-size: 14px;
	color: #990000;
}

h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005dab;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h3 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005dab;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
}

.blueunderline {
	border-bottom: solid 1px #005dab;
	padding: 0 0 .25em 0;
}
.orangeunderline {
	border-bottom: solid 1px #E26D22;
	padding: 0 0 .25em 0;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCD95;
	font-size: 26px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 0px 5px 15px;
}

h5.darkblue{
	display: block;
	background-color: #09365E;
	margin: 0 0 15px 0;
}

h5.brightorange{
	display: block;
	background-color: #E26D22;
	margin: 0 15px;
}

ul {
	list-style-position: inside;
}

a img {
	border: none;

}

a {
	color: #E26D22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#maincontainer{
	background-color: #BABABA;
	position: relative;
	margin-bottom: 175px;
	top: 50px;
}

#container {
	width: 820px;
	font: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	margin: 0 auto -25px;
	padding: 25px 0;
	background-color: #FFFFFF;
	position: relative;
	top: -25px;
}

#pagecontent{
	margin-left: 25px;
}

#banner {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #f99d32;
	height: 91px;
	width: 770px;
	background-image: url(images/bannerbg3.jpg);
	background-repeat: no-repeat;
}

#banner img{
	margin: 15px 0 0 15px;	
}


#nav {
	font-size: 14px;
	text-align: center;
	width: 770px;
	display: inline;
	clear: right;
	
}

#nav ul{
	text-align: left;
	background-color: #005dab;
	padding: 6px 0 6px 0;
	float: left;
	width: 770px;
}

#nav ul li{
	display: inline;
	margin: 0 10px 0 10px;
}

#nav a, #footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
}

#nav a:hover, #footer a:hover {
	border-bottom: 1px #FFFFFF dotted;
}

#sidebar{
	width: 175px;
	margin: 5px 10px 0 0;
	padding: 5px 15px 0px 9px;
	float: left;
	display: inline;
	border-right: dotted 1px #999999;

}

#sidebar ul li{
	list-style-type: none;
	display: inline;
}

#sidebar h3 a{
	font-size: 1em
	!important;
	margin-bottom: 10px !important;
	color: #333333 !important;
}


#sidebar a{
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005dab;
	font-size: 1em;
	display: block;
	padding: 2px 7px;
}

#sidebar a:hover{
	background-color: #09365E;
	color:#FFFFFF;
}

.activelink {
	font-weight: bold;
	color: #0087f7 !important;	
}

#sidebar a:hover.activelink {
	background-color:#FFFFFF !important;
}

#sidebar h3 a{
	padding: 0;
	color: #005dab;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em !important;
	text-transform: uppercase;
}

#sidebar h3 a:hover{
	color: #005dab;
	text-decoration: underline;
	background-color:#FFFFFF;
}

#sbcontent{
	width: 515px;
	padding: 0 0 0 5px;
	float: left;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sbcontent img{
	margin-left:7px;
}

.arrowlist{
	font-size: 14px;
	color: #0087f7;
	list-style-image: url(images/subnav-marker.gif);
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 1.5em;
}

#maincontent{
	width: 660px;
	padding: 8px 0 8px 0;
	float: left;
	display: inline;
}

.maincontenttext{
	background-color: #f99d32;
	color: #FFFFFF;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.35em;
	}

#midcontent{
	width: 770px;
	margin: 0;
	padding: 0 0 15px 0;
}

#midcontentthird{
	width: 225px;
	float: left;
}

#midcontentthird.mcthirdleft{
	padding: 0 15px 0 5px;
}

.contentfloatright{
	float: right;
	margin: 0 0 5px 5px;
}

#midcontentthird.mcthirdright{
	padding: 0 5px 0 5px;
}

#midcontenttwothird{
	width: 475px;
	padding: 0 0 0 5px;
	float: left;
}

#midcontenttwothird.mctwothirdright{
	padding: 0 0 0 15px;
}

#midcontenttwothird.mctwothirdleft{
	padding: 0 15px 0 0;
}

#midcontenttwothird.mctwothirdright ul{
	display: block;
	width: 240px;
	float: left;
	margin-right: 15px;
}

#midcontenttwothird.mctwothirdright ul li{
	color: #E26D22;
	list-style-image: url(images/subnav-marker.gif);
	list-style-position: inside;
	margin: 0 0 10px 0;
}


#midcontentfull {

}

#imgthumbnail {
	float: left;
	width: 225px;
	margin: 0 7px 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

#midcontentthird.pressrelease{
	padding: 0 15px 0 5px;
	width: 245px;
}

#midcontentthird.pressrelease a{
	color: #005dab;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 5px 0 5px 0;
}

#midcontentthird.pressrelease h3 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005dab;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	fornt-weight: normal;
	text-decoration: none;
	
}


#midcontentthird.pressrelease p{
	text-transform: uppercase;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;	
}


#imgthumbnail img{
	float: left;
	margin: 5px;
}

#imgthumbnail h2{
	margin-left: 15px;
}

#footer{
	text-align: right;
	color: #005dab;
	padding: 0 25px 0 0;
}

#footer ul {
	background-color: #005dab;
	display: block;
	padding: 4px 0;
	margin: 0 0 5px 0;
}

#footer ul li{
	color: #FFFFFF;
	margin: 0 8px;
	display: inline;
}	

#footer-wrap{
	width: 820px;
	position: relative;
	top: 75px;
	clear: both;
	padding-bottom: 25px;
	background-color: white;
	margin: 0 auto;
}

#clear{
	width: 100%;
	clear: both;
}
