body	{
	background-color:#C0BDC6;
	margin:0px 0px 0px 0px;
	height:100%;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size:14px;
}
h1	{
	margin:0px;
	color:#4D1A69;
	font-size:20px;
	font-style:italic;
}
h2	{
	margin:0px;
	font-size:16px;
	font-style:italic;
	color:#4D1A69;
}
h3	{
	margin:0px;
	font-size:16px;
	font-style:italic;
	color:#4D1A69;
}
h4	{
	margin:0px;
	font-size:16px;
	font-style:italic;
	color:#4D1A69;
}
img	{
	border:0px;
}
form	{
	margin:0px;
}
p	{
	margin:10px 0px 10px 0px;
}



#bottom-bg	{
	background-image:url(/images/bottom-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100%;
	width:100%;
	background-color:#F6F3EE;

}
#top-bg	{
	background-image:url(/images/top-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:187px;
}





#top	{
	background-color:#FFFFFF;
	display:block;
	height:103px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	left:50%;
}
#top-container	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	left:50%;
	width:760px;
}	
#nav	{
	display:block;
	padding-top:80px;
}
#nav a	{
	text-decoration:none;
	margin:0px 4px 0px 4px;
	color:#6C4A87;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#nav a:hover	{
	border-top:#FFAC5C solid 1px;
}
#logo	{
	position:absolute;
	margin-left:470px;
	margin-top:-2px;
}
#wrapper	{
	display:block;
	width:758px;
	margin-left:auto;
	margin-right:auto;
	left:50%;
}
#header	{
	background-image:url(/images/header-bg.jpg);
	background-repeat:no-repeat;
	width:758px;
	height:186px;
	display:block;
	margin-top:-159px;
}
#header-pic	{
	margin-top:12px;
	margin-left:12px;
}
#content-wrapper	{
	background-image:url(/images/content-bg.png) !important;
	background-repeat: repeat-y;
	padding:0px 0px 0px 0px;
	width:758px;
	display:table;
}
#content-block	{
	display:block;
	margin-left:22px;
}
#content-left	{
	float:left;
	display:block;
	width:224px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:repeat-x;
	background-color:#F9F2EA;
	height:100%;
}
#form	{
	display:block;
	width:224px;
	text-align:center;
	min-height:200px;
}
/* hides insurance type fields */

.L01, .T01 {
	display:none;
}
/* spaces out the various fields */

#L01, #L02, #T01, #T02, #continue-button {
	margin-top:15px;
	text-align:center;
	font-weight:bold;
}
/* formats the input areas */

#T01 select, #T02 input {
	text-align:center;
	width:130px;
	font-size:14px;
}
#links	{
	display:block;
	padding:10px;
	width:204px;
	color:#999895;
	font-size:11px;
}
#link-title	{
	color:#A16BA5;
	font-size:16px;
}
#links a	{
	text-decoration:none;
	color:#8B4897;
	font-size:12px;
	margin:10px 0px 0px 0px;
}
#links a:hover	{
	text-decoration:underline;
}
#links p	{
	margin:0px 0px 10px 0px;
}
#content-right	{
	background-image:url(/images/content-bg-square.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	float:right;
	width:444px;
	padding-top:8px;
	margin-right:40px;
	padding-left:10px;
}
#bottom-pic	{
	margin-bottom:104px;
}
#footer	{
	display:block;
	width:696px;
	font-size:11px;
	margin-left:20px;
	clear:both;
	margin-top:-110px;
}
#footer-links {
	color:#363533;
	text-align:right;
	float:right;
	display:block;
}
#footer-links a	{
	color:#363533;
	font-size:11px;
	text-decoration:none;
}
#footer-links a:hover	{
	text-decoration:underline;
}
#disclosures	{
	text-align:left;
	display:block;
	float:left;
	font-size:11px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:block;
  color:#363533;
  font-size:11px;
}
#disclosures a 	{
	color:#363533;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}
a 	{
	color:#6D4B88;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}




.new-form	{
	display:block;
	font-size:16px;
	margin-top:30px;
}
.insurance-zip {
   font-weight:bold;
   margin-top:8px;
   margin-bottom:8px;
}
.insurance-type	{
	display:none;
}
.insurance-select	{
	display:none;
}
.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:30px;
   margin-left:0px;
}




