﻿html 
{ 
    /* force a vertical scroll bar to avoid shifting when it is added */
    min-height: 100%; 
    margin-bottom: 1px; 
}

body
{
    padding: 0;
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
}

img
{
    border: 0;
}

p
{
    text-align: justify;
}

p.left
{
    text-align: left;    
}

p.center
{
    text-align: center;
}

.nobreak
{
	white-space: nowrap;
}

a, a:link, a:visited, a:active
{
    text-decoration: none;
     color: #3300cc;    
}

a:hover
{
    background-color: #dcdcdc;
}

a.image:hover
{
    background-color:Transparent;
}

a.declineNoticeSelected:visited
{
	color: #E57A00;
	font-weight: bold;		
	background-color: #e9e9e9;
    font-size: 13px;
}

a.selectedNavItem, a.selectedNavItem:link, a.selectedNavItem:visited, a.selectedNavItem:active
{
	color: #E57A00;
	font-weight: bold;		
	background-color: #e9e9e9;
    font-size: 13px;
}

h2.pageTitle
{
    font-size: 17px;
    font-weight: bold;
    color: #333366;
    padding-top: 31px;
    margin: 0px 0 0 0;
    top: 0px;
    border-bottom: solid 2px #cccccc;
}

h3.pageTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #333366;
    padding-top: 2px;
    margin: 0px 0 0 0;
    top: 0px;
    border-top: solid 2px #cccccc;
}

h2.pageTitle .subTitle
{

    font-size: 13px;

}

h2.redStar
{
    font-size: 16px;
    font-weight: bold;
    color: #333366;
    padding: 0;
    margin: 40px 0 0 0;
    text-indent: -15px;
    border-bottom: solid 2px #cccccc;
}

h2.redStar img
{
    position:relative;
    left: 0px;
    top: -10px;
}

h3.redStartitle
{
    font-size: 15px;
    font-weight: bold;
    color: #333366;
    padding: 0;
    margin: 5px 0 0 0;
    text-indent: -15px;
    padding-bottom : 5px;    
}
h3.redStarMaintitle
{
    font-size: 15px;
    font-weight: bold;
    color: #333366;
    padding: 0;
    margin: 20px 0 0 0;
    text-indent: -15px;
    padding-bottom : 5px;    
}
h3.redStarsubtitle
{
    font-size: 13px;
    font-weight: bold;
    color: #333366;
    padding: 0;
    margin: 5px 0 0 0;
    text-indent: -15px;
    padding-bottom : 5px;
}

h5.redStarheader
{
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 0 0;
    padding-bottom : 5px;    
}
.label
{
	font-size: 11px;
	display: block;
	text-align:left;
	padding: 0 0 1px 1px ;
}
.labelinline
{
	font-size: 11px;
	text-align:left;
	padding: 0 0 1px 1px ;
}
.redlabel
{
	font-size: 11px;
    color: #FF0000;
	text-align:left;
	padding: 0 0 1px 1px ;
}
.text
{
	font-size: 11px;
	display: block;
	padding: 0 0 1px 1px ;
}
.textinline
{
	font-size: 11px;
	padding: 0 0 1px 1px ;
}

.redtext
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FF0000;
}
.popup
{
	background-color: #E0E0E0;	
}

.buttonsubmit
{
	background-color: #FF8000;
	border-color:#FF8000;
	border-style:solid;
	height:28px;
	color:White;
}
.buttonupdate
{
	background-color: #333366;
	border-color:#333366;
	border-style:solid;
	height:28px;
	color:White;
	width:162px;
}
.buttonmenu
{
	background-color: #6699cc;
	border-color: #6699cc;
	border-style:solid;
	height:28px;
	color:White;
	width:235px;
}

/* begin containers */

