/* 
#00287A blue
#932653 burgundy
#EEE2D0 cream 
#CCCCCC gray
*/

body {
	margin: 0;
	padding: 0;
	background-color: #932653;
	color: #000;
	font: 9pt/12pt arial, sans-serif;	
	}
	
a:link {
	color: #00287A;	
	}
a:visited {	
	color: #00287A;
	}
a:hover, a:active {
	color: #932653;	
	}
	
a img { border: none; }

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #00287A;
	font-size: 12pt;
	}
h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #932653;
	font-size: 10pt;
	}
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #00287A;
	font-size: 9pt;	
	}
p {
	margin: 0 0 10px 0;	
	}
ul li {
	list-style: square;
	list-style-image: url(../images/li.gif);	
	}
	
.subheader{
	color: #932653;
	font-size: 10pt;
	font-weight:bold;
}

/* =DISTYLES =LAYOUT */

.clear { clear: both; height: 0px; } /* use within elements that have height defined */
.clearfloat { clear: both; height: 1px; } /* use within elements of variable height */

/*.pageContainer {
	width: 760px;
	background: url(../images/bg_rightbar.gif) repeat-y 749px 150px;
	}*/
.pageContainer {
	width: 760px;
	}
.dateStamp {
	position: absolute;
	top: 0px;
	left: 3px;
	color: #EEE2D0;
	font-size: 9pt;
	}
.topNav {
	height: 19px;
	border-bottom: 1px solid #000;
	text-align: right;
	}

.pageContainer .topNav { border: none; }
.pageContainer .leftCol { border-top: 1px solid #000; }

.topNav ul, .topNav li {
	list-style: none;
	list-style-image: none;
	height: 19px;
	margin: 0;
	padding: 0;	
	}
.topNav li { display: inline; }
.topNav li img {
	margin-bottom: -3px;
	margin-left: -2px;	
	}
	
/*.contentContainer {
	width: 749px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff url(../images/bg_contentContainer.gif) repeat-y;
	}*/
.contentContainer {
	width: 749px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../images/bg_contentContainerBack.gif) repeat-y;
	}
.leftCol {
	float: left;
	width: 140px;
	}
.loginArea { margin-bottom: 4px; }
.loginCM {
	width: 69px;
	float: right;
	margin:0px;
	padding:0px;
	}
.loginCMleft {
	width: 71px;
	float: left;
	margin:0px;
	padding:0px;
	}
.nav ul, .nav li {
	list-style: none;
	list-style-image: none;
	margin: -3px 0 0 0;
	padding: 0;	
	}
	
.searchArea { text-align: center; }
.searchArea form { margin: 0; padding: 0; }
.searchField {
	width: 98px;
	height: 20px;
	margin: 0;
	border: 1px solid #A5ACB2;	
	}

.consumerAlert {
	margin: 5px 0;
	text-align: center;
	}
	
/*.rightCol {
	float: right;
	width: 607px;
	background-color: #fff;
	}*/
.rightCol {
	float: right;
	width: 607px;	
	}

.logo { margin-bottom: 30px; }

.rightCol .logo { 
	margin-bottom: 20px;
	border-top: 1px solid #000;
	}

/*.content { margin: 0 30px; }*/

.content { margin: 0 20px 20px 20px; }
.contentNoMargins { margin: 0 0 20px 0; }

.header { /* backpage */
	margin-right: -20px;
	margin-bottom: 20px;
	background: url(../images/bg_header.gif) repeat-x;	
	}

/*.contentLeft {
	float: left;
	width: 317px;
	}
.contentRight {
	float: right;
	width: 200px;
	margin-left: 30px;
	}*/

.contentLeftBack {
	/* float: left;
	width: 433px; */
	}
.contentRight { /* back page profiles */
	float: right;
	width: 114px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;
	}
.contentRight img {
	margin: 2px;	
	}

.promotion { /* 1234 */ }
.promotionNav { 
	margin: 5px 0;
	text-align: center;
	}

.profilesFront { /* front page profiles */
	clear: both;
	height: 73px;
	border-bottom: 1px solid #000;
	background: url(../images/bg_profiles.gif) repeat-x;
	}
.profilesPhotos {
	float: left;
	width: 341px;
	text-align: right;	
	}
.profilesPhotos img {
	margin-left: 10px;	
	}
