/* 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 {
	margin: 0;
	padding: 0;
	background: #f3f0e8;
	color: #666666;
	font-size: 10pt;
	text-align:center;
}

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

a:link, a:visited {	
	color:#006eb5;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#006eb5;
	text-decoration: none;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #00477d;
	font-size: 1.7em;
}
	
h2, #calccontent h1 {
	margin: 0 0 8px 0;
	color: #00477d;
	font-size: 1.2em;
	font-weight: bold;
	
}

h3 {
	margin: 0 0 6px 0;
	color: #00477d;
	font-size: 1em;

}

h4 {
	margin: 0 0 8px 0;
	padding:3px 8px;
	color: #000;
	font-size: 1em;
	background-color:#ede7d1;
}

p {
	padding: 0 0 12px 0;
}

hr {
  	height: 1px;
	margin: 10px 0;
  	color: #000;
	background: #000;
  	border: 0;
}

.contentHelp hr {
	height:2px;
  	color: #D6D6D6;
	background: #D6D6D6;
}
	
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;
}

/* --------------------------------------------------------- =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 {
}

.page {
	margin: 0 auto;
	width: 976px;
	background: #f3f0e8 url(../images/bg_page.gif) repeat-y;
	text-align: left;
}
.pageInnerWrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.pageName {
	padding: 6px 10px;
	font-size: .8em;
	background-color:#fff;
}
.pageName a:link, .pageName a:visited {	
	color:#00477d;
	text-decoration: none;
}
	
.pageName a:hover, .pageName a:active {
	color:#00477d;
	text-decoration: underline;
}



.moduleWrap {
	background:url(../images/module_bg_short.gif) repeat-y;
	width:100%;
	margin-bottom:14px;
}
.module {background:url(../images/module_top_short.gif) no-repeat;}
.moduleTxt {
	padding:10px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
}
.moduleL {
	float:left;
	width:65%;
}
.moduleL h2 {
	font-weight:normal;
	font-size:13pt;
}
.moduleR {
	float:right;
	text-align:center;
	width:110px;
	display:inline;
	margin-right:44px;
}
.moduleR img {margin-bottom:3px;}
.moduleFoot {
	height:13px;
	background:url(../images/module_foot_short.gif) no-repeat;
}


.isWide .moduleWrap {
	background:url(../images/module_bg.gif) repeat-y;
	width:100%;
	margin-bottom:14px;
}
.isWide .module {background:url(../images/module_top.gif) no-repeat;}
.isWide .moduleTxt {
	padding:10px 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
}
.isWide .moduleL {
	float:left;
	width:460px;
}
.isWide .moduleL h2 {
	font-weight:normal;
	font-size:13pt;
}
.isWide .moduleR {
	float:right;
	text-align:center;
	width:110px;
	display:inline;
	margin-right:44px;
}
.isWide .moduleR img {margin-bottom:3px;}
.isWide .moduleFoot {
	height:13px;
	background:url(../images/module_foot.gif) no-repeat;
}



/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	height: 75px;
	border-top: 5px solid #f58439;
}
	
.mastL {
	float: left;
	width: 200px;
}
	
.mastR {
	position: relative;
	float: right;
	width: 600px;
	text-align: right;
}
	
/* --------------------------------------------------------- =UTILITY */
	
	
.uti {
	position: absolute;
	top: 49px;
	right: 2px;
	width:510px;
	height:26px; 
	margin: 0;
	padding: 0;
	background: url(../images/uti_bg.gif);
}
.utiLeft{
	background:url(../images/uti_cap_left.gif) no-repeat;
}
.utiRight{
	background:url(../images/uti_cap_right.gif) no-repeat right top;
}
.uti ul {
	margin: 0;
	padding-top: 5px;
}

.uti li {
	margin: 0;
	padding-right: 5px;
	display: inline;
}
.uti img {vertical-align:middle;}
.uti a:link, .uti a:visited {	
	color:#003366;
	font-size: 8pt;
	text-decoration: none;
}
	
.uti a:hover, .uti a:active {
	color:#003366;
	text-decoration: underline;
}

.socialLogos {
	width: auto;
	height: 22px;
	position: relative;
	margin: 25px 5px 0 5px;
}

.socialLogos img {
	margin-left: 3px;
}

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

.searchArea {
 	float:right;
	padding-top: 3px;
}

.searchArea form {
	display:inline;
}

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

.searchArea input.appfield1 {
	width: 110px;
	height: 15px;
	margin:0;
	padding:0;
	background-color: #fff;
	color: #000;
}
* html .searchArea input.appfield1 {height:15px;}

.searchAreaImg {
	padding: 0 3px;
	vertical-align: middle;
}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:180px;
	background-color: #00477d;
}

