body {
	margin:0px;
	color:#756544;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;

}
/* this activates the bottom thingy --------------------------- */

html, body {height: 100%}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height:62px;}
/* end bottom thingy ------------------------------------------ */
.footer {
	display:table;
	clear:both;
	width:100%;
	background: url(/images/footer-bg.jpg) repeat-x;
}
img {margin:0px; border:none} 
form {margin:0px}
.block {	
	display:block;
}
h1 {
	font-size:23px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin:0px 0px 2px 0px;
}
a {
	color:#530000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container {
	display:block;
	clear:both;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	display:block;
	clear:both;
	height:104px;
	width:100%;
	border-top:2px solid #3d3835;
	text-align:center;
}
#header a {
	text-align:center;
}
#main-back {
	display:block;
	clear:both;
	background-image:url(/images/car-keys.jpg);
	background-repeat:no-repeat;
	height:320px;
	width:960px;
	margin:14px 0px 14px 0px;
}
.table {	
	display:block;
	margin-bottom:30px;
}
.content {
	display:table;
	clear:both;
	width:960px;
	padding-bottom:40px;
}
.interior {
	padding-top:20px;
}
.left {
	display:block;
	float:left;
	width:312px;
}
.margin {
	margin-top:40px;
}
.vert-form {
	background: url(/images/vert-form.jpg) no-repeat;
	height:403px;
}
#right {
	display:block;
	float:left;
	width:624px;
	padding:0px 12px 0px 12px;
	
}
#int-right {
	display:block;
	width:376px;
	float:left;
	padding:0px 12px 0px 12px;
}
#int-img {
	display:block;
	width:242px;
	float:left;
}
/*
#int-img p {
	margin:0px 0px 12px 10px;
}
#int-img h2, #int-img img {
	margin-left:10px;
}
#int-blurb {
	border-left:1px solid #c6c6c6;
}
*/
#right p, #int-right p {
	margin:0px 0px 12px 0px;
}

#boxes {
	clear:both;
	width:960px;
}
.pad {
	margin-bottom:15px;
}
#boxes p {
	margin:0px 0px 12px 0px;
}
#boxes img {
	margin-bottom:20px;
}
.box-l {
	width:312px;
	padding-bottom:10px;
	vertical-align:top;
}
.box-m {
	width:312px;
	padding-bottom:10px;
	vertical-align:top;
}
.box-r {
	width:312px;
	padding-bottom:10px;
	vertical-align:top;
}
.center-footer {
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	color:#C6C6C6;
	padding-top:10px;
}
.center-footer a {
	color:#c6c6c6;
	margin:0px 4px 0px 4px;
	text-decoration:none;
	font-weight:normal;
}
.center-footer a:hover {
	text-decoration:underline;
}
#disclosures {
	display:block;
	float:left;
	clear:left;
	width:260px;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:block;
	list-style:none;
}




/* index form */
#ind-form {
	position:absolute;
	height:215px;
	width:410px;
	display:block;
	margin:65px 0px 0px 32px;
	color:#FFFFFF;
	padding-left:10px;
}
.ind-form-text {
	position:absolute;
	width:400px;
	margin-top:10px;
}	
#ind-form .loan-type {
	width:180px;
	position:absolute;
	margin-top:75px;
}
#ind-form .loan-type select {
	width:180px;
	margin-top:10px;
	background-color:#FFFFFF !important;
}
#ind-form .state {
	width:120px;
	position:absolute;
	margin-top:75px;
	margin-left:240px;
}
#ind-form .state select {
	width:120px;
	margin-top:10px;
	background-color:#FFFFFF !important;
}
#ind-form .cosigner {
	display:none;
}
#ind-form .cosigner-options {
	display:none;
}
#ind-form .continue-button {
	position:absolute;
	margin:150px 0px 0px 130px;
}



/*Interior Form */
.sub {
	display:block;
	width:282px;
	height:375px;
	color:#FFFFFF;
	padding-left:30px;
}
.sub-text {
	position:absolute;
	width:260px;
	margin-top:75px;
}
.sub .loan-type {
	width:150px;
	position:absolute;
	margin-top:175px;
}
.sub .loan-type select {
	width:150px;
	margin-top:10px;
	background-color:#FFFFFF !important;
	font-size:11px;
}
.sub .state {
	width:120px;
	position:absolute;
	margin-top:175px;
	margin-left:160px;
}
.sub .state select {
	width:100px;
	margin-top:10px;
	background-color:#FFFFFF !important;
	font-size:11px;
}
.sub .cosigner {
	width:160px;
	position:absolute;
	margin-top:250px;
}
.sub .cosigner-options {
	width:160px;
	position:absolute;
	margin-top:275px;
}
.sub .cosigner-options input {
	margin-left:5px;
}
.sub .continue-button {
	position:absolute;
	margin-top:330px;
}