/*..............................global styles.....................................*/
body {
	margin: 0px;
	padding: 0px;
}

a{
	font-weight: bold;
	color: #1b4581;
}

UL{
	margin-left: 0px;
	padding-left: 0px;
}

LI{
	list-style-image: url(../images/bullet2.gif);
	margin: 8px 0px 0px 20px;
}

b{
	color: #1B4581;
}

img
{
    border: 0px
}

/*..............................home page styles.....................................*/

#hpFlash{
	padding: 0px 0px 0px 45px;
}

/*homepage column holder*/

.pageContentAreahp
{	float: left;
	width: 830px;
    /* padding targets all*/
    padding: 20px 100px 20px 45px;
	/* *padding targets IE 7*/
    *padding: 0px 100px 20px 45px;
    /* *padding targets IE 6
    _padding: 0px 100px 20px 45px;*/
}

/*callout boxes*/

.smBluecalloutMastBkgLeft{
	text-align: left;
	width: 14px;
	height: 30px;
}

.smBluecalloutMastBkg{
	background-image: url("../images/calloutheaders/blueCalloutBackground.gif");
	background-repeat: repeat-x;
}

.smYellowcalloutMastBkg{
	background-image: url(../images/calloutheaders/yellowCalloutBackground.gif);
	background-repeat: repeat-x;
}

.smBluecalloutMastBkgRight{
	text-align: right;
	width: 14px;
	height: 30px;
}

.yellowBorderSides{
	background-image: url(../images/borders/yellowCalloutRightBorder.gif);
	background-repeat: repeat-y;
}

.yellowBorderBottom{
	background-image: url(../images/borders/yellowCalloutBottomBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
	text-align: right;
}

.blueBorderSides{
	background-image: url(../images/borders/blueCalloutRightBorder.gif);
	background-repeat: repeat-y;
	text-align: right;
}

.blueBorderBottom{
	background-image: url(../images/borders/blueCalloutBottomBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
	text-align: right;
}

.contentArea{
	width: 100%;
	height: 250px;
	padding: 10px 15px 10px 20px;
	font: normal normal normal 11px/16px Verdana, Arial, sans-serif;
	vertical-align: top;
}

.contentAreaResearch{
	width: 700px;
	padding: 10px 10px 20px 40px;
	font: normal normal normal 11px/20px Verdana, Arial, sans-serif;
}
	
.contentAreaScroll{
	/* height targets all broswers*/
	height: 245px;
	/* *height targets IE 7*/
	*height: 255px;
	/* *height targets IE 6*/
	_height: 255px;
	width: 216px;
	padding: 15px 20px 0px 20px;
	font: normal normal normal 11px/16px Verdana, Arial, sans-serif;
	background-color: #FFFEF2;
}



.contentAreaScroll LI{
	list-style-image: url(../images/bullet.gif);
	margin: 8px 0px 0px 20px;
}


/*Page footer*/

#footer{
	font: normal normal 10px/14px Verdana, Arial, sans-serif;
	color: #81898F;
	width: 100%;
	padding: 20px 30px 0px 50px;
	background-image: url(../images/bottomPageGrad.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
}

#footer strong{
	font: bold 11px/16px Verdana, Arial, sans-serif;
	color: #1B4581;
}

.footerContact{
		font: bold normal 10px/14px Verdana, Arial, sans-serif;
	color: #81898F;
	width: 870px;
	padding: 0px 0px 10px 50px;
	float: left;
	clear: both;
}

#legal{
	width: 400px;
}

/*..............................interior page styles.....................................*/

/*content area*/

#pageContentAreaInterior{
	float: left;
	width: 840px;
	margin: 10px 0px 20px 10px;
	clear: both;
}

.pageContentText2{
	padding: 2px 2px 2px 2px;
}

#legalContent{
	clear: both;
	color: #333333;
	float: none;
	font: normal normal 11px/22px Verdana, Arial, sans-serif;
	padding: 40px 0px 0px 50px;
	width: 700px;
}

#legalContent li{
	margin: 0px 40px 0px 0px;
}

.legalContentText{
	padding: 20px 35px 10px 30px;
}

.legalContentText table{
	font: normal normal 11px/21px Verdana, Arial, sans-serif;
    padding: 0px 10px 0px 20px;
}

.legalContentText table p{
    margin: 0px 0px 4px 0px;
}

.legalContentText table dfn{
    border-bottom: 1px solid #DCDCDC;
    width:90%;
    color: #1B4581;
    margin: 0px 0px 0px -20px;
    font-weight: bold;
    font-style: normal;
}

.legalContentText table img{
    margin: 3px 6px 3px 0px;
    vertical-align: middle;
}

.legalContentText table a{
    font-weight: normal;
}


#pageContentAreaInterior3{
	font: 11px/16px Verdana,Arial,sans-serif;
	float: left;
	width: 680px;
	height: 100%;
	/* *margin targets all*/	
	margin: 50px 0px 0px 60px;
	/* *margin targets IE 7*/	
	*margin: 30px 0px 0px 55px;
	/* *margin targets IE 6*/	
	_margin: 30px 0px 0px 30px;
	clear: both;

}