.loginAreaWrapOB {padding:0;}
.loginOB form {padding:0 8px;}
.loginOB {position:relative;}
.loginCol label {
	display:block;
	font-size:8pt;
	color:#bfd1de;
}
.loginCol * {font-size:8pt; color:#bfd1de;}
.loginCol {margin:5px 0 0 0;}
.loginCol input.appfield1 {
	font-size:10pt;
	font-weight:bold;
	width:115px;
	height: 15px;
	color:#000;
	border:0;
	padding:2px 0 2px 2px;
}
* html .loginCol input.appfield1 {height:25px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	color: #bfd1de;
	text-decoration:none;
	font-size:8pt;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	color: #bfd1de;
	text-decoration:underline;
}
.loginLinks {
	padding:0;
	margin:8px 0;
	text-align:left;
	color: #bfd1de;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0;
	line-height: .8em;
}
#home .loginBtn {position:absolute; top:52px; right:6px;}

.loginAA {
	background-color: #006eb5;
}
#home .loginBtnAA {position:absolute; top:122px; right:6px;}

li.firstLi a:link, li.firstLi a:visited {font-weight:bold;}

.loginBack {
	width:180px;
	border-top:3px solid #fff;
	}
.loginBack img {
	margin: 1px 0;
	}
*:first-child+html .loginBack img {
	margin:  -1px 0;
	padding: 0;
	}
/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	background-color:#006eb5;
	width:100%;
	text-align: center;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	padding:8px 12px;
	color: #86c8f1;
	font-size: 12pt;
	font-weight: bold;
}
.pNav a:hover, .pNav a:active,
.pNav a.selected:link, .pNav a.selected:visited,
.pNav a.selected:hover, .pNav a.selected:active {
	text-decoration: none;
	color: #fff;
}
.pNav ul {
	margin:0;
	padding:0;
	text-align: center;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:8px 12px;
	display:inline-block;
	/* float:left; */
}
*:first-child+html .pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	display:inline;
	/* float:left; */
}

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

.sNav {
	
}

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

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

.sNav a:link, .sNav a:visited {	
	color:#000;
	text-decoration: none;
}
	
.sNav a:hover, .sNav a:active {
	color:#000;
	text-decoration: underline;
}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	width: 760px;
	margin: 0; 
	padding: 0; 
}
	
.homeL {
	float: left;
	width: 560px;
}
	
.homeR {
	float: right;
	width: 200px;
}

.leftCol {
	width: 180px;
	margin: 0; 
	padding: 0;
}
*:first-child+html .leftCol img {
	margin: -1px 0; 
}
.quicklinks {
	margin: 10px;
}
.quicklinks h1 {
	margin: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}
.quicklinksLeft {
	float: left;
	width: 175px;
	margin-right: 5px;
}
.quicklinksMid {
	float: left;
	width: 175px;
	margin-right: 5px;
}
.quicklinksRight {
	float: left;
	width: 175px;
	margin-right: 5px;
}
.quicklinksContent {
	height: 120px;
	margin-top: -5px;
	padding: 0 0 6px 10px;
	background: #fff url(../images/ql_bgLine.gif) repeat-y;
	font-size: .9em;
	font-weight: bold;
}
.quicklinksContent a:link, .quicklinksContent a:visited {	
	color:#00477d;
	text-decoration: none;
}
.quicklinksContent a:hover, .quicklinksContent a:active {
	color:#00477d;
	text-decoration: underline;
}
*:first-child+html .quicklinksContent {
	margin-top: -5px;
	padding: 0 0 0 10px;
	background: #fff url(../images/ql_bgLine.gif) repeat-y;
	font-size: .9em;
}
.extraLink {
	padding: 15px 0 15px 10px;
	font-size: 1em;
	font-weight: bold;
}
.extraLink a:link, .extraLink a:visited {	
	text-decoration: none;
}
.extraLink a:hover, .extraLink a:active {
	text-decoration: underline;
}

.helpcenter, .sidequestions {
	float: none;
	width: 197px;
	margin: 8px 10px 0 0;
}
.helpcenterContent {
	padding-left: 5px;
	background: #fff url(../images/box_bg.gif) repeat-y;
}

.helpcenterContent h2 {
	font-size: 1.4em;
}
.helpcenterContent a {
	color:#666;
	text-decoration:none !important;
}

.helpcenter h1, .sidequestions h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.sidequestions img {
	margin-bottom: 0 !important;
}

.helpcenter hr, .sidequestions hr {
	background: #ccc;
  	border: 0;
  	color: #ccc;
  	height: 1px;
	margin: 0px 10px 5px 10px;
	padding:0;
}
.helpcenter a, .sidequestions a {
	padding: 5px;
}
*:first-child+html .helpcenterContent {
	margin: -5px 0;
}
	
	
.stayconnected {
	width: 197px;
	margin: 10px 10px 0 0;
}
.stayconnectedContent {
	padding-left: 5px;
	background: #fff url(../images/box_bg.gif) repeat-y;
	text-align: center;
}

