body {
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	background-attachment: scroll;
	background-image: url(images/img_left.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FDF7E2;
}

#bodypopup {
	margin-top: 0px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: url(images/img_left_popup.gif);
	background-repeat: repeat-x;
	background-position: center top;

}

input, select, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link { color: #d80001;}
a:visited { color: #d80001;}
a:hover { color: #003366;}
a:active { color: #003366;}

.chromestyle a:link {color: #FFFFFF; text-decoration: none; }
.chromestyle a:visited {color: #FFFFFF; text-decoration: none; }
.chromestyle a:hover {color: #FFFFFF; font-weight: bold;}
.chromestyle a:active {color: #FFFFFF; font-weight: bold;} 

.sub-links a:link {color: #000000; text-decoration: none; }
.sub-links a:visited {color: #000000; text-decoration: none; }
.sub-links a:hover {color: #CD0001; }
.sub-links a:active {color: #CD0001; } 

.navbottom a:link {color: #003366; text-decoration: none; }
.navbottom a:visited {color: #003366; text-decoration: none; }
.navbottom a:hover {color: #88A1B5; }
.navbottom a:active {color: #88A1B5; } 


.img_bottom {
	background-image: url(images/img_hm_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.img_bottom_lenders {
	background-image: url(images/img_lenders_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.img_bottom_loans {

	background-image: url(images/img_loans_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_bottom_articles {

	background-image: url(images/img_articles_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_bottom_us {

	background-image: url(images/img_loans_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_bottom_types {

	background-image: url(images/img_types_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.img_bottom_generic {

	background-image: url(images/img_generic_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0B7DB;
}
.nav-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #085572;
	background-color: #D3E1EA;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.TableCellDark {
	background-color: #E2E2E2;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #88A1B5;
}
.boxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-transform: uppercase;
}
	#quote {
	position: relative;
	float: right;
	width: 225px;
	padding-left: 8px;
	padding-right: 8px;
		}

.navbottomcopyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.navbottom {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.date {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.quotebox_bg_img {
	background-image: url(images/quotebox_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.quotebox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}


/* drop down menu*/

.chromestyle{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	font-weight: bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	margin: 7px;
	text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.disclaimer {
	font-size:10px;
	margin-top:50px;
	color: #666666;
}


/*Full-Form
________________________________________________________*/
.full-form td, .full-form input, .full-form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.full-form td {
	padding:5px;
}

.displaynone {
	display:none;
}




/*Pre-Form
________________________________________________________*/

div.pform_main {
	width:730px; 
	padding:6px 5px 20px 5px;
	color:#333;
}

div.pform_main h2 {
 color:#036;
 font-size:14px;
}

div.pform_copy {
 	float:left; 
 	width:323px; 
 	height:390px; 
	padding-top:60px;
	padding-left:15px;
 	background:url('images/preform-text.gif') no-repeat; 
 	text-align:left;
}

div.pform_form {
	float:right; 
	width:383px; 
 	height:275px; 
	padding-top:175px;
	text-align:center;  
	background:url('images/preform-form.gif') no-repeat; 
}

table.pform_table {
	text-align:left; 
	margin:10px 10px;
	font-weight:bold; 
	color:#036;
	font-size:11px;
	width:95%;
}

table.pform_table td {
	padding:0px 8px 2px 0px;
}

input {
	color:#333;
}

select.pform_select {
	width:180px;
	color:#333;
}

/* Validation styles */
  .validate-error {
  color: #f00;
  margin-top: .25em;
  margin-bottom: 1ex;
  font-weight: bold;
}
