﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

a{
	color:#00589f;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

ul {
list-style-image: url(images/LinkIcon.png);
margin:0;
padding-left:25px;
}

ul.content {
list-style-image: url(images/LinkIcon.png);
margin:0;
padding-left:12px;
}



p{
	padding:0;
	margin:0;
	padding-top:10px;
}

h3{
	color:#5e93bd;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
}

#outer{
	margin:auto;
	width:980px;

}

#wrap{
	width:980px;
	background:url(images/wrap_bg.png) repeat-y;
	margin:auto;
	float:left;
}

#masthead {

	margin-left:14px;
	margin-right:14px;
	margin-bottom:0px;
	margin-top:0px;
	height:104px;
}

#logo{
	float:left;
	background:url(images/logo.png) no-repeat top left;
	width:311px;
	height:104px;
}

#logo_right{
	float:right;
	width:631px;
	height:92px;
	background:#fff;
	color:#000;
	text-align:right;
	padding:12px 10px 0px 0px;
	
}

.clear{
	clear:both;
}

#top_nav {
	margin-left:14px;
	margin-right:14px;
	margin-bottom:0px;
	margin-top:0px;
	height:24px;
	background:url(images/nav_bg.png) repeat-x top left;
	text-transform:uppercase;
	padding-top:7px;

}

#nav{
	
	padding:0px;
	margin:0px;
	height:31px;
	display:block;
}

#nav li{
	display:inline;
	padding:0px 30px 0px 30px;
	background:url(images/nav_divider.png) top right no-repeat;
}

#nav a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#nav a:hover{
	text-decoration:underline;
}

#nav li.last {
	background:none;
}

#header{
	margin:0px 14px 0px 14px;
	height:225px;
	width:952px;
}

#container {
	margin:5px 14px 0px 14px;
	float:left;
}

#left_col {
	width: 184px;
	float: left;
}

#right_col {
	width: 184px;
	float: right;
}

#page_content {
	margin-left: 188px;
	margin-right: 188px;
	width:576px;
}

#news{
	width:184px;
}

#news_title{
	width:184px;
}

#news_title_left{
	width:166px;
	background:url(images/c_title.png) repeat-x top left;
	color:#000;
	font-size:12px;
	height:15px;
	float:left;
	padding:5px;
	padding-left:8px;
	font-weight: bold;
}

#news_title_right{
	width:5px;
	background:url(images/c_topright.png) no-repeat top left;
	float:right;
	height:25px;
}

#news_content{
	width:184px;
	background:url(images/c_right.png) repeat-y top right;
	float:left;
}

#news_content_left{
	width:163px;
	padding:5px;
	padding-left:8px;
	float:left;
}

#news_divider{
	color:#7a99c3;
}

#news_footer{
	width:184px;
}

#news_footer_left {
	width:176px;
	height:11px;
	background:url(images/c_bottom.png) repeat-x;
	float:left;
}

#news_footer_right{
	float:right;
	background:url(images/c_bottomright.png) no-repeat;
	width:8px;
	height:11px;
}


#quotes{
	width:184px;
}

#quotes_title{
	width:184px;
}

#quotes_title_right{
	width:166px;
	background:url(images/c_title.png) repeat-x top left;
	color:#000;
	font-size:12px;
	height:15px;
	float:right;
	padding:5px;
	padding-left:8px;
	font-weight: bold;
}

#quotes_title_left{
	width:5px;
	background:url(images/cq_topright.png) no-repeat top left;
	float:left;
	height:25px;
}

#quotes_content{
	width:184px;
	background:url(images/cq_left.png) repeat-y top left;
	float:left;
}

#quotes_content_right{
	width:163px;
	padding:5px;
	padding-left:13px;
	float:left;
}

#quotes_divider{
	color:#7a99c3;
}

#quotes_footer{
	width:183px;
}

#quotes_footer_right {
	width:175px;
	height:11px;
	background:url(images/c_bottom.png) repeat-x;
	float:right;
}

#quotes_footer_left{
	float:left;
	background:url(images/cq_bottomleft.png) no-repeat;
	width:8px;
	height:11px;
}


.container {
	width:576px;
	float:left;
}

