
html, body, .wrapper {height: 100%;}

body > .wrapper {height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/** End Sticky Footer hacks */

body {
	margin:10px 0px 0px 0px;
	background-color:#F3F3F3;
	font-family:Georgia, "Times New Roman", Times, serif;
}

form {
	margin:0px;
}
img {
	border:none;
}

h1 {
	color:#333333;
	margin:0px;
	font-weight:normal;
	font-size:28px;
}
h2 {
	font-size:14px;
	color:#333333;
	font-style:italic;
	margin:0px;
}
ul, ol {
	margin:0px 0px 0px 40px;
	padding:0px;
}
li {
	margin:8px 0px 8px 0px;
}
p {
	margin:8px 0px 8px 0px;
}
.img-vert {
	vertical-align:top;
}

.logo {
	display:block;
	width:880px;
	margin:10px auto 10px auto;
}


.wrapper {
	display:block;
	width:890px;
	margin:0px auto 0px auto;
	background-image:url(/images/content-bg.jpg);
	background-repeat: repeat-y;
}
.wrapper-pad {
	width:878px;
	padding:0px 6px 0px 6px;
}
.container img {
	vertical-align:top;
}



/* navigation area */
.nav {
	display:block;
	width:878px;
	height:34px;
	background-image: url(/images/nav-bg.jpg);
	background-repeat: repeat-x;
}
.nav a {
	display:block;
	float:left;
	height:26px;
	padding:8px 10px 0px 12px;
	font-size:14px;
	background-image:url(/images/divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#333333;
	text-decoration:none;
}
.nav .last {
	display:block;
	padding:8px 10px 0px 12px;
	font-size:14px;
	background-image:none;
}
.nav a:hover {
	text-decoration:underline;
}



/* All the Form BG Images */
.form-area {
	display:block;
	width:441px;
	height:185px;
	background-repeat:no-repeat;
	border-top:#DBDBDB 1px solid;
	border-bottom:#DBDBDB 1px solid;
	padding:21px 0px 0px 437px;
	vertical-align:top;
}


.index {
	background-image:url(/images/az-house.jpg);
}
.how-to-select-a-homeowners-insurance-policy {
	background-image:url(/images/cactus-house.jpg);
}
.homeowners-insurance-coverage-how-much-is-enough {
	background-image:url(/images/desert-house.jpg);
}
.the-importance-of-having-flood-insurance {
	background-image:url(/images/country-home.jpg);
}
.homeowners-insurance-coverage-what-you-should-know {
	background-image:url(/images/enjoying-sunny-day.jpg);
}




/* Starts the form */
.form-box {
	display:block;
	padding:55px 0px 0px 232px;
}


.insurance-select	{
	display:none;
}
.form-box .input-zip  {
   width:95px;
   border:1px solid #A7A7A7 !important;
   color:#333333;
   padding:4px 0px 4px 3px;
   font-size:18px;
   text-align:center;
   margin-left:20px;
}



.form-box .continue-button {
	margin:25px 0px 0px 4px;
	
}



/* Content area with the anchor text colors */

/*.content {padding-bottom:47px;}  /* must be same height as the footer - I'm doing this in the contact class below. - For Sticky Fooder*/

.content {
	display:block;
	color:#666666;
	font-size:14px;
	background-color:#FFFFFF;
	border-top:#B6B6B6 1px solid;
	padding:45px 45px 104px 45px;
	vertical-align:top;
}
.content a {
	color:#0D75D4;
	text-decoration:underline;
}
.content a:hover {
	color:#0D75D4;
	text-decoration:none;
}



/* Content Form -- Does not have this for payday loan sites. */
.content form {
	float:right;
	width:200px;
	margin:10px 40px 10px 10px;
}



/* Starts Footer */
.footer {
	position: relative;
	margin-top: -104px; /* negative value of footer height */
	height: 104px; 
	clear:both;
} 

#disclosures {
	width:878px;   /* What ever the wrappers width is. */
	margin:0 auto;  /* Centers the text or element */
	height:36px;
	background-image:url(/images/footer-divide.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	padding:68px 0px 0px 0px;
	background-color:#FFFFFF;
	font-size:14px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#898989;
}
#disclosures ul li a {
	color:#898989;
	font-size:14px;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}

