body {
	margin:0px;
	background-color:#B9BABB;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#898989;
}
input, form, h1, h2, p {margin:0px} img {border:none; margin:0px} .blocks {display:block}


h1 {
	font-size:28px;
	color:#626262;
	font-weight:normal;
	border-bottom:1px dotted #404E70;
	margin-bottom:8px;
}
h2 {
	font-weight:normal;
	font-size:18px;
	color:#626262;
	margin-bottom:8px;

}
p {
	margin-bottom:10px;
}
a {
	color:#636363;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#636363;
}


.container {
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background:url(/images/r-bg.jpg) repeat-y;

}




.logo {
	display:block;
	position:absolute;
	margin-left:45px;
	margin-bottom:auto;
	margin-top:auto;
}
.header {
	display:block;
	clear:both;
	background:url(/images/header-bg.jpg) no-repeat top left ;
	width:960px;
	height:107px;
	padding-top:19px;
}


.nav {
	position:absolute;
	display:inline;
	width:900px;
	margin-top:83px;
	margin-left:8px;

}

.nav a {
	display:inline;
	padding:0px 14px 0px 14px;
	color:#626262;
	font-weight:normal;
	border-left:#8B8881 1px dotted;
	margin-left:2px;
	text-decoration:none;
}
.nav a:hover	{
	text-decoration:underline;
	color:#FFFFFF;
}


.main	{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}







.content	{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:24px 0px 0px 0px;
	clear:both;
	background:url(/images/r-bg.jpg) repeat-y;
}
.left	{
	clear:left;
	float:left;
	display:inline;
	width:543px;
	margin-left:41px;
	padding-right:30px;
}
.left ol li, .left ul li {
	margin:8px 0px 8px 0px;
}
.right	{
	clear:right;
	float:right;
	display:inline;
	width:302px;
	margin-right:41px;
}

/*css form start*/

.form	{
	background:url(/images/form-bg.jpg) no-repeat top;
	height:243px;
	width:302px;
}
.form-place {
	position:absolute;
	display:block;
	clear:both;
	width:200px;
	margin:60px 0px 0px 80px;
}
.select-service, .select-property, .select-credit {
   display:block;
   clear:both;
   margin-bottom:10px;
}
.labels	{
   font-size:13px;
   font-weight:bold;
   color:#8B8881;
}
.select-service select, .select-property select, .select-credit select {
   width:150px;
   font-size:12px;
   display:block;
   background-color:#FFFFFF !important;
}
.continue-button input {
   margin-top:20px;
   margin-left:15px;
}

/*end form*/




.btm {
	vertical-align:top;
}
.disclosures {
	display:block;
	clear:both;
	width:955px;
	background-color:#8A8A8A;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 10px 5px;
	margin-bottom:40px;
	text-align:center;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
	color:#FFFFFF;
}
.disclosures ul li a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.disclosures ul li a:hover	{
	text-decoration:underline;
	color:#FFFFFF;
}