#mainContainer
{
    width: 760px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header
{
    position: relative;    
    top: 0px;
    left: 0px;
    width: 760px;
    height: 115px;
}

#contentContainer
{
    position:relative;
    top: 0px;
    left: 0px;    
    width: 760px;
}

#homeLeftCol
{
    position: relative;    
    float: left;
    width: 460px;
    padding: 6px 0 0 0;    
}

#homeRightCol
{
    position: relative;    
    float: right;
    width: 290px;
    height: 340px;
    padding: 6px 0 0 0;
}

#homeLeftColV2
{
    position: relative;    
    float: left;
    width: 480px;
    height: 325px;
}

#homeRightColV2
{
    position: relative;    
    float: right;
    width: 278px;
    height: 325px;
}

#subLeftCol
{
    position: relative;    
    float: left;
    width: 230px;
} 

#subRightCol, .subRightCol
{    
    position: relative;    
    float: right;
    width: 490px;
    padding: 10px;
}

#footer
{   
    position: relative;
    clear: both;
    width: 760px;
    font-size: 12px;
    text-align: center;    
    color: #626262;
    padding: 14px 0 20px 0;
}

#landingPageFooter
{   
    position: relative;
    clear: both;
    width: 760px;
    font-size: 12px;
    text-align: center;    
    color: Black;
    padding: 10px 0 0px 0;
}

#popUpContent
{
    text-align: left;
    margin: 20px;
}



/* end containers */

/* begin header */

#header #nav ul
{
    position: absolute;
    top: 95px;
    left: 270px;     
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;    
    z-index: 75;
}

#header #nav li
{
    float: left;
    display: inline;
    margin: 0 18px 0px 0px;
    padding: 0;
    list-style: none;    
}

#header #nav li a
{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #7B1818;
}

#header #nav li a:hover,
#header #nav li a.selected
{
    border-bottom: solid 2px #FF9610;
    background-color: #7B1818;
}

#header #firstPlaceNav ul
{
    position: absolute;
    top: 95px;
    /*SR 2578 – Web Site Transitioning - Adjusted left */
    left: 250px;    
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;    
    z-index: 500;
}

#header #firstPlaceNav li
{
    float: left;
    display: inline;
    /*SR 2578 – Web Site Transitioning - Adjusted margin */
    margin: 0 25px 0px 0px;
    padding: 0;
    list-style: none;    
}

#header #firstPlaceNav li a
{
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #003366;
}

#header #firstPlaceNav li a:hover,
#header #firstPlaceNav li a.selected
{
    border-bottom: solid 2px #FFFFFF;
    background-color: #003366;
}

#header .customerLogin
{
    position: absolute;
    top: 89px;
    left: 708px;   
    border: 0;
    z-index: 2;
}

#header .signOutFirstPlaceTopNav
{
    position: absolute;
    top: 89px;
    left: 708px;   
    border: 0;
    z-index: 2;
}

#header .topNavBar
{
    position: absolute;
    top: 89px;
    left: 250px;   
}

#header .topNavBarFirstPlace
{
    position: absolute;
    top: 89px;
    left: 215px;   
}

#header .logoFirstAgain
{
    position: absolute;
    top: 10px;
    left: 0px;   
}

#header .logoMyFirstPlace
{
    position: absolute;
    top: 90px;
    left: 0px;   
}

#header .leftTagLine
{
    position: absolute;
    top: 90px;
    left: 0px;   
}

#header .rightHomeTagLine
{
    position: absolute;
    top: 0;
    left: 300px;   
    vertical-align: middle;
    text-align: center;
   
}

#header .headerSeparator
{
    position: absolute;
    top: 5px;
    left: 255px;       
}

#header .headerSubRight
{
    position: absolute;
    top: 0px;
    left: 571px;
}

#header .headerSubPeople
{
    position: absolute;
    top: 0px;
    left: 465px;
}

#header h1.headerTitle
{
    position: relative;
    top: 25px;
    left: 562px;
    width: 198px;
    padding: 0;
    margin: 0;
    text-indent: 0;
    text-align: center;
    font-size: 29px;
    font-weight: normal;
    color: #ffffff;
    background-color: Transparent;
    background-image: none;
    border: 0;
    z-index: 75;
}

#headerSignIn #header h1.headerTitle
{
    top: 10px;
}

/* end header */

/* begin footer */

#footer .trusteImage
{   
    padding-top: 40px;
}

#footer .verisignImage
{   
    padding-top: 18px;
}

.footerLeft
{   
    position: absolute;
    top: 0px;
    left: 0px;
    width: 125px;
    height:75px;
    padding-top: 1px;
}

.footerCenter
{
	width: 100%;
	height: 75px;
	color: #696969;
    padding-top: 1px;
}

.footerRight
{   
    position: absolute;
    top: 0px;
    right: 0px;
    width: 125px;
    height:75px;
    padding-top: 1px;
}
.footerCopyright
{
	width: 100%;
	color: #696969;
	font-size:11px;
}

    /* begin bottom nav */

#bottomNav ul
{
    list-style: none;
    padding: 0;
    margin: 0px 0 0 0;
}

#bottomNav ul li
{
    display: inline;
}

#bottomNav ul li a
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0 4px 0 4px;
}

