/*
***************************************************************************
This is the main stylesheet file for Bankrate 3.0
Please increment the version, timestamp and comments below for each release
***************************************************************************
** DEVELOPER: jm  
** VERSION: 207
** TIMESTAMP: 6/20/2011 01:13pm
** DESCRIPTION OF LAST CHANGE: Moved interstitial style to external interstitial.css
** 								
**************************************************************************
*/

/* CSS Document */


.storypage > .bgWhite.pad20.padNoBottom {background-color:transparent;}


/*Start ------------------------- Global styles ----------------- */
body {
	margin:0;
	padding:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

form, ul {
	margin:0px;
	padding:0px;
}

select {
	display:inline;
	font-size:11px;
	margin:2px;
	vertical-align:middle;
	border:1px solid #7F9DB9;
}

input {
	display:inline;
	font-size:11px;
	margin:2px;
	vertical-align:middle;
}

iframe {
	border:none;
}

input[type=hidden] {display:none;}

textarea {
	margin:2px;
	vertical-align:middle;
}


a {color:#1c4788;text-decoration:none;cursor:pointer;}
a:visited {color:#3672ba;text-decoration:none;}
a:hover {color:#DEA001; text-decoration:underline;}
a:focus {outline:none;}



/*----------------header styles   ---------------------------------*/
#aspnetForm > div > input[type~=hidden] {
	display:none;
}

.botbanner, .topbanner {text-align:center;margin:0px 0px 10px 0px;clear:both; padding:6px 0 0px 0;}

/*.header-nav{
	background: transparent url(/Images/header_sm.jpg) no-repeat 0px 0px;
}*/

#header-nav{
	min-width:1001px;
	height:135px; /*needed so sprite doesn't repeat in IE6*/
	_width:expression(document.body.clientWidth < 1003? "1001px": "auto" );
	_min-width: 1001px;
}

.topadvertisement {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

.advertisement {
	color:#595959;
	font-size:9px;
	text-align:center;
}

.adv {font-size:9px; line-height:normal;}
.toplinkad:link {font-size:9px;line-height:normal;}
.seo {
	font-size:10px;
	line-height:normal;
	color:#024393;
	margin:0px 0px 0px 15px; 
}


/* {margin:0px;} */

div#nav {min-width:994px;position:relative; margin: 0px;}

div#tier1 {min-width:51%;width:51%;background:url(/Images/nav_t1_bg.jpg) repeat-x;margin-top:-21px;float:left;height:21px;}
div#tier1 ul {border:solid #ACC4E0;border-width:1px 0 0 0;padding:0px;min-height:20px;float:left; margin: 0px;}


div#tier1 ul li {float:left;padding:4px 10px 0 10px;list-style-type:none;display:inline;margin-left:-1px;line-height:8px;background:url(/Images/bg_nav_secondary3.gif) no-repeat 0 5px;}

div#tier1 ul li a {color:#fff;font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;text-decoration:none;font-weight:bold;line-height:11px;}
div#tier1 ul li.on a, div#tier1 ul li a:hover {color:#F6D375;}

div#tier2 {min-width:100%;width:100%;font-size:11px;border:solid #0B4FA4;border-width:1px 0 0 0;background:url(/Images/sliver.jpg) repeat-x;height:33px; position:relative; margin: 0px;}

div#tier2 .on {float:left;display:inline;background:url(/Images/nav_onstate.jpg) repeat-x;height:37px;padding:0px 15px 0 15px;}
div#tier2 .on2 {float:left;display:inline;background:url(/Images/nav_onstate.jpg) repeat-x;height:37px;padding:0px 15px 0 15px;}


div#tier2 div {float:left;display:inline;background:url(/Images/sliver.jpg) repeat-x;height:32px;text-align:center;border:solid #B1C3D9;border-width:0 0 0 1px;}

div#tier2 div a, div#tier2 div.on a:hover {font-weight:bold;color:#09366F;text-decoration:none;}
div#tier2 div a:hover {font-weight:bold;text-decoration:underline;}

div#tier2 .navAlign {line-height:2.8em; vertical-align: middle;}
div#tier2 .navAlign2 {line-height:12px; vertical-align: middle;}
div#tier2 .navAlign2 a { position:relative; top:2px;}


.clear {clear:both;}

.navarrow {margin-left: -10px; margin-top: 15px;}

div#search {float:right;min-height:42px;width:42%;background:url(/Images/nav_right_tile.jpg) repeat-x; position:relative; margin: 0px;}
#search .searchInput {float: left; margin-top: 8px; padding-left: 10px;}
div#search .curve {background: url(/system/img/brm30-sprites.jpg) no-repeat 0 -34px;height:42px;width:90px;overflow:hidden;display:block;float:left;}
div#search ul {font-size:11px;padding:11px 0 0 0; margin: 0px;}
div#search ul li {float:left;list-style-type:none;padding:0px 5px 0 0;margin-top: 4px; color:#fff;}
div#search ul li a {color:#fff;}

div#search .boxwbutton {float:left;padding-left:10px;border:solid #97B4D6;border-width:0 0 0 1px;}

div#search input {line-height:16px;height:16px;width:200px;margin:0px;}

.advertisement {font-size:9px; color:#595959;}

.searchButton {padding-top: 2px;}


/*----------------location bar styles   ----------------------------*/
#location-bar .bluebarContainer {width:100%;background-color:#FFFFFF;border:solid #264A88;border-width:3px 0px;margin:0px 0px 10px 0px;clear:both;height:17px;padding:3px 0px 0px 0px;}
#location-bar .bluebarContainer .bluebarWidth {width:976px;}
#location-bar .bluebarContainer .date {	font-size: 11px;font-weight: normal;color: #01448B;float:left;width:33%;}
#location-bar .bluebarContainer .titlecenter {	float:left;width:33%;text-align:center;color:#01448B;font-weight:bold;}
#location-bar .bluebarContainer .newpromo {font-size: 11px;	color: #EE4004;float:right;width:33%;}



/*Start ------------------------- Columns styles ----------------- */

.pageHolder {
	margin:0px auto;
	width:1000px;
}

.propStatement ,.propStatement a, a.propStatement {
	height:32px;
	line-height:32px;
	font-weight:bold;
	font-size:11px;	
	color:#004276;
	font-family:Arial, Helvetica,sans-serif;
}

.propStatementRight {
    height:32px;
    line-height:32px;
    font-weight:bold;
    font-size:11px;
    color:#004276;
    float:right;
    margin-top:-38px;
    margin-right:10px;
	font-family:Arial, Helvetica,sans-serif;
}

.propStatment a:hover {	color:#DEA001;}

.well {
	float:left;
	width:627px;
	overflow:hidden;
	background-color:#fff;	
	padding:0px 0px 0px 9px;
	
}

.rightRail {
	float:left;
	width:338px;
	margin-left:10px;
	/*position:relative;*/
}


/*Start ------------------------- Module styles ----------------- */
.boxContainer {
	background-color:#EBF1FD;
	border:1px solid #d2dfff;
	margin:0px 9px 9px 0px;
	font-size:11px;
	float:left;

}

.boxContainerAds {
	position:relative;
	background-color:#ffffff;
	border:1px solid #d2dfff;
	font-size:11px;
	float:left;
	width: 615px;
	margin:0px 9px 9px 0px;
}

.boxContainerCR {
	position:relative;
	width:302px;height:341px;
	background:url(/system/img/gold-gradient-341h.jpg) repeat-x 0px 0px;
	margin:0px 9px 9px 0px;
	font-size:11px;
	float:left;

}

.boxContainerCRTS {
	position:relative;
	width: 617px;
	background-image:url('/Images/cr-ts-bg.jpg');
	margin:0px 9px 9px 0px;
	font-size:11px;
	float:left;

}

.featured-cards-lg .boxContainerCRTS, .rateSearchBox div div.boxContainerCRTS  {position:static!important;} /*fixes issue with hover menu under boxContainerCRTS*/

#CRTScontent10 .right.bgWhite.mar1.width310.height150.pad9 .talignR.mar6.marTop .right.mar4.marTB, #CRTScontent2 .right.bgWhite.mar1.width310.height150.pad9  .talignR.mar6.marTop .right.mar4.marTB {position:relative;}

#CRTScontent10 .right.bgWhite.mar1.width310.height150.pad9 .talignR.mar6.marTop .right.mar4.marTB .tang-bkgd.right.mar5.marLeft, #CRTScontent2 .right.bgWhite.mar1.width310.height150.pad9  .talignR.mar6.marTop .right.mar4.marTB .tang-bkgd.right.mar5.marLeft {top:60px;}

.boxContainerRates {
	position:relative;
	background-color:#ffffff;
	border:1px solid #d2dfff;
	font-size:11px;
	float:left;
	display:inline;
}

.boxContainerRightRail {
	/*position:relative;*/
	background-color:#fff;
	padding:9px;
	margin:0px 0px 9px 0px;
	font-size:11px;
	width:320px;
}

.boxContainerRightRail object { margin:0 auto;}

.boxContainerRightRailCR {
	/*position:relative;*/
	background-image:url('/Images/cr-rr-bg.jpg');
	border: 9px solid #fff;
	padding:5px;
	margin:0px 0px 9px 0px;
	font-size:11px;
	width:310px;
}

.rr1 {
	/*position:relative;*/
	background-color:#EBF1FD;
	font-size:11px;
	height:164px;
	overflow:hidden;
}


rr1Content {
	height:141px;
	overflow:hidden;
}


/* with tab and foot */
.rr1ContentTabFt {
	height:103px;
	overflow:hidden;	
}	


.rr2 {
	/*position:relative;*/
	background-color:#EBF1FD;
	font-size:11px;
	height:126px;
	overflow:hidden;
}

.rr2Content {
	height:108px;
	overflow:hidden;
}

.rr2ContentFt {
	height:69px;
	overflow:hidden;
}

.rr2ContentFtCR {
	height:98px;
	background:url('/Images/cr-rr-blue-bg.jpg');
	overflow:hidden;
}

.rr3 {
	/*position:relative;*/
	background-color:#EBF1FD;
	font-size:11px;
	height:156px;
	overflow:hidden;
}

.rr3Content {
	height:108px;
	overflow:hidden;
}

.rr3ContentFt {
	height:80px;
	overflow:hidden;
}

.rr4 {
	/*position:relative;*/
	background-color:#EBF1FD;
	font-size:11px;
	height:80px;
	overflow:hidden;
}

.rr4Content {
	height:32px;
	overflow:hidden;
}
/*---------------------------- Topstory --------------------------------*/

/*------------Home page -------------------*/
.tsHome {
	width:302px;
	height:339px;
	overflow:hidden;
}
.tsHome .fscontainer {margin-bottom:6px;}



/*tier 1*/
.tsTier1 {
	width:615px;
	overflow:hidden;
}

.tsTier1Content {
	background-color:#fff;
	padding:3px 20px 3px 3px;
	height:164px;
	overflow:hidden;
}

.tsTier1Content ul{
	float:left;
	width:270px;
	margin-top:5px;
}


.tsTier1Content ul.list3{
	width:270px;
}

.topImg {
	width:282px;
	height:150px;
	float:left;
	margin:5px 10px 0px 5px;
}


.tsTier1v2 {
	width:615px;
	height:209px;
	overflow:hidden;
}



.tsTier1v2Content {
	background-color:#fff;
	padding:3px 3px 3px 3px;
	height:160px;
	overflow:hidden;
}

.tsTier1v2Content ul.list3{
	width:270px;
}


.tsTier1v2 a {
	cursor:pointer;
}


/*Start: Top Story tier 2 */

.tsTier2 {
	width:302px;
	height:339px;
	overflow:hidden;
}

.tsTier2Content{
	height:476px;
	overflow:hidden;
	background-color:#fff;
	padding:10px;
}

.topstoryleftcolumn {
	width:215px;
}

.topstoryrightcolumn{
	width:340px;
	height:475px;
	padding:10px 10px 0px 10px;
	position:relative;
}

.finlitsec {
	text-transform:uppercase;
	font-size:9px;
	margin:18px 0px 0px 0px;
}

.topstoryintro {
	font-size:12px;
	line-height:14px;
	text-align: left;
}

.fullstory {
	margin:9px 0px 16px 0px;
}

.extracontent {
	width:288px;
	margin:0px 0px 0px 10px;
	position:absolute;
	top:218px;
	background-color:#fff;
}

.extracontent ul{
	margin-left:20px;
}


.alsoin {
	margin:0px 0px 0px -10px;
}

.extracontentblock {
	margin:10px 0px 0px 0px;
}	

.extracontentblockfin {
	margin:20px 0px 0px 0px;
}	

.extracontentblockfin:first-child {
	margin:0px 0px 0px 0px;
}	

.extracontentblockfin div img{
	margin:0px 10px 0px 0px;
}

.extracontentblock:first-child {
	margin:0px 0px 0px 0px;
}			

.extracontentblock div img{
	margin:0px 10px 0px 0px;
}

.topstorylist {
	background-color:#EBF1FD;
	margin:5px 0px 0px 0px;
	width:213px;
	border:solid #d2dfff;
	border-width:1px 1px 1px 1px;
}

.listContainer {
	background-color:#D7E2F6;
	padding:2px 9px;
	height:250px;
  position:relative;
}

.listContainer ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.listContainer ul li{
	list-style-type:none;
	background:url(/Images/bluesquare.gif) left center no-repeat;
	padding:2px 0px 2px 10px;
	border:solid #fff;
	border-width:0px 0px 1px 0px;
	font-size:11px;
}

.listContainer ul li a{
	display:block;	
	background-color:transparent;
}

.listContainer ul li a:hover{
	background-color:#E8EFF9;
}

.signup {
	font-size:10px; 
	position:absolute; 
	bottom:5px;
	right:0px;
}


/*---------------------------- Single wides--------------------------------*/
.sw {
	width:302px;
	height:164px; 
	overflow:hidden;
}

.swContent {
	width:272px;
	height:104px;
	overflow:hidden;
	position:relative;
}


/* with foot */

.swContentFt {
	height:78px;
	overflow:hidden;
	position:relative;
	background-color: #FFFFFF;
}

/* with Tab */

.swContentTab {
	height:85px;
	overflow:hidden;
	position:relative;
}

.swContentTabZIP {
	height:45px;
	overflow:hidden;
	position:relative;
}

.swContentTabCR {
	width:274px;
	height:255px;
	overflow:hidden;
	background:url(/system/img/blue-gradient-280h.jpg) repeat-x 0px 0px;
	position:relative;
}

.ContentTabCRTS {
	width:605px;
	height:158px;
	overflow:hidden;
	background:url(/system/img/blue-gradient-158h.jpg) repeat-x 0 0px;
	position:relative;
}

.ContentTabCRW {
	width:282px;
	height:155px;
	overflow:hidden;
	background:url(/system/img/blue-gradient-158h.jpg) repeat-x 0px 0px;
	position:relative;
}

.ContentTabCRTSsm {
	width:605px;
	overflow:hidden;
	background:url(/system/img/blue-gradient-158h.jpg) repeat-x 0px 0px;
	position:relative;
}

.swContentTabCR2 {
	width:274px;
	height:261px;
	overflow:hidden;
	background:url(/system/img/blue-gradient-280h.jpg) repeat-x 0px 0px;
	position:relative;
}

/* with Tab and Foot */

.swContentTabFt {
	width:272px;
	height:59px;
	overflow:hidden;
	position:relative;
}


/*---------------------- Single wides Mid-------------------------------------*/
.swMid {
	width:302px;
	height:213px; 
	overflow:hidden;
}

.swMidContentCR {
	width:292px;
	height:202px;
	overflow:hidden;
	position:relative;
}

/* with tab and foot */
.swMidContentTabFt {
	width:272px;
	height:107px;
	overflow:hidden;
	position:relative;
}

/*---------------------- Single wides Tall-------------------------------------*/
.crTall {
	width:302px;
	height:341px; 
	overflow:hidden;
}


.swTall {
	width:302px;
	height:339px; 
	overflow:hidden;
}

.swTallContent {
	
	height:280px;
	overflow:hidden;
	position:relative;
}

.swTallContentCR {
	width:292px;
	height:328px;
	overflow:hidden;
	position:relative;
}

/* with tab  */
.swTallContentTab {
	height:260px;
	overflow:hidden;
	position:relative;
}

/* with foot  */
.swTallContentFt {
	width:274px;
	height:255px;
	overflow:hidden;
	position:relative;
}


/* with tab and foot */
.swTallContentTabFt {
	height:233px;
	overflow:hidden;
	position:relative;
}



/*----------------------------Doublewide--------------------------------------*/
.dw {
	width:615px;
	height:164px; 
	overflow:hidden;
}

.dwContent {
	width:584px;
	height:104px;
	overflow:hidden;
	position:relative;
}

.dwContent > div.vAligner{
	height:15%;
	width:30%;
}

.dwContent .innerBlock > div {
	margin-top:14%;
}

/* with Tab */


.dwContentTab {
	width:584px;
	height:84px;
	overflow:hidden;
	position:relative;
}

.dwContentTab > div.vAligner{
	height:8%;
	width:30%;
}

.dwContentTab .innerBlock > div {
	margin-top:8%;
}

.dwContentTab540 {
	width:540px;
	overflow:hidden;
	position:relative;
}

/* with Foot */
.dwContentFt {
	height:78px;
	overflow:hidden;
	background-color: #FFFFFF;
}



.dwContentFt .innerBlock > div {
	margin-top:6%;
}

/* with Tab Foot */
.dwContentTabFt {
	height:58px;
	overflow:hidden;
	position:relative;
}

.dwContentTabFt > div.vAligner{
	height:1%;
	width:30%;
}

.dwContentTabFt .innerBlock > div {
	margin-top:0%;
}


/*-------------------------------Doublewide Mid ------------------------*/
.dwMid {
	width:615px;
	height:200px; 
	overflow:hidden;
}

.dwMidContent {	
	height:140px;
	overflow:hidden;
	position:relative;
}

.dwMidContent > div.vAligner{
	height:20%;
	width:30%;
}

.dwMidContent .innerBlock > div {
	margin-top:22%;
}

/* with Tab */
.dwMidContentTab {	
	width:584px;
	height:121px;
	overflow:hidden;
	position:relative;
}

.dwMidContentTab > div.vAligner{
	height:20%;
	width:30%;
}

.dwMidContentTab .innerBlock > div {
	margin-top:20%;
}


/* with footer */
.dwMidContentFt {	
	height:113px;
	overflow:hidden;
	position:relative;
}

.dwMidContentFt > div.vAligner{
	height:17%;
	width:30%;
}

.dwMidContentFt .innerBlock > div {
	margin-top:18%;
}

/* with Tab Footer*/
.dwMidContentTabFt {	
	height:93px;
	overflow:hidden;
	position:relative;
}

.dwMidContentTabFt > div.vAligner{
	height:12%;
	width:30%;
}

.dwMidContentTabFt .innerBlock > div {
	margin-top:10%;
}


/*------------------------------------Doublewide Tall ------------------------*/
.dwTall {
	width:615px;
	height:328px; 
	overflow:hidden;
}

.dwTallContent {	
	height:268px;
	overflow:hidden;
	position:relative;
}

.dwTallContent .tabInfo {
	height:94px;
}

.dwTallContent .tabInfo > div.vAligner{
	height:20%;
	width:30%;
}

.dwTallContent .tabInfo .innerBlock > div {
	margin-top:12%;
}

/* with Tab */

.dwTallContentTab {	
	height:248px;
	overflow:hidden;
	position:relative;
}

.dwTallContentTab .tabInfo {
	height:85px;
}

.dwTallContentTab .tabInfo .innerBlock > div {
	margin-top:5%;
}



/* with foot */
.dwTallContentFt {	
	height:242px;
	overflow:hidden;
	position:relative;
}

.dwTallContentFt .tabInfo {
	height:89px;
}

.dwTallContentFt .tabInfo .innerBlock > div {
	margin-top:5%;
}


/* with Tab and foot */

.dwTallContentTabFt {	
	width:584px;
	height:222px;
	overflow:hidden;
	position:relative;
}

.dwTallContentTabFt .tabInfo {
	height:70px;
}

.dwTallContentTabFt .tabInfo > div.vAligner{
	height:1%;
	width:30%;
}

.dwTallContentTabFt .tabInfo .innerBlock > div {
	margin-top:0%;
}

/*---------------------------- More news--------------------------------*/

.moreNews {
	width:615px;
	overflow:hidden;
}

.moreNewsContent {	
	width:587px;
	overflow:hidden;
	position:relative;
}

.news-text {
	width:290px;
	height:60px;
	overflow:hidden;
}

.news-text a {text-decoration:none;}
.news-text a:hover {color:#DEA001;}

.news-text a span {text-transform:capitalize; margin-right:4px;}

/*-----------------------------Box elements----------------------------------*/

.boxHeader {
	height:30px;
	border-bottom:1px solid #d2dfff;
	background-color:#fff;	
	padding:0px 7px;
	/*position:relative;*/
}  

.boxHead, .boxHead a:link, .boxHead a:visited, .boxHead img {
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:30px;
}

.boxHead .darrow a, .boxHead a.darrow{
	font-weight:bold;
	font-size:16px; 
	color: #004276;
	margin-left:5px;
}

.boxSponsor {
	font-size:10px;
	float:right;
	line-height:30px;
}

.boxSponsor a{
	margin-left:4px;
}

.boxSponsorSm {
	font-size:9px;
	float:right;
	line-height:30px;
}

.boxContentHolder {
	padding:5px 5px 5px 5px;
}	

/* Start-----Module footer*/

.oa-foot {padding:4px 9px 3px 9px;font-family: Arial, "MS Trebuchet", sans-serif;font-size:10px;font-weight:bold;background-color: #fff;text-align:right;line-height:20px;}
.oa-foot input.zip {margin:-1px 0px 0px 4px; height:15px; line-height:15px;}


.modfoot-border1 {
	border-top:1px solid #d2dfff;
}

.modfoot-border2 {
	border-top:1px solid #94B7D5;
}

.modfoot div.btncontainer, .modfoot div.sbtncontainer, .modfoot div.vbtncontainer{
	line-height:normal;
	margin-left:4px;
	margin-top:1px;
}

.modfoot div.btncontainerBlue, .modfoot div.sbtncontainerBlue, .modfoot div.vbtncontainerBlue{
	line-height:normal;
	margin-left:4px;
	margin-top:1px;
}

.modfoot {
	height:20px;
	padding:3px 9px 3px 9px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:10px;
	font-weight:bold;
	background-color: #fff;
	text-align:right;
	line-height:20px;
}

.modfoot > a {
	line-height:20px;
	float:right;
}

.modfoot > select {	
	line-height:20px;
	float:right;
	margin:1px 0px 0px 4px;
  width:120px;
}



.modfoot input {	
	line-height:20px;
	float:right;
	margin:0px 0px 0px 4px;
}



.modfoot img {
	float:right;
	margin:1px 0px 0px 4px;;
}


/*Start ------------------------- Internal Element styles ----------------- */

ul.relatedlinks {
	margin:4px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

.relatedlinks ul {margin:0px; padding:0px;}

ul.relatedlinks li, .relatedlinks ul li {
	list-style-type:none;
}

.relatedlinks a {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
	font-size:11px;
}



ul.relatedlinksTS {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
}

.relatedlinksTS ul {margin:0px; padding:0px; position:absolute;}

ul.relatedlinksTS li, .relatedlinks ul li {
	list-style-type:none;
}

.relatedlinksTS a {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
	font-size:12px;
	line-height: 18px;
}


.topdropdown {
	/*padding-top:5px;*/
	right:7px;
	text-align:right;
	line-height:20px;
	font-weight:bold;
	font-size:10px;
	white-space:nowrap;
}

.topdropdown select{
	float:right;
	margin:5px 3px 0px 3px;
}

.topdropdown .btncontainer{
	line-height:normal;
}

.innerBlock {
	width:180px;
	height:100%;
	float:right;
	border-left:1px solid #d2dfff;
	padding-left:15px;
	margin-left:20px;
}

.tabInfo {
	background-color:#E9F1FC;
	height:30%;
	padding:6px;
	margin-top:5px;
}

.natAve {
	background-color:#d7e4f7; 
	height:68px; 
	width:94px;
	
}

/*button class*/
.calculate
{
	background-color: #557FBB;
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 11px;
	margin: 0px;
	width: 75px;
}
.smurf-btn {background-color:#4170bd;border:1px solid #FFFFFF;color:#FFFFFF;font-size:11px;font-weight:bold;padding:0px 1px;width:75px;margin:1px;cursor:pointer;}

.smurf-bkgd {background-color:#4170bd;width:77px;}

.tang-bkgd {
	background-color:#FF440E;
	width:78px;
	height: 21px;
}
.tang-btn {
	background-color:#FF440E;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	width:76px;
	height: 19px;
	margin: 1px 1px 0px 1px;
	line-height: 15px ! important;
}

/*button fix for mozilla*/

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px;
  border: none;
}
/*END button fix for mozilla*/

.fscontainernav a, .fscontainernav a:visited,.fscontainer a, .fscontainer a:visited, .selbtncontainer a,
.selbtncontainer a:visited, .btncontainer a, .btncontainer a:visited,
.fscontainer a, .fscontainer a:visited, .sbtncontainer a, .sbtncontainer a:visited,
.vbtncontainer a, .vbtncontainer a:visited, .qbtncontainer a,  .qbtncontainer a:visited,
.vbtncontainer a, .vbtncontainer a:visited, .calcontainer a, .calcontainer a:visited,
.viewcontainer a, .viewcontainer a:visited  {text-decoration:none; color:#fff; cursor:pointer;}

.bluebtncontainer {background: url('http://www.bankrate.com/images_MRA/3.0/blue-btn-bg.jpg'); height: 32px; padding: 4px;}

.fscontainernav, .selbtncontainer, .btncontainer, .fscontainer, .sbtncontainer, .vbtncontainer, .qbtncontainer, .vbtncontainer, .calcontainer, .viewcontainer {text-align:center; background:#FF440E;color:#fff;font-weight:bold; cursor:pointer; font-size:11px;}
.btncontainer {width:22px; padding: 1px;}
.fscontainer {width:62px; padding: 1px;}
.fscontainernav {width:62px; padding: 1px; position:absolute; left:365px; top:12px;}
.sbtncontainer {width:70px; padding: 1px;}
.vbtncontainer {width:60px; padding: 1px;}
.qbtncontainer {width:18px; padding: 1px;}
.calcontainer {width:80px; padding: 1px;}
.viewcontainer {width:100px; padding: 1px;}
.selbtncontainer {width:148px; padding: 1px;}
.bl {border: 1px solid #ffffff; padding: 1px;}
/*.br {background: url('/Images/b-botright.gif') 100% 100% no-repeat} */
/*.tl {background: url('/Images/b-topleft.gif') 0 0 no-repeat} */
/*.tr {background: url('/Images/b-topright.gif') 100% 0 no-repeat; padding:0px} */
/*.tr div { font-size:11px; color:#fff; font-weight:bold;padding:2px 0px;} */

.fscontainernavBlue a, .fscontainernavBlue a:visited,.fscontainerBlue a, .fscontainerBlue a:visited, .selbtncontainerBlue a,
.selbtncontainerBlue a:visited, .btncontainerBlue a, .btncontainerBlue a:visited,
.fscontainerBlue a, .fscontainerBlue a:visited, .sbtncontainerBlue a, .sbtncontainerBlue a:visited,
.vbtncontainerBlue a, .vbtncontainerBlue a:visited, .qbtncontainerBlue a,  .qbtncontainerBlue a:visited,
.vbtncontainerBlue a, .vbtncontainerBlue a:visited, .calcontainerBlue a, .calcontainerBlue a:visited,
.viewcontainerBlue a, .viewcontainerBlue a:visited  {text-decoration:none; color:#fff;}

.fscontainernavBlue, .selbtncontainerBlue, .btncontainerBlue, .fscontainerBlue, .sbtncontainerBlue, .vbtncontainerBlue, .qbtncontainerBlue, .vbtncontainerBlue, .calcontainerBlue, .viewcontainerBlue {text-align:center; background:#4170bd;color:#fff;font-weight:bold; cursor:pointer; font-size:11px;}
.btncontainerBlue {width:22px; padding: 1px;}
.fscontainerBlue {width:62px; padding: 1px;}
.fscontainernavBlue {width:62px; padding: 1px; position:absolute; left:365px; top:12px;}
.sbtncontainerBlue {width:70px; padding: 1px;}
.vbtncontainerBlue {width:60px; padding: 1px;}
.qbtncontainerBlue {width:18px; padding: 1px;}
.calcontainerBlue {width:80px; padding: 1px;}
.viewcontainerBlue {width:100px; padding: 1px;}
.selbtncontainerBlue {width:148px; padding: 1px;}

/*Tab styles*/
.tabContentDiv {display:none;}
.tabContentDiv.selected {display:block;} 

.tabstyle1{
    padding: 1px 0px 2px 0px;
    margin: 0px; 
    font: normal 11px arial;
    line-height:11px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    height:17px;
    width:98%;
}

* html .tabstyle1 {padding-bottom:0px;}

.tabstyle1 li:first-child {
    display: inline;
    margin: 0px 4px 0px 0px;
    padding: 0px;
}

.tabstyle1 li{
    display: inline;
    padding: 0px;
    text-align:center;
    border: solid #C6D7EB;
    border-width:1px 1px 0 1px;
    text-transform:capitalize;
    /*display:block;*/
    float:left;
    margin-right:4px;

}

.tabstyle1 li a{
    text-decoration: none;
    color: #000;
    background-color:#C6D7EB;
    border:1px solid #EBF1FD;
    display:inline-block;
    height:12px;
    padding:2px 2px 2px;
}

.tabstyle1 li a:visited{
color: #000;
}

.tabstyle1 li a:hover{
text-decoration: none;
color: #fff;
background-color:#9FC4E1;
}

.tabstyle1 li.selected, .tabstyle1 li.tab.selected{
/*position: relative;*/
top: 0px;
border:solid #3673B2;
border-width:1px 1px 0px 1px;
padding:1px;
background-color:#fff; 
margin-top:0px;
}

.tabstyle1 li.selected a, .tabstyle1 li.tab.selected a, .tabstyle1 li.selected a:hover, .tabstyle1 li.tab.selected a:hover,.tabstyle1 li.selected a:visited, .tabstyle1 li.tab.selected a:visited{ /*selected main tab style */
background-color: #3673B2;
font-weight: normal;
color:#fff; 
padding:1px;
display:inline-block;
border:1px solid #3673B2;
}

.tabstyle1 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent {
	display:none;
}

.slide {
	height:4px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

.tabImage + .slide {
	position:relative;
}

.rightArrow {
	background-image:url('/Images/right_Arrow.gif');
	background-repeat:no-repeat;
	background-position:0 10%;
}

/*-------------------- table styles ----------------------------------*/
table.tabImage {
	width:100%;
	margin-top:15px;
}

table.tabImage tr td {
	padding:0px;
	height:92px;
	overflow:hidden;
	vertical-align:middle;
}

table.tabImage td div {
	margin:0px auto;
	width:66px;
	height:76px;
	border:1px solid transparent;
	padding:3px;
}

table.tabImage td.selected {
	background-image: url(/Images/blue_arrow.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

table.tabImage td.selected div{
	margin:0px auto;
	width:66px;
	height:76px;
	border:1px solid #3374AE;
	padding:3px;
}

table.tabImage td div img {
	

}


table.expertTable thead td{ 	
	padding:5px;
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	color:#000;
	border:solid #d2dfff;
	border-width:0px 0px 1px 1px;
}

table.expertTable tbody tr td:first-child{ 	
	border-left:0px;
}


table.expertTable tbody td{ 	
	padding:13px;
	vertical-align:top;
	font-size:10px;
	color:#000;
	border:solid #d2dfff;
	border-width:0px 0px 0px 1px;
}

table.expertTable tbody tr td:first-child{ 	
	border-left:0px;
	font-size:12px;
}

table.expertTable tbody tr td .byline {
	margin-top:4px;
	font-style:italic;
}

table.ratewatch {
	font-size:11px;
	border:1px solid #94B7D5;
	background-color:#fff;
}

table.ratewatch[class~=noBorder] {
	border-width:0px 0px 0px 0px;
}

tr.collapse td{
	height:0px;
	padding:0px;
	overflow:hidden;
}

tr.collapse div {
	display:none;
}

tr.expand td{
	height:auto;
	overflow:visible;
}

tr.expand div {
	display:block;
}


table.ratewatch thead td {
	border:solid #94B7D5;
	border-width:0px 0px 1px 0px;
	font-weight:bold;
}

table.ratewatch thead td:first-child {
	text-indent:5px;
}

table.ratewatch tbody tr.odd td {
	background-color:#ECF0FB;
}

table.ratewatch tbody td:first-child {
	text-indent:5px;
}

table.ratewatch tbody td {
	padding:3px 0px;
}

/*--------------------Storypage elements ---------------------------*/

.printemail-controls {float:right;font-size:12px;line-height:normal;}
.printemail-controls a {margin:0px 8px 0px 0px;}

.storypage {
	border:1px solid #d2dfff;
	font-size:12px;
	margin:9px 9px 9px 0px;
	width:615px;
	overflow:hidden;
	position:relative;
}

.storypage .section-title,.storypage h1, .storypage .byline, .storypage .highlights {
    position:relative;
}

.storypage p {
	margin:12px 0px;
	line-height:16px;
}

.storypage h6 {font-size:15px;}
.storypage h2 {font-size:15px;}
.storypage h1 {}

.storypage h2 + .storypage p {margin-top:0px!important;}

.body {color: #000000;}

.byline {
	font-size: 11px;
	line-height: normal;
	color: #666666;
}

.highlights ul {
	margin:0 0 0 70px;
	padding:0px;
	list-style-type:none;
}

.highlights li{
	font-size: 11px;
	padding: 0px 0px 0px 8px;
	background: url(/system/img/square_sm.jpg) no-repeat 1px 6px;
	font-weight:normal; 
	margin:1px 0 3px 7px;
	color:#004276; 
}

.highlights .imgLeft {
	margin-bottom:8px;
}

.posted, .gposted {font-size: 10px; color: #929292; font-style:italic;position:relative;}
.recommend{font-size:9px;}

.interactiveBox {
	position:relative;
	background-color:#EBF1FD;
	border:1px solid #d2dfff;
	font-size:11px;
	clear:both;
}


.storyFooter{
	font-size:10px;
}

.storyFooter a{
	color:#004276;
}

.storyFooter select {
	margin:0px 3px;
}

.storyFooter div div select {
	margin:0px 3px;
}


.supFooter {
	height:15px;
	padding:5px 0px;
	border-bottom:1px solid #d2dfff;
	width:100%;
}

.subFooter {
	height:17px;
	overflow:hidden;
	padding:5px 0px;
	width:100%;
}


/*--------------------------- Tools style ------------------*/
ul#nav2 {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:9px;
	display:block;
	width:100px;
	text-align:right;
}

ul#nav2 a {
	font-weight: normal;
	text-decoration: none;
	color:#004276;
	
}
ul#nav2 a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#dea001;
	
}

ul#nav2 li li a {
	display: block;
	font-weight: normal;
	color: #253A67;
	padding: 3px 0px 3px 3px;

}

ul#nav2 li li a:hover {
	padding: 3px 0px 3px 3px;
	background-color:#EDF1FD;
	color:#dea001;
}

ul#nav2 li {
	display:inline;
	margin:0px 5px 0px 0px ;
	
}

ul#nav2 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color:#D7E2F6;
	padding: 0px;
	margin:0px;
	width: 123px;
	font-size:10px;
}

ul#nav2 li>ul {
	top: -145px;
	left: -96px;
}



ul#nav2 li li {
	display: block;
	float: none;
	background-color: transparent;
	border:solid 1px #fff; 
	border-width:1px 0px 0px 0px;
	margin:0px;
}

ul#nav2 li:hover ul, ul#nav2 li.over ul {
	display: block;
}

ul#nav2 li .plus {
	float:right; 
	border: #d2dfff 1px solid; 	
	padding-left:1px; 
	background: white; 
	text-decoration: none; 
	font-size: 10px; 
	color: #253a67; 
	cursor:pointer; 
	width:11px;
	height: 12px; 
	line-height: 12px;
	text-align:center;
}

ul#nav2 li:hover .plus, ul#nav li.over .plus {
	border: #bbc9eb 1px solid; 
	color: #dea001;
	background-color:#d6e8ff; 
}


/*--------------------Guides elements ---------------------------*/

.guideTopper {
	position:relative;
	height:26px;
	overflow:hidden;
	padding-top: 10px;
}

.topperTitle {
	height:26px;
	background-color:#4F7AAD;
	float:left;
	width:300px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	line-height: 26px;
	text-transform:uppercase;
}
.topperTitle a {
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	text-decoration:none;
	text-transform:uppercase;
}

.topperTitle a:hover {
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:26px;
	padding-left:20px;
	text-decoration:none;
	text-transform:uppercase;
}

.topperFiller {
	float:left;
	height:26px;
	width:307px;
	background:url(/images/Guides/blue_topright.jpg) repeat-x bottom;
}

.topperArch {
	background:url(/images/Guides/blue_top_curve.jpg) no-repeat;
	width:70px;
	height:26px;
}

.guideBox {
	border:1px solid #d2dfff;
	border-width:0px 1px 1px 1px;
	margin:0px 9px 0px 0px;	
	height:74px;
        width:615px;
	position:relative;
}

.guideBoxWnav {
	border:1px solid #d2dfff;
	border-width:0px 1px 1px 0px;
	margin:0px 9px 0px 0px;	
	height:74px;
        width:417px;
	position:relative;
}

.guideBox + .storypage{margin-top:0px; border-top:0px;}

.guideTitle {
	float:left;
	width:380px;
	padding:9px 9px 9px 15px;
}

.guideTitleWnav {
	float:left;
	width:292px;
	padding:9px 9px 9px 15px;
}

.guideImg {
	float:right;
	overflow:hidden;
	height:74px;
}


.guideBorder {
	border:1px solid #d2dfff;
	border-width:0px 1px 1px 1px;
	margin:0px 9px 9px 0px;	
	padding:9px;
}

.guideBorder .storypage{
	width:auto;
	margin:0px;
}

.guideContent {
	border:1px solid #d2dfff;
}


/*----------------- Guide menu -----------------------------*/
ul#index {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:11px;
}

ul#index a {
	font-weight: bold;
	text-decoration: none;
	color:#3673b2;
}

ul#index li a.inav {color:#ffffff;background: url(/Images/arrow-right-orange.gif) 0px 50% no-repeat;padding:0px 0px 0px 13px;}
ul#index li a.inav:hover{color:#ffffff;background: url(/Images/arrow-right-blue.gif) no-repeat;padding:0px 0px 0px 13px;}
ul#index li:hover a.inav, ul#index li.over a.inav {background: url(/Images/arrow-right-blue.gif) no-repeat;  background-position: 0px 2px; padding:0px 0px 0px 13px;}

ul#index li li a {
	display: block;
	font-weight: normal;
	color: #253A67;
	padding: 3px 0px 3px 3px;

}

ul#index li li a:hover {
	padding: 3px 0px 3px 3px;
	background-color:#e7effa;
}

ul#index li {
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	cursor: default;
	margin:0px 10px 0 0;	
	font-size:10px;
}

ul#index li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color:#d2e2f8;
	padding: 0px;
	margin:0px;
	width: 201px;
	font-size:10px;
}

ul#index li>ul {
	top: auto;
	left: 0;
}

