/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*  div {border:1px solid #090;}  */


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #fff url(../images/bg.jpg) top left repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#56008c;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}
	
li.subNavOn a{ 	
	text-decoration: underline;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	padding-bottom: 15px;
	color: #56008c;
	font-size: 1.8em;
	}
	
h2 {
	color: #332985;
	margin: 0px 0 15px 0;
	font-size: 1.2em;
}

h3 {
	color: #332985;
	margin: 10px 0 6px 0;
	font-size: 1.1em;
	font-weight:normal;
}

h4 {
	color: #000;
	margin:  10px 0 4px 0;
	font-size: 1em;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #c4b2d0;
  	border: 0;
  	color: #c4b2d0;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

sup { font-size: .7em } 
th sup { font-size: .8em } 
.disclaimer sup { font-size: .8em } 

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	background:url(../images/bg_pagetileshadow.png) top left repeat-y;
	width: 963px;
	margin: 0 auto;
	text-align: center;
	}

.page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
.contentWrap {
	background:url(../images/bg_contenttiley.gif) right top repeat-y;
	}
.contentL {
	float: left;
	width:716px;
	text-align:right;
	}
.contentLMargin {
	width:702px;
	float:right;
	
	}
.contentR {
	float: left;
	width:238px;
	text-align:left;
	display:block;
	
	}

.contentRbg {
	background: url(../images/bg_sidebar_alignbtm.jpg) bottom left repeat-y;
	text-align:left;
	width:223px;
	margin-top:-5px;
	}


/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	
	}
	
.mastL {
	float: left;
	width: 300px;
	}
	
.mastR {
	float: right;
	width: 450px;
	text-align: right;
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	font-size:8pt;
	font-weight:bold;
	}
	
.uti ul {
	margin: 0 20px 0 0;
	padding: 0;
}

.uti li {
	margin: 0;
	padding: 0;
	display: inline;
}


	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	margin:20px 0 0 0;
}

.searchArea form {
	margin: 0 20px 0 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 100px;
	padding:2px 10px;
	font-size:8pt;
	}
* html .searchArea input.appfield1 {height:20px;}

.searchBtn {
	margin-left:-2px;
	
}



/* --------------------------------------------------------- =LOGIN =AREA */
.loginAreaWrapMain {
	
	}

.loginAreaWrapMain form {
	padding-left:7px;
}

.loginAreaWrapOB {
	padding:0;
	background:url(../images/bg_logingray_aligntop.gif) top left no-repeat;
	}

.serviceOptions {
	font-size:9pt;
	font-weight:bold;
	color:#0053a0;
	padding-bottom:10px;
	}
.serviceOptions li {
	line-height:12pt;
	padding:0 0 8px 5px;
	}
	
.serviceOptions li span {margin-left:25px;}
.loginOB form {padding:0 5px 10px 20px;}
.loginOB {position:relative;}

.xLogin {
	padding:0 5px 10px 20px;
}

.loginOB h3 {
	color:#0053a0;
	font-size:10pt;
	font-weight:bold;
	padding:10px 0 0 20px;
	}

.xLogin h3 {
	color:#0053a0;
	font-size:10pt;
	font-weight:bold;
	padding: 10px 0 0 0px !important;
}

.xLogin label {
	display:block;
	font-size:7pt;
	color:#606162;
}


.loginCol label {
	display:block;
	font-size:9pt;
	color:#606162;
}
.loginCol * {font-size:7pt; color:#604b20;}
.loginCol {font-size:8pt;margin:5px 0 0 0;}
.loginCol input.appfield1 {
	font-size:9pt;
	width:125px;
	border:1px solid #0053a0;
	padding:2px 0 2px 2px;
	background:#fff url(../images/bg_input_login.jpg) top left repeat-x;
}
* html .loginCol input.appfield1 {height:22px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration:none;
	font-size:8pt;
	color:#005894;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:0;
	margin:8px 0 0 0;
	text-align:center;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0;
	font-weight:bold;
}

.loginForgot {padding:2px 0 8px 0;}
#home .loginBtn {
	position:absolute; 
	top:74px; 
	right:6px;
	}
*:first-child+html #home .loginBtn {
	position:absolute; 
	top:77px; 
	right:6px;
	}
*:first-child+html #home .xLogin .loginBtn, 
#home .xLogin .loginBtn  {
	position:relative;
	top:0; 
	right:0;
	}

.loginForgot a:link, .loginForgot a:visited {
	font-size:7pt;
	color:#606162;
	text-decoration:underline;
	}
.loginForgot a:active, .loginForgot a:hover {text-decoration:none;}


/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	background:url(../images/bg_menubar.jpg) top left no-repeat;
	width:920px;
	margin:0 0 0 20px;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	display:block;
	}
.pNav a:hover, .pNav a:active {
	text-decoration: none;
	}
.pNav ul {
	margin:0;
	padding:0;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}


/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	background-color:#c8b2d6;
	width:696px;
	min-height: 19px;
	margin:0;
	font-size:8pt;
	float:right;
	text-align:left;
}

