body { 
	margin: 0;
	padding: 50px 0 0 0;
	background: #d2a680;
	background-image: url(/media/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: center; }
	
body.print { 
	background-image: none; }
	
img { 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
table { 
	border: 0; }
	
tr { 
	vertical-align: top; }
	
td { 
	margin: 0;
	padding: 0 5px 5px 0; }
	
a, a:link, a:active, a:visited { 
	color: #1d61ab; 
	text-decoration: none; }
	
a:hover { 
	color: #1d61ab;
	text-decoration: underline; }
	
h1 { 
	clear: right;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #0e683f; }
	
h2 { 
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0; }
	
#container { 
	width: 968px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left; }
	
#header {
	background-image: url(/media/headerbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 24px 15px 24px;
	height: 94px;
	text-align: right; }
	
#header #logo { 
	float: left; }
	
#header h1 { 
	margin: 15px 0 5px 0; }
	
#header #social { 
	margin: 5px 0 0 0; }
	
#container2 { 
	background-image: url(/media/contbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0 9px 0 9px; }

#nav { 
	margin: 0;
	padding: 0;
	color: #fff;
	height: 40px; }
	
#nav ul {
	margin: 0;
	padding: 11px 0 11px 0;
	background: #1d61ab;
	background-image: url(/media/navbg.jpg);
	background-position: top;
	background-repeat: repeat-x; }

#nav ul li { 
	display: inline;
	margin: 0;
	padding: 0; }

#nav ul li a {
	margin: 0;
	padding: 13px 6px 13px 7px;
	text-decoration: none;
	color: #fff; }

#nav ul li a:hover, #nav ul li.current a:hover {
	margin: 0;
	padding: 12px 6px 12px 7px;
	text-decoration: none;
	background-image: url(/media/navbg_on.jpg);
	background-repeat: repeat-x; }
	
#art { 
	clear: left;
	line-height: 0px;
	margin: 1px 0 1px 0; }
	
#map { 
	margin: 1px 0 1px 0;
	height: 300px; }
	
#main { 
	float: left;
	width: 603px;
	margin: 0;
	padding: 15px; }
	
#sidebar { 
	margin: 0 0 0 634px;
	padding: 15px;
	background: #d4e1ef; }
	
#sidebar .logo { 
	margin: 15px 0 0 0; }

#footer { 
	clear: both;
	background-image: url(/media/footerbg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 30px 24px 15px 24px;
	text-align: center;
	font-size: 11px; }
	
.clearer { 
	clear: both; 
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
.contentpic { 
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	text-align: center;
	color: #666; }
	
.icon { 
	vertical-align: text-bottom; }
	
.alert { 
	color: #A10000; }
	
.date { 
	color: #666;
	font-size: 11px; }

.instructions { 
	color: #666;
	font-style: italic; }

table.gallery { 
	clear: right;
	width: 100%; }
	
table.gallery td { 
	width: 20%;
	margin: 0;
	padding: 0 0 15px 0; }
	
table.boatpics tr {
	text-align: center;
	vertical-align: bottom; }
	
table.boatpics td { 
	padding: 15px 15px 0 0; }
	
table.list { 
	width: 100%;
	background: #ccc; }
		
tr.listheaders { 
	background: #1d61ab;
	vertical-align: top;
	font-weight: bold;
	color: #fff; }
		
tr.listitemsodd { 
	background: #fff;
	vertical-align: top; }
		
tr.listitemseven {
	background: #d2dfee;
	vertical-align: top; }
	
table.list td { 
	padding: 0 3px 0 3px; }
	
td.actions { 
	width: 50px;
	text-align: center; }
	
td.qty { 
	width: 120px; 
	text-align: right; }
	
td.date { 
	width: 80px; }
	
form { 
	margin: 0;
	padding: 0;
	width: auto; }
	
fieldset { 
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 0; }
	
input, textarea, select {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 2px; }

.submit, .reset, .button { 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica;
	text-transform: uppercase;
	border: none;
	padding: 0;
	width: auto;
	color: #fff; 
	background-color: #37599a; }
	
textarea.linkbox { 
	width: 600px;
	height: 400px; }
	
/* LIVE VALIDATION CSS */

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px; }

.LV_valid {
    color:#00CC00; }
	
.LV_invalid {
    color:#CC0000; }
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00; }
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000; }
	
/* THICKBOX SETTINGS */
*{ padding: 0; margin: 0; }

html, body {
min-height: 100%;
height: auto !important;
height: 100%; }

#TB_window {
	color: #000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica; }

#TB_secondLine {
	color:#666666; }

/*#TB_window a:link { color: #666666; }
#TB_window a:visited { color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus{ color: #666666; }*/

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background: url(/media/thickboxbg.png); }

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color: #000;
	display:none;
	border: 1px solid #ccc;
	text-align:left; }

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc; }

#TB_caption {
	height:45px;
	padding:7px 30px 10px 25px;
	float:left; }

#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right; }

#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right; }

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px; }

#TB_title {
	background-color:#888;
	height:27px; }

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em; }

#TB_ajaxContent p {
	padding:5px 0px 5px 0px; }

#TB_load {
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101; }

#TB_HideSelect {
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; }

#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px; }
	
/* END THICKBOX */

