body	{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#4F9E2A;
	margin:0px;
}
form	{
	margin:0px;
}
img	{
	border:0px;
}
h1	{
	margin:5px;
	font-size:28px;
	text-transform:capitalize;
	font-family:Tahoma, Arial, sans-serif;
	text-transform:uppercase;
}
h2.question	{
	font-size:15px;
	margin:5px 0px 5px 0px;
	text-transform:capitalize;
	font-family:Tahoma, Arial, sans-serif;
	text-transform:uppercase;
}
h2.inner	{
	color:#C33E35;
	font-size:20px;
	text-transform:uppercase;
	margin:5px 0px 5px 0px;
	font-family:Tahoma, Arial, sans-serif;
}
h3	{
	color:#C33E35;
	font-size:12px;
	text-transform:uppercase;
	margin:5px 0px 5px 0px;
	font-family:Tahoma, Arial, sans-serif;
}
#wrapper	{
	background-image:url(images/wrapper-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:1044px;
	background-position:center top;
}
#header	{
	background-image:url(images/header-bg.png);
	background-repeat:no-repeat;
	width:862px;
	height:336px;
	left:50%;
	top:50%;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
#h1	{
	width:532px;
	text-align:center;
	position:absolute;
	margin-left:234px;
	margin-top:30px;
}
#header-quote	{
	text-align:center;
}
#copyright	{
	text-align:center;
	color:#666666;
}
#form-thing {
	position:absolute;
	margin-top:245px;
	margin-left:380px;
	width:300px;
	display:block;
}
#L02 {
	display:none;
}

.insurance-select	{
	display:none;
}
.input-zip  {
   width:130px;
   font-size:16px;
   float:left;
   text-align:center;
   font-weight:bold;
   padding-top:4px;
   margin-top:4px;
}

.insurance-select:hover, .input-zip:hover  {

}

.continue-button  {
	float:right;
}
.formtext	{
	font-size:20px;
	font-weight:bold;
}
#spacer	{
	height:10px;
}
#content-bg	{
	background-image:url(images/content-bg.png);
	background-repeat:no-repeat;
	width:828px;
	height:528px;
	left:50%;
	top:50%;
	margin:auto;
}
#nav-box	{
	margin-left:60px;
	margin-top:18px;
}
#yield-placement	{
	position: absolute;
	margin-left:740px;
	margin-top:275px;
}
#question-box	{
	position:absolute;
	margin-top:50px;
	margin-left:80px;
	margin-right:1000px;
	width:190px;
}
#content {
	position:absolute;
	width:485px;
	height:475px;
	overflow:scroll;
	margin-right:0px;
	margin-top:-133px;
	margin-left:330px;
	top:514px;
	padding-bottom:20px;
}
#form	{
	font-weight:bold;
	color:#FFFFFF;
}
.input-bg	{
	background-image:url(images/input-bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:5px;
	height:25px;
}
#text1	{
	font-size:14px;
}
#text2	{
	text-align:center;
	width:30%;
}
.input-border	{
	border:0px;
	background-color:#FFFFFF !important;
}
.padtop20	{
	padding-top:20px;
}

#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:10px;
}
#disclosures a {
	color:#000000;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}

/* CONTACT FORM */
    .field input {
        margin-bottom:10px;
		width:240px;
		padding:1px 0px 1px 3px;
		font-size:13px;
		border:1px solid #565656 !important;
		color:#000000;
    }
	.field textarea	{
		width:240px;
		overflow:auto;
		padding:1px 0px 1px 3px;
		margin-bottom:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:1px solid #565656 !important;
		color:#000000;
		min-height:70px;
	}
	#field_captcha input	{
		width:118px;
		margin-bottom:10px;
		padding:1px 0px 1px 3px;
		font-size:13px;
		border:1px solid #565656 !important;
		color:#000000;
	}
    .active {
        background-color:#FFFFFF;        
    }
    .default {
        color: gray;
    }
    .error input {
        background-color: red;
		color:#FFFFFF;
    }
        



