/*General page tags*/
body {
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #fff url(../images/bg.png) repeat;
}
a{
	color: #5284b6;
	text-decoration:underline;
}
a:hover{
	color: #696;
	text-decoration: underline;
}
b{
	font-weight: bold;
	color: #003366;
}
ul.nostyle{
	margin: 3px 0px;
	list-style: none;
}
ul.nostyle li{
	margin: 3px 0px;
}
ol.numbers{
	margin-left: 10px;
	list-style: decimal;
}
em, b{
	font-style: normal;
	font-weight: bold;
	color: #004284;
}
table.geo{
	border: 1px solid #92b7db;
}
table.geo thead tr th , table.geo tfoot tr th{
	background-color: #5284B5;
	border: 1px solid #fff;
	padding: 4px;
	color: #fff;
}
.infoIcon{
	margin: 0px 5px;
	padding: 10px;
	background: url(../images/infoIcon.png) no-repeat center;
}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	background:#195fa4 url(../images/bg.gif) repeat-x;
	color:#fff;
}
	
.hide{
	display: none;
}
/*
.progress{
	padding: 5px 20px;
	margin: 0px;
	display: none;
	background: url(../images/progress.gif) no-repeat right center;
	line-height: 25px;
}
*/
/*Forms*/

.tableDivider{
	padding: 10px 0px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}
input{
	padding: 2px;
	border: 1px solid #999;
}
input.active, input:focus{
	border: 1px solid #6699cc;
}

a.button span{
	display: block;
	width: 105px;
	height: 30px;
	background: url(../images/buttons.png) no-repeat 0px 0px;
	text-decoration: none;
}
a.calculate span{
	background: url(../images/buttons.png) no-repeat 0px 0px;
}
.applicationForm{
	font-size: 12px;
	color: #666;
}
.applicationForm input{
	width: 200px;
}
.applicationForm input.short3{
	width: 40px;
}
.applicationForm input.short{
	width: 90px;
}
.applicationForm input.bt{
	width: 100px;
	background: #004284;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.applicationForm a.bt{ 
	width: 100px;
	padding: 4px 15px;
	background: #999;
	border: 1px solid #666;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none; 
}
.applicationForm input.radio{
	width: 10px;
	margin-left: 15px;
}
.applicationForm .inputError{
	border-color: #900;	
}
.applicationForm .error, #contact .error{
	padding: 0.2em;
	margin: 0px 4px;
}
span.required{
	color: #900;
}
input.checkbox{
	width: 25px;
	margin: 3px;
}
input.radio{
	width: 25px;
	margin: 3px 5px;
}
.questionary .textbox{
	width: 590px;
	height: 150px;
}
/*General Page Structure*/
#mainDiv{
	width: 900px;
	margin: 0px auto;
	padding: 10px;
	padding-bottom: 0px;  
	text-align: left;
	background:  url(../images/mainBg.png) repeat-y;
}
.divider{
	height: 5px;
	margin: 3px 0px;
	background: #fff;
}
#content{
	min-height: 500px;
}
#leftContent{
	width: 245px;
	margin: 0px 0px 0px 0px;
	padding: 50px 5px 0px 5px;
	float: left;
	overflow: hidden;
	background: url(../images/roof.png) no-repeat top left;
}
#leftBorder{
	border: 1px solid #e7e7e7;
	border-top: 0px;
}
#rightContent{
	width: 645px;
	padding: 5px 0px 0px 0px;
	float: left;
	overflow: hidden;
}

/*Top Menu*/
#topMenuDiv{
	padding: 0px 0px 0px 15px;
	background: #ededed url(../images/topMenuBg.png) repeat-x;
	border: 1px solid #bdbcbd;
	color: #999;
}

/*Left content*/
#logo{
	height: 90px;
	background: url(../images/logo.png) no-repeat center;
}
h3.leftTitle{
	font-size: 14px !important;
	margin: 2px 0px;
	padding: 3px 0px 3px 10px;
	background: #efefef;
}
table.rates tr td{
	border-bottom: 1px solid #e7e7e7;
}
table.rates span.numRates{
	font-size: 18px;
	color: #5284b5;
}

