/* CSS Document */
html,body{height:100%}
html,body,table{	
	margin:0;
	padding:0;
	font-family:sans-serif;	
	font-size:14px;
}
td{	
	margin:0 5px 0 5px;
	font-family:sans-serif;	
	font-size:14px;
}
body{
	background:url(../images/fade.png) repeat-x top #f0f0f0;
}
table{
	border-collapse:collapse;
}
img{
	border:0px none;
}
form{margin:0px}
select{margin:1px auto}
/*Required Fields*/
span.requiredFieldNote{
	font-size:10px;
	padding:5px 5px 5px 15px;
	float:left;
}
span.requiredField{
	color:#FF0000;
	font-size:12px;
	vertical-align:middle;
}
/*******************************************************/
div.mainArea{
	text-align:center;
}
div.mainArea div.contentArea{
	margin:0px auto;
	width:985px;
	text-align:left;
	padding:0;
	/*padding:5px;*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}
div.mainArea div.contentArea div.leftCol{
	padding:5px;
}
div.errorRights{
	font-size:24px;
}
div.mainArea div.contentArea div.leftCol div.mainTitle{
	font-size:24px;
	font-weight:bold;
	color:#000000;
}
img.captcha{
	vertical-align:middle;
	margin:5px 15px;
}	
/*******************************************************/
/*Keeps each page's corresponding menu button highlighted on the initial page load*/
.right_highlight, .right_highlight_login {
	display: block;
	padding: 3px 3px 6px 0;
	background-image: url(../images/news/menu_link_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_highlight {
	color:#FFFFFF;
}
.right_highlight_login {
	color:#d53427;
}
.left_highlight {
	background-image: url(../images/news/menu_link_background_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Highlights Menu Button on Selected Page*/
.button_highlight {
	color:#FFFFFF;
}
.button_highlight, .button_highlight_nocolorchange {
	display: block;
	float: right;
	font-size: 12px; 
	font-weight:bold;
	height: 22px; /* Height of button background height */
	padding-left: 4px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 15px; /*spacing between buttons*/
	background-image: url(../images/news/menu_link_background_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.button_highlight span, .button_highlight_nocolorchange span {
	display: block;
	padding: 3px 4px 6px 0; /*Set 4px here to match value of 'padding-left' value above*/
	background-image: url(../images/news/menu_link_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/*menu CSS for sub menu bar*/
.button_submenu{ /*container that holds a row of buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 700px;
height:20px;
margin:0px auto 0px auto;
padding:0px 70px 5px 0;
}
.button_submenu .leftsection a{
float: left;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
.button_submenu a.button{ 
	display: block;
	float: right;
	font-size: 12px; 
	font-weight:bold;
	text-decoration: none;
	margin-right: 25px; /*spacing between buttons*/
}
.button_submenu a.button:link, .button_submenu a.button:visited, .button_submenu a.button:hover, .leftsection a:link, .leftsection a:visited, .leftsection a:hover{
	color:#606060;
}
.button_submenu a.button:hover, .leftsection a:hover{ 
	color:#D53427;
}
.button_submenu a.button span{
	display: block;
}
.leftsection a span{
	display: block;
}
/*menu CSS for main news navigation bar*/
.buttonmenu{ /*container that holds a row of buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 945px;
height:31px;
background:url(../images/home_main_menu.png);
background-repeat:no-repeat;
background-position:top center;
margin:5px auto 0px auto;
padding:4px 0 0 35px;
}
.buttonmenu .leftsection a{
float: left;
font-size:14px;
font-weight:bold;
height:22px;
padding-top: 0px;
padding-left:4px;
text-decoration:none;
}
.buttonmenu a.button{ 
	display: block;
	float: right;
	font-size: 12px; 
	font-weight:bold;
	height: 22px; /* Height of button background height */
	padding-left: 4px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 15px; /*spacing between buttons*/
}
.buttonmenu a.button:link, .buttonmenu a.button:visited, .buttonmenu a.button:hover, .leftsection a:link, .leftsection a:visited, .leftsection a:hover{
	color:#606060;
}
.buttonmenu a.button:hover, .leftsection a:hover{ 
	color:#FFFFFF;
	background-image: url(../images/news/menu_link_background_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.buttonmenu a.button span{
	display: block;
	padding: 3px 4px 6px 0; /*Set 4px here to match value of 'padding-left' value above*/
}
.leftsection a span{
	display: block;
	padding: 3px 4px 6px 0; /*Set 4px here to match value of 'padding-left' value above*/
}
.buttonmenu a.button:hover span{
	background-image: url(../images/news/menu_link_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.leftsection a:hover span{
	background-image: url(../images/news/menu_link_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.gray_arrow, .red_arrow, .white_arrow {
	display:inline;
	background-repeat:no-repeat;
	padding-right:12px;
}
.gray_arrow {
	background-image:url(../images/main_menu_gray_arrow.png);
	background-position:right 2px;
}
.red_arrow {
	background-image:url(../images/main_menu_red_arrow.png);
	background-position:right 2px;
}
.white_arrow {
	background-image:url(../images/main_menu_white_arrow.png);
	background-position:right 4px;
}
/*News Box Heading Styles*/
.news_headings {
	width:906px;
	height:55px;
	margin-left:39px;
	margin-bottom:10px;
	clear:both;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
}
.news_headings ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:15px;
}
.news_headings ul li {
	float:left;
	width:23%;
	height:45px;
	border-left:1px solid #e8e8e8;
	padding:5px 5px 5px 10px;
}
.news_headings ul li a, .news_headings ul li a:visited {
	text-decoration:none;
	color:#000000;
}
.news_headings ul li a:hover {
	text-decoration:underline;
}
/*News Ticker Styles*/
ul.news_ticker_link {
	list-style:none;
	font-size:12px;
	margin:0;
	padding-left:15px;
	display:inline;
}
ul.news_ticker_link li a, ul.news_ticker_link li a:visited {
	color:#606060;
}
ul.news_ticker_link li a:hover {
	color:#00F;
}
ul#news li {
display:none;
}
/*Bottom Bar Styles*/
.bottom_bar {
	float:left;
	background:url(../images/home_bottom_bar.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:10px auto 0 auto;
	padding:0 0 1px 0;
	width:100%;
	font-size:12px;
	color:#606060;
}
.search_box {
	float:right;
	padding:3px 0 0 0;
	margin:0 60px 0 0;
	height:22px;
}
.search_button {
	vertical-align:top;
	margin:0;
	padding:0;
}
.news_link_box {
	font-weight:bold;
	padding:8px 25px 35px 60px;
	margin:0 0 0 0;
	float:left;
	display:inline;
	background-image:url(../images/news/divider.png);
	background-repeat:no-repeat;
	background-position:115px 4px;	
}
/*Home Page Center Content (3 Columns)*/
.content_inner_container {
	margin-left:39px;
	margin-right:40px;
	border-top:solid 1px #E8E8E8;
	border-left:solid 1px #E8E8E8;
	border-right:solid 1px #E8E8E8;
	height:303px;
}
.flash_container {
	float:right;
	border-left:solid 1px #E8E8E8;
	border-right:solid 1px #E8E8E8;
	height:303px;	
}
.icon_buttons_right {
	width:132px;
	float:right;
}
.icon_buttons_left {
	width:132px;
	float:left;	
}