/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

@font-face {
    font-family: "Stag Medium";
    src: url(/fonts/Stag-Medium.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Stag Book";
    src: url(/fonts/Stag-Book.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Stag Semibold";
    src: url(/fonts/Stag-Semibold.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro";
    src: url(/fonts/MyriadPro-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Myriad Pro Semibold";
    src: url(/fonts/MyriadPro-Semibold.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Adobe Caslon Pro Bold";
    src: url(/fonts/ACaslonPro-Bold.otf);
    font-weight: normal;
}
@font-face {
    font-family: "Adobe Caslon Pro Semibold Italic";
    src: url(/fonts/ACaslonPro-SemiboldItalic.otf);
    font-weight: normal;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
a {
	color: #659328;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #FFF;
	color: #252525;
	font: 14px "Myriad Pro", sans-serif;
	line-height: 24px;
	margin: 4px 0;
}
em {
	font-style: italic;
}
hr {
	border-bottom: 1px solid #B7B7B7;
	color: transparent;
	height: 1px;
	margin: 40px 0;
}
strong {
	font-weight: bold;	
}
#wrapper {
	margin: 0 auto;
	width: 942px;
}
#header {
	background: url(/images/header_bg.png) 0 0 no-repeat;
	height: 148px;
	position: relative;
}
#customer-login {
	display: none;
	height: 21px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 103px;
}
#header_featured {
	background: url(/images/header_featured.png) 0 0 no-repeat;
	height: 82px;
	left: 36px;
	position: absolute;
	top: 22px;
	width: 193px;
}
#header_featured_rate {
	font: 18px "Stag Medium", serif;
	padding-top: 28px;
	text-align: center;
}
#header_featured_terms {
	font: 14px "Stag Book", serif;
	text-align: center;
}
#header_featured_terms a {
	color: #000;
	text-decoration: none;
}
#header_featured_details {
	font: 10px "Stag Book", serif;
	text-align: center;
}
#header_featured_details a {
	color: #00F;
	text-decoration: underline;
}
#header_logo {
	background: url(/images/header_logo.png) 0 0 no-repeat;
	height: 98px;
	left: 325px;
	position: absolute;
	top: 19px;
	width: 232px;
}
#header_phone {
	height: 50px;
	left: 637px;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 300px;
	letter-spacing: 1px;
}
#header_phone_text_1 {
	color: #090909;
	font: 34px "Stag Medium", serif;
}
#header_phone_text_1 span {
	background: url(/images/text_gradient.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 34px;
}
#header_phone_text_2 {
	color: #090909;
	font: 16px "Stag Book", serif;	
}
#header_phone_text_2 span {
	color: #D73C38;
	font-size: 20px;
}
#header_nav {
	left: 8px;
	position: absolute;
	top: 120px;
}
#header_nav li {
	border-right: 1px solid #252525;
	color: #252525;
	display: block;
	float: left;
	font: 14px "Myriad Pro", sans-serif;
	height: 13px;
	line-height: 11px;
	padding: 0 10px;
}
#header_nav li a {
	color: #252525;
	text-decoration: none;
}
#header_nav li a:hover {
	text-decoration: underline;
}
#header_nav li.last_item {
	border-right: none;
}
#main {
	padding: 7px 0 20px;
}
#breadcrumb {
	font: 12px "Myriad Pro", sans-serif;
	margin: 5px 0 10px;
	padding-left: 18px;
}
#banner_01 {
	background: url(/images/banner_01.png) 0 0 no-repeat;
	height: 200px;
	margin-bottom: 20px;
	width: 653px;
}
#banner_02 {
	height: 164px;
	margin-bottom: 20px;
	width: 942px;
}
#content,
#content2 {
	float: left;
}
#content {
	width: 653px;
}
#content2 {
	padding: 0 18px;
	width: 613px;
}
#content3 {
	padding: 0 18px;
}
#content h1,
#content2 h1,
#content3 h1 {
	color: #252525;
	font: bold 22px "Myriad Pro Semibold", sans-serif;
	margin-bottom: 15px;
}
#content h2,
#content2 h2,
#content3 h2 {
	color: #252525;
	font: bold 18px "Myriad Pro Semibold", sans-serif;
	margin-bottom: 15px;
}
#content h3,
#content2 h3,
#content3 h3 {
	color: #252525;
	font: bold 16px "Myriad Pro Semibold", sans-serif;
	margin-bottom: 15px;
}
#content p,
#content2 p,
#content3 p {
	margin-bottom: 15px;
}
#content ul,
#content2 ul,
#content3 ul,
#content ol,
#content2 ol,
#content3 ol {
	margin-left: 40px;
	margin-bottom: 20px;
}
#content ul li,
#content2 ul li,
#content3 ul li,
#content ol li,
#content2 ol li,
#content3 ol li {
	margin-bottom: 15px;
}
#content ul li,
#content2 ul li,
#content3 ul li {
	list-style: disc;
}
#content ol li,
#content2 ol li,
#content3 ol li {
	list-style: decimal;
}
#content ul ul,
#content2 ul ul,
#content3 ul ul,
#content ol ol,
#content2 ol ol,
#content3 ol ol {
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#content ul ul li,
#content2 ul ul li,
#content3 ul ul li,
#content ol ol li,
#content2 ol ol li,
#content3 ol ol li {
	margin-bottom: 15px;
}
#content ul ul li,
#content2 ul ul li,
#content3 ul ul li {
	list-style: circle;
}
#content ol ol li,
#content2 ol ol li,
#content3 ol ol li {
	list-style: lower-alpha;
}
#content ol ol ol li,
#content2 ol ol ol li,
#content3 ol ol ol li {
	list-style: lower-roman;
}
#content_left {
	float: left;
	margin-right: 27px;
	width: 263px;
}
#content_right {
	float: left;
	padding-right: 9px;
	width: 354px;
}
#content3_inner {
	background: url(/images/content-bg.png) repeat-x 0 0;
	float: left;
	margin-left: -18px;
	margin-right: 21px;
	padding: 20px;
	width: 600px;
}
#content3_inner h2.blue_underlined {
	color: #3333C8;
	text-decoration: underline;
}
#content3_inner div.apply_now_button_container {
	text-align: right;
}
#content3_sidebar {
	float: left;
	margin-right: -18px;
	width: 277px;
}
#application_form {
	background: url(/images/application_form.png) no-repeat 0 0;
	height: 532px;
	padding: 78px 20px 0;
	width: 277px;
}
#application_form form {
	margin: 0;
	padding: 0;
}
#application_form form label {
	display: block;
	float: left;
	font: 12px "Myriad Pro Semibold", sans-serif;
	margin-top: 4px;
	width: 100px;
}
#application_form form input[type="text"] {
	background: #FFF;
	border: 1px solid #B2B3AD;
	display: block;
	float: left;
	height: 20px;
	margin-bottom: 10px;
	width: 137px;
}
#application_form form br {
	clear: left;
}
#application_upload_left {
	float: left;
	margin-right: 30px;
	width: 121px;
}
#application_upload_right {
	float: left;
	width: 82px;	
}
#application_submit {
	margin-top: 10px;
	text-align: center;
	width: 237px;
}
#rates_box {
	width: 263px;	
}
#rates_box_top {
	background: url(/images/rates_box_top.png) 0 0 no-repeat;
	height: 10px;
}
#rates_box_body {
	background: url(/images/rates_box_bg.png) 0 0 repeat-y;
	padding: 0 10px;
}
#rates_box_headline {
	color: #252525;
	font: 20px "Myriad Pro", sans-serif;
	margin: 0 0 10px;
	text-align: center;
}
#personalizedRateForm {
	margin-top: 10px;
}
#personalizedRateForm br {
	clear: left;
}
#personalizedRateForm label {
	color: #070707;
	display: block;
	float: left;
	font: 14px "Myriad Pro", sans-serif;
	padding-right: 8px;
	margin-bottom: 5px;
	margin-top: 4px;
	text-align: right;
	width: 88px;
}
#personalizedRateForm input[type="text"],
#personalizedRateForm select {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #FFF;
	border: solid 1px #999;
	border-radius: 3px;
	color: #070707;
	display: block;
	float: left;
	font: 14px "Myriad Pro", sans-serif;
	margin-bottom: 5px;
	padding: 4px 2px;
	width: 135px;
}
#personalizedRateForm #buttons {
	margin: 40px 0 0;
	text-align: center;
}
#rates_box_bottom {
	background: url(/images/rates_box_bottom.png) 0 0 no-repeat;
	height: 10px;
}
#calculators_box {
	background: url(/images/calculators_box.png) 0 0 no-repeat;
	height: 241px;
	margin-top: 23px;
	padding: 10px;
	width: 243px;
}
#calculators_box_headline {
	color: #252525;
	font: bold 20px "Myriad Pro Semibold", sans-serif;
	margin-bottom: 15px;
}
.calculator_box_row {
	background: url(/images/calculator.png) 3px 5px no-repeat;
	font: 14px "Myriad Pro", sans-serif;
	margin-bottom: 5px;
	padding: 2px 4px 2px 35px;
}
.calculator_box_row_alt {
	background: #FFF url(/images/calculator.png) 3px 5px no-repeat;
	font: 14px "Myriad Pro", sans-serif;
	margin-bottom: 5px;
	padding: 2px 4px 2px 35px;
}
.calculator_box_row span,
.calculator_box_row_alt span {
	color: #ED1C24;
	font: bold 12px "Myriad Pro", sans-serif;
}
.calculator_box_row span a,
.calculator_box_row_alt span a {
	color: #ED1C24;
	text-decoration: none;
}
.calculator_box_row span a:hover,
.calculator_box_row_alt span a:hover {
	text-decoration: underline;
}
#alert_box {
	background: url(/images/alert_box.png) 0 0 no-repeat;
	height: 65px;
	margin-top: 23px;
	padding: 10px;
	width: 244px;
}
#alert_box_headline {
	color: #252525;
	font: bold 20px "Myriad Pro Semibold", sans-serif;
	margin-bottom: 2px;
}
#alertForm input[type="text"] {
	width: 152px;
}
#alert_box_text {
	color: #252525;
	font: 10px "Myriad Pro", sans-serif;
	margin-top: 5px;
}
#live_chat_box {
	margin-top: 23px;
}
#video-title {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	font: bold 20px "Myriad Pro Semibold", sans-serif;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}
#video-wrapper {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border: 1px solid #b396ba;
	height: 176px;
	margin: 0 auto;
	width: 320px;
}
#video-link {
	color: #933822;
	font: bold 11px "Myriad Pro Semibold", sans-serif;
	margin: 5px auto 0;
	text-align: right;
	width: 320px;
}
#video-link a {
	color: #933822;
	text-decoration: none;
}
#video-link a:hover {
	text-decoration: underline;
}
#testimonial {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #B396bA;
	border-radius: 15px;
	margin: 20px auto 0;
	padding: 10px 10px 0;
	width: 300px;
}
#testimonial blockquote {
	background: #fbfbfb url(/images/close-quote.gif) no-repeat right bottom;
	color: #252525;
	font: italic 16px "Adobe Caslon Pro Semibold Italic", Times, serif;
	padding-left: 18px;
	text-indent: -18px;
}
#testimonial blockquote span {
	background: url(/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
}
#testimonial cite {
	color: #252525;
	display: block;
	font: bold 16px "Adobe Caslon Pro Bold", Times, serif;
	margin-top: 5px;
	text-align: right;
}
#testimonial-link {
	color: #933822;
	font: bold 11px "Myriad Pro Semibold", sans-serif;
	margin: 5px auto 0;
	text-align: right;
	width: 320px;
}
#testimonial-link a {
	color: #933822;
	text-decoration: none;
}
#testimonial-link a:hover {
	text-decoration: underline;
}
#sidebar {
	float: left;
	margin-left: 11px;
	width: 278px;
}
#form_header {
	background: url(/images/form_header.png) 0 0 no-repeat;
	height: 81px;
	width: 278px;
}
#form_body {
	background: #CEECEB url(/images/form_bg.png) 0 0 no-repeat;
	padding: 7px 0;
	width: 278px;
}
#form_body small {
	color: #090909;
	font: 11px "Myriad Pro", sans-serif;
	margin-left: 10px;
}
#leadForm {
	margin-top: 10px;
}
#leadForm br {
	clear: left;
}
#leadForm label {
	color: #070707;
	display: block;
	float: left;
	font: 14px "Myriad Pro", sans-serif;
	padding-right: 8px;
	margin-bottom: 5px;
	margin-top: 4px;
	text-align: right;
	width: 113px;
}
#leadForm input[type="text"],
#leadForm select {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #FFF;
	border: solid 1px #999;
	border-radius: 3px;
	color: #070707;
	display: block;
	float: left;
	font: 14px "Myriad Pro", sans-serif;
	margin-bottom: 5px;
	padding: 4px 2px;
	width: 140px;
}
#leadForm input[type="submit"] {
	background: url(/images/form_button.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	height: 34px;
	margin: 10px 0;
	width: 183px;
}
#form_phone {
	color: #252525;
	font: bold 20px "Myriad Pro", sans-serif;
	text-align: center;
}
#form_phone span {
	color: #933822;
}
#form_phone small {
	font: normal 11px "Myriad Pro", sans-serif;
}
#form_phone small a {
	color: #933822;
	text-decoration: none;
}
#form_phone small a:hover {
	text-decoration: underline;
}
#form_footer {
	background: url(/images/form_footer.png) 0 0 no-repeat;
	height: 78px;
	width: 278px;
}
#media_logos {
	background: url(/images/media_logos.png) 0 0 no-repeat;
	height: 112px;
	margin: 50px auto 0;
	width: 231px;
}
#footer {
	border-top: 1px solid #B7B7B7;
}
#footer_links {
	color: #252525;
	font: normal 12px "Myriad Pro", sans-serif;
	text-align: center;
}
#footer_links a {
	color: #252525;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
