/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000033;
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
#applynow {
	color: #993300;
	background-color: #FFCC66;
	padding: 3px 5px 3px 30px;
	border: 1px solid #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(../img/apply-now.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
	height: 20px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #CC6600;
}

h2{
 font-size: 114%;
 color: #000066;
}

h3{
 font-size: 100%;
 color: #000033;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000066;
}

h5{
 font-size: 100%;
 color: #000066;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#outer {
	width: 754px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
	background-color: #FFE699;
	/* background-image: url(../img/horizontal-line.gif);*/
	background-repeat: repeat-y;
	padding: 0px;
}

#masthead{
	margin: 0;
	padding: 10px 0px 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../img/mr-mortgage-logo.jpg);
	background-repeat: no-repeat;
}

#navBar{
	margin: 0 551px 0 0;
	padding: 0px;
	border-right: 1px solid #FFE699;
	border-bottom: 1px solid #FFE699;
}

#content{
	float:right;
	width: 550px;
	margin: 0;
	padding: 0;
	border-top: #CC6600;
	border-right: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	border-left: 1px solid #CC6600;
	background-color: #FFFFCC;
}
.question {
	background-image: url(../img/question.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
	background-position: left top;
	color: #993300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
hr {
	color: #FFCC66;
}




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 44px 0px 5px 380px;
	height: 40px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #003399;
	padding: 0px 20px 0px 10px;
	white-space: nowrap;
	background-color: #000066;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	background-image: url(../img/adverse-mortgage-curve-tl.gif);
	background-repeat: no-repeat;
	text-align: right;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 12px;
	padding: 0px 2px;
	color: #FFFFFF;
	font-weight: bold;
}

#warning {
	color: #CC6600;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

#warning p#caps {
	text-transform: uppercase;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 20px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	font-size: 16px;
	color: #CC6600;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 20px;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFE699;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 2px 0px 40px;
	border-bottom: 1px solid #FFE699;
	font-size: 90%;
	color: #CC6600;
	background-color: #FFCC66;
	background-image: url(../img/adverse-mortgage-curve-bl.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	background-color: #FFCC66;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE699;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	color: #993300;
	background-color: #FFCC66;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE699;
}

#sectionLinks a:hover{
	background-color: #000066;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#advert img{
	display: block;
    border: 0;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
.sidenav-selected {
	color: #FFFFFF;
	background-color: #CC6600;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: normal;
}
#topcontent {
	margin: 0;
	padding: 0 0 20;
	background-color: #FFFFFF;
	background-image: url(../img/top-image2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.featuretop {
	padding: 20px 250px 10px 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 250px;
}
#advert p {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
#line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
	height: 5px;
	margin: 0px;
	padding: 0px;
}

#advert li {
	padding: 5px 0px 0px;
	font-size: 36px;
	color: #993300;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#advert h3 {
	padding: 10px 0px 0px;
	font-size: 10px;
	text-align: center;
}
#topcontent h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}
.important {
	font-size: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#applynow a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
.answer {
	background-image: url(../img/answer.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	background-position: left top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
}

/************** form styles **************/

form .req {
    font-size: 10px;
    font-weight: bold;
    color: #900;
}
