﻿body {
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #ddd url(images/body_bg.png) repeat-x;
/*	background-color: rgb(98, 13, 16); -- Red with stripe*/
	background-color: rgb(69, 96, 105); /* Blue with stripe */
	}
p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 853px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(images/header_bg.png) no-repeat center top;
	padding-top: 120px;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
}
#header img {
	margin: 20px 0 10px;
}
/* Footer and CopyRight */
#footer {width: 100%; margin: 0 auto; height: 300px; background-color: #000000; }
#footer_content {width: 981px; margin: 0 auto; border-top: 1px solid #1B1B1B;}
#footer_content ul {float: left; width: 175px; padding: 10px;}
#footer_content ul li h5 {color: #ffffff; list-style: none; font-size: 15px; margin-bottom: 10px;}
#footer_content ul li {color: #999999; font-size: 12px; list-style: none; line-height: 21px;}
#footer_content a {color: #999999; text-decoration:none; }
#footer_content a:hover { text-decoration: underline;}
#footer_content h5 a {color:#FFF;}

/* Footer Titles */
#footer_content ul li.footer_title {font-size: 16px; padding-bottom: 10px;}
#footer_content ul li.footer_title a{color: #ffffff; text-decoration: none;}


#footer_copy {width: 981px; margin: 0 auto; clear: both; padding-top: 10px;  padding-bottom: 10px;  font-size: 11px; line-height: 18px; color: #999999; text-align: left; vertical-align: baseline; border-top: solid 1px #1B1B1B; }
#footer_copy a {color: #999999; text-decoration:none; padding: 0 5px;}
#footer_copy a:hover { text-decoration: underline;}


/* ------------------------Add ons ---------------------------------------------- */

img.double-border {
	border: 5px solid #ddd;
	padding: 5px; /*Inner border size*/
	background: #fff; /*Inner border color*/
}
/*------------------------- TABLE -----------------------------------------------*/
#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #669;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eff2ff;
}

/*---------------- The Grey Box----------------  */
.boatprofile {
	background-color:#f0f0f0;
	border:1px solid #cecfd0;
	text-align:center;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 6px;
}

/*----DELETE POSSIBLE--------s3Slider----------------  */

/*----------------------TESTING AREA--------------------*/

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}}