.customerProfiles {
	float: right;
	width: 260px;
	height: 65px;
	background: #EEE2D0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
.customerProfiles img { margin-left: 8px; }

.thankYou {}

.footer {
	width: 740px;
	margin: 10px 0 10px 10px;
	color: #EEE2D0;
	font-size: 8pt;
	text-align: center;
	}
.footer a:link, .footer a:visited { color: #EEE2D0; text-decoration: underline; }
.footer a:hover { color: #fff; text-decoration: none; }
.footerLeft {
	float: left;
	width: 91px;
	margin-right: 15px;
	text-align: center;
	}
.footerRight {
	float: right;
	width: 307px;
	margin-left: 5px;
	text-align: center;
	}
.footerRight img {
	margin-left: 10px;	
	}

/* =FISTYLES =TEXTUAL */
	
.tableheader {
	background-color: #932653;
	color: #EEE2D0;
	font-weight: bold;
	}
	
.tablecontent1, .tablecontent2 {
	color: #00287A;
	}
	
.Q {	
	color: #00287A;
	font-size: 12pt;
	font-weight: bold;
	}
.A {
	color: #932653;
	font-size: 12pt;
	font-weight: bold;
	}
	
.disclaimer {
	font-size: 8pt;
	line-height: 10pt;
	}
	
.required {
	color: #932653;
	}
	
.appfield1 {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	}
	
.appfield2 {
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	}


/* DHTML Styles */
.clCMEvent{position:absolute; z-index:400; width:100%; height:100%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:hidden;}
.clCMAbs{position:absolute; width:10px; height:10px; left:0; top:0; visibility:hidden}
.clB,.bordercolor{position:absolute; visibility:hidden; z-index:1;}
.temp{position:absolute;visibility:hidden;width:0px;height:0px;display:none;}
.item_on,.item_off{position:absolute; width:150px; height:25px;}
.clB{
	background-color:#932653;
    
}
.item_on,.item_off{
	padding: 5px;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial, sans-serif;
	overflow: visible;
	text-align: left;
}
.bordercolor{
	background-color:#932653;
	border:#932653;
    
}
.item_off{
	color:#660000;
	background-color:#FFFFFF;
	cursor: default;
}
.item_on{
	color: #FFFFFF;
	background-color: #932653;
	cursor: hand;
	cursor: pointer;
}

	#ex_dis{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-align: left;
		position: absolute;
		border: 2px solid #1C2F69;
		padding: 15px;
		display:none;
		z-index: 500;
		width:400px;
		top:100px;
		left:250px;
		FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=000000,offX=7,offY=8,positive=true);
	}
    
/*Calculator styles*/    
.calctable td, .calctable th{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:center;
}
div.dicalc{
    /*border:1px dashed #ff0000;*/
    width:95%;
}
.calctable {
border-left: 1px solid #000;
border-top: 1px solid #000;
width:100%;
}
.calctable td.tablesubheader{
	 background-color:#dedede;
     color:#000;
}


table.calc {
	border: 1px dotted #ccc;
	padding-left: 10px;
}

table.calc td {
	text-align: left;
    align: left;
	background-color: #ccc;
	font-size: 11px;
	padding:5px;
}

table.calc td.description {
	background-image: none;
	background-color: #eee;
	width: 130px;
	border-left: 3px solid #ccc;
	text-align: left;
	align: left;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}

table.form td.submit {
	background-image: none;
	background-color: #eee;
	border-left: 3px solid #666;
	font-weight: normal;
	padding: 5px;
}

table.form td.required {
	border-left: 3px solid #900;
}


fieldset {
	border: 1px solid #ccc;
	padding: 10px 10px;
	width:420px;
}

legend {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-image: url(../images/bg-tablehead.gif);
	background-repeat: repeat-x;	
	border: 1px solid #ccc;
	border-bottom-color: #999;
	padding: 3px 6px;
	margin-top: 10px;
}

/* Login Styles */

.loginLeft {
	float: left;
	width: 253px;	
	}
.loginTitle {
	float: left;
	width: 119px;	
	}
.loginForm {
	position: relative;
	float: right;
	width: 134px;
	height: 156px;
	background: #00287A;	
	}
.loginForm form {
	margin-top: 22px;
	text-align: right;	
	padding-right: 5px;
	}
.loginForm .loginButton {
	position: absolute;
	top: 132px;
	left: 0;
	}
.loginForm .loginLock {
	position: absolute;
	top: 132px;
	left: 95px;
	}	
.loginField {
	width: 120px;
	height: 18px;
	background: #ECF5FE;
	color: #00287A;
	}
.firstTime {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #faf5ed;
	border-bottom:1px solid #faf5ed;
	border-left: 1px solid #00287A;
	border-right: 1px solid #00287A;
	background: #00287a;
	text-align: center;	
	}

	.affiliates {
	clear: both;
	padding: 5px 0;
	border-left: 1px solid #00287A;
	border-right: 1px solid #00287A;
	background: #faf5ed;
	text-align: center;	
	}
	
.loginLinks {
	padding: 5px 0;
	border: 1px solid #00287A;
	background: #932653;	
	color: #EEE2D0;
	text-align: center;	
	}
.loginLinks a:link, .loginLinks a:visited, .firstTime a:link, .firstTime a:visited, a.fpwLink:link, a.fpwLink:visited { color: #EEE2D0; text-decoration: underline; font-size: 8pt;}
.loginLinks a:hover,  .firstTime a:hover, a.fpwLink:hover { color: #fff; text-decoration: none; }
.loginLinks p {
	font-size: 8pt;
	margin: 10px 5px 5px 5px;
	line-height: 10pt;	
	}
	
.loginRight {
	float: right;
	width: 284px;
	text-align: center;
	}
.loginRight h2 {
	margin-bottom: 10px;
	text-align: left;
	}
.loginRight p {
	text-align: left;	
	}
.loginRight img {
	margin: 10px 0;		
	}
	
.loginDisclaimer {
	clear: both;	
	text-align: center;
	}
.loginDisclaimer p {
	clear: both;	
	font-size: 7pt;
	line-height: 9pt;
	text-align: left;	
	}
/*From fi_styles*/

body {
	margin: 0;
	padding: 0;
	background-color: #932653;
	color: #000;
	font: 9pt/12pt arial, sans-serif;	
	}
p,div,td,th{
    font: 9pt arial, sans-serif;	
}
 
div#profilePage img{
    margin-right:5px;
    margin-bottom:25px;
} 

hr{
    clear:both;
    color:#072462;
    height:3px;
    
}	
a:link {
	color: #00287A;	
	}
a:visited {	
	color: #00287A;
	}
a:hover, a:active {
	color: #932653;	
	}
	
a img { border: none; }

h1,.heading1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #00287A;
	font-size: 12pt;
    font-weight:bold;
	}
h2,.heading2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #932653;
	font-size: 10pt;
    font-weight:bold;
	}
