body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
img.sp {
	height: 1px;
	width: 1px;
	border: none;
}
a {color: #005288;}
a:visited {color: #005288;}

.alert {color:#CC0000;}

/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#FFFFCC;border:2px double #fff;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#000000;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#000000;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#000000; }
.faker{cursor:pointer;background-color:#F0F0F0;}
/* */

#container {
	width: 760px;
	position: absolute;
	margin-left: -390px;
	left: 50%;
	top: 0px;
}

#sub_pageContent {
	text-align: left;
	width: 589px;
	/*height: 435px;  doesn't allow overflow in Firefox */
	padding-top: 20px;
	padding-left: 20px;
	overflow: visible;
	min-height: 435px; /* height fix */
	height: auto; /* height fix, pt. II */
}

* html #sub_pageContent {height:435px} /* for ie only */

#container #headerlinks {
	position: absolute;
	z-index: 1;
	height: 15px;
	width: 310px;
	left: 455px;
	top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005288;
}
#headerlinks span {
	padding-left:10px;
	padding-right: 10px;
}
#headerlinks img.arrow {
	padding-right: 5px;
	vertical-align: text-bottom;
}
#container #faflogo {
	position: absolute;
	z-index: 1;
	height: 66px;
	width: 250px;
	left: 0px;
	top: 16px;
}

/* start navigation links */
#mainnav {
	position: absolute;
	z-index: 2;
	height: 28px;
	width: 760px;
	left: 10px;
	top: 92px;
}

/* start suckerfish drop-down css */
#primaryNav, #primaryNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#primaryNav li {
	float: left;
	position: relative;
}
#primaryNav li>ul {  /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#primaryNav li ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	border-right: 1px solid #ADC0D1;
	border-left: 1px solid #ADC0D1;
	border-bottom: 1px solid #ADC0D1;
}
#primaryNav li ul li {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #E6ECF1;
}
#primaryNav li ul li a {
	display: block;
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013A6F;
	text-decoration: none;
	background-color: #FFFFFF;
}

#primaryNav li ul li a:hover {
	color: #013A6F;
	background-color: #ADC0D1;
}
#primaryNav li:hover ul, #primaryNav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* end suckerfish drop-down css */

#mainnavLine {
	position: absolute;
	z-index: 1;
	height: 28px;
	width: 760px;
	left: 0px;
	top: 92px;
	border-top: 1px solid #ADC0D1;
}
/*li#home {
	width: 52px;
	height: 26px;
	padding-left: 13px;
	margin-right: 13px;
}*/
li#learning {
	width: 150px;
	height: 26px;
	margin-left: 2px;
	margin-right: 7px;
}
li#learning ul li {width: 148px;}
li#insurance {
	width: 165px;
	height: 26px;
	margin-left: 7px;
	margin-right: 7px;
}
li#insurance ul li {width: 163px;}
li#elevation {
	width: 190px;
	height: 26px;
	margin-left: 7px;
	margin-right: 7px;
}
li#elevation ul li {width: 188px;}
li#mapchange {
	width: 204px;
	height: 26px;
	margin-left: 7px;
	margin-right: 7px;
}
li#mapchange ul li {width: 202px;}
li#analysis {
	width: 109px;
	height: 26px;
	margin-left: 7px;
	margin-right: 0;
}
li#analysis ul li {width: 107px;}
/* end navigation links */

/* begin content styles */
#contentA { /* pages with a banner image */
	position: absolute;
	left: 0px;
	top: 121px;
	background-color: #FFFFFF;
	background-image: url(/images/leftbar_bg.gif);
	background-repeat: repeat-y;
	width: 760px;
}
#contentB { /* pages without a banner image */
	position: absolute;
	left: 0px;
	top: 136px;
	background-color: #FFFFFF;
	background-image: url(/images/leftbar_bg.gif);
	background-repeat: repeat-y;
	width: 760px;
}
#contentB p { 
	margin-right: 50px;
}

