@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	background: #00161b url(images/body-bkg.jpg) center top no-repeat;
	}
body.home {
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	} 
.clearfix {
	display: inline-block;
	clear: both;
	font-size: 0;
	}
.clear {
	clear: both;
	}
img {
	display: block;
	position: relative;
	margin: 15px 0;
	}

#left img.float {
	float: left;
	position: relative;
	margin-right: 15px;
	}
.btn, #submit {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 10px;
	width: 100px;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #90a421;
	border: none;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	}
.btn:hover, .post .btn:hover, #submit:hover {
	color: #fff;
	background: #6e8422;
	border: none;
	}
form .btn, form .btn:active, form .btn:focus {
	margin: 25px 0;
	border: none;
	}
/* LINKS */
a {
	color: #4fb69a;
	}
a:hover {
	color: #78cf5a;
	}
.button {
	margin: 0 0 0 10px;
	padding: 3px 7px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	background: #4d7585;
	}
.footer a {
	text-decoration: none;
	}
.footer a:hover {
	text-decoration: underline;
	}
/* LISTS */
ul {
	margin: 15px;
	}
#right ul {
	margin: 10px 0 15px 0;
	background: url(images/li-bkg.jpg) top repeat-x;
	}
li {
	margin: 0 0 0 15px;
	padding: 1px 0;
	font: 13px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	color: #FFFFCC;
	line-height: 19px;
	}
#left li {
	margin: 5px 0 5px 15px;
	font-size: 13px;
	line-height: 19px;
	}
#right li {
	margin: 0;
	padding: 2px 0 8px 5px;
	background: url(images/li-bkg.jpg) bottom repeat-x;
	list-style: none;
	}
.check {
	margin: 15px 15px 15px 0;
	}
.check li {
	margin: 0;
	padding: 3px 0 3px 27px;
	list-style: none;
	background: url(images/checkmark.png) left center no-repeat;
	}
/* TYPOGRAPHY */
p {
	margin: 15px 0;
	font: 13px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	color: #FFFFCC;
	line-height: 20px;
	}
#right p {
	margin: 10px 0;
	}
span.small {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	}
p span {
	font-weight: bold;
	}
#left form p {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	}
.footer p {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	line-height: 18px;
	}
/* H1, H2, H3... */
h1#logo a {
	display: block;
	position: relative;
	float: left;
	width: 389px;
	height: 177px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	}
h2 {
	font-size: 34px;
	color: #e8e1b5;
	letter-spacing: 1px;
	line-height: 36px;
	}
h3 {
	margin: 5px 0 15px 0;
	font-size: 26px;
	color: #4fb69a;
	line-height: 32px;
	}
h4 {
	margin: 0;
	font-size: 26px;
	color: #abbf3d;
	line-height: 32px;
	}
h5 {
	margin: 0 0 0 0;
	font: italic 19px Georgia, "Times New Roman", Times, serif;
	color: #4fb69a;
	line-height: 26px;
	}
/* NAV */
#nav {
	position: relative;
	padding: 13px 0 0 0;
	width: 100%;
	min-width: 1200px;
	height: 36px;
	background: #00090b;
	}
.home #nav {
	background: none;
	}
#nav ul {
	position: relative;
	margin: 0;
	padding: 0;
	}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav a {
	padding: 0 15px;
	font: bold 21px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
#nav a:hover {
	}
#nav a.current {
	color: #acc03e;
	}
#nav a#home {
	}
#nav #phone {
	position: absolute;
	top: 12px;
	right: 15px;
	padding-top: 0;
	}
#nav #phone:hover {
	background: none;
	}
/* DIV */
#splash {
	position: relative;
	margin: 0 auto 15px auto;
	width: 960px;
	height: 450px;
	background: url(images/splash-bkg.jpg);
	}
#splash.alt {
	background: url(images/splash-sturgeon.jpg);
	}
#content-area {
	position: relative;
	padding: 40px 0 0 0;
	background: #000 url(images/content-bkg.jpg) top no-repeat;
	}
.home #content-area {
	border-top: 10px #060e16 solid;
	}
#wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	}
#header {
	height: 187px;
	background: url(images/header-bkg.png);
	}
#left {
	float: left;
	margin: 0 0 0 35px;
	padding: 10px 0;
	width: 675px;
/*	background: url(images/transparent.png);*/
	}
#left.alt {
	margin: 0 0 0 10px;
	padding: 25px 20px;
	width: 655px;
	min-height: 660px;
	background: #00090b;
	}
#left img {
	margin: 15px 0;
	}
#left img.float {
	margin: 5px 15px 15px 0;
	float: left;
	}
#left .group img {
	display: inline;
	margin: 7px 5px;
	width: 150px;
	height: 125px;
	}
