@charset "UTF-8";
/* CSS Document */

/*-- global styles --*/

html, body {
	height: 100%;
}

body {
	background:url(../images/background.jpg) top repeat-x;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p, li, body {
	line-height: 18px;
}

a:link, a:visited {
	color:#004AA5;
	text-decoration: none;
}

a:hover {
	color:#F0A20C;
}

p.banner_questions {
	color:#D7EAFF;
	font-weight: bold;
	font-size: 20px;
	margin-left: 50px;
	margin-top: 40px;
}

p.banner_phone {
	color:#FFF;
	font-weight: bold;
	font-size: 18px;
	margin-left: 50px;
}

.banner_number {
	font-size: 24px;
}

#main_content {
	margin-top: 20px;
}

#main_content h1 {
	width: 540px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 25px;
	color: #004AA5;
}

#main_content h2 {
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#004AA5;
}

#main_content h3 {
	padding: 20px 0;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#004AA5;
}

.company_serving {
	color: #666666;
}

h2.welcome_slogan {
	font-weight: bold !important;
	font-size: 16px !important;
	color: #666666 !important;
	text-transform:uppercase !important;
}

.content_phone {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#004AA5;
	text-align: center;
}

.content_number {
	font-size: 24px;
}

.point {
	font-weight:bold;
	color:#004AA5;
}

ol#options li {
	padding: 10px 0;
}

.attention {
	color:#004AA5;
}

a.backtop {
	font-size:11px;
	color:#000;
}

/*-- layout styles --*/

.wrapper {
	background:url(../images/footer_bg.jpg) bottom no-repeat;
	min-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -157px;
}

#wrapper_home {
	min-width: 960px;
	width: 100%;
	background:url(../images/wrapper_bg_home.jpg) top center no-repeat;
}

#wrapper_interior {
	min-width: 960px;
	width: 100%;
	background:url(../images/wrapper_bg_interior.jpg) top center no-repeat;
}

img {
	display: block;
}

#custom_buttons {
	margin-top: 10px;
}

#contact_home {
	margin-top: 10px;
	margin-bottom: 10px;
	background:url(../images/contact_home_bg.jpg) top no-repeat;
}

#contact_form {
	background:url(../images/contact_home_bottom.jpg) bottom no-repeat;
}

.interior_bottom_padding {
	padding-bottom: 100px;
}

/*-- home contact form --*/

.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#form_home {
	padding: 0px 25px 30px 30px;
}


#form_home label {
	display:block;
	font-weight:bold;
	text-align: left;
	width: 90px;
	float:left;
	margin-top: 10px;
}

#form_home input {
	float:left;
	width: 200px;
	padding: 4px 6px;
	margin: 10px 0 0 14px;
	border: 1px solid #999999;
	background:#F5F5F5;
}

#form_home select {
	float: left;
	margin: 10px 0 5px 10px;
}

#form_home textarea {
	float: left;
	padding: 4px 6px;
	margin: 10px 0 0 14px;
	width: 300px;
	border: 1px solid #999999;
	background:#F5F5F5;
}

label#loan_amount {
	width: 150px;
}

label#home_months {
	width: 200px;
}

input#form_submit, input#form_reset {
	width: 100px !important;
	height: 26px !important;
	background:url(../images/btn_submit.jpg) top no-repeat !important;
	border: 0px !important;
	padding: 0px !important;
	margin-left: 45px !important;
	color:#FFF !important;
	font:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	text-transform:uppercase !important;
	font-size: 13px !important;
	cursor: pointer !important;
}


/*-- footer styles --*/

.footer, .push, #footer_wrapper {
	height: 157px;
}

.footer {
	background:url(../images/footer_wrapper_bg.jpg) bottom repeat-x;
}

#footer_wrapper {
	background:url(../images/footer_bottom.jpg) bottom no-repeat;
}

#footer_content {
	text-align: right;
	margin-top: 20px;
}

#footer_content p {
	color:#CCCCCC;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 10px;
}

.footer_company {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
}