/* sidebar styles */
#sidebar {
	width: 200px;
	float: left;
	clear: none;
	margin-right: 5px;
}
#sidebar .leftButton {
	padding-top: 2px;
	padding-bottom: 2px;
	height: 24px;
	width: 200px;
}
#sidebar .graybox {
	width: 200px;
	float: left;
	clear: both;
	background-color: #F0F0F0;
	padding-bottom: 90px;
}
#sidebar .sideText {
	width: 170px;
	float: left;
	clear: both;
	font-size: 11px;
	line-height: 150%;
	padding-left: 15px;
}
#sidebar .sideImage {
	width: 200px;
	height: 124px;
	float: left;
	clear: both;
	overflow: hidden;
}
#sidebar img.sideHdr {
	margin-bottom: 3px;
}
#sidebar .buttons {
	width: 200px;
	float: left;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar hr {
	height: 1px;
	border-top: solid 1px #FFFFFF;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#secondaryNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #FFFFFF;
	margin-top: 10px;
}
ul#secondaryNav li {
	margin: 0px;
	padding: 0px;
}
ul#tertiaryNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#tertiaryNav li {
}
ul#secondaryNav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013A6F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	/*height: 21px;*/
	overflow: hidden;
	line-height: 20px;
}
ul#secondaryNav a:hover {
	color: #013A6F;
	background-color: #ADC0D1;
}
/* secondary links with the carrot and selected */
ul#secondaryNav a.secondNavOn {
	background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 14px 7px;
	background-color:#CCCCCC;
	height: 21px;/**/
}
/* secondary links with the carrot and parent selected */
ul#secondaryNav a.secondNavUp {
	background-image: url(/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 14px 7px;
	padding-left: 30px;
	height: 21px;/**/
}
ul#secondaryNav a.secondNavOn:hover, ul#secondaryNav a.secondNavUp:hover {
	background-color: #ADC0D1;
}
/* secondary links with the carrot and not selected */
ul#secondaryNav a.secondNavCar {
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 14px 7px;
	padding-left: 30px;
	height: 21px;/**/
}
/* secondary links without the carrot and not selected */
ul#secondaryNav a.secondNav {
	padding-left: 30px;
	height: 21px;/**/
}
/* secondary item selected 
ul#secondaryNav a.secondNavHere {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013A6F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	height: 21px;
	overflow: hidden;
	line-height: 20px;
	background-color:#CCCCCC;
	padding-left: 30px;
}*/
/* secondary links with accent and selected */
ul#secondaryNav a.secondNavHere {
	background-color:#CCCCCC;
	height: 21px;/**/
}
ul#secondaryNav img.accent {
	height: 21px;
	width: 5px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

/* tertiary nav styles */
ul#tertiaryNav li a {
	display: block;
	margin-left: 30px;
	padding-left: 20px;
	/*height: 21px;*/
	color: #013A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #013A6F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
ul#tertiaryNav li a:hover {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}
/* tetiary nav item, linked, selected */
ul#tertiaryNav a.thirdNavOn {
	display: block;
	margin-left: 30px;
	padding-left: 20px;
	/*height: 21px;*/
	color: #013A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #013A6F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color:#CCCCCC;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}
/* tetiary nav item, not linked, selected */
ul#tertiaryNav span.thirdNavOn {
	display: block;
	margin-left: 30px;
	padding-left: 20px;
	height: 21px;
	color: #013A6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #013A6F;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	background-color:#CCCCCC;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
}
/* end sidebar styles */

/* begin content area styles */
#maincolumn {
	width: 555px;
	float: left;
	clear: right;
	min-height: 535px; /* height fix */
	height: auto; /* height fix, pt. II */
}
* html #maincolumn {height:535px} /* for ie only */
.banner {
	width: 555px;
	height: 120px;
	padding-bottom: 25px;
}
#maincolumn p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#bodyText {
	padding-left: 15px;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}
