/*Reset Styles!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
a {color:#de3f22; }	
a:hover {color:#333;}

h1, h2 ,h3 {
	
	}
	
h1 {font-size:280%;}
h2 {font-size:175%;}
h3{font-size:130%;}

em {
	font-style:oblique;
	font-weight:bold;
	}
	
strong {
	font-weight:bold;
	color:#00626e;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#3d8c94;
	color:#5b5b5b;
	font:12px arial, sans-serif;
	line-height:1.3;
	}
	
.container {
	margin:0 auto;
	position:relative;
	width:801px;
	}
	
#wrap {
	float:left;
	width:801px;
	background:url(../images/wrapbg.gif) repeat-y;
	padding:0 10px 0 11px;
	}
	
ul#nav {
	/*margin-right:10px;*/
	width:780px;
	background:#fff;
	float:left;
	padding:5px 0;
	}
	
ul#nav li {
	float:right;
	}
	
ul#nav li a {
	color:#3f9098;
	text-decoration:none;
	padding:0 10px;
	border-right:1px solid #3f9098;
	}
	
ul#nav li a.none {
	border-right:none;
	}
	
#header {
	float:left;
	width:780px;
	background:url(../images/headerbg.gif) repeat-x;
	padding-bottom:1px;
	}
	
#header h1 {
	float:left;
	width:400px;
	color:#3d8c94;
	font-size:13px;
	padding-top:10px;
	margin-left:10px;
	}
	
#header h1 strong {
	font:oblique 28px georgia, serif;
	}
	
#header h1 a {
	color:#3d8c94;
	text-decoration:none;
	}
	
#header h1 img {
	vertical-align:middle;
	float:left;
	}
	
#header h2 {
	color:#3d8c94;
	font-size:13px;
	float:right;
	line-height:20px;
	padding-top:10px;
	text-align:right;
	margin-right:10px;
	width:300px;
	}
	
#header h2 strong {
	color:#e04428;
	font-size:20px;
	}
	
#left {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left:8px;
	}
	
#left p {
	margin-bottom:15px;
	margin-top:0;
	}
	
#left h3, .content form h3 {
	background:url(../images/left-title.gif) repeat-x;
	color:#178296;
	font:bold 16px georgia, serif;
	padding:2px 0 2px 25px;
	}
	
.content form h3 {
	font-size:12px!important;
	font-weight:bold!important;
	border-bottom:none!important;
	padding:4px 0 4px 25px!important;
	margin-bottom:5px!important;
	}
	
#left ul {
	margin-bottom:15px;
	}
	
#left ul li a {
	color:#4a4a4a;
	text-decoration:none;
	}
	
#left ul li a:hover {
	color:#e04428;
	}
	
#left ul li {
	border-bottom:1px solid #d4eff1;
	padding:3px 15px;
	font-size:13px;
	}
	
#left p.phone strong {
	font-size:30px;
	color:#e04428;
	}
	
#right {
	width:580px;
	float:left;
	margin-left:10px;
	}
	
#right .content {
	padding:10px 15px;
	width:530px;
	}
	
#right h1, #right h2, #right h3 {
	color:#00626e;
	font:oblique 18px georgia, serif;
	border-bottom:3px solid #e3e3e3;
	}
	
#right ul {
	margin:10px;
	}
	
#right ul li {
	list-style-type:disc;
	margin-left:15px;
	}
	
.content form {
	float:right;
	width:200px;
	padding:10px 5px;
	background:#c6e9ed;
	font-size:11px;
	margin-top:15px;
	margin-left:15px;
	}
	
.content form label {
	float:left;
	width:80px;
	margin-bottom:2px;
	}

.content form input, .content form textarea {
	float:left;
	width:110px;
	font-size:12px;
	margin-bottom:2px;
	}
	
.content form input.submit {
	width:auto;
	float:right;
	margin-right:8px;
	}
	
.content p.cta {
	background:#feffff url(../images/ctabg.gif) repeat-x;
	padding:15px;
	color:#3d8c94;
	font-size:16px;
	font-weight:bold;
	width:498px;
	clear:both;
	margin-top:15px;
	border:1px solid #e3e3e3;
	}
	
#footer {
	float:left;
	width:780px;
	background:#e0492d;
	color:#fff;
	text-align:center;
	font-size:10px;
	}

#footer a {
	color:#fff;
	}
	
img.float-left {
	float:left;
	margin:0 5px 5px 0;
	}
	
img.float-right {
	float:right;
	margin:10px 0 5px 5px;
	}	
	
.jsvalidation{
	float:left;
	clear:both;
	width:180px;
	font: 11px arial, sans-serif; 
	margin-left: 0px; 
	color: red;
	font-weight:bold;	
	background:transparent; 
	text-align: left; 
}

#feature {
border:3px solid #178296;
margin:5px 0;
padding:10px 5px;
text-align:center;
background: #FFFFFF none repeat scroll 0 0;
}

#feature ul li {
color:#E04428;
font-size:20px;
line-height:20px;
}

#feature ul {
	margin:0px!important; 
}

