

* {
	margin: 0; 
	padding: 0; 
	font-family: Lucida Grande, Trebuchet MS, Myriad, Myriad Pro, Helvetica, Arial, sans-serif; 
	font-size: 13px;
	/*font-weight: normal;*/
}
#masthead {
	background: url(mastheadbg.jpg) top left repeat-x; 
	height: 93px; 
	text-align: center;
}
#mastheadContainer {
	width: 750px; 
	margin: 0 auto; 
	background-color: #fff;
}
#search {
	float: right; 
	height: 75px; 
	text-align: right; 
	color: #012654; 
	font-weight: bold; 
	font-size: 13px;
}
#search form {
	margin: 48px 20px 0 0;
}
.searchbox {
	width: 150px;
}
#logo {
	width: 400px; 
	height: 88px; 
	padding: 5px 0 0 20px; 
	margin: 0 auto; 
	text-align: left; 
	float: left;
}
#lead {
	background: url(leadbg.jpg) top left repeat-x; 
	height: 179px; 
	text-align: center; 
	overflow: hidden;
}
#lead_content {
	height: 179px; 
	overflow: hidden;
}
#navContainer {
	background: url(navbg.jpg) top left repeat-x; 
	height: 34px; 
	text-align: center;
}
#navbar {
	background: url(navbarbg.jpg) top left no-repeat; 
	margin: 0 auto; 
	width: 750px; 
	height: 34px; 
	text-align: left;
}
ul {
	margin: 10px 0 10px 35px;
}
p {
	margin: 0 0 20px 0;
}
a {
	color:#076ebd;
	text-decoration: underline;
}
a:hover {
	color: #00306b;
}
	
/************  GLOBAL NAVIGATION  ************/
	
#nav, #nav ul {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	line-height: 1;
}
#nav a {
	background: url(nav_item_bg.jpg) top right no-repeat; 
	color: #fff;
	text-decoration: none; 
	display: block; 
	padding: 10px 13px 10px 13px; /*23px*/ 
	font-size: 13px; 
	font-weight: bold;
}
#nav a.end {
	padding: 10px 26px 10px 26px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block; 
	width: inherit;
}
#nav li a:hover {
	color: #9ac1ea;
}
#nav li ul {
	position: absolute; 
	background-color: #039ed4; 
	width: 200px; 
	left: -999em; 
	border-top: 1px solid #016297; 
	border-left: 1px solid #016297; 
	border-right: 1px solid #016297; 
	margin: 0; 
	z-index: 1;
}
#nav li ul li {
	border-bottom: 1px solid #016297;
}
#nav ul li:hover, #nav ul li.sfhover {
	background: #0258af;
}
#nav li ul li a {
	display: block; 
	width: 180px; 
	padding: 6px 10px; 
	text-transform: none; 
	font-size: 12px; 
	background: none;
}
#nav li ul li a:hover {
	color: #fff;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display: block;
}

/************  BODY  ************/

#body {
	background-color: #efefef; 
	text-align: center;
}
#content {
	width: 750px; 
	background-color: #fff; 
	margin: 0 auto; 
	text-align: left; 
	font-size: 12px;
}
#content_wide {
	padding: 15px; 
}
#content_wide ol {
	margin: 0 0 0 20px;
}
#lcol {
	margin: 15px 10px 15px 5px; 
	width: 268px; 
	float: left;
}
.subnav {
	width: 268px; 
	background-color: #00306b; 
	color: #fff; 
	margin: 0 0 15px 0;
}
.subnav ul {
	list-style: none; 
	margin: 0 10px;
}
.subnav ul li {
	padding: 5px 0; 
	border-bottom: 1px solid #017ab1;
}
.subnav ul li.last {
	border: none; 
	padding-bottom: 10px;
}
.subnav ul a {
	color: #fff; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none; 
	display: block;
}
.subnav ul a:hover {
	color: #9ac1ea;
}
#rcol {
	margin: 15px 10px 15px 35px; 
	width: 409px; 
	float: left;
}
h1 {
	font-size: 22px; 
	color: #012654; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #cae1f8; 
	display: block; 
	margin: 0 0 15px 0;
}
h2 {
	font-size: 18px; 
	font-weight: normal; 
	color: #012654; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #cae1f8; 
	display: block; 
	margin: 0 0 15px 0;
}
h3 {
	font-size: 16px; 
	color: #012654; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #cae1f8; 
	display: block; 
	margin: 0 0 15px 0;
}

.red {color: #c00;}
.field {width: 250px;}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#providerContactForm input.required {
	width: 360px;
}

#providerContactForm textarea#comments {
	width: 360px; 
	height: 100px;
}

span.explanation {
	font-size: 11px;
}

#homeLogos {
	text-align: right;
	margin: 20px 0 0 0;
}

/************ FOOTER **************/

#bottom {
	background-color: #00387d; 
	text-align: center;
}
#footer {
	width: 750px; 
	background-color: #014292; 
	margin: 0 auto; 
	text-align: left;
}
#footer #flcol {
	float: left; 
	color: #fff; 
	margin: 10px 0 10px 10px; 
	font-size: 11px;
	line-height: 16px;
}
#footer #flcol a {
	font-size: 11px;
}
#footer #frcol {
	width: 350px; 
	float: right; 
	color: #fff; 
	text-align: right; 
	margin: 10px 10px 10px 0;
}
#footer #frcol a, 
#footer #flcol a {
	color: #aee5ea; 
	text-decoration: none; 
	font-size: 11px;
}
#footer #frcol a:hover,
#footer #flcol a:hover  {
	text-decoration: underline;
}

.clear {clear: both;}