ul#index li li {
	display: block;
	float: none;
	background-color: transparent;
	border:solid 1px #fff; 
	border-width:1px 0px 0px 0px;
	margin:0px;
}

ul#index li:hover ul, ul#index li.over ul {	display: block;}
ul#index li div {display:block;padding:0 0 5px 0;}

a.inav {
	color:#fff;
	font-size:11px;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:9px;
	display:inline;
	z-index:99;
}

ul#nav a {
	font-weight: normal;
	text-decoration: none;
	color:#004276;
	
}
ul#nav a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#dea001;
	
}

ul#nav li li a {
	display: block;
	font-weight: normal;
	color: #253A67;
	padding: 3px 0px 3px 3px;

}

ul#nav li li a:hover {
	padding: 3px 0px 3px 3px;
	background-color:#EDF1FD;
	color:#dea001;
}

ul#nav li {
	float: left;
	position: relative;
	width: 100%;
	text-align: left;
	cursor: default;
	margin:0px 10px 0 0;
	
}

ul#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color:#D7E2F6;
	padding: 0px;
	margin:0px;
	width: 120px;
	font-size:10px;
	z-index:98;
}

ul#nav li>ul {
	top: auto;
	left: -95px;
}



ul#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border:solid 1px #fff; 
	border-width:1px 0px 0px 0px;
	margin:0px;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	
}
ul#nav li div {display:inline;}

