
/* Start */
html, body, .container {height: 100%;}

body > .container {height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	margin:0px 0px 0px 0px;
	background-color:#EAEADE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
form {
	margin:0px;
}
h1 {
	margin:0px 0px 8px 0px;
	color:#7E5B38;
	font-size:20px;
	font-weight:normal;
}
h2 {
	margin:0px;
	color:#8E8E80;
	font-size:16px;
}
li {
	margin:8px 0px 8px 0px;
}
ul, ol {
	margin:0px 0px 0px 40px;
	padding:0px;
}
p {
	margin:0px 0px 8px 0px;
}




.container {
	display:block;
	background-color:#EBEBDF;
}
.header {
	display:block;
	height:400px;
	background-image:url(/images/middle-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}



/* Header Navigation And Logo */
.header-top {
	display:block;
	padding:17px 0px 0px 0px;
	height:64px;
	width:952px;
	margin:0px auto 0px  auto;
}
.nav {
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
}
.nav div {
	display:table;
	float:left;
	margin:0px 2px 0px 2px;
}
.nav div:hover {
	background-image:url(/images/nav-right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#B29677;
}
.nav div a {
	display:block;
	font-size:11px;
	padding:4px 5px 3px 5px;
	text-decoration:none;
	text-transform:uppercase;
	color:#454343;
	font-weight:bold;
}
.nav div a:hover {
	background-image:url(/images/nav-left.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#FAFAF7;
}



/* Header Middle / Form */
.header-middle {
	display:block;
	clear:both;
	width:952px;
	margin:0px auto 0px  auto;
}

.form-bg {
	display:block;
	float:right;
	width:195px;
	height:231px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	padding:60px 0px 0px 184px;
}
.form {
	display:block;
}


.select-service {
	display:none;
}
.select-property, .select-credit {
   display:block;
   margin:15px 0px 15px 0px;
}
.labels	{
   font-size:13px;
   color:#FFFFFF;
   padding-bottom:3px;
}
.select-property select, .select-credit select {
   font-size:12px;
   width:172px;
}
.continue-button  {
   margin:15px 0px 0px 30px;
}




/* Middle Nav */
.middle-nav {
	display:block;
	padding:1px 0px 0px 0px;
}
.middle-nav img {
	float:left;
	padding:0px 10px 0px 10px;
}
.middle-nav a {
	display:block;
	float:left;
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;	
	font-weight:bold;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}
.middle-nav a:hover {
	text-decoration:underline;
}
.link-a {
	width:254px;
	height:77px;
	background-image:url(/images/wise-nav.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.link-b {
	width:267px;
	height:77px;
	background-image:url(/images/faq-nav-2.png);
	background-position:bottom;
	background-repeat:no-repeat;
}	




/*.main {padding-bottom: 100px;}   must be same height as the footer --  This is being handled by the class below*/

.main {
	display:block;
	clear:both;
	width:952px;
	margin:0px auto 20px  auto;
	padding:25px 0px 40px 0px;
}
.content {
	display:block;
	float:left;
	width:630px;
	color:#454343;
	margin:0px 0px 20px 0px;
}
.content a {
	color:#BE3924;
	text-decoration:none;
	font-weight:bold;
}
.content a:hover {
	text-decoration:underline;
}
.main img {
	float:right;
}





.footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px; 
	clear:both;
} 

#disclosures {
	width:952px;   /* What ever the wrappers width is. */
	margin:0 auto;  /* Centers the text or element */
	border-top:#666666 1px dotted;
	padding:20px 0px 0px 0px;
	color:#808080;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	text-align:center;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures ul li a {
	color:#808080;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}