h3,.heading3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #00287A;
	font-size: 9pt;	
    font-weight:bold;
	}
p {
	margin: 0 0 10px 0;	
	}


	
.Q {	
	color: #00287A;
	font-size: 12pt;
	font-weight: bold;
	}
.A {
	color: #932653;
	font-size: 12pt;
	font-weight: bold;
	}
	
.disclaimer {
	font-size: 8pt;
	line-height: 10pt;
	}
	
.required {
	color: #932653;
	}
	
.appfield1, input.button {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	}
	
.appfield2 {
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	}
    
table.dtable td, table.dtable th{
border-right: 1px solid black;
border-bottom: 1px solid black;
}

table.dtable  {
border-left: 1px solid black;
border-top: 1px solid black;
}    


table.branch  {
border: 1px solid black;
margin-bottom:25px;
}    

.tableheader,th {
	background-color: #932653;
	color: #EEE2D0;
	font-weight: bold;
	}
	

/*	.tableheader,th {
	background-color: #932653;
	color: #fff;
	font-weight: bold;
	}*/
	
.tablecontent1, .tablecontent1 td{
	color: #00287A;
    background-color:#ccc;
	}
.tablecontent2, .tablecontent2 td{
	background-color:#EEE2D0;
    color:#00287A;
	}    
.tablesubheader, .tablesubheader td{
    font-weight:bold;
    background-color:#002463;
    color:#fff;
}    
.tablesubheader a{
    color:#fff;
}
div.location{ 
margin-bottom:15px;
width:200px; 
clear:both;
/*border:1px dashed #ff0000; */
}

.CDSpecialNavy {color: Navy; font-family: Times New Roman; font-size: 3em}
.CDSpecialMaroon {color: Maroon; font-family: Times New Roman; font-size: 3em}

.pfw_bluehdr {font-family: Arial, Helvetica, sans-serif; color: #2E5184; font-size: 14px; font-weight: bold; }

.pfw_button {
	background: url(../images/pfw_button.jpg) no-repeat; 
	width: 240px; 
	height: 48px; 
	text-align: center; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.pfw_masthead {width: 600px; height: 344px; }
* html .pfw_masthead {margin-left: 1px;}

.pfw_divider {height: 1px; color: #8d8d8d}

.clear0 {clear: both; height: 0;}

.pfw_maincols {width: 600px;}
.pfw_leftcol {width: 275px; float: left; padding-left: 20px;}
* html .pfw_leftcol {width: 275px; float: left; padding-left: 10px;}
.pfw_rightcol {width: 275px; float: right;}

.pfw_bottom {width: 580px; padding-left: 20px;}
* html .pfw_bottom {width: 600px;}

#grpWrapper {
    text-align: center;
    position: absolute;
}

#grpBanner p {
    text-align: center;
}

#grpBanner {
    margin-top: 20px;
}

#grpBanner.page_on {
    position: relative;
    left: 365px;
    margin-top; 20px;
}