.stayconnected h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
.stayconnected hr {
	background: #ccc;
  	border: 0;
  	color: #ccc;
  	height: 1px;
	margin: 5px 10px 10px 10px;
}
.stayconnected a {
	padding: 5px;
}
*:first-child+html .stayconnectedContent {
	margin: -5px 0;
}
	
	
	
	
.welcome {
	margin: 5px 20px;
}
.welcome h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #f58439;
	font-size: 1.2em;
	font-weight: bold;
}
.welcome p {
	color: #333333;
	line-height: 1.2em;
}
	

	
/* --------------------------------------------------------- =PROMOS */

.promo {

}

.smpromo {
	margin: 0 10px;
}

.smpromo img {
	padding: 0 8px;
}

.prevnext {

}


/* --------------------------------------------------------- = SITE =CONTENT */

.headerImage {
	display:none;
}
.headerImageHolder {
	display:none;
}


.contentWrap {
	padding: 0 5px 0 0;
	/* background:url(../images/leftcol_bottom.gif) repeat-y; */
}
#back .contentWrap {background:none;}

.content {
	float: left;
	width: 500px;
	margin-top: 10px;
}

.contentenroll {
	float: left;
	width: 700px;
	margin-top: 10px;
}


.isWide {
	width: 100%;
	padding-left: 15px;
}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}
	
.content ul li { 
	padding: 0 0 6px 20px;
}
	
.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/bullet.gif) no-repeat .7em .6em; 
}

.contentImg {
}

#home .contentL {
	float: left;
	width: 180px;
	background-color: #ffffff;
}

.homeLeftNav img {
	display: block;
	margin: 3px 0;
	padding: 0;
}

.contentL {
	float: left;
	width: 180px;
	background-color: #fff;
}
.contentR {
	float: left;
	width: 740px;
	margin-left: 10px;
	display:inline;
}

.leftColMtgRates {}
.leftColMtgRatesOuter {
	width: 180px;
	height: auto;
	margin: 0 0 1em 0;
}
.leftColMtgRatesInner {
	background: #fff url(../images/bg_ratesbtmalign.gif) repeat-y top center;
	margin: 0;
}

.leftColMtgRatesInner table td {font-size: 80%;}

