@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/

h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #666;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.4;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*
---------------------------------------------
02. HEADER
---------------------------------------------
*/

#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 119px;
	width: 960px;
	margin-bottom: -4px;
}
#payoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 119px;
	font-weight: bolder;
	text-align: center;
	float: left;
	height: 119px;
	width: 268px;
	color: #FFFFFF;
}
#payoff h3 {
	font-size: 18px;
	color: #FFF;
}
#logobox {
	background-image: url(../images/bg_curve.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 119px;
	width: 691px;
}

/*
---------------------------------------------
03. NAVIGATION ELEMENTS
---------------------------------------------
*/

#navigation {
	float: left;
	height: 33px;
	width: 282px;
	left: 1px;
	top: 116px;
}
#navigation a {
	font-size: 12px;
	line-height: 33px;
	font-weight: bolder;
	color: #133897;
	background-image: url(../images/nav_white.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	float: left;
	height: 33px;
	width: 133px;
	text-decoration: none;
}
#navigation ul {
	list-style-type: none;
}
#navigation a:hover {
	background-image: url(../images/nav_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
}

/*
---------------------------------------------
04. ANIMATION BOX
---------------------------------------------
*/

#promo {
	height: 24px;
	width: 881px;
	margin-top: 14px;
	text-align: center;
	float: left;
	margin-bottom: 19px;
}

/*
---------------------------------------------
05. MAIN MIDDLE ELEMENTS
---------------------------------------------
*/

#midwrap {
	width: 881px;
	padding-left: 5px;
	height: 810px;
	margin-left: auto;
	margin-right: auto;
}
#columnleft {
	float: left;
	height: auto;
	width: 430px;
	margin-right: 10px;
}
#columnleft h2 {
	font-size: 20px;
	font-weight: bolder;
	color: #013897;
	text-align: left;
	margin-left: 44px;
	line-height: 1.1;
	padding-top: 10px;
}
#columnleft ul {
	padding-left: 200px;
	padding-top: 30px;
}

/*
---------------------------------------------
06. LOAN & CREDIT BOXES
---------------------------------------------
*/


.greenbox {
	float: right;
	margin-right: 11px;
	margin-top: 38px;
    height: 56px;
}
#loanbox {
	float: left;
	height: 357px;
	width: 430px;
	background-image: url(../images/bg_loan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 5px;
}
#creditbox {
	float: left;
	height: 383px;
	width: 430px;
	background-image: url(../images/bg_credit.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 18px;
}

/*
---------------------------------------------
07. FORM ELEMENTS
---------------------------------------------
*/


#columnright {
	float: left;
	height: 772px;
	width: 409px;
	margin-left: 20px;
	background-image: url(../images/bg_form.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F5F5F5;
}
label {
	color: #003591;
	font-size: 12px;
	padding-left: 10px;
}

.blue {
	color: #123591;
	font-size: 12px;
}
.fields {	color: #006;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 20px;
}
td
{
	margin: 0;
	padding: 2px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	color: #FFF;
}

/*
---------------------------------------------
08. PROMISE SECTION
---------------------------------------------
*/

#promisetext {
	color: #666;
	text-align: left;
	height: auto;
	margin-top: 35px;
	width: 900px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}

/*
---------------------------------------------
09. FOOTER ELEMENTS
---------------------------------------------
*/

#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	float: left;
	height: 36px;
	width: 960px;
	margin-top: 20px;
	line-height: 2.6;
	color: #123591;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
.disclaimer {
	font-size: 9px;
	color: #003591;
	text-align: left;
	text-indent: 10px;
}

/*
---------------------------------------------
10. INSIDE PAGE ELEMENTS
---------------------------------------------
*/
#pagecontent {
	float: left;
	width: 850px;
	margin-left: 10px;
}
#pagecontent h2 {
	color: #133897;
	font-size: 25px;
}