.container_title{
	width:576px;
	height:25px;
}

.container_title_topleft{
	width:3px;
	height:25px;
	background:url(images/c_topleft.png) repeat-x top left;
	float:left;
}

.container_title_topright{
	width:5px;
	height:25px;
	background:url(images/c_topright.png) no-repeat top right;
	float:right;
}

.container_title_middle{
	margin-left:3px;
	margin-right:5px;	
	width:555px;
	background:url(images/c_title.png) repeat-x top left;
	height:25px;
	font-weight: bold;
	font-size:12px;
	padding:5px;
	padding-left:8px;
}

.container_content{
	width:576px;
	float:left;
}

.container_content_left{
	width:5px;
	background:url(images/c_left.png) repeat-y top left;
	float:left;
	margin-left:1px;
}

.container_content_middle{
	margin-left:5px;
	background:url(images/c_right.png) top right repeat-y;
	width:554px;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:15px;
	float:left;
}

#globe{
	float:right;
	padding-right:5px;
	padding-left:5px;
}

.container_footer{
	width:576px;

}

.container_footer_left{
	float:left;
	width:5px;
	height:11px;
	background:url(images/c_bottomleft.png) no-repeat top left;
	margin-left:1px;
}

.container_footer_middle{
	margin-left:5px;
	margin-right:8px;
	width:562px;
	height:11px;
	background:url(images/c_bottom.png) repeat-x top right;
}

.container_footer_right{
	float:right;
	width:8px;
	height:11px;
	background:url(images/c_bottomright.png) no-repeat top left;
}

.container_small {
	width:284px;
	float:left;
	margin-top:5px;
}

.container_small2 {
	width:284px;
	float:right;
	margin-top:5px;
}

.container_small_title{
	width:284px;
	height:25px;
}

.container_small_title_topleft{
	width:3px;
	height:25px;
	background:url(images/c_topleft.png) repeat-x top left;
	float:left;
}

.container_small_title_topright{
	width:5px;
	height:25px;
	background:url(images/c_topright.png) no-repeat top right;
	float:right;
}

.container_small_title_middle{
	margin-left:3px;
	margin-right:5px;	
	width:263px;
	background:url(images/c_title.png) repeat-x top left;
	height:25px;
	font-weight: bold;
	font-size:12px;
	padding:5px;
	padding-left:8px;
}

.container_small_content{
	width:284px;
	float:left;
	background:url(images/box_bg.png) no-repeat;
}

.container_small_content_left{
	width:5px;
	background:url(images/c_left.png) repeat-y top left;
	float:left;
	margin-left:1px;
}

.container_small_content_middle{
	margin-left:5px;
	background:url(images/c_right.png) top right repeat-y;
	width:262px;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	padding-bottom:15px;
	float:left;
}

.container_small_footer{
	width:284px;

}

.container_small_footer_left{
	float:left;
	width:5px;
	height:11px;
	background:url(images/c_bottomleft.png) no-repeat top left;
	margin-left:1px;
}

.container_small_footer_middle{
	margin-left:5px;
	margin-right:8px;
	width:270px;
	height:11px;
	background:url(images/c_bottom.png) repeat-x top right;
}

.container_small_footer_right{
	float:right;
	width:8px;
	height:11px;
	background:url(images/c_bottomright.png) no-repeat top left;
}

#disclaimer{
	margin:10px 20px 10px 20px;
	font-size:10px;
}

#bottom{
	clear:both;
	width:980px;
	height:22px;
	background:url(images/bottom_bg.png) top left no-repeat;
}

#footer {
	clear: both;
	color:black;
	font-size:11px;
	font-family:Verdana;	
	text-align:center;
	padding-bottom:20px;
}

#footer_nav{
	
	padding:0px;
	margin:0px;
	height:31px;
	display:block;
}

#footer_nav li{
	display:inline;
	padding:0px 10px 0px 10px;
	background:url(images/nav_divider.png) top right no-repeat;
}

#footer_nav a{
	color:#000;
	text-decoration:none;
	font-size:11px;
}

#footer_nav a:hover{
	text-decoration:underline;
}

#footer_nav li.last {
	background:none;
}

