body {
	margin:0px;
	background:	url(/images/bg.jpg) repeat-x top;
	background-color:#6E2F2A;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {border:none} form, input {margin:0px}
.blocks {display:block}

a {
	color:#e9a79b;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FACC5B;
}
ol li, ul li {
	margin:10px 0px 10px 0px;
}



.container {
	display:block;
	clear:both;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
.main {
	display:block;
	clear:both;
	width:950px;
	height:276px;
	margin-top:46px;
	margin-bottom:20px;
}
.main .index-image {
	display:block;
	float:left;
	clear:left;
	width:738px;
	height:276px;
}
.main img {
	display:block;
	float:left;
	clear:left;
	width:738px;
	height:276px;
}
.form-bg {
	display:block;
	float:left;
	clear:right;
	background:url(/images/form-bg.jpg) no-repeat;
	height:276px;
	width:212px;
}
.form {
	display:block;
	width:160px;
	height:80px;
	position:absolute;
	margin:80px 0px 0px 30px;
}

.select-service, .select-property, .select-credit {
   display:table;
}
.labels	{
   font-size:12px;
   color:#333333;
}
.select-service select, .select-property select, .select-credit select {
   width:155px;
   font-size:12px;
   margin-bottom:5px;
}
.select-service select:hover, .select-property select:hover, .select-credit select:hover {

}
.continue-button input {
   margin-top:10px;
}



.tab {
	height:118px;
	width:1000px;
}
.tab a {
	display:block;
	float:left;
	width:220px;
	height:118px;
	margin-right:17px;
}

.content {
	display:table;
	clear:both;
	width:950px;
	margin-top:14px;
	padding-bottom:50px;
}
h1 {
	font-weight:normal;
	font-size:22px;
	margin:10px 0px 0px 0px;
	font-style:italic;
}
h2 {
	font-weight:normal;
	font-size:18px;
}
.left {
	display:block;
	float:left;
	width:700px;
	padding:10px;
	margin-right:18px;
}
.right {
	display:block;
	width:212px;
	float:left;
	margin-top:60px;
}
.related {
	display:block;
	border:10px solid #733631;
	width:182px;
	margin-top:25px;
	padding:5px;
}
.related h3 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
	
.related a {
	font-weight:normal;
	text-decoration:underline;
}

.footer {
	display:block;
	clear:both;
	width:870px;
	border-top:1px solid #FFFFFF;
	padding:5px 40px 20px 40px;
}


.disclosures {
	display:block;
	float:left;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
}
.disclosures ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.disclosures ul li a:hover {
	text-decoration:underline;
}
.low-nav {
	display:block;
	float:right;
}
.low-nav a {
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
.low-nav a:hover {
	text-decoration:underline;
} 