#bottomNavRow2 ul
{
    list-style: none;
    padding: 0;
    margin: 3px 0 5px 0;
}

#bottomNavRow2 ul li
{
    display: inline;
    padding: 0 0px 0 0px;
}

#bottomNavRow2 ul li a
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0 4px 0 4px;
}

    /* end bottom nav */

/* end footer */

/* begin sub page */

#subNav ul
{
    list-style-type: none;
    margin: 20px 0 0 8px;
    padding: 0px;
}

#subNav  ul li 
{
    margin: 0;
    padding: 0; 
    display: inline;   
}

#subNav a 
{ 
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #737173; 
    border-bottom: solid 1px #cecbce;
    width: 100px;
    padding-left: 2px;
    margin: 0 0 0 8px;
    text-indent: 7px;
}

#subNav ul li.top a 
{ 
    border-top: solid 3px #cecbce;
    padding-top: 2px;
}

#subNav ul li.bottom a 
{ 
    border-bottom: solid 3px #cecbce;
    padding-bottom: 2px;
}

#subNav a.selected
{ 
    color: #336699;
    background: url(../../Assets/Images/sub_nav_indicator.gif) no-repeat left center;    
}

.btnMoreInformationSub
{
    padding: 0;
    margin: 60px 0 50px 10px;
}
/* end sub page */

/* begin bars */
.bar
{
    display: block;
    clear: both;
}
/* end bars */


/* ================== BEGIN PAGE SPECIFIC ITEMS ================== */

/* ---------- begin home page ---------- */

#uxBtnApplyNowGo
{
    position: absolute;
    top: 284px;
    left: 28px;
}

#uxBtnGuarantee
{
    position: absolute;
    top: 205px;
    left: 60px;
}

/* begin customer comment */

#comment
{
    font-size: 13px;
    font-weight: normal;
    background: transparent url(../../Assets/Images/quote_start.gif) left top no-repeat;
    line-height: 15px;
    margin: 15px 0px 0px 15px;
    padding: 0;
    width: 425px;
}

#comment div.quote
{
    padding: 0px 25px 0px 25px;
    margin: 0;
    background:transparent url(../../Assets/Images/quote_finish.gif) right bottom no-repeat;
}

#comment span.sig
{
    display: block;
    float: left;
    padding: 8px 0px 0px 25px;
    font-weight: normal;
}

#comment span.link
{
    text-align: right;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 25px 0px 0px;
}

#comment span.link a
{
    padding: 0 4px 0 4px;
}

/* end customer comment */


/* begin rate/flash box */

#flashRateContainer 
{
    position: relative;    
    top: 0px;
    left: 0px;
    padding-top: 20px;
    width: 465px;
    height: 290px;
}

#flashRateContainer #left
{
    width: 172px;
    height: 242px;
    float: left;
    background-image: url(../../Assets/Images/rate_bkgd.jpg);
    background-repeat: no-repeat;
}

#flashRateContainer #right
{
    width: 290px;
    height: 242px;
    float: left;
}

#flashRateContainer .rate 
{
    position: absolute;
    top: 50px;
    left: 24px;
	font-size: 43px;
	color: #FFFFFF;
}

#flashRateContainer .rateText
{
    position: absolute;
    top: 35px;
    left: 24px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;       
    background-color: #7BA2C5;
}

#flashRateContainer .aprText
{
    position: absolute;
    top: 55px;
    left: 144px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;       
    background-color: #7BA2C5;
}

