@charset "utf-8";
body  {
	font: 13px Tahoma, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	min-width: 727px;
} 
#contentWrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	min-width: 727px;
} 
#mainContent {
	margin: 30px 280px 0 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #012768;
	/*padding: 10px 10px 0 25px;*/
	padding: 2px 20px 0 20px; /* padding here creates white space "inside the box." */
	line-height: 18px;

} 
#mainContent2 {
	margin: -120px 300px 0 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #012768;
	/*padding: 10px 10px 0 25px;*/
	padding: 0px 10px 0 20px; /* padding here creates white space "inside the box." */
	line-height: 18px;
}

#bodyContent {
	margin: 0px;
	padding: 0px;
	width: 100%;
}




/*---------------------------------------
Header region*/
#header {
	padding: 0 10px;
	height: 90px;
	background: url(../../images/logo_hdr.gif) no-repeat 10px top;	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 



/*---------------------------------------
Menu upper right corner region*/
#tertMenu {
	width: 375px;
	float: right;
	margin-top: 50px;
}
#tertMenu img {
	vertical-align: text-bottom;
}

#tertMenu a{
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #145F98;
	text-decoration: none;
}
#tertMenu a:hover, #tertMenu a:active{
	color: #145F98;
	text-decoration: underline;
}



/*---------------------------------------
Banner Graphic region in Header*/
#graphicContent{
	padding: 0 10px 20px 10px;
	min-height: 265px;
	background: transparent;
	min-width: 727px;
}

#graphicSidebar {
	position: absolute;
	top: 143px;
	right: 10px;
	width: 261px;
	background: #C4D3EA;
}
#graphicFluid {
	margin: 0 261px 20px 0;
	background: #9DBBDF url(../../images/graphic_cnr.gif) no-repeat left bottom;
	height: 133px;
}
#graphicText {
	margin: 20px 290px 10px 25px;
	line-height: 18px;
	text-align:justify;
}
#graphicText a {
	color: #158CE0;;
	text-decoration: none;
	font-weight: bold;
}
#graphicText a:hover, #graphicText a:active {
	color: #158CE0;
	text-decoration: underline;
}
#graphicTitle {
	position:absolute;
	top:180px;
	left: 50px;
	font: bold 40px Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}
#graphicSubtitle {
	position:absolute;
	top:222px;
	left: 230px;
	font: 28px Arial, Helvetica, sans-serif;
	color: #002767;
}
#graphicSubtitleabout {
	position:absolute;
	top:222px;
	left: 100px;
	font: 28px Arial, Helvetica, sans-serif;
	color: #002767;
}



/*------------------------------------------------------
Landing page- 2 col*/
#landCol1 {
	text-align:justify;
	}
#landCol1 a {
	color: #002767;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#landCol1 a:hover, #landCol1 a:active {
	color: #002767;
	text-decoration: underline;
}
#landCol1 .learn a:link, #landCol1 .learn a:visited {
	font-size: 12px;
	padding: 2px;
	text-decoration: underline;
	font-weight: bold;
}
#landCol1 .learn a:hover, #landCol1 .learn a:active {
	font-size: 12px;
	text-decoration: none;
} 





/*---------------------------------
grey text*/
.grey{margin-top: -8px;}
.grey a:link, .grey a:visited {
	padding: 2px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.grey a:hover, .grey a:active {
	color: #666666;
	text-decoration: none;
} 





/*------------------------------------------------------
Services landing page*/
#services {
	text-align:justify;
	}
#services a {
	color: #002767;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#services a:hover, #services a:active {
	color: #002767;
	text-decoration: underline;
}
#services .learn a:link, #services .learn a:visited {
	font-size: 12px;
	padding: 2px;
	text-decoration: underline;
	font-weight: bold;
}
#services .learn a:hover, #services .learn a:active {
	font-size: 12px;
	text-decoration: none;
} 


/*------------------------------------------------------
Services Detail pages*/
#subPageContainer{
	margin-left: 15px;
}
#subPage {
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 10px;
	text-align:justify;
}
#subPageTitle{
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #002767;
	width: 275px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002767;
	padding: 0 0 5px 10px;
	margin-top: 10px;
}
#subPage a {
	color: #002767;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#subPage a:hover, #subPage a:active {
	color: #002767;
	text-decoration: underline;
}
#ulLinks {
	padding-left: 275px;
}
#ulLinks li{
	padding-bottom: 12px;
}
#guides {
}
#guides li {
	margin-right: 40px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.img_plan_guides {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
}







