body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:14px;
}
img, form {
	margin:0px;
	border:0px;
}



#body-container {
	clear:both;
	display:block;
}

#nav-container {
	display:block;
	width:910px;
	height:95px;
	padding-left:26px;
	padding-right:26px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#nav {
	height:33px;
	width:529px;
	margin-top:62px;
	float:left;
	clear:left;
	display:inline;
}
#nav img {
	margin:0px;
}





.logo-image {
	float:right;
	margin-top:20px;
	clear:right;
}


#main-container {
	display:table;
	clear:both;
	width:962px;
	background-image:url(/images/box-bg.jpg);
	background-repeat:repeat-y;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
.box-top-img {
	position:absolute;
}

#main-image {
	width:912px;
	display:block;
	clear:both;
	margin:10px 0px 0px 25px;

}
#main-left {
	float:left;
}
#main-right {
	float:right;
}

#content-container {
	width:912px;
	display:block;
	clear:both;
	margin-left:25px;

}

#form-side, #content-side {
	margin-top:25px;
}

.content-top {
	position:absolute;
	margin:-10px 0px 0px -20px;
}
#content-side {
	background-image:url(/images/content-bg.jpg);
	background-repeat:repeat-x;
	width:521px;
	float:left;
	clear:left;
	display:block;
	padding:10px 20px 10px 20px;
	
}
#content-side a {
	color:#8FB97A;
	text-decoration:none;
}
#content-side a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#5E6776;
	font-weight:normal;
	letter-spacing:1px;
}
h2 {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#83AE69;
	font-weight:normal;
	letter-spacing:1px;
}
#content-image {
	width:561px;
	margin-left:-20px;
	background-image:url(/images/content-img.jpg);
	background-repeat:no-repeat;
	min-height:80px;
	padding-top:45px;
	display:table;
	clear:both;
}

#content-image p {
	margin:0px 0px 0px 145px;
	width:380px;
	
}
#form-side {
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	min-height:380px;
	width:328px;
	float:right;
	clear:right;
	display:block;
}
#form-img {
	position:absolute;
	margin-top:-40px;
	display:block;
	margin-left:250px;
}
#img-spacer1{
	margin-left:16px;
	margin-top:-40px;
}
#img-spacer2	{
	margin-left:16px;
}
#form {
	width:290px;
	margin:90px 0px 0px 19px;
	display:block;
	clear:both;
	height:290px;
	font-size:18px;
	
}
/* spaces out the various fields */

#L01, #L02, #T01, #T02 {
	margin-top:16px;
	text-align:center;
}
#continue-button {
 	margin-top:20px;
	text-align:center;
}
/* formats the input areas */

#T01 select {
	text-align:center;
	width:170px;
}
#T02 input {
	width:80px;
	text-align:center;
}
#disclosures {
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#666666;
	padding:20px 0px 20px 0px;
	display:block;
	clear:both;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
	display:inline;
	margin-right:10px;
}
#disclosures li a {
	text-decoration:none;
	color:#666666;
}
#disclosures li a:hover {
	text-decoration:underline;
}



.new-form	{
	display:block;
	font-size:16px;
	margin-left:60px;
}
.insurance-zip {
   margin-top:8px;
   margin-bottom:8px;
}
.insurance-type	{
   	margin-bottom:8px;
}
.insurance-select	{
	margin-bottom:8px;
}
.input-zip  {
}
.insurance-select select {
   width:100px;
}
.input-zip input	{
	margin-left:0px;
	width:100px;
	background-color:#ffffff !important;
}
.insurance-select select:hover, .input-zip input:hover   {

}
.continue-button input {
   margin-top:30px;
   margin-left:0px;
}