.sNav ul {
	margin: 0;
	padding: 0;
}

.sNav li {
	margin: 0;
	padding: 0;
	display:inline;
	border-right:1px solid #e7dfec;
}

.sNav a:link, .sNav a:visited {	
	text-decoration: none;
	display:inline-block;
	color:#e7dfec;
	padding:0 10px 5px 10px;
	font-weight:bold;
	}
	
.sNav a:hover, .sNav a:active, a#indicated {
	color:#56008c;
	background:#c8b2d6 url(../images/tri.gif) center bottom no-repeat;
	
	}
.hed {
	width:696px; 
	margin-left:6px;
	position:relative;
	margin-top:18px;
	*margin-top: 0px;
	}
	
/* --------------------------------------------------------- =quicklinks */	

.quickLinks {
	margin-bottom: 15px;
	*margin-bottom: 0px;
	*margin-top: -25px;
}

.quickLinks ul {
	margin:0;
	display:block;
}

.quickLinks li {
	/* background:url(../images/bg_quicklinks_off.gif) top left no-repeat; */
	width:223px;
	/* font-size:9pt; */
	font-weight:bold;
	/* padding:7px 0 7px 15px; */
	/* margin-bottom: -3px; */
	/* margin-bottom: -4px; */
	padding:0px;
	display:block;
	
}

.qLinksApplyLink {
	background:url(../images/btn_ql_apply_off.gif) top left no-repeat;
}
#qLinksApplyLinkdownArrow {
	background:url(../images/btn_ql_apply_on.gif) top left no-repeat;
}

.qLinksAccountLink { 
	background:url(../images/btn_ql_accountservices_off.gif) top left no-repeat;
}
#qLinksAccountLinkdownArrow  { 
	background:url(../images/btn_ql_accountservices_on.gif) top left no-repeat;
}

.qLinksApplyQuick{ 
	background:url(../images/btn_ql_quicklinks_off.gif) top left no-repeat;
}
#qLinksApplyQuickdownArrow { 
	background:url(../images/btn_ql_quicklinks_on.gif) top left no-repeat;
}

.qLinksBranchLink{ 
	background:url(../images/btn_ql_branchatm_off.gif) top left no-repeat;
}
#qLinksBranchLinkdownArrow{ 
	background:url(../images/btn_ql_branchatm_on.gif) top left no-repeat;
}

.qLinksFinancialLink{ 
	background:url(../images/btn_ql_financialedu_off.gif) top left no-repeat; 
}
#qLinksFinancialLinkdownArrow{ 
	background:url(../images/btn_ql_financialedu_on.gif) top left no-repeat;
}

.quickLinks li#downArrow {
	background:url(../images/bg_quicklinks_on.gif) top left no-repeat;
}

.quickLinks li a:link, .quickLinks li a:visited {
	color:#0053a0;
}

.quickLinks li a:active, .quickLinks li a:hover,  a:hover {

}

.qLinks2, .qLinks2 ul {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
}

.qLinks2 { 
	padding-left: 10px;
}

.qLinks2 li {
	display:block;
	background:none;
	border-bottom:1px solid #fff;
	width:203px;
	font-size:8pt;
	font-weight:normal;
	padding:2px 0 2px 0;
}
	
.qLinks2 li li {
	background: url(../images/subnav_li.gif) 0 3px no-repeat;
	border-bottom:1px solid #fff;
	width:203px;
	height: 1%;
	font-size:7pt;
	font-weight:normal;
	padding:2px 0 2px 10px;
}

/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	width:700px;
	text-align:left;
	}
	
.homeL {
	float: left;
	width: 210px;
	}
.homeL h2, .hed h2 {
	font-size:12pt;
	padding:15px 0 0 20px;}

/* .hed h2 {margin-top:25px;} */
.hed h2 {margin-top:5px;}



.tieraryNav {
	background:#fff url(../images/bg_tiernav_alignbtm.jpg) bottom left no-repeat;
	width:230px;
	padding-bottom:10px;
	margin-bottom:30px;
/* 	height: 170px;
	overflow: hidden; */
	}	

.hed .tieraryNav {
	position:absolute;
	left:0;
	top:15px;
	*top: 7px; /* ie7 */
	text-align:left;
	background:none;
	}

	
.tieraryNav ul {
	padding:0 0 0 20px;
	font-size:9pt;
	}
.hed .tieraryNav ul {
	padding:0 0 0 30px;
	font-size:9pt;
	}	
.tieraryNav li {
	padding:0 0 3px 20px;
	background:url(../images/li_purple.png) 0 3px no-repeat;
}
.hed .tieraryNav li {
	padding:0 0 3px 12px;
	*padding:0 0 0px 12px;
	background:url(../images/li_purple.png) 0 2px no-repeat;
}
*html .tieraryNav li {
	background:url(../images/li_purple.gif) 0 3px no-repeat;
}
.homeR {
	float: right;
	width: 480px;
	background:url(../images/bg_homemidsection_tiley.gif) 0 0 repeat-y;
	margin-top:20px;
	
	}