/*---------------------------------
Image formatting*/
.imgflt_lt {
	float: left;
	padding: 5px 35px 15px 10px;
}

.img_flt_rt{
	float: right;
	padding-left: 15px;
}



/*---------------------------------
Text formatting*/
h1{
	font: bold 16px Tahoma, Arial, sans-serif;
	color: #158CE0;
	}
h2 {
	background: url(../../images/grey_grad.gif) repeat-x;
	padding: 6px 0px 5px 12px;
	color: #002767;
	font-size: 18px;
	border: 1px solid #E4E4E4;
	margin-bottom: 0px;
}
h3 {
	padding: 3px 0px 3px 10px;
	color: #373F32;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background: url(../../images/bg_pow_stripes.gif) repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-left-color: #CCCCCC;
	margin: 30px 20px 0px 15px;
}
hr {
	color: #EFEFEF;
	background: #EFEFEF;
}

.pullquote {
	background: #FDE6A0 url(../../images/pullquote.jpg) no-repeat left bottom;
	color: #094979;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-left: 15px;
	text-align: center;
	padding: 15px 15px 40px 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 275px;
	border-right-color: #C78032;
}
.finePrint {
	font-size: 11px;
	color: #666666;
}
.listIndent {
	color: #575757;
	margin-left: 30px;
	font-weight: bold;
	padding-left: 30px;
}
.listIndent ul {
	margin-left: 40px;
	list-style-position: outside;
	margin-bottom: 15px;
}
.listIndent li {
	list-style-position: outside;
	padding-bottom: 5px;
	padding-left: 2px;
}
.branchOffice {
	color: #158CE0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
	padding-left: 2px;
}
.branchOfficeAddy1 {
	color: #666666;
	padding: 5px 2px 2px 10px;
	background-image:url(../../images/bg_pow_stripes.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 8px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
}
.branchOfficeAddy2 {
	color: #666666;
	background-image:url(../../images/bg_pow_stripes.gif);
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-bottom: 8px;
	padding-left: 10px;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
}






/*Glossary tables*/
#terms {
	text-align: left;
	width: 100%;
}
.returnTop {
	font-size: 11px;
	color: #828282;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#terms .returnTop a {
	font-size: 11px;
	color: #BFBFBF;
	text-transform: lowercase;
	padding-right: 2px;
	padding-left: 2px;
}
#terms .returnTop a:hover, #terms .returnTop a:active{
	color: #5E9AFF;
	text-decoration: underline;
}
#terms .indent {
	text-align: justify;
	padding: 15px 30px 15px 40px;
	background: url(../../images/grey_grad_rev.gif) repeat-x;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #C7C7C7;
	border-right-color: #C7C7C7;
	border-bottom-color: #DFEBFF;
	border-left-color: #C7C7C7;
	border-bottom-style: solid;
}
#terms .indent a{
	text-decoration: underline;
}
#terms .indent a:hover, #terms .indent a:active{
	text-decoration: overline;
}








/*---------------------------------
Footer area*/
#footer {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	padding: 0 20px 15px 0;
	margin: 0px 10px;
}
#footer a:link, #footer a:visited {
	padding: 2px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #135E97;
	text-decoration: underline;
} 
#footerTab {
	margin: 0 0 25px 0;
}

#copyright {
	padding-top: -2px;
	font-size: 10px;
}



/*-----------------------------
Search form*/
#searchForm {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background: url(../../images/search_bg.jpg) no-repeat right top;
	float: right;
	height: 70px;
	width: 261px;
	font-variant: small-caps;
}
.btn_search {
	margin: 0px;
	padding: 0;
	}
.txt {
	font: 11px Arial, Helvetica, sans-serif;
	size: 10px;
	color: #333333;
}
.radiobtn {
	font: normal;
	size: 10px;
	vertical-align:middle;
	margin-top: -2px;
}




/*Refer a friend form*/
#eMailer{
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-bottom: 0px;
}
.eMailerBtn {
	color: #666666;
	background: #E2E2E2;
	font-size: 10px;
}
.eMailerInput {
	font-size: 10px;
	color: #012768;
	border: 1px solid #999999;
}




 /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.disclaimer {
	color: #0C5081;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background: #E0DAC7;
	padding: 10px 10px 10px 15px;
}