ul#nav li .plus3 {BORDER: #d2dfff 1px solid; width:12px; height:12px; overflow:hidden; BACKGROUND: white; MARGIN: 0px; TEXT-DECORATION: none; font-size: 10px; color: #253a67; cursor:pointer; position:static;z-index:10; display:block; text-align:center;}
ul#nav li:hover .plus3, ul#nav li.over .plus3 {BORDER: #bbc9eb 1px solid; color: #dea001;background-color:#d6e8ff; cursor:pointer;}

.plusModPos {
	position:absolute;
	top:35px;
	right:0px;
}



/* start--------------------------------- news guide menu style -------------------------- */
		.section-menu 
		{
			background-color:#EBF1FD; 
			float:left;
			margin:0px 10px 10px 0px;
			border:1px solid #D2DFFF;
			width:225px;
			padding:5px;
		}
		
		.section-menu h2 
		{
			display:block;
			margin:0px 0px 4px 0px;
			padding:0px;
		}
		
		.section-menu ul 
		{
			display:block;
			margin:0px;
			padding:0px;
			background-color:#fff;
			border:1px solid #d2dfff;
			border-width:1px 1px 0px 1px;
			padding:7px;
		}
		
		.section-menu ul li 
		{
			list-style-type:none;
			background:url(/images/bullets/square.jpg) no-repeat 2px 50%;
			padding-left:10px;
			margin:3px 0px;
		}
		
		.section-menu ul li a 
		{
			text-decoration:underline;
			font-size:11px;
		}
		
		.section-menu div#menu-nav 
		{
			background:#fff;
			border:1px solid #d2dfff;
		}
		
		.section-menu div#menu-nav .menu-padding
		{
			padding:4px 4px 4px 60px;
			overflow:hidden;
			width:154px;
		}
		
		.section-menu #menu-nav a
		{			
			display:block;
			float:left;		
			color:#1A4570;
			font-size:10px;
			font-weight:bold;
			margin-right:4px;			
			text-decoration:none;
			padding:0px 4px;
			border:1px solid #fff;
		}
		
		.section-menu #menu-nav a:hover,a.on
		{
			background-color:#D6E8FF;
			border:1px solid #d2dfff;
		}
		
		.section-menu #menu-nav span.first
		{
			background-color:#fff;
			border:0px;
			margin-left:-52px;
			margin-right:0px;
			font-size:10px;
			float:left;
			font-weight:bold;
			color:#1A4570;		
		}
		/* start--------------------------------- news guide menu style -------------------------- */


/*--------------------rollup elements ------------------------------*/
.rollupItem {
	margin-top:15px;
	font-size:11px;
}

.rollupItem .relatedlinks a{
	background-image:none;
}

.rollupItem div.section-hed + * {
	margin-left:10px;
}

.topicItemGroup {
	border:solid #d2dfff;
	border-width:1px 0px;
	padding:10px 20px;
}

.topicItem:first-child{
	border:none;
}

.topicItem {
	border-top:1px solid #d2dfff;
}

.topicItem > div{
	padding:8px 0px	;
}

.topicItem > div.right + div a{
	color:#000;
}


.topicItem > div.right{
	font-size:11px;
	padding:0px;
	width:195px;
	margin-top:7px;
}

.topicLetter {
	color:#004276;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/*Start ------------------------- corporate styles ----------------- */
.corporatepage {
	font-size:12px;
	margin:0px 0px 9px 0px;
	border-bottom:1px solid #d2dfff;
	background-color:#D7E2F6;
}

ul.corpList {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:11px;
}

ul.corpList li {
	border-bottom:1px solid #fff;
}

ul.corpList li.selected a{
	background-color:#2A5484;
	color:#fff;
	font-weight:bold;
}

ul.corpList li a{
	display:block;
	padding:5px 0px 5px 9px;;
	color:#000;
}

ul.corpList li a:hover{
	text-decoration:none;
	background-color:#E9F1FC;
}

.corporatepage dl dd{
	margin:5px 0px 10px 10px;
}

/*-------------------------utility classes----------------------------*/
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.inline {display:inline;}
.overAuto {overflow:auto; width:100%;}

.imgLeft5 {
	float:left;
	margin:0px 5px 0px 0px;
}

.imgLeft {
	float:left;
	margin:0px 10px 10px 0px;
	position: relative;
}

.imgRight {
	float:Right;
	margin:0px 0px 10px 10px;
}

.absolute {position:absolute;}
.relative {position:relative;}
.zTop {z-index:100;}

/*Start ------------------------- Font styles ----------------- */

.fB {font-weight:bold;}
.fN {font-weight:normal;}
.fI {font-style:italic;}
.fU {	text-decoration:underline;}
.allCaps {text-transform:uppercase;}
.noTransform {text-transform:none;}
.capFirstWord {text-transform:capitalize;}

.arial {font-family:Arial, Helvetica, sans-serif;}
.georgia{font-family:Georgia, "Times New Roman", Times, serif;}

.lh10 {line-height:10px;}
.lh11 {line-height:11px;}
.lh12 {line-height:12px;}
.lh13 {line-height:13px;}
.lh14 {line-height:14px;}
.lh15 {line-height:15px;}
.lh18 {line-height:18px;}
.lh30 {line-height:30px;}
.lhauto {line-height:100%;}

.fs8  {font-size:8px;}
.fs9  {font-size:9px;}
.fs10 {font-size:10px;}
.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}
.fs18 {font-size:18px;}
.fs19 {font-size:19px;}
.fs20 {font-size:20px;}
.fs21 {font-size:21px;}
.fs22 {font-size:22px;}
.fs23 {font-size:23px;}
.fs24 {font-size:24px;}
.fs25 {font-size:25px;}