/* begin page title graphics styles */
#bodyText h1.replace{
	position: relative;
	margin: 0px 0 10px 0; 
	padding: 0px;
	overflow: hidden;
}
#bodyText h1.replace span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#bodyText #learningHead, #bodyText #learningHead span {
	background-image: url(/images/header_learning.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_EC_basicsHead, #bodyText #LC_EC_basicsHead span {
	background-image: url(/images/hdr_LC_EC_basics.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_EC_aboutHead, #bodyText #LC_EC_aboutHead span {
	background-image: url(/images/hdr_LC_EC_about.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_EC_whyHead, #bodyText #LC_EC_whyHead span {
	background-image: url(/images/hdr_LC_EC_why.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_flood_basicsHead, #bodyText #LC_flood_basicsHead span {
	background-image: url(/images/hdr_LC_flood_basics.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_flood_aboutHead, #bodyText #LC_flood_aboutHead span {
	background-image: url(/images/hdr_LC_flood_about.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_flood_factsHead, #bodyText #LC_flood_factsHead span {
	background-image: url(/images/hdr_LC_flood_facts.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_flood_riskHead, #bodyText #LC_flood_riskHead span {
	background-image: url(/images/hdr_LC_flood_risk.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_MC_basicsHead, #bodyText #LC_MC_basicsHead span {
	background-image: url(/images/hdr_LC_MC_basics.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_MC_aboutHead, #bodyText #LC_MC_aboutHead span {
	background-image: url(/images/hdr_LC_MC_about.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_MC_howHead, #bodyText #LC_MC_howHead span {
	background-image: url(/images/hdr_LC_MC_how.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_MC_benefitsHead, #bodyText #LC_MC_benefitsHead span {
	background-image: url(/images/hdr_LC_MC_benefits.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_basicsHead, #bodyText #LC_ins_basicsHead span {
	background-image: url(/images/hdr_LC_ins_basics.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_whyHead, #bodyText #LC_ins_whyHead span {
	background-image: url(/images/hdr_LC_ins_why.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_homeHead, #bodyText #LC_ins_homeHead span {
	background-image: url(/images/hdr_LC_ins_home.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_whatHead, #bodyText #LC_ins_whatHead span {
	background-image: url(/images/hdr_LC_ins_what.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_policyHead, #bodyText #LC_ins_policyHead span {
	background-image: url(/images/hdr_LC_ins_policy.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_whereHead, #bodyText #LC_ins_whereHead span {
	background-image: url(/images/hdr_LC_ins_where.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #LC_ins_grandHead, #bodyText #LC_ins_grandHead span {
	background-image: url(/images/hdr_LC_ins_grand.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #insuranceHead, #bodyText #insuranceHead span {
	background-image: url(/images/header_insurance.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_about_aiisHead, #bodyText #ins_about_aiisHead span {
	background-image: url(/images/hdr_ins_about_aiis.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_about_officersHead, #bodyText #ins_about_officersHead span {
	background-image: url(/images/hdr_ins_about_officers.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_about_teamHead, #bodyText #ins_about_teamHead span {
	background-image: url(/images/hdr_ins_about_team.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_about_companiesHead, #bodyText #ins_about_companiesHead span {
	background-image: url(/images/hdr_ins_about_companies.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_productsHead, #bodyText #ins_productsHead span {
	background-image: url(/images/hdr_ins_products.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_products_floodHead, #bodyText #ins_products_floodHead span {
	background-image: url(/images/hdr_ins_products_flood.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_products_excessHead, #bodyText #ins_products_excessHead span {
	background-image: url(/images/hdr_ins_products_excess.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_agentsHead, #bodyText #ins_agentsHead span {
	background-image: url(/images/hdr_ins_agents.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_agents_apptHead, #bodyText #ins_agents_apptHead span {
	background-image: url(/images/hdr_ins_agents_appt.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_claimsHead, #bodyText #ins_claimsHead span {
	background-image: url(/images/hdr_ins_claims.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_quoteHead, #bodyText #ins_quoteHead span {
	background-image: url(/images/hdr_ins_quote.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #ins_excessHead, #bodyText #ins_excessHead span {
	background-image: url(/images/hdr_ins_excess.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #elevationHead, #bodyText #elevationHead span {
	background-image: url(/images/header_elev.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #elevCertHead, #bodyText #elevCertHead span {
	background-image: url(/images/header_request_elev.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #EC_costHead, #bodyText #EC_costHead span {
	background-image: url(/images/hdr_EC_cost.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #EC_reviewHead, #bodyText #EC_reviewHead span {
	background-image: url(/images/hdr_EC_review.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #EC_quoteHead, #bodyText #EC_quoteHead span {
	background-image: url(/images/hdr_EC_quote.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #elevProcessHead, #bodyText #elevProcessHead span {
	background-image: url(/images/header_elev_process.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #EC_process_timeHead, #bodyText #EC_process_timeHead span {
	background-image: url(/images/hdr_EC_process_time.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #EC_process_surveyorsHead, #bodyText #EC_process_surveyorsHead span {
	background-image: url(/images/hdr_EC_process_surveyors.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #mapchangeHead, #bodyText #mapchangeHead span {
	background-image: url(/images/header_mapchange.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #MC_costHead, #bodyText #MC_costHead span {
	background-image: url(/images/hdr_MC_cost.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #MC_reviewHead, #bodyText #MC_reviewHead span {
	background-image: url(/images/hdr_MC_review.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #mapchangeProcessHead, #bodyText #mapchangeProcessHead span {
	background-image: url(/images/hdr_MC_process.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #MC_process_timeHead, #bodyText #MC_process_timeHead span {
	background-image: url(/images/hdr_MC_process_time.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #resourcesHead, #bodyText #resourcesHead span {
	background-image: url(/images/header_resources.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #faqsHead, #bodyText #faqsHead span {
	background-image: url(/images/header_faqs.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #privacyHead, #bodyText #privacyHead span {
	background-image: url(/images/header_privacy.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #legalHead, #bodyText #legalHead span {
	background-image: url(/images/header_legal.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #aboutHead, #bodyText #aboutHead span {
	background-image: url(/images/header_about.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
#bodyText #contactHead, #bodyText #contactHead span {
	background-image: url(/images/header_contact.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 540px;
	height: 30px;
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #013A6F;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;	
}
h3 {
	font-size: 11px;
	color: #013A6F;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;	
}
h2.steps {
	font-weight: bold;
	color: #013A6F;
	font-size: 14px;
}
/* end page title graphics styles */
/* begin table styles */
table.styled td {padding: 10px;}
table.styled tr.odd td {background-color: #F0F0F0;}
/* end table styles */
/* begin form styles */
form {
	margin: 0px;
	padding: 0px;
}
.field {
	border: solid 1px #456E95;
	font-size: 11px;
}
.fieldError {
	border: solid 1px #FF0000;
	font-size: 11px;
}
.formLine {
	height: 20px;
	padding-top: 5px;
	border-top: 1px solid #C2C2C2;
	text-align: right;
}
.asterisk {
	font-size: 24px;
	font-weight: bold;
	color: #165593;
	vertical-align: text-bottom;
}
table.form {
	width: 530px;
	border-style: none;
}
table.form td {	
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	line-height: 150%;
}
table.form .formLabel {
	padding-right: 10px;
	text-align: right;	
	width: 145px;
}
table.form .formNote {
	padding-right: 10px;
	text-align: left;
}
table.form .formRequired {
	color: #013A6F;
}
table.form input {
	vertical-align: -20%;
}
/* end form styles */

/* image w/ caption styles */
.imageLeft {
	padding: 10px;
	float: right;
}
.imageLeft img {
	padding: 2px;
	border: 1px solid #DEDEDE;
	clear: both;
}
.imageLeft strong {
	font-size: 9px;
	color: #6B6B6B;
}
/* end image w/ caption styles */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5E5E5E;
	clear: left;
	float: left;
	height: 25px;
	width: 760px;
	padding-top: 10px;
	border-top: 1px solid #E9E9E9;
	background-color: #FFFFFF;
	text-align: center;
}
#footer span {
	padding-left: 6px;
	padding-right: 6px;
}
#footer a {
	color: #5E5E5E;
}
#footer img#call {
	vertical-align: text-bottom;
	height: 10px;
	width: 160px;
	padding-left: 30px;
}
#footerSpacer {
	background-color: #FFFFFF;
	height: 25px;
	width: 760px;
	clear: left;
	float: left;
}
