/* CSS Document */

body {
	background:#668ea8 url(../images/background_main.png) top center no-repeat;
	margin:0px;
	padding:0px;
	behavior:url(js/csshover2.htc);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:16px
	}

img {
	behavior:url(js/iepngfix-tidy.htc);
	border:0px;
	}
	
div, span {
	behavior:url(js/iepngfix-tidy.htc);
	}
	
*a {
	cursor:hand;
	}
	
#flash_main {
	width:920px;
	height:340px;
	/*background:url(../images/flash_home_FPO.jpg) no-repeat;*/
	margin:0 -10px -3px -10px;
	position:relative;
	}
	
/* CALLOUT STUFF */
	
#callout_container {
	width:900px;
	height:auto;
	margin:15px 0px 0px 0px;
	display:table;
	}
	
#callout_left {
	width:445px;
	height:auto;
	float:left;
	display:table-cell
	}
	
#callout_right {
	width:445px;
	height:auto;
	float:right;
	display:table-cell;
	}
	
.callout_title {
	margin:5px 0px 0px 10px;
	}
	
.call_top_left {
	width:10px;
	height:37px;
	background:url(../images/home_call_topleft.png) no-repeat;
	_background:none;
	}
	
.callout_top_center {
	width:425px;
	height:37px;
	background:url(../images/home_call_topcenter.png) no-repeat;
	_background:url(../images/home_call_topcenter_ie6.gif) no-repeat;
	text-align:left;
	}
	
.callout_top_right {
	width:10px;
	height:37px;
	background:url(../images/home_call_topright.png) no-repeat;
	_background:none;
	}
	
.callout_side_left {
	width:10px;
	height:auto;
	background:url(../images/home_call_side_left.png) repeat;
	_background:none;
	}	
	
.callout_center {
	width:425px;
	background:#fff;
	line-height:13pt;
	padding: 0;
	margin: 0;
	}
	
.callout_center a {
	color: #1C6BCE;
	text-decoration: none;
	}	
	
.callout_side_right {
	width:10px;
	height:auto;
	background:url(../images/home_call_side_right.png) repeat;
	_background:none;
	}	
	
.callout_bottom_left {
	width:10px;
	height:17px;
	background:url(../images/home_call_bottom_left.png) no-repeat;
	_background:none;
	}
	
.callout_bottom_center {
	width:425px;
	height:17px;
	background:url(../images/home_call_bottomcenter.png) no-repeat;
	_background:url(../images/home_call_bottomcenter_ie6.gif) no-repeat;
	}
	
.callout_bottom_right {
	width:10px;
	height:17px;
	background:url(../images/home_call_bottom_right.png) no-repeat;
	_background:none;
	}
	
.home_fast_facts a{
	font-weight: bold;
	text-decoration: none;
	color: #0A5FCA;
	/*color: #1C6BCE;*/
}

.home_fast_facts td {
	vertical-align: top;
}	
/* NEWS */
	
#news_container {
	width:880px;
	height:auto;
	margin:15px 0px 0px 0px;
	}
	
#news_container_top {
	width:880px;
	height:9px;
	background:url(../images/news_container_top.gif) bottom no-repeat;
	}
	
#news_container_middle {
	width:880px;
	height:auto;
	background:#00365a;
	color:#fff;
	}
	
#news_container_middle span {
	color:#ff6600;
	font-size:12px;
	font-weight:bold;
	}
	
#news_container_middle a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#news_container_middle a:hover {
	color:#ff6600;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#news_container_bottom {
	width:880px;
	height:9px;
	background:url(../images/news_container_bottom.gif) no-repeat;
	}
	
#news_bracket_top_left {
	width:23px;
	height:20px;
	background:url(../images/news_bracket_top_left.gif) no-repeat;
	}
	
#news_bracket_side_left {
	width:23px;
	height:auto;
	background:url(../images/news_bracket_side_left.gif) repeat-y;
	}
	
#news_bracket_bottom_left {
	width:23px;
	height:20px;
	background:url(../images/news_bracket_bottom_left.gif) no-repeat;
	}
	
#news_bracket_top_right {
	width:26px;
	height:20px;
	background:url(../images/news_bracket_top_right.gif) no-repeat;
	}
	
#news_bracket_side_right {
	width:26px;
	height:auto;
	background:url(../images/news_bracket_side_right.gif) repeat-y;
	}
	
#news_bracket_bottom_right {
	width:26px;
	height:20px;
	background:url(../images/news_bracket_bottom_right.gif) no-repeat;
	}
	
	
	
/* FOOTER */

#footer_container {
	width:880px;
	height:auto;
	display:table;
	color:#fff;
	font-size:10px;
	line-height:25px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}
	
#footer_container a {
	color:#fff;
	text-decoration:none;
	}
	
#footer_container a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px solid;
	}
	
#footer_copyright {
	float:left;
	display:table-cell;
	}
	
#footer_links {
	float:right;
	display:table-cell;
	text-align:right;
	}
	
.hidden {
	display: none;
}