body	{
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
	margin:14px 0px 0px 0px;
}
img 	{
	border:none;
}
form	{
	margin:0px;
	padding:0px;
}
p	{
	margin:10px 0px 10px 0px;
}
h1	{
	color:#0096C3;
	font-size:24px;
	margin:0px;
}
h1.start	{
	color:#FFFFFF;
	font-size:24px;
	margin:0px;
}
h2	{
	color:#D6C228;
	font-size:18px;
	margin:0px;
}
h3	{
	color:#0096C3;
	font-size:16px;
	margin:0px;
}
h4	{
	color:#0096C3;
	font-size:16px;
	margin:0px;
}
a {
	color:#0096C3;
	text-decoration:none;
}
a:hover	{
	color:#0096C3;
	text-decoration:underline;
}


#wrapper	{
	display:block;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#content-bg	{
	display:table-cell;
	background-image:url(/images/content-bg.png);
	background-repeat:repeat-y;
	width:920px;
}
#logo	{
	margin-left:40px;
	display:block;
}
#middle-wrapper	{
	display:block;
	width:920px;
}
#header	{
	background-image: url(/images/at-the-beach.jpg);
	background-repeat:no-repeat;
	display:block;
	height:172px;
	width:401px;
	float:left;
	padding-top:45px;
	padding-left:30px;
	padding-right:240px;
}
#header-pictures	{
	background-image: url(/images/at-the-beach.jpg);
	background-repeat:no-repeat;
	display:block;
	height:217px;
	width:671px;
	float:left;
}
#nav-bg	{
	background-image:url(/images/nav-bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:249px;
	height:195px;
	display:block;
	padding-top:22px;
}


#content-wrapper	{
	display:block;
	width:841px;
	padding-right:36px;
	padding-left:43px;
}
#content-left	{
	display:block;
	float:left;
	margin-right:18px;
	width:563px;
}
#cta	{
	margin-left:-43px;
}
#form-right	{
	display:block;
	float:right;
	width:260px;
}
#form-bg	{
	background-image:url(/images/from-bg.jpg);
	background-repeat:no-repeat;
	height:600px;
	width:225px;
	padding-left:25px;
	padding-right:10px;
	display:block;
	padding-top:61px;
}
#form	{
	text-align:center;
}
/* hides insurance type fields */
.L01, .T01 {
	display:none;
}
/* spaces out the various fields */

#L01, #L02, #T01, #T02, #continue-button {
	margin-top:10px;
	text-align:center;
}
/* formats the input areas */

#T01 select, #T02 input {
	text-align:center;
	width:130px;
}
#links	{
	display:block;
}
#links a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#links a:hover	{
	text-decoration:underline;
}
#links p	{
	margin:0px 0px 8px 0px;
}
.link-title	{
	text-transform:uppercase;
	color:#333333;
	font-size:16px;
	text-align:center;
}
	
#action	{
	position:absolute;
	display:block;
	margin-left:-40px;
}

#bottom-line	{
	margin-left:-43px;
}

#footer	{
	display:block;
	width:841px;
}
#footer-links	{
	text-align:right;
	padding-right:10px;
	float:right;
}
#footer-links	a {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}
#footer-links	a:hover {
	text-decoration:underline;
}
	
#disclosures	{
	text-align:left;
	float:left;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:block;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
	
	
	
.new-form	{
	display:block;
	font-size:14px;
}
.insurance-zip {
   margin-top:8px;
   margin-bottom:8px;
}
.insurance-type	{
   	margin-bottom:8px;
}
.insurance-select	{
	margin-left:0px;
}
.input-zip  {
}
.insurance-select select {
   width:100px;
   font-size:14px;
}
.input-zip input	{
	margin-left:0px;
	width:100px;
	background-color:#ffffff !important;
	text-align:center;
}
.insurance-select select:hover, .input-zip input:hover   {

}
.continue-button input {
   margin-top:10px;
   margin-bottom:10px;
}