#flashRateContainer #left ul
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 168px;
    margin: 0;
    padding: 0 5px 0 10px;
}

#flashRateContainer #left li
{
    padding-right: 5px;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #003366;
    margin: 0 0 1px 15px;
}

#flashRateContainer .ratesLink
{
    position: absolute;
    top: 220px;
    left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

#flashRateContainer a, #flashRateContainer a:link, #flashRateContainer a:visited, #flashRateContainer a:active
{
    background-color: #7BA2C5;
}

#moreCommentsLinkContainer
{
	clear:both;
	width:465px;
	height:30px; 	
	padding: 12px 0 0 0; 
	margin: 0;
	text-align:right;	
}

#moreCommentsLinkContainer a, #moreCommentsLinkContainer a:link, #moreCommentsLinkContainer a:visited, #moreCommentsLinkContainer a:active
{
    background-color: #FFFFFF;
}

#flashRateContainerV2 
{
    width: 480px;
    height: 290px;
}

#flashRateContainerV2 #left
{
    width: 187px;
    height: 228px;
    float: left;
    background-color: #7BA2C5;
    background-image: url(../../Assets/Images/graphic_topleft_round.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#flashRateContainerV2 #right
{
    width: 293px;
    height: 228px;
    float: left;
}

#flashRateContainerV2 .rate
{
	position: absolute;
	top: 25px;
	left: 16px;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}

#flashRateContainerV2 .rateText
{
	position: absolute;
	top: 10px;
	left: 16px;
	font-size: 12px;
	color: #18274d;
}

#flashRateContainerV2 .aprText
{
	position: absolute;
	top: 34px;
	left: 132px;
	font-size: 12px;
	font-weight: bold;
	color: #18274d;
}

#flashRateContainerV2 #left ul
{
	position: absolute;
	top: 73px;
	left: 0px;
	width: 180px;
	margin: 0;
	padding: 0 5px 0 10px;
	color: #18274d;
	text-indent: 0px;
}

#flashRateContainerV2 #left li
{
	font-size: 12px;
	font-weight: bold;
	color: #18274d;
	margin: 0 0 1px 15px;
}

#flashRateContainerV2 .ratesLink
{
    position: absolute;
    top: 195px;
    left: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #18274d;
	text-decoration: underline; 
    background-color: #7BA2C5;
}
/* end rate/flash box */

/* begin value statements */

.valueStatements ul 
{
    list-style: none;   
    list-style-image: url(../../Assets/Images/check_box_orange.gif);
    padding: 28px 0 0 0;
    margin: 0;
}

.valueStatements ul li
{
    margin: 10px 0 0 25px; 
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #626262;
}

.valueStatementsV2 ul 
{
    list-style: none;   
    list-style-image: url(../../Assets/Images/check_box_orange.gif);
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;    	
}

.valueStatementsV2 ul li
{
    margin: 5px 0 0 25px; 
    font-size: 12px;
    font-weight: bold;
    color: #626262;	
}
/* end value statements */

#homeRightColV2 .howItWorks
{
	position: absolute;	
	top: 196px;
	left: 0px;
	width: 277px;	
	text-align: center;
	
}

#homeRightColV2 .howItWorks a
{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	font-style: italic;
	
}

#homeRightColV2 .applyNow
{
	position: absolute;	
	width: 277px;	
	top: 152px;
	left: 0px;
	text-align:center;
}

#homeRightColV2 .barronsHome
{
	position: absolute;	
	width: 277px;	
	top: 0px;
	left: 0px;
	text-align:center;
}


#homeRightColV2 a:link, #homeRightColV2 a:visited, #homeRightColV2 a:active 
{
	background-color: #ffffff;	
}

#homeRightColV2 .plantATree:link, #homeRightColV2 .plantATree:visited, #homeRightColV2 .plantATree:active 
{
	position: absolute;	
	top: 244px;
	right: 190px;
	background-color: #ffffff;
}

#homeRightColV2 .plantATree2:link, #homeRightColV2 .plantATree2:visited, #homeRightColV2 .plantATree2:active 
{
	position: absolute;	
	top: 243px;
	right: 72px;
	background-color: #ffffff;
}

#homeRightColV2 .mercatorHome:link, #homeRightColV2 .mercatorHome:visited, #homeRightColV2 .mercatorHome:active 
{
	position: absolute;	
	top: 246px;
	right: 15px;
	background-color: #ffffff;
}

#homeRightColV2 .guarantee:link, #homeRightColV2 .guarantee:visited, #homeRightColV2 .guarantee:active 
{
	position: absolute;	
	top: 292px;
	left: -230px;
	background-color: #ffffff;
}

.homeDivider
{
	position:absolute;
	top: 278px;
	left: 0px;
	width: 760px;
	height: 2px;
	background-color: #75A2C2;		
}
.customerTestimonial
 {
	clear:both;
	font-style: italic;
	text-align: left;
	font-size: 12px;
	padding: 12px 0 0 0; 
	margin: 0;
	width:465px;
	height:30px;
 }
 
 .customerTestimonialName
{
	padding: 4px 0 1px 0;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#customerTestimonialLinkContainer .customerTestimonialLink
{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
 	text-decoration: underline;
	font-style: italic;	
}

.videoLink
{
	position: absolute;	
	top: 290px;
	left: 212px;
	
}

.videoLink a
{
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
	font-style: italic;	
}

.articleTitle
{
	padding-top:20px;
	padding-bottom:20px;
 	font-size:14px;
	font-weight:bold;
	color:#001155;
} 
.articleText
{
	font-size:12px;
	padding-bottom:10px;
}

/* ---------- end home page ---------- */

/* ---------- begin basic requirements page ---------- */


#basicRequirements ul
{
    list-style: none;
    padding: 0px;
    margin-left: 0px;
    text-indent: -3px;
    list-style-image: url(../../Assets/Images/check_box_orange.gif);
}

#basicRequirements li
{
    padding: 0;
    margin: 8px 0 0 20px;
}
#disclosureCheckBox
{
    float:left; 
    margin-left: -5px;
    height:50px;
    padding: 0px 5px 0 0;
}

.continueBtn
{
    margin: 10px 0 20px 0;
}

#disclosureText
{
}

/* ---------- end basic requirements page ---------- */

/* ---------- begin rates page ---------- */

.dropDown
{
   font-size: 12px;
}

.ratesTermsHeader 
{	
    color: #333366;
    font-weight: bold;
}

.ratesDate
{   
    font-size: 13px;
}

#rateTable table 
{	
    border-collapse: collapse;
}

#rateTable
{
	clear:both;
	padding-bottom: 3px;
}

.ratestable 
{
	border-width:0px 0px 2px 0px;
	border-color:#7BA2C5; 
	border-style:solid;
    border-collapse: collapse;
}
.ratestermcell
{
	height: 28px; 
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	border-width:2px 0px 0px 2px;
	border-color:#7BA2C5; 
	border-style:solid;
}
.ratesamountcell 
{
	width: 116px; 
	border-color: #7BA2C5; 
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:2px 0px 0px 0px;
	border-color:#7BA2C5; 
	border-style:solid;
}
.calccell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:2px 0px 0px 0px;
	border-color:#7BA2C5; 
	border-style:solid;
	border-collapse: collapse;
}
.ratescell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:2px 0px 0px 2px;
	border-color:#7BA2C5; 
	border-style:solid;
	border-collapse: collapse;
}
.ratesamountcelltall
{
	width: 116px; 
	height: 50px;
	border-color: #7BA2C5; 
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:2px 0px 0px 0px;
	border-color:#7BA2C5; 
	border-style:solid;
}

.ratesamountcellsmall
{
	white-space: nowrap;
	border-color: #7BA2C5; 
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:2px;
	border-color:#7BA2C5; 
	border-style:solid;
}
.ratestermcellsmall
{
	width: 45px; 
	height: 20px; 
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	border-width:2px;
	border-color:#7BA2C5; 
	border-style:solid;
}
.ratesbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#003366;
}

.infocell
{
    height: 50px;
    padding: 4px;
    vertical-align: middle;
    background-color: #e6e6e6;
	border-color:#7BA2C5; 
}

.rateslabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.rateslabelred 
{
	color:Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ratesnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.hintMessage
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.errorMessage
{
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.errorHeaderFirstPlace
{
    width: 430px;
    margin: 10px 0 0 0; 
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    border: solid 2px Red;   
}

.infoDiv
{
}
.appFieldWithError
{
    font:12px Arial,sans-serif;
    border: solid 2px Red;
}

.listWithError
{
    border: solid 2px Red;
    background-color: #ffb6c1;
    font-size:12px;
}

/* ---------- end rates page ---------- */

/* ---------- begin about us page ---------- */
.aboutUsSubTitle
{
	color: #000000;    
	font-size: 15px;
	font-weight: bold;
}

/* ---------- end about us page ---------- */

/* ---------- begin press page ---------- */

.pressRelease h3
{
	font-size: 12px;
	text-align: center;
}

.pressRelease h4
{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

.pressRelease h5
{
	font-size: 12px;
}
	
/* ---------- end press page ---------- */

/* ---------- begin news page ---------- */
.postingInfo
{
	font-style :italic;
	
}

.postingSummary
{
	padding-top: 5px;
}

.newsDivider
{
	width: 270px;
	height: 5px;
	margin-top: 5px;
	border-top: #a9a9a9 2px dotted;
}

.otherCoverage
{
	margin-top: 10px;
	margin-bottom: 20px;		
}

.newsCol1, .newsCol2
{	
	position: relative;
	width: 225px;
	height: 50px;	
	float: left;
	padding-bottom: 15px;
}

.newsCol1 a, .newsCol2 a
{
	position: absolute;
	bottom: 0;
}

.displayNewsDate
{
	font-style: italic;
}

.displayNewsTitle
{
	padding: 30px 0 0 0;
}

.mythTable
{
}

.mythCol1, .realityCol1, .whatCol1
{
	width: 75px;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 0px;
	font-weight: bold;
}

.mythCol2
{
	padding: 5px 0 5px 0px;
	font-weight: bold;
}

.realityCol2, .whatCol2
{
	padding: 5px 0 5px 0px;
}


/* ---------- end news page ---------- */

/* ---------- begin Press Kit ---------- */

.corporateProfile h1
{
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.corporateProfile h2
{
	font-size: 16px;
	margin-bottom: 2px;
}

.corporateProfile h3
{
	font-size: 16px;
	font-style: italic;
	margin-bottom: 2px;
}

.corporateProfile p.first
{
	margin: 0;
	padding: 0;
}

/* ---------- end Press Kit ---------- */

/* ---------- begin contact us page ---------- */

#contactForm .contactSubmitCell
{
    text-align: center;
}

#contactForm td
{
    padding: 4px;
}

table.contactUsForm
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;
}
table.contactUsForm td
{
	padding: 4px 0 4px 0;
}

.contactUsFormDiv
{
	padding: 10px;
	border-right: #dcdcdc 2px solid;
	border-top: #dcdcdc 2px solid;
	border-left: #dcdcdc 2px solid;
	border-bottom: #dcdcdc 2px solid;
}


/* ---------- end contact us page ---------- */

/* ---------- begin privacy page ---------- */
#privacyPolicy ul
{
}

#privacyPolicy li
{
    padding: 5px;
}

#privacyPolicy .underline
{
    text-decoration: underline;
    
}

/* ---------- end privacy page ---------- */


/* ---------- begin site map page ---------- */
#siteMap ul
{
    margin: 0;
    list-style: none;
    margin: 0 0 0 0;
}

#siteMap li
{
    margin: 0 0 5px 0;
    font-size: 15px;
}


#siteMap li.subItem 
{
    margin: 0 0 5px 20px;
    font-size: 15px;
}


#siteMap li.subSubItem 
{
    margin: 0 0 5px 60px;
    font-size: 15px;
}

/* ---------- end site map page ---------- */

/* ---------- begin faq page ---------- */
.faqAnswer h3
{
	font-weight: bold;
	font-size: 15px;
	margin: 15px 0 5px 0;	
}

.faqAnswer p.faqFirst
{	
	margin-top: 0px;
}

.faqAnswer p.faqLast
{	
	margin-bottom: 5px;
}

.faqAnswer p.faqOnly
{	
	margin: 0 0 5px 0;
}

.faqAnswer .topLink
{
	text-align: left;
}

.faqMenuCell
{
	padding: 10px 0 0 0;
}

/* ---------- end faq page ---------- */



/* ---------- begin loan app thank you page ---------- */

.thankYouHeader
{
    font-size: 17px; 
    text-align: center;
}

/* ---------- end loan app thank you page ---------- */


/* ---------- begin popups ---------- */

#popUpHeader h1
{
    margin: 0;
    text-align: left;
    background-color: #CCCCCC;
    padding: 10px;
    font-size: 16px;
}

#popUpHeader h2
{
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
}

.popUpList ul
{
    margin:0 0 0 15px;   
    padding: 0;
}

.popUpList li
{
    padding-bottom:4px;
}

.declineNoticeHeader {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #333366;
}

.popUpHighlight
{
	color: #e77900;
	font-weight: bold;
}

/* ---------- end popups ---------- */

/* ---------- begin birthday/holiday card ---------- */
#birthdayCardContent, #holidayCardContent
{
	text-align: center;
	/*padding: 25px 20px 20px 20px;*/
}

#birthdayLogo, #holidayLogo
{
	text-align: center;
	padding-bottom: 15px;
}

/* ---------- end birthday/holiday card ---------- */

/* ---------- begin preferences ---------- */
.preferencesTextHiliteFields,
.preferencesLabel
{
    font-weight: bold;
}
/* ---------- end preferences ---------- */

/* ---------- begin requested/offered terms ---------- */
#tableRequestedOffered td.bottom,
#tableRequestedOffered table.side
{
    width:16px;
}
		
#tableRequestedOffered td
{
    height:30px;
}

.textBox
{
    padding-left:3px;
    font:12px Arial,sans-serif;
}

#tableRequestedOffered td.bottom
{
    height:15px;
}               
/* ---------- end requested/offered terms ---------- */

/* ---------- begin loan acceptance ---------- */
.loanAcceptanceErrorHeader
{
    color: #ff0000;
    text-align:left;
    font-weight:bold;
    font-size: 13px;
}

.CCVerifyError
{
    color: #ff0000;
    text-align:center;
    font-weight:bold;
}

.CCVerifyErrorMessage
{
    color: #ff0000;
    text-align:center;    
    font-weight:bold;
}

.topNameGreeting
{	
	font-weight: bold; 
	display:block; 
	padding: 15px 0 15px 0;
}

/* ---------- end loan acceptance ---------- */

/* ---------- begin login/password ---------- */
.errorLabelHilite
{
    color: #ff0000;
}
/* ---------- end login/password ---------- */

/* ---------- begin email confirmation ---------- */
.emailConfirmText
{
}
.emailConfirmLbl
{
	font-weight:bold;
	padding: 5px 0 5px 0;
}
.emailConfirmEmailField
{
	padding: 0 0 20px 0;
}
/* ---------- end email confirmation ---------- */



/* ---------- begin how it works pop-up ---------- */
.howItWorksMediaPlayer
{
	text-align: center;
}
/* ---------- end how it works pop-up ---------- */

/* ---------- begin important message ---------- */
.importantMessageTable
{
	width:215px; 
	margin:43px 0 30px 10px; 
	border: solid 2px #ff9966; 
	border-collapse: collapse;
}

.importantMessageHeader
{
	width: 215px; 
	border: solid 2px #ff9966; 
	padding: 10px; 
	color:#333366;
	background-color: #f1f1f1; 
	text-align: center; 
	font-style: italic; 
	font-weight:bold; 
	font-size: 17px; 
}

.importantMessageText
{
	width: 215px; 
	border: solid 2px #ff9966; 
	padding: 10px;	
}

.importantMessageText p
{
	text-align: left;
}

.buttonSignIn
{
	position:absolute;
	top: 5px;
	right: 5px;
}
/* ---------- end important message ---------- */

/*================== END PAGE SPECIFIC ITEMS ================== */

