body {
	margin:0px 0px 20px 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;		
}
img {border:none; margin:0px} 
form	{margin:0px;}
.blocker{display:block;}

h1	{
	margin:0px;
	font-size:24px;;
	color:#003471;
	font-weight:normal;
	font-family:"Times New Roman", Times, serifl;
}
h2	{
	font-size:18px;
	color:#507eaa;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin:0px;
}
p	{
	width:480px;
}
a	{
	color:#754c24;
	text-decoration:none;
}
a:hover	{
	color:#754c24;
	text-decoration:underline;
}

#site-container	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	
}
#header	{
	display:block;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:320px;
}

#logo	{
	width:241px;
	height:59px;
	margin:0px;
}

#nav	{
	display:block;
	height:31px;
	width:958px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-x;
	border-right:solid 1px #D0D0D0;
	border-left:solid 1px #D0D0D0;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#nav img {
	float:left;
}
#nav a	{
	display:block;
	float:left;
	height:23px;
	padding:8px 10px 0px 10px;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}
#nav a:hover	{
	color:#D8DBB3;
}
.header-bg	{
	display:block;
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
	height:200px;
	width:960px;
	margin:29px 0px 0px 0px;
}
.int	{
	background-image:url(/images/int-bg.jpg);
}

.form-bg	{
	position:absolute;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	height:375px;
	width:376px;
	margin:-221px 0px 0px 543px;
}
.gray	{
	background-image:url(/images/form-int.jpg);
}
#form	{
	display:table;
	margin:230px 0px 0px 90px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
.insurance-select	{
	display:none;
} 
.input-zip  {
   width:175px;
   font-size:14px;
   line-height:18px;
   background-color:#ffffff !important;
   display:block;
   padding-top:3px;
   text-align:center;
   border-color:#CCCCCC;
   border-style:inset;
}

.insurance-select:hover, .input-zip:hover  {

}

.continue-button  {
   margin-top:10px;
   display:block;
}

.content	{
	display:table;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0px 20px 0px;
}
.col-left	{
	display:block;
	width:486px;

}
.col-left ol li	{
	margin-bottom:10px;
	line-height:14px;
}
.col-right	{
	display:block;
	width:474px;
	padding-top:10px;
	position:absolute;
	margin:140px 0px 0px 500px; 

}
.col-right img	{
	vertical-align:top;
}

.disclosures {
	display:block;
	width:960px;
	border-top: solid 1px #BEBDBD;
	padding:5px 0px 0px 0px;
	color:#A8A6A6;
	text-align:center;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
}
.disclosures ul li a {
	font-weight:normal;
	font-style:normal;
	color:#A8A6A6;
	text-decoration:none;
}
.disclosures ul li a:hover {
	text-decoration:underline;
}


