@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
background-image:url(../images/bg_grad.png);
background-repeat:repeat-x;
background-position:top;
min-height:900px;
background-color:#83c4b1;
}


* html .body {
width: 700px;
}

.body {
max-width: 800px;
}

p {
margin-bottom: 0.7em;
}

h1 {
margin-bottom: 1em;
font-size: 138.5%;
font-weight:bold;
text-align: center;
}

code {
display: block;
background-color: #ddc;
margin: 10px;
padding: 5px;
}

dt {
font-weight:bold;
}

dd {
margin-left: 1em;
}

input {
vertical-align: middle;
}

ul { 
margin-left: 1em; 
} 

ul li {
list-style: disc outside; 
}


a.rounded, .button {
outline: none;
border: none;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
vertical-align: middle;
display: -moz-inline-box;
display: inline-block;
overflow: visible;
}

.button {
color: #000;
background-color: #acc;
padding: 5px 7px;
}

.button:hover {
background-color: #cee;
}

.center {
margin-left: auto;
margin-right: auto;
}

.title {
background-color: #eee;
}

.benefits {
color: #fff;
background-color: #3F2929;
padding: 0 10px;
vertical-align: top;
}

a.tab {
background-color: #00c6b3;
color: #fff;
font-size: 108%;
font-weight: bold;
padding: 5px 7px 4px 7px;
margin-top: 0.3em;
border-bottom: solid 2px #fff;
}

a.tab:hover {
background-color: #001679;
color: #ffff00;
}

a.tab_selected {
border-bottom-color: #001679;
background-color: #001679;
}

#featureTabsContainer {
display: none;
}

#featureElementsContainer {
background-color: #001679;
padding: 10px;
}

.feature {
background-color: #fff;
padding: 10px;
}

.swatches {
padding: 5px 0;
}

.swatches a {
background-color: #000;
color: #fff;
padding: 8px 12px;
}


#affiliates{
text-align:center;
background-color:#ddc;
padding:5px;

}
table tr td{
padding:5px;
}
h3{
font-size:14px;
font-weight:bold;
}
h1{
font-family:"Adobe Caslon Pro";
font-size:24px;
}
h2{
font-family:"Adobe Caslon Pro";
font-size:16px;
font-weight:bold;
}
h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}
p.justify{
text-align:justify;
padding:10px;
}
#header_image{
margin-bottom:-50px;
}

#servicesList{
width:75%;
margin-left:auto;
margin-right:auto;
background-color:#ffffcc;
padding:10px;
border:1px solid #FF6666;
margin-bottom:20px;

}
#subServiceList1{
float:left;
padding-left:20px;
}
#subServiceList2{
float:right;
padding-right:20px;
}

#flyer_link{
top:170px;
text-align:right;
width:880px;
position:absolute;
float:right;
height:1px;
}
.required{
color:red;
}

.indent{
	margin-left:20px;
}

/*Form Attributes*/
.form-textshort {
	width: 5em;
}
.form-textmedium {
	width: 10em;
}
.form-textlong {
	width: 15em;
}
.form-textxlong {
	width: 20em;
}
.form-textxxlong {
	width: 25em;
}

.form-textareasmall {
    height: 6ex;
    width: 90%;
}

.form-textareamedium {
    height: 10ex;
    width: 90%;
}

.form-textarealarge {
    height: 20ex;
    width: 90%;
}

.form-textareaxlarge {
    height: 40ex;
    width: 90%;
}

.form-label {
    width: 15em;
    display: block;
    float: left;
	text-align:right;
	margin-right:5px
}

.form-labelshort {
    width: 7em;
    display: block;
    float: left;
	text-align:right;
	margin-right:5px
}

.form-labellong {
    width: 25em;
    display: block;
    float: left;
	text-align:right;
	margin-right:5px
}

.form-input-wrapper {
    margin-bottom: 8px;
}

.required {
	color:red;
}

legend {
	font-weight: bold;
	font-size: 115%;
	padding:15px;
}
.error
{
  color:red;
  margin-left:.25em;
}

input.error
{
  background-color:#ffff99;
  margin-left:0;color:black
}

select.error
{
  background-color:#ffff99;
  margin-left:0;color:black
}

textarea.error
{
  background-color:#ffff99;
  margin-left:0;color:black
}