#footer_logos {
	margin: 15px 0 15px 15px;
	text-align: center;
}
#footer_logos img {
	margin-right: 15px;
}
#footer_license {
	color: #252525;
	font: normal 12px "Myriad Pro", sans-serif;
	margin: 15px 0;
	text-align: center;
}
#footer_copyright {
	color: #252525;
	font: normal 12px "Myriad Pro", sans-serif;
	margin: 15px 0;
	text-align: center;
}
#footer_copyright #myloaninfo {
	margin-left: 10px;
}
#principles {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	color: #900;
	font: bold 18px/28px "Myriad Pro", sans-serif;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	width: 250px;
}
#faqs {
	margin-top: 30px;
	position: relative;
}
#faqs h2 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url(/images/bullet_01.png) 10px 9px no-repeat;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	color: #659328;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 2px 0 2px 20px;
}
#faqs h2:hover {	
	background: #659328 url(/images/bullet_01.png) 10px 9px no-repeat;
	color: #FFF;
}
#faqs h2.active {
	background: #659328 url(/images/bullet_01.png) 10px 9px no-repeat;
	color: #FFF;	
}
#faqs > div {
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#faqs h3 {
	cursor: pointer;
	margin-bottom: 5px;
	padding-left: 23px;
}
#faqs h3:hover {
	text-decoration: underline;
}
#faqs > div > div {
	height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 23px;
	position: relative;
}
#cta {
	margin-top: 40px;
	text-align: center;
}
#cta_left {
	float: left;
	width: 50%;
}
#cta_right {
	float: right;
	width: 50%;
}
#greenlight {
	color: #659328;
	border-top: 1px solid #659328;
	border-bottom: 1px solid #659328;
	font: bold 18px "Myriad Pro Semibold", sans-serif;
	padding: 10px 0;
	margin: 40px auto;
	text-align: center;
	width: 500px;
}
.biglist_heading {
	color: #9D5E1F;
	font: bold 18px "Myriad Pro Semibold", sans-serif;
}
.biglist {
	margin-left: 20px !important;
}
.biglist li {
	background: url(/images/biglist_checkmark.png) 0 0 no-repeat;
	font: bold 18px "Myriad Pro Semibold", sans-serif;
	height: 24px;
	list-style: none !important;
	margin-bottom: 10px;
	padding-left: 30px;
}
.box_01 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	font: bold 16px "Myriad Pro Semibold", sans-serif;
	margin: 40px auto;
	padding: 10px;
	text-align: center;
	width: 400px;
}
#required {
	font: 11px "Myriad Pro", sans-serif;
}
#contactForm {
	margin: 40px 0;
}
#contactForm br {
	clear: left;
}
#contactForm input[type="text"],
#contactForm textarea {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #F8FCF2;
	border: solid 1px #B5DA83;
	color: #659328;
	display: block;
	float: left;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 4px 2px;	
	width: 350px;
}
#contactForm label {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-top: 2px;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}
#contactForm input[type="submit"] {
	background: url(/images/contact_submit.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	height: 34px;
	margin-left: 110px;
	width: 72px;
}
.alertmsg {
	background: url(/images/alert-icon.png) no-repeat 0 5px;
	margin: 0 0 1.12em;
	padding-left: 20px;
}
.errormsg {
	background: url(/images/error-icon.png) no-repeat 0 5px;
	color: #E10000;
	font-weight: bold;
	margin: 0 0 1.12em;
	padding-left: 20px;
}
.infomsg {
	background: url(/images/info-icon.png) no-repeat 0 5px;
	margin: 0 0 1.12em;
	padding-left: 20px;
}
.successmsg {
	background: url(/images/success-icon.png) no-repeat 0 5px;
	color: #060;
	font-weight: bold;
	margin: 0 0 1.12em;
	padding-left: 20px;
}
#waiting {
	display: none;
	margin-bottom: 1.12em;
}
#response {
	display: none;
}
#rates {
	margin-top: 30px;
	position: relative;
}
#rates h2 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: url(/images/bullet_01.png) 10px 9px no-repeat;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	color: #659328;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 2px 0 2px 20px;
}
#rates h2:hover {	
	background: #659328 url(/images/bullet_01.png) 10px 9px no-repeat;
	color: #FFF;
}
#rates h2.active {
	background: #659328 url(/images/bullet_01.png) 10px 9px no-repeat;
	color: #FFF;	
}
#rates > div {
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#rates h3 {
	cursor: pointer;
	margin-bottom: 5px;
	padding-left: 23px;
}
#rates h3:hover {
	text-decoration: underline;
}
#rates > div > div {
	height: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 23px;
	position: relative;
}
.ratesmodified {
	text-align: center;
}
.ratestableleft,
.ratestableright {	
	width: 50%;
}
.ratestableleft {
	float: left;
}
.ratestableright {
	float: right;
}
.ratestableleft p,
.ratestableright p {
	color: #9D5E1F;
	font-weight: bold;
	text-align: center;
}
.ratestable {
	border: 1px solid #B5DA83;
	border-collapse: collapse;
	margin: 0 auto 20px;
}
.ratestable th {
	background: #659328;
	border: 1px solid #B5DA83;
	color: #FFF;
	padding: 4px 8px;
}
.ratestable td {
	border: 1px solid #B5DA83;
	padding: 4px 8px;
}
.disclaimer_heading {
	background: #E9E9E9;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
}
.disclaimer {
	background: #F5F5F5;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 4px 8px 8px;
}
#calculator_menu {
	margin-left: 0 !important;
}
#calculator_menu li {
	float: left;
	list-style: none !important;
	margin-bottom: 20px;
}
#calculator_menu li a {
	background: #659328;
	border: 1px solid #B5DA83;
	color: #FFF;
	display: block;
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 4px;
	text-decoration: none;
}
#calculator_menu li a:hover {
	background: #B5DA83;
	color: #4D7913;	
	text-decoration: none;
}
#calculators {
	margin-left: 0 !important;
}
#calculators li {
	background: url(/images/bullet_01.png) 0 7px no-repeat;
	font: bold 18px "Myriad Pro Semibold", sans-serif;
	list-style: none !important;
	margin-bottom: 10px;
	padding-left: 15px;
}
#calculator_wrapper {
	width: 578px;
}
#calculator_buttons {
	margin-top: 5px;
	text-align: center;
	width: 578px;	
}
#no_cost_loan_info {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #B5DA83;
	border-radius: 15px;
	margin: 0 auto 20px;
	padding: 10px;
	width: 600px;
}
#no_cost_loan_info_col1,
#no_cost_loan_info_col2,
#no_cost_loan_info_col3 {
	float: left;
	/*width: 33%;*/
	width: 50%;
}
#privacytable {
	border: 2px solid #B5DA83;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#privacytable th {
	background: #B5DA83;
	border: 1px solid #B5DA83;
	color: #4D7913;
	font-weight: bold;
	padding: 4px 8px;
	text-align: center;
}
#privacytable td {
	border: 1px solid #B5DA83;
	padding: 4px 8px;
	text-align: center;
}
#privacytable .firstcell {
	text-align: left;
}
#privacyForm br {
	clear: left;	
}
#privacyForm input[type="text"],
#privacyForm select {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: #F8FCF2;
	border: solid 1px #8E8F8F;
	color: #252525;
	display: block;
	float: left;
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 4px 2px;	
	width: 200px;
}
#privacyForm label {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-top: 2px;
	padding-right: 10px;
	text-align: right;
	width: 70px;
}
#privacyForm input[type="submit"] {
	background: url(/images/contact_submit.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	height: 34px;
	margin-left: 79px;
	width: 72px;
}
#glossaryAlphabet {
	margin-left: 0 !important;
	margin-bottom: 20px !important;
}
#glossaryAlphabet li {
	border-right: 1px solid #B5DA83;
	color: #659328;
	display: block;
	float: left;
	font: bold 14px "Myriad Pro Semibold", sans-serif;
	height: 13px;
	line-height: 11px;
	list-style: none !important;
	padding: 0 5px;
}
#glossaryAlphabet li:hover {
	cursor: pointer;
	text-decoration: underline;
}
#glossaryAlphabet li.last_item {
	border-right: none;
}
.glossaryDefinitions {
	display: none;
}
.glossaryDefinitions h2 {
	cursor: pointer;
	font: bold 14px "Myriad Pro Semibold", sans-serif !important;
	margin-bottom: 5px !important;
}
.glossaryDefinitions h2:hover {
	text-decoration: underline;
}
.glossaryDefinitions div {
	display: none;
}
#A {
	display: block;
}
.nivoSlider {
    background: url(/images/loading.gif) no-repeat 50% 50%;
    height: 200px;
	margin-bottom: 20px;
    position: relative;
    width: 653px;
}
.nivoSlider img {
    display: none;
    left: 0px;
    position: absolute;
    top: 0px;
}
.nivoSlider a {
    border: 0;
    display: block;
}
#quote-table-dialog table {
	margin: 0 auto;
}
#quote-table-dialog table td.fm {
	font-weight: bold;
}
#quote-table-dialog table table tr.tdRatesTitle td {
	font-size: large;
}
#quote-table-dialog table table {
	border-collapse: collapse;
	margin: 0 auto;
}
#quote-table-dialog table table tr.tdRatesTitleSub td {
	background: #B5DA83;
	border: 1px solid #B5DA83;
	color: #4D7913;
	font-weight: bold;
	padding: 4px 8px;
	text-align: center;
}
#quote-table-dialog table table tr.txRatesBody2 td {
	border: 1px solid #B5DA83;
	padding: 4px 8px;
	text-align: center;
}
#quote-table-dialog h2 {
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin-bottom: 15px;
}
#quote-table-dialog ul {
	margin-left: 20px;
}
#quote-table-dialog ul li {
	font: 12px Tahoma, Geneva, sans-serif;
	list-style: disc;
	margin-bottom: 15px;
}
#quote-waiting {
	display: none;
	margin-bottom: 1.12em;
}
#quote-response {
	display: none;
}
.uploadify-button {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.uploadify:hover .uploadify-button {
	background-color: transparent !important;
}
#upload-progress-dialog #progress-bar {
	height: 22px;
}
#upload-progress-dialog #progress-bar .ui-progressbar-value {
	background: url(/images/pbar-ani.gif) repeat-x left center;
}
#dialog-message p {
	margin-bottom: 1.12em;
}