#right {
	display: block;
	float: right;
	padding: 0 0 0 25px;
	width: 195px;
	background: url(images/sidebar-bkg.png) left 25px no-repeat;
	}
#right img {
	margin: 10px 0;
	float: none;
	}
#gallery img {
	float: left;
	margin-right: 10px;
	border: 5px #fff solid;
	}
#gallery img:hover {
	border: 5px #ff5100 solid;
	}
/* ROTATOR */
#left .homepage_rotator {
	display: block;
	position: relative;
	top: 0px;
	left: 0;
	width: 508px;
	height: 350px;
	}
.homepage_rotator {
	display: block;
	position: absolute; 
	top: 42px;
	left: 26px;
	width: 508px;
	height: 350px;
	}
#divMainRotator img { 
	margin: 0;
	padding: 0;
	width: 508px;
	height: 350px;
	}
#divMainRotatorNav { 
	position:absolute;
	bottom: 15px;
	left: 10px;
	z-index:99; 
	}
#divMainRotatorNav a { 
	margin: 0 0 0 5px;
	padding: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #8ebbff;
	text-decoration: none;
	background: #0f212f;
	}
#divMainRotatorNav a:hover {
	color: #001922;  
	text-decoration: none;
	background: #7eb8d8;
	}
#divMainRotatorNav a.activeSlide { 
	color: #001922; 
	text-decoration: none; 
	background: #7eb8d8;
	}
#divMainRotatorNav a:focus { 
	outline: none;
	}
#tape {
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1000000000;
	}
/* SIDEBAR */
#sidebar {
	float: right;
	padding: 0 0 0 18px;
	width: 296px;
	}
#sidebar img {
	margin: 0 0 10px 0;
	}
.module {
	display: block;
	position: relative;
	float: right;	
	margin: 0 0 25px 0;
	text-indent: -9999px;
	}
/* FORM */
form {
	position: relative;
	margin: 0 0 25px 0;
	color: #FFFFCC;
	}
input, select, textarea {
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
	background: #00161b url(images/input-bkg.jpg) top repeat-x;
	border-top: 1px #061f25 solid;
	border-right: 1px #061f25 solid;
	border-bottom: 1px #1f3e45 solid;
	border-left: 1px #061f25 solid;
	}
.slide {
	position: relative;
	float: left;
	width: 675px;
	}
.field {
	position: relative;
	margin: 15px 0 0 0px;
	}
label {
	display: block;
	margin: 10px 0;
	font: 13px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	}
input, select {
	padding: 10px;
	}
input, select {
	display: block;
	margin: 0;
	width: 250px;
	}
input.alt {
	width: 30px;
	text-align: center;
	}
input.float {
	float: left;
	margin-right: 10px;
	width: 30px;
	text-align: center;
	}
input:active, input:focus, textarea:active, textarea:focus {
	border: 1px #fff solid;
	}
textarea {
	display: block;
	margin: 0;
	padding: 10px;
	width: 300px;
	height: 150px;
	}
form #submit {
	margin: 25px 0;
	}
.required {
	display: none;
	position: absolute;
	top: 14px;
	left: 285px;
	border: 0;
	}
#validatefail.required {
	top: 25px;
	}
#messagefail {
	display: none;
	padding: 15px 25px;
	width: 400px;
	font: 18px Arial, Helvetica, sans-serif;
	background: #ff3333;
	}
#messagesuccess {
	display: none;
	padding: 15px 25px;
	width: 400px;
	font: 18px Arial, Helvetica, sans-serif;
	background: #66CC33;
	}
/* Table
- - - - - - - - - - - - - - - - - - - - - - */
table {
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background: #103337;
	border: 1px #01161b solid;
	border-collapse: collapse;
	}
th {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #01161b;
	background: url(images/th-bkg.jpg) repeat-x;
	border-left: 1px #ccc solid;
	}
th, td {
	padding: 8px 0;
	width: 650px;
	border-bottom: 1px #0d2a2d solid;
	vertical-align: top;
	}
td {
	padding: 8px;
	font-size: 12px;
	border-left: 1px #0d2a2d solid;
	}
td.yes {
	background: #2b6162 url(images/checkmark.png) center no-repeat;
	}
td.no {
	background: url(images/x.png) center no-repeat;
	}
tr.alt {
	background: #556b20;
	}
/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer-wrap {
	margin: 35px 0 0 0;
	background: #00090b;
	}
.footer { 
	position: relative;
	margin: 0 auto;
	padding: 25px 0;	
	width: 890px;
	overflow: hidden; 
/*	background: url(images/logos.jpg) center 20px no-repeat;*/
/*	border-top: 2px #001922 solid;*/
	clear: both;
	}
