/* CSS Document */
@import "reset.css";
@import "flyout.css";

body {
	text-align: center;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #00203B;
	font-size: 13px;
}
a {
	color: #00203b;
	text-decoration: none;
}
p span { color: #2C788C;}
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: url(../images/line_bg.gif);
}
#header {
	height: 137px;
	background: url(../images/header_bg.jpg);
}
#Second #header {
	height: 103px;
	background: url(../images/secondary_header_bg.jpg); 
}
#topnav {
	height: 45px;
	border-bottom: 4px solid #003663;
}
#topnav ul {
	padding: 10px 57px;
	padding-right: 0;
}
#topnav li {
	display: inline;
	font-weight: bold;
	margin-right: 34px;
	font-size: 12px;
}
#topnav li a{
	text-decoration: none;
	color: #003663;
	padding: 3px 0;
	padding-top: 7px;
}
#topnav li a:hover{
	color: #2c7387;
	border-top: 4px solid #2c7387;
	padding: 3px 0;
}
/* ---*/
#topnav_second {
	height: 30px;
	border-bottom: 4px solid #003663;
}
#topnav_second ul {
	padding: 5px 50px;
	padding-right: 0;
}
#topnav_second li {
	display: inline;
	font-weight: bold;
	margin-right: 34px;
	font-size: 11px;
}
#topnav_second li a{
	text-decoration: none;
	color: #003663;
	padding: 3px 0;
	padding-top: 7px;
}
#topnav_second li a:hover{
	color: #2c7387;
	border-top: 4px solid #2c7387;
	padding: 3px 0;
}
/* --- */
#sidebar_left {
	width: 284px;
	float: left;
}
#Second #sidebar_left {
	width: 221px;
}
#flashcontent {
	margin-top: 70px;
}
#flash_secondary {
	margin-bottom: 40px;
}
#main {
	width: 496px;	
	min-height: 388px;
	background: #fff;
	float: left;
	padding: 60px 10px;
}
#Second #main {
	width: 559px;
	min-height: 500px;
	padding-top: 30px;
}
#main p {
	margin: 12px 10px;
	width: 450px;
	line-height: 17px;
}
#main ul {
	padding-left: 25px;
	margin: 10px 0;
}
#main ul li {
	list-style-type: disc;
	list-style-image: url(../images/sm_bull.gif);
	margin: 18px 0;
	font-size: 13px;
}

#Second #main p {
	width: 492px;
}
.motto {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}
#footer {
	clear: both;
	height: 34px;
	border-bottom: 4px solid #003663;
}
#subfoot {
	background: #fff;
	font-size: 9px;
	padding-top: 3px;
}
#Second #footer {
	height: 15px;
}
#mottolist {
	list-style-type: disc;
	margin-left: 40px;
}
#mottolist li {
	margin: 6px 10px;
	color: #2c7387;
	font-size: 10px;
	* list-style-image: url(../images/sm_bull_teal.gif);
}
#mottolist li span {
	color: #00203b;
	margin-left: 2px;
	font-size: 13px;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px;
}
h3 span {
	color: #2C788C;
}
#main p.double {
	margin: 15px 10px;
}
sub {
	font-size: .83em;
}