/*Footer*/
#footer{
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 10px;
	border-top: 5px solid #696969;
}
ul.footerMenu{
	margin: 2px 0px; 
	list-style: none;
	list-style-image: none;
}
ul.footerMenu li{
	float: left;
	padding: 0px 5px;
}
ul.footerMenu li a{
	text-decoration: none;
	color: #606060;
}
.footerSec{
	float: left;	
	margin: 0px 5px;
}
#footSec1{
	width: 100px;
	padding: 15px 0px;
}
#footSec2{
	width: 675px;
}
#footSec3{
	width: 60px;
}

/*Sub Pages*/
h1.pageTitle{
	margin-top: 10px;
	font-size: 24px;
}
.page{
	padding: 0px 5px 0px 10px;
}

.page .sectionTitle{
	margin: 8px 0px 4px 0px;
	padding: 3px 5px;
	border: 1px solid #004284;
	background: #5284B5;
	color: #fff;
	font-weight: bold;	
}
#flashContent{
	border: 0px solid #004284;     
}
/*Main Page*/
.headLines{
	margin-top: 15px;
}
.headLine{
	width: 300px;
	float: left;
	margin: 0px 10px 0px 0px;
}
h3.headLineTitle{
	font-size: 20px;
	margin-bottom: 5px;
	}
.headLines img{
	border: 1px solid #E7E7E7;
	border-right: 2px solid #E7E7E7;;
	border-bottom: 2px solid #E7E7E7;;
}
/*Team Page*/
.teamMember{
	width: 300px;
	margin: 5px 0px;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #e8e8e8;
}
.memPhoto{
	padding: 8px 10px;
	margin: 0px 2px 0px 0px;
	float: left;
	background: url(../images/teamPhotoBg.png) no-repeat left top;
}
.memInfo{
	margin: 0px 10px;
	float: left;
}
h2.name{
	margin-bottom: 0.25em;
	font-size: 14px !important;
}
  /*no pic*/
 .nopic{
 	width: 300px;
	float: left;
	margin: 10px 5px;
 }
 .nopic .memPhoto{
 	display: none;
	background: none;
 }

/*Loans Section*/
#prequalify input{
	width: 100px;
	font-size: 13px;
}
/*Complete Application*/
.opt1{
	display: none;
}
.opt2{
	display: none;
}
    /*Step 4*/
	.opt111{
		display: none;
	}
	
	/*Step7*/
	.step7Prop{
		width: 300px;
		margin-right: 10px;
		float: left;
	}
	.step7Prop #p1_type, .step7Prop #p2_type, .step7Prop #p3_type, .step7Prop #p4_type{
		width: 107px;;
	}
	.step7Prop table.geo tbody tr{
		display: none;
	}
	
	/*Step8*/
	table.questionary tr td{
		font-size: 10px;
		color: #666;
	}

.application1End{
	padding: 5px 25px 5px 70px;
	background: url(../images/app1End.png) no-repeat 5px center;
}

/*News Section*/
.news{
	padding: 0px 2px 0px 15px;
	background: url(../images/newsbullet.gif) no-repeat 3px 6px;
}
ul.news{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
ul.news li{
	margin: 3px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/newsBullet.png) no-repeat left 5px;
}


/*Calculator Page*/
.calcContent{
	display: none;
}
#calc1 .select, #calc2 .select, #calc3 .select, #calc4 .select{ 
	width: 114px;
}
.disclosure{
	color:#900;
}
.disclosure b{
	color:#900;
}
.calcDesc{
	padding-left: 35px;
	background: url(../images/calculator.png) no-repeat left center;
}

.salaryOpt, .pBonusOpt, .hourOpt, .hourOpt40No, .mortgage{
	display: none;
}
table#loansSection tr{
	background: #f5f5f5;
}
table#loansSection tr.noColor{
	background: #fff;
}
table#loansSection tr.noColor td{
	padding: 3px;
}

/*FAQ Page*/
.question, .answer{
	padding: 0px 0px 5px 20px;
}
.answer{
	background: url(../images/answer.png) no-repeat 0px 3px;
	font-size: 90%;
}
.question{
	background: url(../images/question.png) no-repeat 0px 2px;
	font-weight: bold;
}

/*Tests*/