/*-- navigation --*/

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height: 50px;
}

ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 27px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/navtab.jpg) no-repeat;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 12px;
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px; /*--Vertical alignment of text--*/
}

ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #004AA5;
	background-position: left bottom;
}

ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}

li#nav_last {
	width: 2px;
	height: 50px;
	background:url(../images/nav_rightedge.jpg) no-repeat;
}

/*-- custom buttons --*/

#custom_buttons ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	float: left;
}

#custom_buttons ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#custom_buttons img {
	display: block;
}

a#btn_loan_modification {
	display:block;
	width: 230px;
	height: 80px;
	background: url(../images/btn_loan_modification_over.jpg);
}

a#btn_how_it_works {
	display:block;
	width: 240px;
	height: 80px;
	background: url(../images/btn_how_it_works_over.jpg);
}

a#btn_about_us {
	display:block;
	width: 240px;
	height: 80px;
	background: url(../images/btn_about_us_over.jpg);
}

a#btn_qualification_form {
	display:block;
	width: 230px;
	height: 80px;
	background: url(../images/btn_apply_over.jpg);
}

/*--- qualification form page ---*/

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

#qualification_form ol {
	list-style: none;
}

#qualification_form li, #qualification_form h2 {
	clear: both;
}

#qualification_form label {
	display:block;
	font-weight:bold;
	text-align:left;
	width: 200px;
	float:left;
	margin-top: 10px;
}

#qualification_form input {
	float:left;
	width: 220px;
	padding: 4px 6px;
	margin: 10px 0 0 14px;
	border: 1px solid #999999;
	background:#F5F5F5;
}

#qualification_form select {
	float: left;
	margin: 10px 0 0 14px;
}

#qualification_form textarea {
	float: left;
	padding: 4px 6px;
	margin: 10px 0 0 14px;
	width: 300px;
	border: 1px solid #999999;
	background:#F5F5F5;
}

input.checkbox {
	width: 30px !important;
	margin-top: 0px !important;
	border: 0px !important;
	background: none !important;
}

label.checkbox {
	width: 100px !important;
}

label.question, textarea.questionfield {
	width: 700px !important;
}

ul#mortgage_label {
	margin-left: 215px;
}

#mortgage_label li {
	list-style: none;
	display: block;
	float:left;
	width: 220px;
	clear:none;
	text-align: center;
	font-weight: bold;
}

ol.borrower_info li {
	width: 500px;
}

#questions {
	width: 700px;
}

#questions p {
	margin-top: 20px;
}

.formColumn1 {
	float: left;
	width: 480px;
}

.formColumn2 {
	float: left;
	width: 300px;
}

/*--- form validation --*/

#contactForm label.error {
	width: 220px !important;
	margin: 5px 0 10px 100px !important;
	color:#FC0000;
}

#qualificationForm label.error {
	color:#FC0000;
	margin: 0 0 10px 220px;
}

#questions label.error {
	color:#FC0000;
	margin: 5px 0 10px 20px;
}

ol#2_column li ul li label.error  {
	clear: both !important;
}
	

/*--- contact page --*/

p.contact_phone {
	text-align: right;
	padding: 60px 50px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color:#004AA5;
	line-height: 30px;
	letter-spacing: 1px;
}

.number {
	color:#000;
}

/*-- footer nav styles --*/

#footer_content ul {
	margin: 0px;
	list-style: none;
}

#footer_content ul li {
	margin: 0px;
	padding: 0 10px;
	list-style: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	line-height: 10px;
	float: right;
	text-transform: uppercase;
}

#footer_content ul li.footer_home {
	border: 0px;
}

#footer_content ul li a {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#footer_content ul li a:hover {
	color:#F0A20C;
}

#thank_you {
	text-align: center;
}

#thank_you h3 {
	font-size: 26px !important;
}

#thank_you p {
	font-size: 15px !important;
}

#slideshowHolder {
	border: 1px solid #FFF;
}

#ft-prev-slideshowHolder, #ft-next-slideshowHolder, #ft-buttons-slideshowHolder {
	display:none;
}

#ft-title-slideshowHolder {
	padding:12px;
	margin:0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color:#fff;
}