.leftColMtgRatesInner table td.mtgrates_c1 {color: #04477d;}

.leftColMtgRatesInner a:link,.leftColMtgRatesInner a:visited {
	color:#006eb5;
	text-decoration: underline;
	}
.leftColMtgRatesInner a:hover,.leftColMtgRatesInner a:active {
	color:#006eb5;
	text-decoration: none;
	}  

.contentHelp{
	display:none;
	float:right;
	width:200px;
	margin-bottom:50px;
	}
	
.customSideSnippet{
	display:block;
	float:right;
	width:200px;
	margin-bottom:50px;
	}
.contentHelpHolder {
	display:none;
}
.contentPromos {
	text-align:center;
	padding-top:55px;
}

.contentPromosPadded {
	text-align:center;
	padding-top:203px;
}

.contentPromos img, .contentPromosPadded img {
	margin-bottom:10px;
}
	
.menuWrap {
	width:180px;
}
.menu {
	padding: 0 20px;
	background: #fff url(../images/menu_bg.gif) repeat-y;
	color: #333333;
	line-height: 1.2em;
}
*:first-child+html .menu {
	margin: -5px 0;
	padding: 0 20px;
	background: #fff url(../images/menu_bg.gif) repeat-y;
	color: #333333;
	line-height: 1.2em;
}
.menu hr {
  	height: 1px;
	margin: 4px 0;
	padding: 0 20px;
  	color: #333;
	background: #333;
  	border: 0;
}
.menu h1 {
	margin: 0;
	padding: 5px 0 0 0;
	color: #00477d;
	font-size: 1.2em;
	font-weight: bold;
}
.menu h2 {
	margin: 5px 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}

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

.menu ul ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.menu li {
	margin: 0;
	padding: 0;
}

.menu a:link, .menu a:visited {	
	font-size: .9em;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
}
	
.menu a:hover, .menu a:active {
	color:#333333;
	text-decoration: underline;
	font-weight: normal;
}
/* --------------------------------------------------------- =FOOTER */
	
.foot {
}
	
.foot1 {
	height: 20px;
	padding: 5px 8px 0 8px;
	color:#fff;
	background: #006eb5;
	font-size: 8pt;
	clear: both;
}
	
.foot1 a:link, .foot1 a:visited {	
	padding: 0 3px;
	font-size: 8pt;
	color:#fff;
	text-decoration: none;
}
	
.foot1 a:hover, .foot1 a:active {
	color:#fff;
	text-decoration: underline;
}
	
.foot1L {
	float: left;
}
	
.foot1R {
	text-align: right;
	float: right;
}

.foot2 {
	margin-bottom: 35px;
	padding: 5px 8px 0px 8px;
	background: #fff;
	clear: both;
}
*:first-child+html .foot2 {
	margin-bottom: 5px;
	}
.foot2L {
	float: left;
	width: 490px;
}
	
.foot2R {
	text-align: right;
	float: right;
	width: 240px;
}

.footer_disclaimer {
	padding: 5px 8px 0px 8px;
	background: #fff;
	font-size: 10px;
	color: #666666;
}
	
/* --------------------------------------------------------- =FORMS */

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

input:focus {
	border: 1px solid #469def;
	background: #c9e2f9;
} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #ccc;
	background: #fff;
}	
.appfield2 {
	border: 1px solid #00477d;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

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

table { width: 100%; }

.tableheader {
	background: #fff;
	color: #004a80;
	font-weight: bold;
}
	
th {
	background-color:#ede7d1;
	color:#004a80;
	text-align: left;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #f3f0e9;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

.compareGridContent table td {
	width:33%;
}

/* ------------------------------------------------------- = News Tabs = */

.newsWrap {
	padding: 20px;
	}

.navNews ul li {
	list-style-type: none !important;
	list-style-image: none !important;
	background-image: none;
}

.navNews {
	background:#F3F0E8 url(../images/bg_Rcrv_top.gif) top right no-repeat !important;
	width:100%;
}
.navNews a:link, .navNews a:visited {	
	background:url(../images/tabL_off.gif) top left no-repeat !important;
	text-decoration: none;
	display:block;
	color: #006eb5;
	padding:8px 12px;
	}
.navNews a:hover, .navNews a:active  {
	background:url(../images/tabR_hover.gif) top right no-repeat !important;
	color: #fff;
	text-decoration: none;
	}

.navNews li {
	background:url(../images/tabR_off.gif) top right no-repeat !important;
	list-style-image:none !important;
	list-style-type:none !important;
	margin:0 2px 0 0 !important;
	padding:0 !important;
	float:left;
}

.currentNews a:link, .currentNews a:visited {	
	background:url(../images/tabL_on.gif) top left no-repeat !important;
	color: #fff;
	text-decoration: none;
	display:block;
	padding:8px 12px;
	}

li.currentNews, .currentNews {	
	background:url(../images/tabR_on.gif) top right no-repeat !important;
	}
	
.navNews ul {
	margin:0 !important;
	padding:0 !important;
}

/* --------------------------------------------------------- =PRRIMARY =NAV */
.newsContent {
	border: 1px #00477D solid;
	padding: 20px;
	text-align: left;
	display: none;
	}
	
.newsItem {
	border-bottom: 1px #CCCCCC solid;
	padding: 20px;
	}

.seeAllNews {
	background:#e1eef9 url(../images/bg_Rcrv_btm.gif) bottom right no-repeat;
	text-align: right;
	padding: 8px;
	padding-right: 20px;
	}


/* --------------------------------------------------------- =OTHER */

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

.faqQ { color:#00477d; }
.faqA { color:#006eb5; }
	
.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-size:7pt;
	/*
	font-style:italic;
	font-weight: bold;
	color: #7e7e7e;
	*/
}
	
.required {
	color: #F58439;
}


/* Extra table styles (see /home/home/borrowing/mortgage)  */
.compareGridTop {
	background:url("../images/bg_table_top.gif") no-repeat scroll center top transparent;
	height:5px;
}
.compareGrid {
	background:url("../images/bg_table.gif") repeat-y scroll 0 0 transparent;
	width:550px;
}
.compareGrid .tableheader {
	background:transparent;
	padding-left:10px;
}
.compareGridBottom {
	background:url("../images/bg_table_bottom.gif") no-repeat scroll center bottom transparent;
	clear:both;
	height:5px;
}
/* */

.rightAlign {
	text-align:right;
	padding-right:13px;
}

.floatRight, .floatright {
	float:right;
	margin: 0 0 10px 10px;
}
.floatLeft, .floatleft {
	float:left;
	margin: 0 10px 10px 0;
}

.tableUnderlined {
	width:97%;
}
.tableUnderlined td {
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
}


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

.estatementLoginBox {
	width: 261px;
	height: auto;
	background-color:#fff;
}
.estatementLoginBoxInner {
	background: url(../images/login_estatements_bg.gif) repeat-y;
	color: #00477d;
}


/* 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
 */
