@charset "utf-8";
/* CSS Document */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p 	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
	line-height: 18px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2A6087;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #D52D00;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2A6087;
	font-weight: bold;
}
.oneColFixCtrHdr #main_container {
	width: 816px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E1E1E1;
	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. */
}

.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E1E1E1;
	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. */
	
}
.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;  /* 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-image:url(images/header_bg.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #main_navigation {
	width: 262px;
	margin: 0; 
	padding: 0px 0px 0px 0px;  /* 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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
.oneColFixCtrHdr #footer {
	margin-left: 10px;
	margin-right: 10px;
	background:#7D7D7D;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 15px;
	text-align:center;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
}
#main_photo {
	float: right;
	width: 504px;
}
#main_navigation {
	width: 262px;
	
}
a:link {	
	color: #D52D00;
	text-decoration:underline;
}
a:visited {	
	color: #D52D00;
	text-decoration:underline;
}
a:hover, a:active {
	color: #2A6087;
	text-decoration: underline;
}
a:link.footernav, a.footernav:visited {	
	color: #FFFFFF;
}
a.footernav:hover, a.footernav:active {
	color: #D52D00;
}
#bottom_navigation {
	text-align: left;
	font-size: 10px;
	padding: 10px 0px 10px 22px;
	background-color: #e1e1e1;
	margin-left: 10px;
	margin-right: 10px;
	
}
a.bottomnav:link, a.bottomnav:visited {	
	color: #2A6087;
	text-decoration: none;
}
a.bottomnav:hover, a.bottomnav:active {
	color: #D52D00;
}
a.nodec {
	text-decoration: none;
	color:  #2A6087;
}
a.nodec:hover {
	text-decoration: underline;
	color:  #2A6087;
}

#menu_guide {
	width: 249px;
	margin-left: 25px;
	margin-bottom: 25px;
	float: right;
	border: 1px #CCCCCC solid;
}
.dark_blue {
	color: #2A6087;
}
.dark_red {
	color: #D52D00;
}
	
hr {
	height: 1px;
	color:#000000;
}
li.criteria {
	padding-bottom: 12px;
}
#home_news_events {
	width: 180px;
	padding:0px 10px 0px 0px;
}
.news_item {
	font-size: 10px;
	line-height: 14px;
	color:#235077;
}
img.verticalbar {
	padding: 15px 30px 0px 30px;
}