.fcBlack,a.fcBlack {color:#000;}
.fcWhite,a.fcWhite {color:#fff;}
.fcBlue,a.fcBlue {color:#004276;}
.fcLtBlue,a.fcLtBlue {color:#3a77b0;}
.fcMedBlue,a.fcMedBlue {color:#3a659a;}
.fcDarkBlue,a.fcDarkBlue:visited {color:#284d72;}
.fcOrange,a.fcOrange {color:#EE4004;}
.fcDarkOrange,a.fcDarkOrange {color:#DF813C;}
.fcLightGrey,a.fcLightGrey {color:#ccc;}
.fcDarkGrey,a.fcDarkGrey {color:#444444;}
.fcAdGrey,a.fcAdGrey {color: #595959;}
.fcNatAve,a.fcNatAve {color:#0d386b;}
.fcNatRate,a.fcNatRate {color:#505050;}
a.fcBlack,a.fcWhite,a.fcBlue,a.fcLtBlue,a.fcMedBlue,a.fcDarkBlue:visited,a.fcOrange,a.fcDarkOrange,a.fcLightGrey,a.fcDarkGrey,a.fcAdGrey,a.fcNatAve,a.fcNatRate {cursor: pointer;}
.fcGreen {color: #53922a;}


.disclaimer {color: #ee0000; font-size: 10px;}
.disclaimerBlk { color: #000000; font-size: 10px;}

.disclaimer-top { color: #ee0000; font-size: 10px; line-height:12px; display:block; margin-top:10px;}
.disclaimer-bottom { color: #000000; font-size: 10px;}

h1, .topstory-hed {margin:5px 0px 3px 0px;font-family:Georgia, 'Times New Roman', Times, serif;font-size:17px;line-height:normal; color:#1A4570; font-weight:normal; position: relative;}
h1 a, .topstory-hed a, a h1 {color:#004276;text-decoration:none; position: relative;}
h1 a:hover, .topstory-hed a:hover, a h1:hover {text-decoration:underline;color:#DEA001; background:none; position: relative;}

h2, .second-story-hed {margin:5px 0px 3px 0px;font-family:Georgia, 'Times New Roman', Times, serif;font-size:17px;line-height:normal; color:#1A4570; font-weight:normal; position: relative;}
h2 a, .second-story-hed a {color:#004276;text-decoration:none; position: relative;}
h2 a:hover, .second-story-hed a:hover {text-decoration:underline;color:#DEA001; position: relative;}

h2 + span + h2 {margin-top:10px;}
.section-title {text-transform:uppercase;font-size:10px;line-height:10px;font-weight:bold;color:#909090; white-space:nowrap;}

/* fix for print and email in story pages */
.storypage .section-title {width:190px;}




.guide-title {text-transform:uppercase;font-size:10px;line-height:10px;font-weight:bold;color:#575757;}
h4, h6, h2, .section-hed {margin:5px 0px 3px 0px;font-family:Georgia, 'Times New Roman', Times, serif;font-size:15px;line-height:normal; color: #1A4570; font-weight:normal; }
h4 a, h6 a, h2 a, .section-hed a {color:#004276;text-decoration:none;}
h4 a:hover, h6 a:hover, h2 a:hover, .section-hed a:hover {text-decoration:underline;color:#DEA001; }

.story-section-hed {margin:5px 0px 3px 0px;font-family:Georgia, 'Times New Roman', Times, serif;font-size:16px;line-height:normal; color: #1A4570;}
.story-section-hed a {color:#004276;text-decoration:none;}
.story-section-hed a:hover {text-decoration:underline;color:#DEA001;}

.talignC {text-align: center;}
.talignL {text-align: left;}
.talignR {text-align: right;}

.cursorPointer {cursor:pointer;}

/*Start ------------------------- Margin styles ----------------- */
.mar0 {margin:0px;}
.mar1 {margin:1px;}
.mar2 {margin:2px;}
.mar3 {margin:3px;}
.mar4 {margin:4px;}
.mar5 {margin:5px;}
.mar6 {margin:6px;}
.mar7 {margin:7px;}
.mar8 {margin:8px;}
.mar9 {margin:9px;}
.mar10 {margin:10px;}
.mar11 {margin:11px;}
.mar12 {margin:12px;}
.mar13 {margin:13px;}
.mar14 {margin:14px;}
.mar15 {margin:15px;}
.mar16 {margin:16px;}
.mar17 {margin:17px;}
.mar18 {margin:18px;}
.mar19 {margin:19px;}
.mar20 {margin:20px;}
.mar21 {margin:21px;}
.mar22 {margin:22px;}
.mar23 {margin:23px;}
.mar24 {margin:24px;}
.mar25 {margin:25px;}
.mar26 {margin:26px;}
.mar27 {margin:27px;}
.mar28 {margin:28px;}
.mar29 {margin:29px;}
.mar30 {margin:30px;}
.mar31 {margin:31px;}
.mar32 {margin:32px;}
.mar33 {margin:33px;}
.mar34 {margin:34px;}
.mar35 {margin:35px;}
.mar36 {margin:36px;}
.mar37 {margin:37px;}
.mar38 {margin:38px;}
.mar39 {margin:39px;}
.mar40 {margin:40px;}
.mar41 {margin:41px;}
.mar42 {margin:42px;}
.mar43 {margin:43px;}
.mar44 {margin:44px;}
.mar45 {margin:45px;}
.mar47 {margin:47px;}
.mar50 {margin:50px;}
.mar52 {margin:52px;}
.mar53 {margin:53px;}
.mar54 {margin:54px;}
.mar55 {margin:55px;}
.mar56 {margin:56px;}
.mar60 {margin:60px;}
.mar75 {margin:75px;}
.mar78 {margin:78px;}
.mar113 {margin:113px;}
.mar116 {margin:116px;}
.mar160 {margin:160px;}
.mar190 {margin:190px;}
.mar200 {margin:200px;}
.mar250 {margin:250px;}
.mar260 {margin:260px;}
.mar300 {margin:300px;}
.mar350 {margin:350px;}
.mar243 {margin:243px;}

.minusMar1 {margin:-1px;}
.minusMar2 {margin:-2px;}
.minusMar3 {margin:-3px;}
.minusMar4 {margin:-4px;}
.minusMar5 {margin:-5px;}
.minusMar7 {margin:-7px;}
.minusMar8 {margin:-8px;}
.minusMar9 {margin:-9px;}
.minusMar10 {margin:-10px;}
.minusMar11 {margin:-11px;}
.minusMar12 {margin:-12px;}
.minusMar20 {margin:-20px;}

.marTop {	margin-right:0px;	margin-bottom:0px;	margin-left:0px;}
.marRight {	margin-top:0px;	margin-bottom:0px;	margin-left:0px;}
.marBottom {	margin-top:0px;	margin-right:0px;	margin-left:0px;}
.marLeft {	margin-top:0px;	margin-right:0px;	margin-bottom:0px;}

.marNoTop {margin-top:0px;}
.marNoRight {margin-right:0px;}
.marNoBottom {margin-bottom:0px;}
.marNoLeft {margin-left:0px;}

.marTB {margin-right:0px; margin-left:0px;}
.marRL {margin-top:0px; margin-bottom:0px;}
.marTL {margin-right:0px; margin-bottom:0px;}

.marAuto {margin: auto;}
.center {margin:0px auto;}

/*Start ------------------------- Padding styles ----------------- */
.pad2 {padding:2px;}
.pad3 {padding:3px;}
.pad4 {padding:4px;}
.pad5 {padding:5px;}
.pad6 {padding:6px;}
.pad7 {padding:7px;}
.pad8 {padding:8px;}
.pad9 {padding:9px;}
.pad10 {padding:10px;}
.pad11 {padding:11px;}
.pad12 {padding:12px;}
.pad13 {padding:13px;}
.pad14 {padding:14px;}
.pad15 {padding:15px;}
.pad16 {padding:16px;}
.pad17 {padding:17px;}
.pad18 {padding:18px;}
.pad19 {padding:19px;}
.pad20 {padding:20px;}
.pad21 {padding:21px;}
.pad22 {padding:22px;}
.pad23 {padding:23px;}
.pad24 {padding:24px;}
.pad25 {padding:25px;}
.pad26 {padding:26px;}
.pad27 {padding:27px;}
.pad28 {padding:28px;}
.pad29 {padding:29px;}
.pad30 {padding:30px;}




.padTop {	padding-right:0px;	padding-bottom:0px;	padding-left:0px;}
.padRight {	padding-top:0px;	padding-bottom:0px;	padding-left:0px;}
.padBottom {	padding-top:0px;	padding-right:0px;	padding-left:0px;}
.padLeft {	padding-top:0px;	padding-right:0px;	padding-bottom:0px;}

.padNoTop {padding-top:0px;}
.padNoRight {padding-right:0px;}
.padNoBottom {padding-bottom:0px;}
.padNoLeft {padding-left:0px;}

.padTB {padding-right:0px; padding-left:0px;}
.padTL {padding-right:0px; padding-bottom:0px;}
.padTR {padding-left:0px; padding-bottom:0px;}
.padBL {padding-right:0px; padding-top:0px;}
.padBR {padding-left:0px; padding-top:0px;}
.padRL {padding-top:0px; padding-bottom:0px;}

/*Start ------------------------- Border styles ----------------- */
.border1 {border:1px solid #d2dfff;}
.border2 {border:1px solid #94B7D5;}
.border3 {border:1px solid #cccccc;}
.borderWhite {border:1px solid #fff;}
.borderfooter {border-left:1px solid #4166be;}
.greyBorder {border:1px  solid #D2D2D2;}


.keyLine {border:1px solid #3673B2; 	}

.borderT {border-width:1px 0px 0px 0px;}
.borderR {border-width:0px 1px 0px 0px;}
.borderB {border-width:0px 0px 1px 0px;}
.borderL {border-width:0px 0px 0px 1px;}

.borderNoT {border-width:0px 1px 1px 1px;}
.borderNoR {border-width:1px 0px 1px 1px;}
.borderNoB {border-width:1px 1px 0px 1px;}
.borderNoL {border-width:1px 1px 1px 0px;}

.borderTB {border-width:1px 0px;}
.borderLR {border-width:0px 1px;}
.borderBR {border-width:0px 1px 1px 0px;}
.borderTR {border-width:1px 0px 1px 0px;}
.borderBL {border-width:0px 0px 1px 1px;}
.borderTL {border-width:1px 0px 0px 1px;}




/*Start ------------------------- background styles ----------------- */


.bgWhite {background-color:#ffffff;}
.bgLighterBlue {background-color:#f3f6fb;}
.bgLightBlue {background-color:#e9f1fc;}
.bgDarkBlue {	background-color:#D7E4F7;}
.bgDeepBlue {background-color:#3673B2;}
.bgMedBlue {background-color:#8bafda;}
.bgAdBlue {	background-color:#ebf1fd}
.bgModBlue {background-color:#E9F1FC;}
.bgListBlue {background-color:#ECF0FB;}
.bgLightGray{	background-color:#edecec;}

/*Start ------------------------- list styles ----------------- */

.storylist {margin:0px 0px 0px 20px;}
.storylist li {margin:10px 0px;}
.storylist2 {margin:10px 0px 10px 20px;}
.storylist3 {margin:10px 0px 10px 30px;}
.storylist4 {margin:0px 0px 0px 20px;}
.storylist4 li {margin:10px;}

.flatList {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list1 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list1 li {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	border-bottom:1px solid #d2dfff;	
	padding:3px 0px 3px 7px;
	list-style-type:none;
}

.list1 strong { text-transform:capitalize; margin-right:5px;}

.list2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list2 li {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	border-bottom:1px solid #d2dfff;	
	padding:3px 0px 3px 7px;
	list-style-type:none;
}

.list2 li:first-child {
	border:1px solid #d2dfff;
	border-width:1px 0px;
}


.list3 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list3 li {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 7px;	
	padding:3px 0px 3px 7px;
	list-style-type:none;
}

.list4 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list4 li {
	background-image:url('/Images/bluesquare.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:1px 0px 1px 7px;
	list-style-type:none;
	margin:0px;
	line-height:11px;
}

.list5 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list5 li {
	padding:1px 0px 1px 7px;
	border-bottom:1px solid #d2dfff;
	padding:4px 0px;
	font-weight:bold;
	list-style-type:none;
}

.list6 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list6 li {
	background-image:url('/Images/bluesquare.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:1px 0px 1px 7px;
	list-style-type:none;
	line-height:11px;
}

.list7 {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.list7 li {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	border-bottom:1px solid #d2dfff;	
	padding:12px 0px 12px 7px;
	list-style-type:none;
}

.list7 strong { text-transform:capitalize; margin-right:5px;}

.list-borderTB-nobullet {
                margin:0px;
                padding:0px;
                list-style-type:none;
}

.list-borderTB-nobullet li {
                border-bottom:1px solid #d2dfff;            
                padding:5px 10px 5px 10px;
                list-style-type:none;
}

.list-borderTB-nobullet li:first-child {
                border:1px solid #d2dfff;
                border-width:1px 0px;
}

ul.orange-archive-list {
	font-size: 12px; 
	list-style: url('/Images/orange-bullet.gif') disc;
	padding-left: 15px;
	margin: 0px;
}

ul.orange-archive-list li {
	margin: 20px 0px 0px 0px;
}

ul.orange-archive-list a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	line-height: 24px;
}

ol.orderList1 {
		margin:0px 20px 0px 20px;
		padding:0px;	
}

ol.orderList1 li {
	margin:5px 0px;	
}

ol.qlinks {padding:0px;margin:10px 10px 10px 10px;font-size:11px; list-style-position:inside;}
ol.qlinks li {padding:4px 0px;border:solid #fff;border-width:0px 0px 1px 0px;margin:0px;}
ol.qlinks li:first-child {border:solid #fff;border-width:1px 0px 1px 0px;}
ol.qlinks li a, ol.qlinks:link, ol.qlinks:visited {color:#253A67; text-decoration:none;}
ol.qlinks li a:hover {color:#DEA001; text-decoration:underline;}


ul.alphaList {
	margin:0px;
	padding:0px;
	list-style-type:none;	
	border:solid #fff;
	border-width:0px 0px 1px 0px;
	height:20px;
}

ul.alphaList li {
	display:block;
	float:left;
	width:21px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	border:solid #fff;
	border-width:0px 0px 0px 1px;
	overflow:hidden;
	background-color:#AFCDE9;
	text-align:center;
	list-style-type:none;
}

ul.alphaList li:first-child {
		border-width:0px 0px 0px 0px;
}

ul.alphaList li.last {
	width:43px;
}

ul.alphaList li a{
	color:#ffffff;
	text-align:center;
	display:block;
	height:20px;
}

ul.alphaList li a:hover{
	background-color:#3473B0;
	text-decoration:none;
}

.orangeDot {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
}

.orangeDotR {
	background-image:url('/Images/square.jpg');
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:7px;
}

.blueDot {
	background-image:url('/Images/bluesquare.gif');
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
}
.list50per {padding: 0px; margin: 0px;}
ul.list50per li {list-style:none; margin:5px 5px 15px 5px; width: 48%; float: left;}
.orangebulletlinks {background: url(/Images/square.jpg) 0px 50%; background-repeat: no-repeat; padding-left: 7px; clear: both; display: block;}

ul.sw-image-list {padding: 0px; margin: 0px;}
ul.sw-image-list li {list-style:none; clear: both; margin-bottom: 15px;}
ul.sw-image-list li p {margin: 3px 0px;}
ul.sw-image-list li img {margin-right: 10px;}
ul.sw-image-list li span {color: #909090; font-size: 10px; line-height: 10px; text-transform: uppercase;}
ul.sw-image-list li a.headline {font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px;}

.star {background:url('/Images/rate-table-star.gif') no-repeat; height:9px;width:9px;}

/* Breaking News */
.breakingcontainer {width: 1000px; margin: 0px auto;}
.breakingbox {border: 1px solid #3673b2; height: 30px; width: 982px; margin: 0px 0px 10px 0px;}
.breakingwhitebrdr {border: 3px solid #FFFFFF; height: 24px; width: 976px;}
.breakinghead{font-size:14px;color:#fff;font-weight:bold;line-height:22px;background-color:#3772b4;height:23px;width:140px;text-align:center;border:1px solid #fff;}
.breakinghead a:link{font-size:14px;color:#fff;font-weight:bold;line-height:22px;background-color:#3772b4;height:23px;width:140px;text-align:center;border:1px solid #fff; cursor: pointer;}
.breakinghead a:active{font-size:14px;color:#fff;font-weight:bold;line-height:22px;background-color:#3772b4;height:23px;width:140px;text-align:center;border:1px solid #fff; cursor: pointer;}
.breakinghead a:hover{font-size:14px;color:#fff;font-weight:bold;line-height:22px;background-color:#3772b4;height:23px;width:140px;text-align:center;border:1px solid #fff; cursor: pointer;}
.breakinghead a:visited{font-size:14px;color:#fff;font-weight:bold;line-height:22px;background-color:#3772b4;height:23px;width:140px;text-align:center;border:1px solid #fff; cursor: pointer;}


.breakingtext {font-family:Georgia, 'Times New Roman', Times, serif; font-size: 16px; color: #1A4570; line-height: 23px; padding: 0px 0px 0px 0px; background-color: #edeffb; height: 24px; width: 820px; text-align: left;}
.breakingtext-sm { font-size: 12px; line-height: 23px; color: #000000;}
.breakingbutton {background-color: #edeffb; width: 95px;}


/*Start ------------------------- guide styles ----------------- */
.guidepage {
	font-size:12px;
	margin:0px 0px 9px 0px;
	border-bottom:1px solid #d2dfff;
	background-color:#c3d3eb;
}

ul.guideList {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:11px;
	font-weight: bold;
}

ul.guideList li {
	border-bottom:1px solid #fff;
}

ul.guideList li.selected a{
	background-color:#2A5484;
	color:#fff;
	font-weight:bold;
}

ul.guideList li a{
	display:block;
	padding:5px 0px 5px 9px;;
	color:#000;
	background:url(/images/arrow-right-orange.gif) no-repeat;
	background-position: 8px 8px;
	padding-left:18px;
}

ul.guideList li a:hover{
	text-decoration:none;
	background-color:#E9F1FC;
}

ul.guideList li a.on{
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	background:url(/images/arrow-down-blue.gif) no-repeat;
	background-position: 5px 10px;
	padding-left:18px;
}

ul.guideSubList {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:11px;
	font-weight: bold;
	background-color: #e9f1fc;
}


ul.guideSubList li {
	margin:0px 0px 0px 8px;
	padding:0px;
	list-style-type:none;
	border: none;
	line-height: 12px;
}

ul.guideSubList li.selected a{
	background-color:#2A5484;
	color:#fff;
	line-height: 12px;
}

ul.guideSubList li a{
	background:url(/Images/square.jpg);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
	font-size:11px;
	font-weight: normal;
	color: #004276;
	line-height: 12px;
}

ul.guideSubList li a:hover{
	background-color:#E9F1FC;
	color: #f6a11a;
	line-height: 12px;
}

ul.guideSubList li a.on{
	background:url(/Images/square.jpg);
	background-repeat:no-repeat;
	background-position:0px 50%;
	padding-left:7px;
	font-size:11px;
	font-weight: normal;
	color: #f6a11a;
	line-height: 12px;
}

.guidepage dl dd{
	margin:5px 0px 10px 10px;
}


/*Start ------------------------- misc styles ----------------- */

/*-- compare rates fix ----*/
.boxContainerCR .keyLine {    border:none; }
.boxContainerCR .keyLine .keyLine{    border:1px solid #3673B2; }
.boxContainerCR .swTallContentCR .boxContentHolder{    padding:0px 0px 0px 0px; }
.boxContainerCR .swTallContentCR .boxContentHolder .boxContentHolder{    padding:5px; }
.boxContainerCR .swTallContentCR .boxContentHolder .tabstyle1 {    margin-left:8px;    margin-top:10px; }
.boxContainerCR .swTallContentCR .boxContentHolder .swContentTabCR .tabstyle1 {    margin-left:0px;    margin-top:0px; }
.boxContainerCR .noTabs .keyLine {    border:1px solid #3673B2; }
.boxContainerCR .noTabs .boxContentHolder .tabstyle1 {    margin-left:0px;    margin-top:0px; }





/*----- calendar styles ------*/
.CalendarClass {background-color: #f3f6fb; border-collapse: collapse;}
.CalendarTitleClass {background-color: #486f9c; color: #ffffff; font-weight: bold;}
.CalendarNextPreviousStyle {color: #ffffff; font-weight: bold;}
.CalendarNextPreviousStyle a:link {color: #ffffff; font-weight: bold; line-height: 10px;}
.CalendarNextPreviousStyle a:visited {color: #ffffff; font-weight: bold; line-height: 10px;}
.CalendarNextPreviousStyle a:active {color: #ffffff; font-weight: bold; line-height: 10px;}
.CalendarNextPreviousStyle a:hover {color: #ffffff; font-weight: bold; line-height: 10px; text-decoration: none;}
.CalendarDayHeaderStyle {margin: 0; padding: 2px; background-color: #ffffff; width: 20px; border: 1px solid #94B7D5;}
.CalendarFifthDayStyleOne ,.CalendarOtherMonthDayStyle ,.CalendarWeekendDayStyle ,.CalendarDayStyle {margin: 0; padding: 2px; background-color: #ffffff; width: 20px; border: 1px solid #94B7D5;}
.CalendarActiveDay {margin: 0; padding: 2px; background-color: #e9f1fc; width: 20px; border: 1px solid #94B7D5;}
.CalendarActiveDay a:link{margin: 0; padding: 0px; background-color: #e9f1fc; width: 20px;}
.CalendarSelectedDay {margin: 0; padding: 2px; background-color: #3673B2; width: 20px;}
.CalendarSelectedDay a:link, .CalendarSelectedDay a:active, .CalendarSelectedDay a:visited {margin: 0; padding: 2px; background-color: #3673B2; width: 20px; color: #ffffff; font-weight: bold; text-decoration: none;}
.CalendarTodayDayStyle {margin: 0; padding: 2px; background-color: #ffffff; width: 20px; font-weight: bold; color: #000000; text-decoration: underline;}



	.videoBlock {
		width:585px;
		margin:0px auto;
		border:1px solid #D2D2D2;
		border-width:0px 1px;
	}
	
	.videoNav {
		width:130px;
		border-right:1px solid #D2D2D2;
		padding-bottom:25px;
		float:left;
	}
	
	.videoNav  ul {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px;
		
	}
	
	.videoNav  li{
		
	}
	
	.videoNav  li a{
		font-weight:bold;
		display:block;
		height:20px;
		border-bottom:1px solid #D2D2D2;
		padding:5px 10px;
		line-height:20px;		
	}
	
	.videoNav  li a.selected{
		background-color:#CCC;
	}
	
	.videoNav  li a:hover{
		background-color:#CCC;
	}
	
	.videoNav  li:first-child a{
		border:1px solid #D2D2D2;
		border-width:1px 0px;
	}
	
	.videoCollection {
		padding:25px 0px 0px 5px;
		float:left;
		width:445px;
		height:380px;
		overflow:auto;
	}
	
	.videoDet {
		background-color:#EFEFEF;
		border:1px solid #CFCFCF;
		width:130px;
		height:160px;
		margin:0px 5px 5px 0px;
		float:left;	
	}
	
	.storypage .videoDet  span{
		position:static;
	}
	
	.playVideo {
		font-size:10px;
		line-height:16px;
		margin-top:20px;
	
	}


.arrow-down-gold {background: url(/system/img/transparent-sprite.gif) no-repeat 0px -14px;height:6px;width:11px;overflow:hidden;}
.arrow-up-gold {background: url(/system/img/transparent-sprite.gif) no-repeat 0px -5px;height:6px;width:11px;overflow:hidden;}
.flat-gold {background: url(/system/img/brm30-sprites.jpg) no-repeat 0px 0px;height:2px;width:9px;overflow:hidden;}

.graph-oa {background: url(/system/img/transparent-sprite.gif) no-repeat 0px -23px;height:11px;width:15px;overflow:hidden; cursor:pointer;}

.form-error { color: #ff0005; }

.formErrorPositioner span.form-error 
{
        background-color:#E2EEFC;
        position:absolute;
        left:6px;
        bottom:10px;
        z-index:auto;
 }


.odd-row {background-color:#ECF0FB;}
.full {
	width:100%;	
}

.hidden {overflow:hidden;}

.chartWidth {width:145px;}

.width8	{width:8px;}
.width10 {width:6px;}
.width55 {width:55px;}
.width60 {width:60px;}
.width65 {width:65px;}
.width100 {width:100px;}
.width110 {width:110px;}
.width120 {width:120px;}
.width130 {width:130px;}
.width140 {width:140px;}
.width150 {width:150px;}
.width153 {width:153px;}
.width160 {width:160px;}
.width170 {width:170px;}
.width173 {width:173px;}
.width180 {width:180px;}
.width190 {width:190px;}
.width200 {width:200px;}
.width210 {width:210px;}
.width213 {width:213px;}
.width220 {width:220px;}
.width230 {	width:230px;}
.width240 {	width:240px;}
.width250 {	width:250px;}
.width260 {	width:260px;}
.width270 {	width:270px;}
.width278 {	width:278px;}
.width279 {	width:279px;}
.width280 {	width:280px;}
.width290 {	width:290px;}
.width300 {	width:300px;}
.width310 {	width:310px;}
.width314 {	width:314px;}
.width320 {	width:320px;}
.width330 {	width:330px;}
.width338 {	width:338px;}
.width340 {	width:340px;}
.width350 {	width:350px;}
.width360 {	width:360px;}
.width369 {	width:369px;}
.width370 {	width:370px;}
.width380 {	width:380px;}
.width390 {	width:390px;}
.width400 {	width:400px;}
.width410 {	width:410px;}
.width416 {	width:416px;}
.width420 {	width:420px;}
.width426 {	width:426px;}
.width430 {	width:430px;}
.width435 {	width:435px;}
.width440 {	width:440px;}
.width450 {	width:450px;}
.width458 { width:458px;}
.width460 {	width:460px;}
.width470 {	width:470px;}
.width480 {	width:480px;}
.width490 {	width:490px;}
.width500 {	width:500px;}
.width520 {	width:520px;}
.width528 {	width:528px;}
.width540 {	width:540px;}
.width550 {	width:550px;}
.width560 {	width:560px;}
.width570 {	width:570px;}
.width575 {	width:575px;}
.width576 {width:575px;}
.width580 {	width:580px;}
.width585 {	width:585px;}
.width590 {	width:590px;}
.width598 {	width:598px;}
.width600 {	width:600px;}
.width603 {	width:603px;}
.width605 {	width:605px;}
.width610 {	width:610px;}
.width615 {	width:615px;}
.width735 {	width:735px;}
.width964 {	width:964px;}

.width5per {width:5%;}
.width10per {width:10%;}
.width20per {width:20%;}
.width30per {width:30%;}
.width40per {width:40%;}
.width50per {width:50%;}
.width60per {width:60%;}
.width70per {width:70%;}
.width80per {width:80%;}
.width90per {width:90%;}
.width95per {width:95%;}
.width98per {width:98%;}

.height5 {height:5px; overflow:hidden;}
.height6 {height:6px; }
.height7 {height:7px; }
.height10 {height:10px; overflow:hidden;}
.height20 {height:20px; overflow:hidden;}
.height28 {height:28px; overflow:hidden;}
.height25 {height:25px; overflow:hidden;}
.height26 {height:26px; overflow:hidden;}
.height30 {height:30px; overflow:hidden;}
.height34 {height:34px; overflow:hidden;}
.height58 {height:58px; }
.height60 {height:60px; overflow:hidden;}
.height70 {height:70px; overflow:hidden;}
.height71 {height:71px; overflow:hidden;}
.height72 {height:72px; overflow:hidden;}
.height73 {height:73px; overflow:hidden;}
.height74 {height:74px; overflow:hidden;}
.height75 {height:75px; overflow:hidden;}
.height76 {height:76px; overflow:hidden;}
.height77 {height:77px; overflow:hidden;}
.height80 {height:80px; overflow:hidden;}
.height90 {height:90px; overflow:hidden;}
.height100 {height:100px; overflow:hidden;}
.height101 {height:101px; overflow:hidden;}
.height102 {height:102px; overflow:hidden;}
.height103 {height:103px; overflow:hidden;}
.height104 {height:104px; overflow:hidden;}
.height105 {height:105px; overflow:hidden;}
.height106 {height:106px; overflow:hidden;}
.height107 {height:107px; overflow:hidden;}
.height108 {height:108px; overflow:hidden;}
.height109 {height:109px; overflow:hidden;}
.height110 {height:110px; overflow:hidden;}
.height140 {height:140px; overflow:hidden;}
.height150 {height:150px; overflow:hidden;}
.height155 {height:155px; overflow:hidden;}
.height158 {height:158px; overflow:hidden;}
.height160 {height:160px; overflow:hidden;}
.height165 {height:165px; overflow:hidden;}
.height170 {height:170px; overflow:hidden;}
.height175 {height:175px; overflow:hidden;}
.height180 {height:180px; overflow:hidden;}
.height185 {height:185px; overflow:hidden;}
.height190 {height:190px; overflow:hidden;}
.height195 {height:195px; overflow:hidden;}
.height200 {height:200px; overflow:hidden;}
.height210 {height:210px; overflow:hidden;}
.height215 {height:215px; overflow:hidden;}
.height220 {height:220px; overflow:hidden;}
.height223 {height:223px; overflow:hidden;}
.height225 {height:225px; overflow:hidden;}
.height230 {height:230px; overflow:hidden;}
.height235 {height:235px; overflow:hidden;}
.height240 {height:240px; overflow:hidden;}
.height245 {height:245px; overflow:hidden;}
.height250 {height:250px; overflow:hidden;}
.height255 {height:255px; overflow:hidden;}
.height260 {height:260px; overflow:hidden;}
.height265 {height:265px; overflow:hidden;}
.height270 {height:270px; overflow:hidden;}
.height275 {height:275px; overflow:hidden;}
.height280 {height:280px; overflow:hidden;}
.height285 {height:285px; overflow:hidden;}
.height290 {height:290px; overflow:hidden;}
.height295 {height:295px; overflow:hidden;}
.height300 {height:300px; overflow:hidden;}

.valignT {vertical-align:  top;}
.valignM {vertical-align: middle;}
.valignB {vertical-align: bottom;}
.valignSub {vertical-align: sub;}
.valignSup {vertical-align: super;}

.footerheight {line-height: 11px;}
.scroll {	overflow:auto;}

.hide {	display:none;}
.show {	display:block;}
.showdefault {display:block;}

.tiny {width:72px;}
select.tiny {width:76px;}

.small {width:90px;}
select.small {width:96px;}

.mid {width:120px;}
select.mid {width:126px;}

.big {width:150px;}
select.big {width:156px;}

select.big190{width:196px;}
.big190 {width:190px;}

select.big210, .big210 {width:210px;}

.verybig {width:267px;}
select.verybig {width:273px;}

.link {cursor:pointer;}

input.zip {
	font-size:10px;
	color:#757575;
	line-height:10px;
}

/* --- topstory signups ---*/
.ad {
	text-align:right;
	padding-top:2px;
	margin-bottom:-6px;
	line-height:9px;
}

/* --- 180x150 story ad */
.adLine { 
	border-bottom:1px solid #dadada; 
	float:left; 
	width:115px; 
	font-size:9px; 
	line-height:9px; 
	margin-right:3px;
	margin-top:9px;
}

/* --- 180x150 story ad */
.adText {
	float:left;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size:9px;
	color:#BDBCC1;
	line-height:9px;
	margin:4px 0px 4px 0px;
}

.adpartnerFiller {
	border:1px solid #ccc; 
	width:34px; 
	height:38px; 
	margin-right:5px;
}

.pagination {
		font-size:10px; 	
	}
	
.pagination div{ 
	float:left;
	margin:0px 0px 0px 3px;
	padding:0px 4px;
 }
	div.pageNextSelect a{
		color:#b5d6f9;
	}
 
 div.pageSelected {
	border:none;
	background-color: #ffffff;
	font-weight:bold;
 }

.search_pagenav {BORDER: #ffffff 1px solid; padding: 0px; BACKGROUND: white; MARGIN: 0px; TEXT-DECORATION: none; font-size: 10px; color: #000;font-weight:bold;}
.search_pagenav:hover {BORDER: #d2dfff 1px solid; BACKGROUND-color: #d6e8ff; COLOR: #000; font-size: 10px;}

.search_pagenavnext {font-size: 15px; BORDER: #ccc 1px solid; TEXT-DECORATION: none; padding: 0px; font-size: 10px;}
.search_pagenavnext:hover {BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; /*BACKGROUND-color: #d6e8ff;*/ BORDER: #999 1px solid; COLOR: black; text-decoration: none; font-size: 10px;}

.search_pagenav_current {BORDER: #d2dfff 1px solid; BACKGROUND-color: #d6e8ff; COLOR: #3163A2; font-size: 10px;font-weight:bold;}
.search_pagenav_current:hover {BORDER: #d2dfff 1px solid; BACKGROUND-color: #d6e8ff; COLOR: #3163A2; font-size: 10px;font-weight:bold;}

span#_SE_FLD {display:block;}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*-------------------------End: utility classes-----------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/














/******************************************************************************/

/* images                                                                                                       */

/******************************************************************************/

.dashedLine { border: dashed; 
border-width: 0px 0px 1px; 
border-color: #000000 #000000 black; 
line-height: 5px;}

.dottedline { border-color: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}

.solidlinetop { border-color: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}

.solidlinebot { border-color: #ffffff; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;}

.dottedLineBlack { background-image: url(/images_mra/guide-headers/dottedlineblack.gif);}
.dottedLineGray { background-image: url(/images_mra/guide-headers/dottedlinegray.gif);}
.dotted_lineDkblue {background-image:url(/images/dotsDkblue.gif); background-repeat: repeat-x;}



/*RE guide map*/
.bullethead {  font-size: 12px; line-height: normal; font-weight: bold; color: #7475A1}
.bulletheadsm {   font-size: 11px; line-height: normal; font-weight: normal; color: #7475A1}
.bullettxt {   font-size: 11px; line-height: normal; font-weight: normal; color: #000000}
.markettxt {   font-size: 13px; line-height: normal; font-weight: bold; color: #ffffff}
.mktName {  font-size: 18px; line-height: normal; color: #ffffff;}

/*Styles used to display dynamic rate box*/
#tablist{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font: bold 12px Verdana;
}
#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist li a{
margin-left: 3px;
font-weight: normal;
}
#tablist li a:link, #tablist li a:visited{
font-weight: normal;
}
#tablist li a.current{
background: #FFFFE0;
}
#tabcontentcontainer{
width: 100%;
/* Insert Optional Height definition here to give all the content a unified height */
}
.tabcontent{
display:none;
}

.borderimage{
border:1px solid #ffffff;
}

.borderimage2{
border:2px solid #463B4B;
}
.borderimageT{
border:1px solid #98869C;
}

.arial10Purple, .arial10Purple:link, .arial10Purple:visited, .arial10Purple:hover {   

font-size: 11px;  

color:  #46394A;  

font-weight: bold;  

line-height: 13px;} 

.verdana10white { font-family: Verdana, Arial, Helvetica, sans-serif;  

font-size: 10px;  

color:  #ffffff;  

font-weight: bold;  

line-height: 14px;} 


.parrowright {  background-image: url(/images_MRA/guides/hi/Arrow.gif); background-repeat: no-repeat}
.parrowdown {  background-image: url(/images_MRA/spacer.gif); background-repeat: no-repeat}

.dkbullethead {   font-size: 12px; line-height: normal; font-weight: bold; color: #46394A}

.hiheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; line-height: normal; font-weight: normal; color: #FFFFFF}

.hiheader_small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 23px; line-height: normal; font-weight: normal; color: #FFFFFF}

.hiheaderIn {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; line-height: normal; font-weight: normal; color: #FFFFFF; text-indent: 3px;}

.storyhead {  font-size: 16px; line-height: 19px; font-weight: bold; color: #FFFFFF; text-indent: 10px;}

a.storyhead:link {color: #ffffff;
text-decoration: none;}

a.storyhead:visited {color: #ffffff;
text-decoration: none;}

a.storyhead:hover {color: #ffffff}

td.bullet { color: #666666;}
.boxPad, .boxpad { padding: 10px 10px 10px 10px;}

.lgTitle {   font-size: 21px; line-height: normal; font-weight: normal; color: #867D74; text-indent:5px;}


.arial12 {
	
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
.arial12whtblk {
	
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	height:20px;
	text-indent: 10px;
	vertical-align: middle;
}
.desc { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000; 
font-weight: normal; 
line-height: 16px;
background-color: #ffffff;
}  

.descSM { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000; 
font-weight: normal; 
text-indent: 12px;
line-height: normal;
}  

.descSM-noin { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000; 
font-weight: normal; 
line-height: 15px;
}  

.modelstyle { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000; 
font-weight: bold; 

line-height: 14px;
} 
.model {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.style2 {
	color: #465f0b;
	font-weight: bold;
}
.sav_nav {
	color: #632b12;
	font-weight: bold;
}
.modelprice { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px;
color: #496909; 
font-weight: bold; 

line-height: 14px;
} 

.gmenu, a.gmenu:link, a.gmenu:visited {  font-size: 11px; 
color: #1E5186; font-weight: bold; line-height: 15px; text-decoration: none;}

a.gmenu:hover { font-size: 11px; color: #dda100; font-weight: bold; line-height: 15px; text-decoration: none;}

a.gmenuOn:link, a.gmenuOn:visited, a.gmenuOn:hover {  font-size: 11px; color: #dda100; font-weight: bold; line-height: 15px; text-decoration: none;}


.boxBluebotright { 
border: solid; 
border-color: #597eaa;
border-width: 0px 2px 2px 0px;
background-color: #ffffff;
font-family: verdana,sans-serif; 
font-size: 11px; 
color: #4C739E; 
font-weight: bold;
line-height: 12px;
}

.boxBluebotrightText { 
border: solid; 
border-color: #597eaa;
border-width: 0px 2px 2px 0px;
background-color: #ffffff;
font-family: verdana,sans-serif; 
font-size: 11px; 
color: #414141; 
line-height: 12px;
}

.boxBluebot { 
border: solid; 
border-color: #597eaa;
border-width: 0px 0px 2px 0px;
background-color: #ffffff;
font-family: verdana,sans-serif; 
font-size: 11px; 
color: #414141; 
line-height: 12px;}

.boxBluetopbotNote { 
border: solid; 
border-color: #597eaa;
border-width: 2px 0px 2px 0px;
background-color: #ffffff;
font-family: verdana,sans-serif; 
font-size: 10px; 
color: #414141; 
line-height: 12px;}

.boxBlueNote { 
background-color: #ffffff;
font-family: verdana,sans-serif; 
font-size: 10px; 
color: #414141; 
line-height: 12px;}

.boxBluebotrightsubTitle { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #476c98; 
border: solid; 
border-color: #597eaa;
border-width: 0px 2px 2px 0px;}

.boxBluebotsubTitle { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #476c98; 
border: solid; 
border-color: #597eaa;
border-width: 0px 0px 2px 0px;}

.ccTitle { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #ffffff;
background-color: #597eaa;
}
.box_number {
	background-color: #bf9439;
	font-family: verdana,sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-indent: 10%;
	color: #ffffff;
	font-weight: bold;
	margin-top: auto;
}

/******************************************************************************/

/* Hed Backgrounds                                                                                                      */

/******************************************************************************/

.exclusivehed {
background-color: #cdd8e6; 
width: 100%;
}

.debtindexhed {
background-color: #004684; 
width: 100%;
}

.specialsectionhed {
background-color: #BE8444; 
width: 100%;
}


/* --- Interactive CSS starts Here --- */
 
.interactiveLalign { float: left; padding: 0px 10px 10px 0px; margin: 0px;}  
 
div.box {
	background-color: #EBF1FD;
	margin: 5px;  
	padding: 5px 5px 4px 5px; 
	border: #d2dfff 1px solid;
	overflow:hidden;
		}
		
div.boxcenter {
	background-color: #EBF1FD;
	margin: 5px auto -1px auto; 
	padding: 5px 5px 4px 5px; 
	border: #d2dfff 1px solid;
	overflow:hidden;
	position: relative;
	}
div.boxcenter10{
 background-color: #EBF1FD;
 margin: 5px auto -1px auto; 
 padding: 10px 10px 5px 10px; 
 border: #d2dfff 1px solid;
 overflow:hidden;
 position: relative;
 }
  
.boxcontent {padding: 10px;background-color:#FFF;border: #d2dfff 1px solid;float:left;font-size: 11px;font-weight: normal;color: #444;line-height:16px;}
 

/* Checklist Interactive */
   
div.boxchecklist {
 background-color: #EBF1FD;
 margin: 5px auto -1px auto; 
 padding: 10px; 
 width: 500px; 
 border: #d2dfff 1px solid;
 overflow:hidden;
 position: relative;
 }
 
.boxchecklistL {margin: 0px; padding: 0px;width:220px;background-color:#EBF1FD;float:left;font-size: 11px;font-weight: normal;color: #444;}
 
.boxchecklistR {margin: 0px; padding: 10px;width:255px;background-color:#FFF;border: #d2dfff 1px solid;float:right;}
 
.boxchecklistR a, .boxcontent a {color:#004276;text-decoration:underline;}
.boxchecklistR  a:visited, .boxcontent a:visited  {color:#022e50;text-decoration:underline;}
.boxchecklistR  a:hover, .boxcontent a:hover {color:#DEA001; text-decoration:underline;}
.boxchecklistR  a:focus, .boxcontent a:focus {outline:none;} 
 
/* Numbered and Bulleted list */
 
.boxlistpoint {
	font-size: 11px;font-weight: normal;color: #444;line-height:16px;margin:0px;padding: 0px 0px 0px 20px;}	

.boxlistnum {
	font-size: 11px;font-weight: normal;color: #444;line-height:16px;margin:0px;padding: 0px 0px 0px 25px;}	
 
/* Slideshow */
.nobot {margin-bottom:0px!important;}

.boxcontentwhitetop {margin: 0px; padding:0px 0px 10px 0px;background-color:#FFF;float:left;font-family: verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;color: #444;line-height:16px;}
 
.boxcontentblue {margin: 0px; padding: 10px;background-color:#EBF1FD;float:left;font-size: 12px;font-weight: normal;color: #000;line-height:16px;}
 
.boximageL {margin: 0px; padding: 0px;width:210px;background-color:#FFF;border: #d2dfff 1px solid;float:left;}
 
.boxlistR {margin: 0px; padding: 10px 10px 10px 0px;width:290px;background-color:#FFF;float:right;vertical-align: middle;}
 
.boxlistR a, .boxcontent a {color:#004276;text-decoration:underline;}
.boxlistR  a:visited, .boxcontent a:visited  {color:#022e50;text-decoration:underline;}
.boxlistR  a:hover, .boxcontent a:hover {color:#DEA001; text-decoration:underline;}
.boxlistR  a:focus, .boxcontent a:focus {outline:none;} 
 
.modfoot2 div.btncontainer, .modfoot2 div.sbtncontainer, .modfoot2 div.vbtncontainer{
 line-height:normal;
 margin-left:4px;
 margin-top:1px;
}

.modfoot2 div.btncontainerBlue, .modfoot2 div.sbtncontainerBlue, .modfoot2 div.vbtncontainerBlue{
 line-height:normal;
 margin-left:4px;
 margin-top:1px;
}
 
.modfoot2 {
 height:20px;
 padding:0px 9px 6px 9px;
 font-size:11px;
 font-weight:normal;
 text-align:right;
 line-height:20px;
}
 
.modfoot2 > a {
 line-height:20px;
 float:right;
}
 
.modfoot2 > select { 
 line-height:20px;
 float:right;
 margin:1px 1px 0px 3px;
  width:150px;
}
 
 
 
.modfoot2 input { 
 line-height:20px;
 float:right;
 margin:1px 0px 0px 4px;
}
 
 
 
.modfoot2 img {
 float:right;
 margin:1px 0px 0px 4px;;
}
 
/* Slideshow's copy in list form */
 
ul.slideshowlist {
 margin:0px;
 padding:0px;
 list-style-type:none;}
 
ul.slideshowlist li {
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	background-image:url(http://www.bankrate.com/images_mra/square.jpg); 
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:1px 20px 1px 15px;
	margin: 10px 0px 10px 0px;
	text-align:left;
	list-style-type:none;
}
 
 
.tableheadernew, .tableheaderoddnew  {font-size: 11px;font-weight: bold;color: #284d72;line-height:12px;padding:10px;}
.tabledatanew, .tabledataoddnew {font-size: 11px;font-weight: normal;color: #000;line-height:16px;padding: 5px;background-color:#FFFFFF;} 
.tableheadernew, .tabledatanew {background-color:#FFFFFF;}
.tableheaderoddnew, .tabledataoddnew {background-color:#e7ecf2;} 
 
/* fonts for interactive */

.interactivetopaction {
	font-size:10px;
	margin-top: 5px;
	float:right;}
 
.interactive-hed {margin:0px; padding: 0px 0px 5px 0px;font-family:Georgia, 'Times New Roman', Times, serif;font-size:16px;line-height:normal; color: #1A4570;}
 
.boxsubhed {margin:0px 0px 5px 0px;font-size:12px;line-height:normal; color:#1A4570; font-weight:bold;text-align: center;}
 
/* Tabs */
 
.boxcontentTab {margin: 0px;padding: 5px 5px 5px 5px;background-color:#FFF;border: #d2dfff 1px solid;float:left;}
 
.TabContainer {
 position:relative;
 background-color:#EBF1FD;
 border:1px solid #4f7aad;
 margin:0px;
 padding: 10px;
 font-size:11px;
 color: #000;
 line-height: 16px;
 float:left;
 
}
 
.tabstyle2{
border-bottom:5px solid #4f7aad;
padding: 5px 0px 7px 10px;
margin: 0px;
font: bold 12px arial;
line-height:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.tabstyle2 li:first-child {
 display: inline;
 margin: 0px 4px 0px 0px;
 padding: 0px;
 
}
 

.tabstyle2 li{
 display: inline;
 margin: 0px 4px 0px 0px;
 padding: 0px;
 text-align:center;
 border: solid #C6D7EB;
 border-width:0px;
}
 
.tabstyle2 li a{
text-decoration: none;
color: #4f7aad;
font-weight: bold;
padding:5px 10px 5px 10px;
background-color:#ecf0fb;
border:solid #d2dfff;
border-width: 1px 1px 0px 1px;
/*border:solid #D7E4F7;
border-width:1px 1px 0px 1px;
background-color:#fff;
background: white url(/images/shade.gif) top left repeat-x;*/
text-transform:capitalize;
}
 
.tabstyle2 li a:first-letter{
 text-transform:uppercase;
}
 

.tabstyle2 li a:visited{
color: #4f7aad;
font-weight: bold;
}
 
.tabstyle2 li a:hover{
text-decoration: none;
color: #fff;
background-color:#c7d6f5;
padding:5px 10px 5px 10px;
}
 
.tabstyle2 li.selected{
position: relative;
top: 0px;
padding:0px;
background-color:#4f7aad; 
 
}
 
.tabstyle2 li.selected a{ /*selected main tab style */
background-color: #4f7aad;
font-weight: bold;
color:#fff;
}
 
.tabstyle2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
 
 
/*Pullquote*/
 
.interactiveRalign { float: right; padding: 0px 10px 5px 10px; margin: 0px;}  

.interactiveRalign0 { float: right; padding: 0px 0px 5px 10px; margin: 0px;} 
 
.pullquotenew {width:150px; margin: 6px 0px 6px 0px; font-family:Georgia, "Times New Roman", Times, serif; color: #004276; font-size: 15px; font-weight: normal; text-align: center;}

/* Frugal Sense */

.frugalimage {margin: 0px 0px 10px 15px; padding:0px;width:150px;background-color:#EBF1FD;border: #d2dfff 1px solid;float:right;}
 
/* --- Interactive CSS ends Here --- */

/* How do I? */

.howdoifirst {border-style: solid; border-color: #d2e9ff; border-width: 1px 0px 0px; margin: 20px 0px 0px; padding: 3px 0px;}

.howdoimid {border-style: solid; border-color: #d2e9ff; border-width: 1px 0px 0px; margin: 0px 0px 0px; padding: 3px 0px;}

.howdoilast {border-style: solid; border-color: #d2e9ff; border-width: 1px 0px; margin: 0px 0px 20px; padding: 3px 0px;}

.howdoitext {background-image:url('/Images/square.jpg'); background-repeat:no-repeat;background-position:1px 6px;font-size: 10px; padding: 0px 0px 0px 15px; text-transform: uppercase;}

/* New FinLit */

ul.ataglance {
	margin:0px;
	padding:0px;
	list-style-type:none;}

ul.ataglance li {
	font-size:11px;
	line-height:14px;
	overflow:hidden;
	background-image:url(http://www.bankrate.com/images_mra/square.jpg); 
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:1px 10px 1px 15px;
	margin: 2px 0px 0px 0px;
	text-align:left;
	list-style-type:none;
}

/* YBIR Styles  */
#BIRTable {border: 1px solid #ffffff; margin-top: 20px; width: 563px; margin-left: 5px;}
#BIRTable table {margin: 0px; padding: 5px; overflow:hidden; width: 100%; border: 1px solid #d2dfff; background-color: #ffffff; border-collapse: collapse;}
#BIRTable table tbody tr td {background-color: #ffffff; padding: 5px; text-align: left;}
#BIRTable table table {border: 0px;}
#BIRdiv table td {width: 160px;}
#YBIRdiv {padding: 9px;}
#YBIRdiv table td{font-size:11px;padding-right:13px; width: 218px; white-space: nowrap;}
#YBIRdiv table td a {background-image:url('/Images/square.jpg'); background-repeat:no-repeat; background-position:0px 50%; padding-left:7px; font-size:11px;}

/* RSS Styles  */
ul.underline {
font-size:11px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:9px 9px 4px;
padding:0;
}
ul.underline li {
border-color:#D2DFFF;
border-style:solid;
border-width:0 0 1px;
display:block;
font-size:11px;
font-weight:normal;
margin:5px 0;
padding:0 0 5px;
}



/* Start:viewmore drop down DELETE VIEW MORE STYLES AFTR NEW DROP DOWN HTML IS ADDED */

#viewmore {
height:32px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
z-index:200;
}

#viewmore li {
padding:0;
background:transparent url(/images/blue_sliver.jpg) repeat scroll 0 0 ! important;
}

#viewmore li.top {
display:block;
float:left;
font-size:10px;
font-weight:normal;
height:32px;
position:relative;
}

#viewmore li a.top_link {
color:#09366F;
cursor:pointer;
display:block;
float:left;
font-size:10px;
font-weight:normal;
height:31px;
line-height:33px;
padding:0px;
position:relative;
text-decoration:none;
width:87px;
}

#viewmore li:hover a.top_link {
background:transparent url(/images/gold_bg.jpg) repeat scroll 0 0;
color:#09366F;
font-size:10px;
font-weight:normal;
position:relative;
}

#viewmore li a.on {
color:#09366F;
cursor:pointer;
display:block;
float:left;
font-size:10px;
font-weight:normal;
height:32px;
line-height:33px;
padding:0px;
position:relative;
text-decoration:none;
width:87px;

}

#viewmore li:hover a.on {
background:transparent url(/images/gold_bg.jpg) repeat scroll 0 0;
color:#09366F;
font-size:10px;
font-weight:normal;
position:relative;
}

#viewmore li:hover {
position:relative;
z-index:200;
}

#viewmore li:hover ul.sub {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CBA406;
font-size:10px;
font-weight:normal;
height:auto;
left:1px;
padding-bottom:1px;
position:absolute;
top:31px;
left: -35px;
white-space:nowrap;
width:120px;
z-index:300;
}

#viewmore li:hover ul.sub li {
display:block;
float:left;
font-size:10px;
font-weight:normal;
height:20px;
margin-top:0px;
position:relative;
width:120px;
text-align:left;
}

#viewmore li:hover ul.sub li a {
background:#ffffff none repeat scroll 0 0;
color:#09366F;
display:block;
font-size:10px;
font-weight:normal;
height:20px;
line-height:21px;
text-decoration:none;
text-indent:5px;
width:120px;
border-top:1px solid #F9EBBC;
margin:0px;
}

#viewmore li:hover ul.sub li a:hover {
background:#F9EBBC none repeat scroll 0 0;
color:#09366F;
font-size:10px;
font-weight:normal;
}

#viewmore ul, #viewmore li:hover ul ul, #viewmore li:hover li:hover ul ul, #viewmore li:hover li:hover li:hover ul ul, #viewmore li:hover li:hover li:hover li:hover ul ul {
height:0;
left:-9999px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:-9999px;
width:0;
}


/* End:viewmore drop down DELETE VIEW MORE STYLES AFTR NEW DROP DOWN HTML IS ADDED */

.divider {border-top: 1px solid #eedba9; margin-top: 20px; width: 98px; float: left;}


/*safe sound fix*/
div.rightRail div#dupRail div.pad10.padRight.bgWhite {border-left:20px solid #fff;margin-left:-20px; padding-top:5px;}
div.rightRail div#dupRail div.pad10.padRight.bgWhite div.bgWhite.minusMar10.marLeft.height109 {height:13px;clear:both;padding-top:2px;}
/*safe sound fix*/
/*fix for calcs*/
.full.border1.borderNoT.bgLighterBlue td {font-size:12px;}
/*fix for calcs*/

/* Navigation Tier2 new styles */
.tier2NavItem1 {min-width:6%;width: 6%; padding: 0px 3px; white-space: normal; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem2 {min-width:7%;width: 7%; padding: 0px 3px; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem3 {min-width:8%;width: 8%; padding: 1px 3px 0px 3px; white-space: normal; line-height: 14px; vertical-align: middle; margin: 0px;}
.tier2NavItem4 {min-width:8%;width: 8%; padding: 1px 3px 0px 3px; white-space: normal; line-height: 14px; vertical-align: middle; margin: 0px;}
.tier2NavItem5 {min-width:8%;width: 8%; padding: 1px 3px 0px 3px; line-height:14px; vertical-align: middle; margin: 0px;}
.tier2NavItem6 {min-width:3%;width: 3%; padding: 0px 3px; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem7 {min-width:7%;width: 7%; padding: 1px 3px 0px 3px; line-height:14px; vertical-align: middle; margin: 0px;}
.tier2NavItem8 {min-width:9%;width: 9%; padding: 1px 3px 0px 3px; line-height:14px; vertical-align: middle; margin: 0px;}
.tier2NavItem9 {min-width:7%;width: 7%; padding: 0px 3px; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem10 {min-width:7%;width: 7%; padding: 1px 3px 0px 3px; line-height:14px; vertical-align: middle; margin: 0px;}
.tier2NavItem11 {min-width:7%;width: 7%; padding: 0px 3px; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem12 {min-width:4%;width: 4%; padding: 0px 3px; line-height:2.8em; vertical-align: middle; margin: 0px;}
.tier2NavItem13 {width: 7%; padding: 0px 0px; position: absolute; line-height:2.8em; vertical-align: middle; margin: 0px;}

/*compare rates double wide fix */
.boxContainerCRTS .tabstyle1 {margin-left:12px; }

.boxContainerCRTS .bgWhite .boxContentHolder {padding:0px;} 

.boxContainerCRTS .keyLine {
    border:1px solid #94B7D5;
    border-width:1px 0px 0px 0px; 
    background:transparent url(/system/img/blue-gradient-158h.jpg) repeat-x scroll 0px 0px; 
    height:158px;
    overflow:hidden;
    width:100%;
}

.boxContainerCRTS .keyLine:after {    
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.boxContainerCRTS .tang-bkgd {
    position:absolute;
    right:15px;
    bottom:15px;
}

/*  Compare Rates Single Wide classes     */

.CRContainerOut {border: 5px solid #f6dc85; width: 293px; margin: 0px 9px 9px 0px;}
.CRContainerIn {height: 154px; overflow: hidden; position: relative; border: 1px solid #a0bbdb;}
.CRhead {height: 37px; font-family: georgia; font-size: 18px; font-weight: normal; color: #28507f; border-bottom: 1px solid #a0bbdb; line-height: 37px; vertical-align: middle; padding-left: 10px;}
.CRbody {height: 118px; font-size: 12px; font-weight: normal; color: #000000; background: url(/images/CPRatesBG.jpg); position: absolute;}
.CRnumber {font-size: 12px; font-weight: bold; color: #28507f; width: 15px;}
.CRtable {margin: 15px 10px;}
.CRtableTxt { font-size: 12px; font-weight: normal;}
select.CRdd {width:160px; font-size: 11px; margin-left: 5px;}

/*cobrand*/
.cobrand-logo {display:none;}
/*cobrand*/

/* amortization table */
.amTable table{border:1px solid #ccc; border-width:1px 0px 0px 1px; border-collapse: separate !important;}
.amTable table td {background-color:#fff; border:1px solid #ccc; border-width:0px 1px 1px 0px;}
.amTable table tr.odd-row td {background-color:#ECF0FB;}

/* custom social bookmarks  */
.socBookmarksBorder {border:1px solid #D2DFFF;padding:8px 0px 7px 0px;margin:5px 10px 20px 0;height:20px;}
.socBookmarksContainer {font-size:12px;line-height:normal;padding:0px 0px 0px 10px;float:left;}

.socBookmarksContainer a {line-height:16px;}
.socBookmarksContainer a img {vertical-align:middle;}

#showmenu {margin-top:1px;}


a#more:hover {text-decoration:none;}
a#more img {float:left;}
a#more div {display: inline; position:absolute;top:0px;left:20px;}

.bookmarksMenuContainer {padding:5px 0 0 0;position:absolute;z-index:100;top: 20px; left: -140px;}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
border: 1px solid #00428C;
border-bottom-width: 1px;
width: 282px; /*width of featured content slider*/
height: 150px;
}

.sliderwrapper img{	height: 150px; width: 282px; border:none;}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow:hidden; /*leave as is*/
width: 282px; /*width of featured content slider*/
height: 176px;
}

.sliderwrapper h1, .sliderwrapper2 h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:19px;line-height:normal;margin:3px 0px 3px 0px; font-weight:normal;}

.sliderwrapper p, .sliderwrapper2 p {font-size:12px;line-height:normal;color:#000;margin:0px;}


/*carousel*/
.carousel {
    overflow: hidden;
	}

	.carousel .inner {
	}

	.carousel .middle {
    overflow: hidden;
	}
	
	#slider {
    width: 560px;
    height: 50px;
    margin: 10px auto;
	}

	#slider .middle {
    float: left;
    height: 50px;
	}

	#slider .inner a img {
	display: block;
	border: 0;
    float: left;
	margin:0px 7px;
	_margin:0px 7px 0px 0px;
	border: 1px solid #ccc;
	}
	
	#slider .inner a {
	float: left;
	}
	
	#slider .inner a:hover img {
	border:1px solid #3673b2;
	}

	#slider a.next, #slider a.prev {
    float: left;
    width: 20px;
    height: 50px;
    text-align: center;
    text-decoration: none;    
	}

	#slider a.next {
    float: right;
	margin-left:9px;
	}
	
	#slider a.prev {
	margin-right:9px;
	}

	#slider a:hover {
    color: #000;
	}
	
	
table.industry-brains {
	width:615px;
	border:1px solid #D2DFFF;
}
table.industry-brains td.head {
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-indent:5px;
	border-bottom:1px solid #D2DFFF;
	padding:0px;
}
table.industry-brains tr td {
	padding:5px;
	font-size:11px;
}
table.industry-brains tr td div.ad-title a {
	font-weight:bold;
	text-decoration:none;
}
table.industry-brains tr td div.ad-text a, table.industry-brains tr td div.ad-text a:visited, table.industry-brains tr td div.ad-text a:hover {
	font-weight:normal;
	color:#000;
	text-decoration:none;
	font-size:10px;
}
table.industry-brains tr td div.ad-url a {
	text-decoration:underline;
	font-size:10px;
}

table.industry-brains tr td div.ad-title a:focus, table.industry-brains tr td div.ad-text a:focus, table.industry-brains tr td div.ad-url a:focus { outline:none;}

/*  Free Content Center Classes */

.fcc-well1-head {background: url(/images/free-content/fcc-vc-sprite.jpg) 0px 0px; padding: 9px 8px 9px 8px;}
.fcc-well1-bodybg {float: left; background: url(/images/free-content/fcc-vc-sprite.jpg) 0px -40px; width: 226px; height: 124px; padding: 0px; margin: 0px; overflow: hidden;}
.fcc-well-body {border: 1px solid #FFFFFF; height: 160px;}
div.fcc-well1-bodybg a {color: #FFFFFF; font-weight: bold; text-decoration: underline; margin-left: 8px;}
div.fcc-well1-bodybg ul {margin: 8px 0px 0px 8px; color: #000000; font-weight: bold; padding: 0px;}
div.fcc-well1-bodybg ul a{margin-top: 8px; color: #000000; font-weight: bold; padding: 0px; margin-left: 0px; text-decoration: none;}
div.fcc-well1-bodybg ul a, div.fcc-well1-bodybg ul a:active, div.fcc-well1-bodybg ul a:link, div.fcc-well1-bodybg ul a:hover {text-decoration: none; color: #000000;}

.fcc-rr-body {background-image: url(/Images/free-content/fcc-rr-bg.jpg); width: 338px; height: 163px; overflow: hidden;}
.fcc-rr-footlink a, .fcc-rr-footlink a:link, .fcc-rr-footlink a:visited {color: #FFFFFF; margin-left: 8px; font-weight: bold; text-decoration: underline;}
div.fcc-rr-body ul {margin: 13px 0px 0px 8px; color: #000000; font-weight: bold; padding: 0px;}
div.fcc-rr-body ul a{margin-top: 8px; color: #000000; font-weight: bold; padding: 0px; margin-left: 0px; text-decoration: none;}
div.fcc-rr-body ul a, div.fcc-rr-body ul a:active, div.fcc-rr-body ul a:link, div.fcc-rr-body ul a:hover {text-decoration: none; color: #000000;}

.fcc-rr-container {width: 338px; height: 163px; background-color: #FFFFFF; font-size: 11px; margin: 0px 0px 9px; padding: 0px;}
.fcc-rr2-head {background: url(/images/free-content/fcc-vc-sprite.jpg) 0px -187px;}
.fcc-rr2-subhead {margin-left: 110px; font-size: 12px; font-weight: bold; color: #000000; padding-top: 10px;}
.fcc-rr2-bodybg {float: left; background: url(/images/free-content/fcc-vc-sprite.jpg) 0px -223px; width: 264px; height: 124px; overflow: hidden;}
.fcc-rr2-bodybg span {color: #ffa500; text-decoration: underline;}
div.fcc-rr2-bodybg ul {margin-top: 8px; padding-left: 140px; margin-left: 0px; color: #ffa500;}
div.fcc-rr2-bodybg ul a {color: #000000; font-size: 12px;font-weight: normal; text-decoration: none;}

.fcc-rr-container {width: 338px; height: 163px; background-color: #FFFFFF;  font-size: 11px; margin: 0px 0px 9px; padding: 0px;}
.fcc-rr3-bgBlue {background-color: #3d6696;}
.fcc-rr3-head {background-color: #3d6696; padding:6px 0px 5px 6px;}
.fcc-rr3-bodybg {float: left; background: url(/images/free-content/fcc-vc-sprite.jpg) -86px 130px; width: 247px; height: 129px; overflow: hidden;}
div.fcc-rr3-bodybg ul {margin-top: 8px; color: #ffa500;}
div.fcc-rr3-bodybg ul a {color: #3d6696; font-size: 12px;font-weight: bold; text-decoration: none;}

/*  NAR Table Tab Classes */

.nar-tabletab {
	line-height: 20px; 
	font-size: 11px; 
	border-right: 1px solid #aec2cd;
}
.nar-tabletab .nar-dataodd {
	background-color:#E7ECF2;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:5px;
	border-left: 1px solid #aec2cd;
	border-top: 1px solid #aec2cd;
	border-bottom: 1px solid #aec2cd;
	border-bottom: 1px solid #aec2cd;
}
.nar-tabletab .nar-datanew {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:5px;
	border-left: 1px solid #aec2cd;
	border-bottom: 1px solid #aec2cd;
	border-bottom: 1px solid #aec2cd;
}
.nar-tabletab .nar-datanewend {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	padding:5px;
	border-left: 1px solid #aec2cd;
}
.nar-tab {
	background-image: url(/images/side-tab-blue.gif);
	background-repeat: no-repeat;
	line-height: 19px;
	font-size: 11px;
}
.nar-tab div {
	font-weight: bold; 
	font-size: 16px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	line-height: 10px;
}
.nar-tab a {
	margin-left: 5px;
	margin-top: 0px;
}


/*  FCC RightRail Classes */
.fcc-rr-mult-container {width: 338px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; margin: 0px 0px 9px; padding: 0px;}
.fcc-rr-mult-boxhead-container {background: url(/images/free-content/fcc-mult-sprite.jpg) 0px 0px; width: 338px; height: 50px;}
.fcc-rr-mult-boxhead {padding: 15px 0px 0px 55px;}
.fcc-rr-mult-boxhead a {font-weight: bold; font-size: 16px; color: #FFFFFF; text-decoration: none; background-color: inherit;}
.fcc-rr-mult-footer {background: url(/images/free-content/fcc-mult-sprite.jpg) 0px -51px; width: 338px; height: 5px; line-height: 1px;}
.fcc-rr-mult-head {font-weight: bold; font-size: 14px; color: #004276; margin-left: 66px;}
.fcc-rr-mult-tease {width: 180px; margin-left: 66px;}
.fcc-rr-mult-btn {float: right; margin-top: 28px;}
.fcc-rr-mult-img {margin-right: 10px; display: block; float: left; position: relative;}
.fcc-rr-mult-body {background-color: #FFFFFF; border-left: 1px solid #c2cfe3; border-right: 1px solid #c2cfe3; border-top: 1px solid #c2cfe3; padding: 5px 10px;}
.fcc-rr-mult-body ul {margin: 0px; padding: 0px;}
.fcc-rr-mult-body ul li {height: 50px; padding: 10px 0px; margin: 0px; list-style-type: none;}
.border-bottom-dashed {border-bottom: 1px dashed #b6b6b6;}
/* Drop Shadow with Table Classes */
.ds-table-container {width: 582px; background: url(/images/ds-table-bg.jpg); width: 582px; margin: 0px auto;}
.ds-table-container .top {background: url(/images/ds-table-sprite.jpg) 0px 0px; width: 582px; height: 12px;}
.ds-table-container .body {padding: 0px 10px 10px 10px; font-family: Arial,Helvetica,sans-serif; font-size: 12px;}
.ds-table-container .body h2, .ds-table-container .body table .odd, .ds-table-container .body table .even, .ds-table-container .body table .head, .ds-table-container .body table .subhead1, .ds-table-container .body table a {color: #004276 !important;}
.ds-table-container .body h2 {font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: bold; text-align: left; margin: 0px 0px 5px 5px;}
.ds-table-container .body p {text-align: left; margin: 0px 0px 10px 5px;}
.ds-table-container .body table {border-top: 1px solid #d4d4d4; border-left: 1px solid #d4d4d4; background-color: #FFFFFF;}
.ds-table-container .body table td {border-bottom: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; text-align: center; padding: 0px 5px;}
.ds-table-container .body table .odd, .ds-table-container .body table .even {height: 40px; font-weight: bold;}
.ds-table-container .body table .odd {height: 40px; background: url(/images/gold-row-bg.jpg); font-size: 20px; font-weight: bold;}
.ds-table-container .body table .even {font-size: 18px;}
.ds-table-container .body table .head {font-weight: bold; padding: 5px;}
.ds-table-container .body table a {text-decoration: none;}
.ds-table-container .body table .subhead1, .ds-table-container .body table .subhead2 {font-size: 12px;}
.ds-table-container .body table .subhead1 {text-align: left;}
.ds-table-container .body table .subhead2 {font-weight: bold; color: #2381cb !important; text-align: left;}
.ds-table-container .body table .subhead3 {font-size: 16px; font-weight: bold; text-align: left; padding-left: 10px;}
.ds-table-container .body table .fs20 {font-size: 20px !important;}
.ds-table-container .body table .currency-align {text-align: right !important; padding-right: 30px !important;}
.ds-table-container .bottom {background: url(/images/ds-table-sprite.jpg) 0px -12px; width: 582px; height: 10px;}
/*rate matrix module*/
.rate-funnel-container {width:290px;border:5px solid #F6DC85;}
	.rate-funnel-container .rate-funnel-content {border:1px solid #A0BBDB;background-color:#fff;padding:5px;}
	.rate-funnel-container .rate-funnel-content h4 {margin:0px 3px 10px;font-family:georgia;font-size:14px;color:#28507F;}
	
	.tabcontainer {border:1px solid #BFC4C8;padding:10px;background:url(http://www.bankrate.com/system/img/change-search-background-sliver.jpg) repeat-x 0 0;border-top: none;position: relative;clear:both;}

	.fleft {float:left;}
	.subtitle.fleft, #Purchase-tab-link {clear:both;}	
	.subtitle {color:#17517F;font-size:12px;font-weight:bold;}
	.subtitle img {position:relative;top:1px;left:5px;}
	.hint {background:url(http://www.bankrate.com/system/img/rate-pages-sprite.gif) no-repeat 0px 0px;height:12px;width:12px;overflow:hidden;float:left;margin:1px 0 0 5px;}

	.searchtabs {padding:5px;}
	
	ul.searchprods {padding: 0px;margin: 0px;font: bold 11px arial;list-style-type: none;text-align: left;height:28px;border-bottom:1px solid #BFC4C8;}

	ul.searchprods li{text-align:center;text-transform:uppercase;float:left;padding:0;margin:0px 5px 0px 0px!important;list-style-image:none !important;}

	ul.searchprods li a{margin: 0px;color: #024174;width:110px;cursor:pointer;background: url(http://www.bankrate.com/system/img/rate-pages-sprite.gif) no-repeat -120px -16px;display:block;height: 28px;line-height:32px;text-decoration:none !important;padding:0px;}

	ul.searchprods li a:focus{outline:none;}

	ul.searchprods li.selected a{width:110px;height:29px;cursor:pointer;background:url(http://www.bankrate.com/system/img/rate-pages-sprite.gif) no-repeat 0px -16px;}
	
	ul.controls, ul.mtg-controls {margin:3px 0px 0px 0px;list-style-type:none;font-size:11px;padding:0px;}
	ul.controls li, ul.mtg-controls li {display:inline;background:none;border-right:1px solid #000;}
	ul.controls li.on a,  ul.mtg-controls li.on a,  ul.controls li.on a:visited, ul.mtg-controls li.on a:visited {font-weight:bold;color:#555;text-decoration:none; cursor:pointer;}
	ul.controls li a, ul.controls li a:visited, ul.mtg-controls li a, ul.mtg-controls li a:visited {font-weight:normal;color:#024174;text-decoration:underline; cursor:pointer!important;}	
	ul.controls li {padding:0px 10px 0px 0px;margin-right:10px;}
	ul.mtg-controls li {padding:0px 4px 0px 0px;margin-right:4px;}	 
	ul.mtg-controls li#allcatTab, ul.controls li#allcatTab {border-right-width:0;}
	
	.product-container {border:1px solid #BFC4C8;margin-top:5px;overflow:auto;height:120px;}
	.product-container table.products {width:245px;margin-left:5px;}
	.product-container table.products tr td {font-size:12px;padding:5px 0px;vertical-align:top;width:50%;}
	.product-container table.products tr td.checkbox {width:5px;padding-right:0px;}
	.product-container table.products tr td input {margin:0px 5px 0 0;}
	
	.fields, #Purchase-tab-link {margin-bottom:10px;}
	.fields .state-city, .fields .zipcode, .fields .loan-amount {font-size:12px;}	
	.fields .state-city span, .fields .zipcode .row1 span, .fields .loan-amount .col1 span {font-weight:bold;color:#17517F;}
	.fields .zipcode .row2 span {font-weight:normal;color:#333;}
	.fields .state-city a, .fields .zipcode a {margin-left:10px;}
	.fields .state-city .row1 span, .fields .state-city .row1 a, .fields .zipcode .row1 span, .fields .zipcode .row1 a {display:inline-block!important;}
	
	.fields .state-city .row1 a, .fields .zipcode .row1 a {cursor:pointer;}
	
	.fields .state-city .row2, .fields .zipcode .row2 {padding-top:10px;}
	
	.fields .state-city .row2 table tr td.state {width:70px;}
	.fields .state-city .row2 table tr td.market {}
	
	.fields .loan-amount {padding-top:10px;}
	.fields .loan-amount input {width:80px;}
	.fields .loan-amount .col1, .fields .loan-amount .col2 {float:left;}
	.fields .loan-amount .col1 {width:100px;}
	.fields .loan-amount .col2 {width:120px;padding-top:15px;}
	
	.fields select, .fields input {font-size:11px;}
	.fields .state-city select.states {width:50px;}
	.fields .state-city select.market {width:150px;}
	.fields .zipcode input.zip {width:50px;line-height:11px;height:11px;}
	
	.actionrow {clear:both;border:solid #BFC4C8;border-width:0px 1px 1px;padding:5px;overflow:auto;}
	.actionrow .submit {float:right;}
	.actionrow .reset {float:left;}
	.actionrow .submit button.searchbtn {background:url(img/orange-search-btn.gif) no-repeat 0px 0px;width:78px;height:21px;border:none;cursor:pointer;}
	.actionrow .reset a {font-size:12px;}
	
	
	.ltmenu {width: 100%;position:relative;}
	.ltmenu h5, .ltmenu .arrow {float:left;} 
	.ltmenu .arrow {position:relative;top:5px;left:5px;}
	.ltmenu a {cursor:pointer;text-decoration:underline;}
	.ltmenu a, .ltmenu h5 {font: normal 11px/16px arial, helvetica, sans-serif;display: block;margin: 0;padding: 0px;}
 
	.ltmenu h5 {color: #024174;}
	.ltmenu h5 a {cursor:pointer;}
	.ltmenu h5 a:hover{background:none;color:#F8B435;}
 	.ltmenu ul {list-style: none;margin: 0;padding: 0;width: 100%;float: left;clear:both;position: absolute;top:16px;left:0px;z-index: 500;border:1px solid #666;padding:5px;background-color:#fff;}
	.ltmenu ul li {}
	.ltmenu ul li a {color: #024174;text-decoration: underline;cursor:pointer;padding:1px 0 1px 4px;} 
	.ltmenu ul li a:hover {background: #F3F7FA;}

.sConnect-head, .sConnect-foot {background: url(/Images/stay-connected-sprite.jpg); width: 340px; display: block; text-decoration: none !important;}
.sConnect-head {height: 29px;}
.sConnect-foot {background-position: 0px -76px; height: 19px;}
.sConnect-body-container {border-left: 1px solid #ceddef; width: 338px; height: 110px; border-right: 1px solid #ceddef; font-family: arial; font-size: 12px; font-weight: bold;}
.sConnect-list li {list-style:none; margin: 12px 0px 5px 10px; width: 150px; float: left;}
.sConnect-facebook, .sConnect-rss, .sConnect-rates, .sConnect-news {background: url(/Images/stay-connected-sprite.jpg); width: 32px; height: 42px; display: block; margin-right: 5px; text-decoration: none !important;}
.sConnect-facebook {background-position: 0px -32px; }
.sConnect-rss {background-position: -52px -32px; }
.sConnect-rates {background-position: -158px -32px;}
.sConnect-news {background-position: -106px -32px;}
/*    Blogger 3 Featured     */
.judymartel-thumb, .claesbell-thumb, .sheynasteiner-thumb, .holdenlewis-thumb, .gregmcbride-thumb, .jimwang-thumb, .kaybell-thumb, .lisaweinberger-thumb, .barbarawhelehan-thumb, .lesliemcfadden-thumb, .jaymacdonald-thumb, .jenniephipps-thumb, .mitchstrohm-thumb, .marciegeffner-thumb {background: url(/Images/blogger-pics-sprite.jpg); width: 50px; height: 50px; display: block; text-decoration: none !important;}
.judymartel-thumb {background-position: -52px 0px;}
.claesbell-thumb {background-position: -104px 0px;}
.sheynasteiner-thumb {background-position: -52px -156px;}
.holdenlewis-thumb {background-position: 0px -104px;}
.gregmcbride-thumb {background-position: 0px -52px;}
.jimwang-thumb {background-position: 0px -156px;}
.kaybell-thumb {background-position: -52px -52px;}
.lisaweinberger-thumb {background-position: -104px -52px;}
.barbarawhelehan-thumb {background-position: 0px 0px;}
.lesliemcfadden-thumb {background-position: -52px -104px;}
.jaymacdonald-thumb {background-position: -104px -104px;}
.jenniephipps-thumb {background-position: -104px -156px;}
.mitchstrohm-thumb {background-position: -156px 0px;}
.marciegeffner-thumb {background-position: -156px -52px;}


.SC-container {
	height:146px
}
 
.SC-container,.SC-head,.SC-btm-container {
	width:340px
}
 
.SC-head {
	background-position: 0 0;
	height:29px;
	margin-bottom:0
}
 
.SC-head,.SC-top,.SC-newsletter,.SC-rate,.SC-rss,.SC-linkedin,.SC-youtube,.SC-twitter,.SC-facebook, .SC-btm-container {
	background:url(http://www.bankrate.com/images_mra/stayconnected/scon-sprite.jpg);
}
 
.SC-head, .SC-top, .SC-btm-container {
	background-repeat: no-repeat;
}
 
.SC-mid-container {
	background:#e9f1fc;
	height:106px;
	border-left:1px solid #d9e4f3;
	border-right:1px solid #d9e4f3;
	width:338px
}
 
.SC-top {
	background-position: 0 -30px;
	margin:0;
	padding:0 0 0 62px;
	width:276px;
	height:40px
}
 
.SC-bottom {
	margin-top:20px;
	padding:0;
	margin-left:0;
	margin-left:8px
}
 
ul.SC-bottom a {
	font:11px arial;
	color:#1c4788;
	margin-left:1px;
	margin-right:2px;
	font-weight:bold;
	line-height:12px;
	padding-top:3px;
}
 
ul.SC-bottom a,.SC-linkedin,.SC-youtube,.SC-twitter,.SC-facebook,.SC-newsletter,.SC-rate,.SC-rss {
	text-decoration:none
}
 
ul.SC-bottom a,.SC-linkedin,.SC-youtube,.SC-twitter,.SC-facebook,.SC-newsletter,.SC-rate,.SC-rss,.SC-btm-container {
	display:block
}
 
ul.SC-bottom a,ul.SC-bottom li,.SC-newsletter,.SC-rate,.SC-rss {
	height:41px
}
 
ul.SC-top li,ul.SC-bottom li {
	list-style:none outside none;
	float:left
}
 
ul.SC-top li,.SC-linkedin,.SC-youtube,.SC-twitter,.SC-facebook {
	height:43px
}
 
ul.SC-top li {
	width:61px
}
 
.SC-facebook {
	background-position:0 -71px
}
 
.SC-twitter {
	background-position:-33px -71px
}
 
.SC-youtube {
	background-position:-66px -71px
}
 
.SC-linkedin {
	background-position:-99px -71px
}
 
.SC-linkedin,.SC-youtube,.SC-twitter,.SC-facebook {
	margin-top:10px;
	width:32px
}
 
.SC-rss {
	background-position:-132px -71px
}
 
.SC-rate {
	background-position:-164px -71px
}
 
.SC-newsletter {
	background-position:-196px -71px
}
 
.SC-newsletter,.SC-rate,.SC-rss {
	width:31px
}
 
.SC-btm-container {
	background-position:0 -115px;
	height:11px
}



.boxHead-container {padding: 5px; background: #ffffff; border-bottom: 1px solid #D2DFFF;}
a.boxHead-title {color: #000000; font-size: 14px; font-weight: bold;}
a.boxHead-sponsor {font-size: 10px; float: right; margin-top:4px;}
.boxHead-By {font-size: 10px; float: right; margin-top: 4px; padding-right: 4px;}
.darrow-bh {color: #004276; font-size: 16px; font-weight: bold; margin-left: 5px;}                            

/*   Rate Ticker    */
.ticker-container {margin:0 auto;width:1000px;}
.ticker-body {background: #ffffff; width: 984px; height: 52px; margin: 0px; font-size: 13px;}
.ticker-blue-left a, .ticker-blue-left a:hover {color: #ffffff; font-weight: bold; text-decoration: none; margin-left: 15px; margin-top: 13px; display: block;}
.ticker-blue-left, .ticker-blue-body, .ticker-blue-right {float: left;}
.ticker-blue-left, .ticker-blue-right {background: url(/Images/ticker-sprite.jpg); height: 43px; display: block;}
.ticker-blue-left {background-position: 0px 0px; background-repeat:no-repeat; width: 160px; margin: 5px 0px 5px 5px;}
.ticker-blue-right {background-position: -172px 0px; width: 6px; margin: 5px 0px 5px 0px;}
.ticker-blue-body {background: url(/Images/ticker-bg.jpg) repeat; height: 43px; margin: 5px 0px 5px 0px; width: 807px; display: block;}
.ticker-blue-body a {margin: 13px 0px 0px 15px; display: block; float: left; color: #004276;}


.swContent123 {	height: 123px;	overflow:hidden; position:relative; background-color: #FFFFFF;}
.SafeSoundSearch {background: url('/images/buttons/start_search_now.jpg') no-repeat 0px 50%; padding:0px; margin-top: 10px; float: right;height: 22px; width: 130px;}	
.moduleColumnLeft {float: left; padding-right: 3px; border:1px solid #d2dfff; border-width:0px 1px 0px 0px; margin-right: 9px;}
.moduleRowTop {float: left; padding: 0px 0px 9px 0px; border:1px solid #d2dfff; border-width:0px 0px 1px 0px; margin-bottom: 9px;}

/* Compare Rates Modules*/
.boxContainerRatesYellow { background-color: #F6DC85; border:1px solid #d2dfff; margin:0px 9px 9px 0px; float:left; width: 615px;}
.CompareRatesboxHead {background-color: #FFFFFF; font: 17px Georgia; margin: 5px 5px 0px 5px; padding: 0px 5px;line-height: 30px;}
.darrow-CompareRates {color: #004276; font-size: 17px; font-weight: normal; margin-left: 5px}
.CompareRatesContentHolder {margin: 0 5px 5px 5px;}
.CompareRatesContent {background: url('/images/CPRatesBG.jpg'); padding: 9px; border:1px solid #d2dfff; border-width:1px 0px 0px 0px;font-size: 11px; height: 105px;width: 587px;position: relative;}
ul.CompareRatesLinks { margin:3px 0px 0px 0px; padding:0px 9px 0px 0px; list-style-type:none;float:left;}
.CompareRatesLinks li, .CompareRatesLinks li { list-style-type:none; margin: 3px 0px 0px 0px; }
.CompareRatesLinks a { background:url('/Images/square.jpg') no-repeat 0px 50%; padding-left:7px; font-size: 11px;}
	
.rounded-well-dw-beige-top, .rounded-well-dw-beige-bg, .rounded-well-dw-beige-bottom, .rounded-well-dw-body {width: 623px;}
.rounded-well-dw-beige-top {background: url(/images/round-well-dw-beige-top.gif) 0px 0px no-repeat; height: 16px; font-size: 0px;}
.rounded-well-dw-beige-bg {background: url(/images/round-well-dw-beige-bg.gif) 0px 0px; overflow: auto;}
.rounded-well-dw-beige-bottom {background: url(/images/round-well-dw-beige-bottom.gif) 0px 0px no-repeat; height: 13px; font-size: 0px;}
.rounded-well-dw-body-pad {padding-left: 8px; padding-right: 15px;}
.rounded-well-dw-beige-body-tall {background: url(/images/round-well-dw-beige-body-tall.gif) 0px 0px no-repeat; height: 324px; width: 196px; padding: 10px;}
.rounded-well-dw-beige-body-wide {background: url(/images/round-well-dw-beige-body-wide.gif) 0px 0px no-repeat; height: 148px; width: 359px; padding: 10px;}
.rounded-well-dw-body {margin-top: 8px; font-size: 12px; overflow: hidden;}
* html .rounded-well-dw-beige-body-tall, * html .rounded-well-dw-beige-body-wide{margin-left: 4px;}

.chat-ticker {background: url(/images/hp-chat-ticker-bg.png); height: 58px; width: 537px; padding-left: 80px; margin-bottom: 9px; float: left;}
.chat-ticker a.leftcol, .chat-ticker a.rightcol {color: #ffffff; font-weight: bold; line-height: 55px; text-decoration: none;}
.chat-ticker a.leftcol {font-size: 13px; margin-right: 5px;}
.chat-ticker a.rightcol {font-size: 15px;}

.cralert {font-size:11px;font-weight:bold;}

.backtoc {font-size:11px; font-style:italic;}



