@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #AE9629;
}
h2 {
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #AE9629;
}
h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;	
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;	
}
.head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 93px;
	text-align: right;
	padding-right: 25px;
}
.main_wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	background-image: url(../images/btn-contact.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 69px;
	display: block;
}
#contact:hover {
	background-image: url(../images/btn-contact-over.png);
}
#application {
	background-image: url(../images/btn-application.png);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 104px;
}
#application:hover {
	background-image: url(../images/btn-application-over.png);
}
#calculators {
	background-image: url(../images/btn-calculator.png);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 105px;
}
#calculators:hover {
	background-image: url(../images/btn-calculator-over.png);
}
#badcredit {
	background-image: url(../images/btn-badcredit.png);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 100px;
}
#badcredit:hover {
	background-image: url(../images/btn-badcredit-over.png);
}
#autoloan {
	background-image: url(../images/btn-autoloans.png);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 95px;
}
#autoloan:hover {
	background-image: url(../images/btn-autoloans-over.png);
}
.head a {
	display: inline;
	float: right;
}
.content_wrap {
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 14px;
	clear: both;
	color: #574F26;
}
.content_bottom {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 14px;
	text-align: center;
	color: #796D35;
}
.content_bottom a {
	color: #796D35;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:8px;
	padding-right:8px;
}
.content_bottom a:hover {
	text-decoration:none;
}
.clearboth {
	clear: both;
}
/******************INSIDE CONTENT_WRAP**********************/
.left_content {
	width:50%;
	margin-left:4%;
	margin-right:4%;
	float:left;
}
.right_content {
	width:40%;
	float:left;
}
.right_element {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #840018;
	margin-bottom: 10px;
}
.right_element img {
	float: right;
	margin-left: 10px;
}
.noborder {
	border:none;
}
/*CALCULATOR*/
.right_col_infobox {
	border:1px solid #ae9629;
}
.right_col_infobox h3 {
	margin:0px;
	padding-left:6px;
	font-size:16px;
	background-color:#ae9629;
}
.pre-wrap {
	font-size: 11px;
	width: 434px;
}
.pre-head {
	background-image: url(../images/pre-title.png);
	background-repeat: no-repeat;
	height: 50px;
}
.pre-content {
	background-image: url(../images/pre-content.png);
	background-repeat: repeat-y;
	padding: 8px;
}
.pre-foot {
	background-image: url(../images/pre-foot.png);
	background-repeat: no-repeat;
	height: 203px;
}
.calc_row_head {
 line-height:28px;
 border-bottom:1px solid #ae9629;
 font-weight:bold;
 padding-left:6px;
}
.calc_cola {
	width:12%;
	float:left;
	padding-left:6px;
}
.calc_colb {
width:52%;
	float:left;
}
.calc_colc {
width:32%;
	float:left;
}
#calc_col_title {
	width:178px;
	padding-left:6px;
	float:left;
	line-height:28px;
}
#calc_col_input {
	float:left;
	width:100px;
}