*html .homeR {width:460px;}
.homeRcontent {
	width:443px;
	margin:5px 0 50px 20px;
	font-size:9pt;
	}
*html .homeRcontent {
	margin:5px 0 50px 10px;
	}
.homeR h2 {
	font-size:13pt; 
	margin:0 0 2px 0;
	}
.homeR h3, .mainHomeSnippet h3 {
	color:#056b00;
	font-size:11pt;
	}
/* --------------------------------------------------------- =PROMOS */

.promo {
	position:relative;
	display:inline-block;
	width:700px;
	height: 243px;
}

.smpromoWrap {
	background:url(../images/bg_foot.jpg) top left repeat-x;
	width:960px;
	margin:0 auto;
	white-space:nowrap;
	padding:15px 0 10px 0;
}
.smpromo {margin-left:20px;}
/*#grpBanner {margin-left:50px;}*/

.prevnext {
	position:absolute;
	right:30px;
	top:223px;
	z-index: 900;
}
.prevnext li {
	display: inline;
	float: left;
}
.prevnext a { 
	margin-left:6px;
}
.prevnext a:link, .prevnext a:visited {
	background:url(../images/promo_nav_off.jpg) top left no-repeat;
	padding:3px 6px;
	color:#fff;
	}
.prevnext a:active, .prevnext a:hover {
	background:url(../images/promo_nav_on.jpg) top left no-repeat;
	text-decoration:none;
	}

/* --------------------------------------------------------- =RATES */

.ratesWrap {
 margin-top:30px;
}
.ratesSelect li {
	display:inline;
	font-size:8pt;
	}
.ratesSelect a:link, .ratesSelect a:visited {
	text-decoration: none;
	display:inline-block;
	color:#000;
	padding:3px 5px;
	background-color:#e5dcea;
	border:1px solid #e5dcea;
	border-bottom:1px solid #9a66ba;
	}
	
.ratesSelect a:active, .ratesSelect a:hover, li.indicatedRate a {
	text-decoration: none !important;
	background-color:#fff !important;
	border:1px solid #9a66ba !important;
	border-bottom:1px solid #fff !important;
	}
.viewAll {
	font-weight:bold; 
	text-align:right;
	font-size:8pt;
	}
/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 20px 30px 30px 30px;
	line-height: 11.8pt;
	text-align:left;
	font-size:10pt;
	}
.content h1 {margin:20px 0 10px 0;}
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 15px;
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/li_purple.png) no-repeat 0 2px; 
}
*html .content ul li {
	background: url(../images/li_purple.gif) no-repeat 0 2px; 
}
.content ul li li {
	background: url(../images/subnav_li.gif) no-repeat 0 3px; 
}

.contentImg, .photoBack {
	text-align:right;
	float:right;
	margin:0 0 20px 20px;
	}
	
.investmentDisclaimer { 
	background-color: #d9d9ff;
	border: 2px solid #000080;
	text-align:left;
	font-size: .9em;
	padding: 5px;
	margin-top: 15px;
}	

.sidebar {	
	margin-left: 5px;
	width: 250px;
	float:right;

}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {

	width:960px;
	margin:0 auto;
	}
	
.footL {
	float: left;
	text-align:left;
	width: 520px;
	padding:40px 0 0 20px;
	}
	
.footR {
	text-align: right;
	float: right;
	width: 400px;
	font-size:8pt;
	padding:20px 20px 0 0;
	}
.foot a {margin:0 0 0 3px;}
.blue a:link, .blue a:visited {color:#3476b3;}	
.footLink a:link, .footLink a:visited {color:#000;}
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

input:focus {

} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #8345aa;
	background: #fff url(../images/bg_searchinput.gif) bottom left repeat-x;
}	
.appfield2 {
	border: 1px solid #8345aa;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { 
	border: 1px solid #9a66ba; 
	font-size:9pt;
	}

.retirecalc, .savingscalc, 	.loancalc, .loancomp, .mortcalc { 
	border: none;
}
	
*:first-child+html .ratesWrap table {margin-top:-1px;}

.tableheader {
	color: #3b3386;
	background-color: #fff;
	font-weight: bold;
	font-size:11pt;
}
	
th {
	background-color:#3b3386;
	color:#fff;
	text-align: left;
	padding:4px 10px 3px 10px;
	vertical-align:top;
}
	
.tablecontent1 {
	background-color: #e5dcea;
	padding:4px 10px 3px 10px;
	vertical-align:top;
}
	
.tablecontent2 {
	background-color:#fff;
	padding:4px 10px 3px 10px;
	vertical-align:top;
}

.ratesTable { 
	margin-bottom: 15px;
}
/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#3b3386; }
.faqA { color:#3b3386; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	/* font-style:italic;
	font-weight: bold; */
	color: #7e7e7e;
	font-size: .9em;
}
	
.required {
	color: #dd2525;
}

.tabs-hide {
	display:none;
}

.border-none { 
 border: none;   
}

#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 50px;
 left: 30%;
 overflow: hidden;
}

#ex_dis p {
	font-size: .8em;
	text-align:left;
}


/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */

