form, input {margin:0px} img {border:none; margin:0px} .blocks {display:block}
body {
	margin:0px;
	background:url(/images/bg.jpg) repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434343;
}
.container {
	display:block;
	clear:both;
	width:960px;
	margin:auto;
}
.logo {
	float:left;
	margin-left:0px;
}
.nav {
	display:block;
	float:right;
	margin-top:78px;
	height:35px;
	width:700px;
}
.nav div {
	display:block;
	float:right;
	height:25px;
	background:url(/images/nav-bg.jpg) repeat-x;
	border-left:2px solid #6F767A;
	border-right:2px solid #6F767A;
	margin:0px 2px 0px 2px;
	padding-top:10px;
	
}
.nav div:hover {
	background:url(/images/nav-hover.jpg) repeat-x;
	border-left:2px solid #465E7F ;
	border-right:2px solid #465E7F;
}
.nav a {
	display:block;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:13px;
	margin:0px 5px 0px 5px;
}
.nav a:hover {
	color:#FFFFFF;
}
.main {
	display:block;
	clear:both;
	width:960px;
	padding-top:9px;
	margin:0px;
}
.main p {
	position:absolute;
	width:265px;
	margin:80px 0px 0px 590px;
	color:#FFFFFF;
}
.form {
	display:block;
	position:absolute;
	width:275px;
	height:80px;
	margin:150px 0px 0px 590px;
}

.insurance-type, .insurance-select	{
	display:none;

}
.insurance-zip {
   font-size:18px;
   font-family:Georgia, "Times New Roman", Times, serif;
   color:#CEC6C4;
   position:absolute;
   font-style:italic;
   margin-top:8px;
}
.input-zip  {
	display:block;
	position:absolute;
	margin-top:35px;
  	height:35px; 
  	width:117px;
  	background-image:url(/images/input-shadow.jpg);
  
}
.input-zip input   {
  font-size:15px;
  font-family:Georgia, "Times New Roman", Times, serif;
  width:100px;
  margin:6px 0px 0px 8px;
  border:0px solid #FFFFFF;
  text-align:center;
  letter-spacing:1px;
  background-color:#FFFFFF !important;
}
.continue-button input {
   margin-top:35px;
   position:absolute;
   margin-left:140px;
}
.frm-btm {
	position:absolute;
	margin:271px 0px 0px 567px;
	display:block;
}
.content {
	width:960px;
	display:table;
	clear:both;
	margin-top:30px;
	padding-bottom:50px;
}
.right {
	display:block;
	float:left;
	padding-top:50px;
	margin-left:30px;
	width:330px;
}
.right div {
	display:block;
	width:150px;
	float:right;
	margin-left:15px;
}
.left {
	display:block;
	float:left;
	width:590px;
}
.left p {
	margin:8px 0px 8px 0px;
}
h1 {
	margin:0px;
	font-family:Tahoma, "Times New Roman", times, sans-serif;
	color:#434343;
	font-size:24px;
	font-weight:normal;
}
h2 {
	margin:0px;
	font-family:Tahoma, "Times New Roman", times, sans-serif;
	color:#606e82;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
}
a {
	color:#ce6f0b;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

	






.footer {
	display:block;
	background:url(/images/footer-bg.jpg) top repeat-x #758193;
	clear:both;
}
.center {
	display:block;
	clear:both;
	margin:auto;
	width:960px;
	padding-top:30px;
	color:#FFFFFF;
}
.disclosures {
	position:absolute;
	width:230px;
}
.disclosures ul {
	margin:17px 0px 10px 0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px
}
.disclosures ul li a {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.disclosures ul li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
} 
.low-nav {
	position:absolute;
	margin-top:70px;
	width:270px;
}
.low-nav a {
	color:#FFFFFF;
	text-decoration:none;
	margin:0px 3px 0px 3px;
	font-weight:normal;
}
.low-nav a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}	
.resource {
	position:absolute;
	margin-left:340px;
}
.center p {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0px 0px 10px 0px;
	
}
.low-nav p {
	margin-top:15px;
}
.resource td {
	padding:5px 10px 10px 10px;
	width:180px;
	vertical-align:top;
}
.resource td a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0px;
}
.resource td a:hover {
	text-decoration:underline;
}
.resource p {
	margin-left:10px;
}	
/* this activates the bottom thingy --------------------------- */

html, body {height: 100%;}

.sticky {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -240px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height:240px;}
/* end bottom thingy ------------------------------------------ */	