@charset "utf-8";
/*Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-size:100%;
	font-weight: normal;
}

img {border: 0}
ol, ul {list-style: none}

/*image outline Fix for Firefox*/
a {
    outline:0px;
}
a img {
    border: none;
}
/*End Reset - start styling*/


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:center;
	color:#000000;
	background-color:#e4f1e8;
	}

#wrapper {
	width: 767px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	border-color:#333333;
	border-style:solid;
	border-width: 15px 29px 0 19px;
}

#header {

}

#nav img table {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border:none;
}

#info tr td {
	text-align:center;
}

#form table {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#insur {
	text-align:left;
	margin-left:60px;
	margin-right:55px;
}
#footer1 {
	background-color:#333333;
	color: #FFF;
}
#footer2 {
	background-color:#e4f1e8;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size:11px;
	color:#333333;
}

span.orig {
	color:#009999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

span.big {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
		
/*Purchased form code*/
.freecontactform {
width: 460px;
font-family: arial;
border: 1px solid #AAA;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background-color:#f6fcfa; /*added by me*/
}
.freecontactformheader {
font-size:18px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
text-align:center;
}
.freecontactformmessage {
text-align:center;
padding-bottom:10px;
}
.freecontactform td {
padding:4px;
font-size:12px;
}
.freecontactform p {
padding:4px;
}
.freecontactform label {
padding:4px;
}
.freecontactform label {
padding-right:10px
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:10px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}
/*End purchased form code*/