.tabLft{
	background-image: url(../images/tabCornerBlueLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.tabRt{
	background-image: url(../images/tabCornerBlueRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-right: none;
}

TH{
	padding: 10px 15px 5px 15px;
	font: bold 10px/11px Verdana,Arial,sans-serif;
	color: #003366;
	text-align: center;
	background-color: #b9d9f0;
	vertical-align: bottom;
	border-right: 1px dashed #b9d9f0;
	border-bottom: 2px solid #7CA9D0;
}



.odd{
	background-color: #F8F8FF;
}


/*..............................product page styles.....................................*/
.headerRule{
	border-bottom: 1px solid #1B4581;
	text-align: left;
}

.productScreenGrouping{
	border-bottom: 1px dashed #9AB3CE;
	padding: 20px 0px 30px 20px;
}

.productIntro{
	font: bold 16px/20px Arial,Verdana,sans-serif; /*border-bottom: 1px solid #9AB3CE;*/
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	color: #1B4581;
}

.productDescriptions{
	border-bottom: 1px dashed #9AB3CE;
	font: 11px/20px Verdana,Arial,sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
}

.productDescriptions blockquote{
	margin: 0px 0px 0px 60px;
}

.productDescriptions blockquote img{
	margin: 0px 5px 0px 0px;
}

.productDescriptions blockquote td{
	padding: 0px 0px 10px 25px;
}

.productDescriptions table{
    margin: 0px 0px 0px 20px;
	width: 500px;
}

.individualProduct td{
	font: 11px/20px Verdana,Arial,sans-serif;
	text-align: left;
	padding: 40px 0px 0px 0px;
	vertical-align: top;
}

.individualProduct td img{
	font: 11px/18px Verdana,Arial,sans-serif;
	text-align: left;
	padding: 0px 30px 0px 0px;
}
.individualProduct li{
	/* margin targets all*/
	margin: 0px 0px 0px 40px;
	/* *margin targets IE 7*/
    *margin: 10px 0px 0px 40px;
    /* *padding targets IE 6
    _margin: 0px 0px 0px 40px;*/
}

/*hack for IE6 to fix margin problem*/
*html #pageContentAreaInterior, *html .pageContentAreahp {
	display: inline;
}

.genericDescriptions, .openAccountText {
	font: 11px/22px Verdana,Arial,sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 80px;
}


.genericDescriptions, .openAccountTextBC {
	font: 11px/22px Verdana,Arial,sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 80px;
}


#genericPage, #productPage {
	width: 780px;
	/* margin targets all*/
	margin: 49px 0px 0px 40px;
	/* *margin targets IE 7*/
    *margin: 30px 0px 0px 40px;
    /* *padding targets IE 6*/
    _margin: 30px 0px 0px 20px;
    float:left;
    clear:both;
}

.productDescriptions p {
	margin: 5px 0px 5px 0px;
}

.openAccountText LI
{
   line-height:20px;
	margin: 0px 0px 5px 50px;
}

.openAccountText ul
{
	margin: 10px 0px 10px 20px;
}

.maps{
	text-align: left;
	vertical-align: top;
}

.maps img{
	margin: 0px 0px 10px 0px;
}

.mapborder{
	border: 1px solid #1B4581;
	height: 200px;
	margin: 0px 0px 10px 0px;
}

.VFMcontactText{
	padding: 20px 35px 10px 30px;
}

.VFMcontactText table{
	font: normal normal 11px/21px Verdana, Arial, sans-serif;
    padding: 0px 10px 0px 20px;
}

.VFMcontactText table p{
    margin: 0px 0px 4px 0px;
}

.contactUnderRule{
    border-bottom: 1px solid #DCDCDC;
    width:275px;
    color: #1B4581;
    margin: 0px 30px 10px -20px;
    font: 11px/14px;
    font-weight: bold;
}


.VFMcontactText table img{
    margin: 3px 6px 3px 0px;
    vertical-align: middle;

}

.VFMcontactText table a{
    font-weight: normal;
}

.VFMcontactText blockquote{
    margin: 10px 0px 10px 10px;
}

.VFMcontactTab{
	margin: 0px 0px 0px -20px;
}

.privacyPolicyBody{
	font: 9px/22px Verdana,Arial,sans-serif;
	text-align: left;
	margin: 20px;
	padding: 20px 20px 20px 50px;
}

.privacyPolicyBody td{
	font: 11px/16px Verdana,Arial,sans-serif;
	text-align: left;
	vertical-align: top;
}

.privacyPolicyBody li{
	margin: 0px 0px 0px 60px;
	font: 11px/18px Verdana,Arial,sans-serif;

}
.privacyPolicySubheads{
    padding-left: -50px;
    border-bottom: 1px solid #1b4581;
    list-style-image: url(../images/bullet.gif);
	margin: 8px 0px 0px 20px;
}