/* Working stylesheet.  Compress before posting live.  DO NOT DELETE BETA COPY */
/* Set elements to have 0 margin and padding.  Eliminates browser defaults.  Allows page to look the same in all browsers */
* {
	margin:0;
	padding:0;
}

/* Set the default properties of the page */
html, body {
	color:#000;
	font-size:9pt;
	font-family:Verdana, Arial;
	/* body background color */
	background-color:#011627;
}


/****** Setup default behaviors ********/
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td {
	/* Default table cells to valign="top" */
	vertical-align:top;
}
img {
	/* set border of 0 as default for images */
	border:0;
}
img.border {
	/* use class="border" for images you want a border */
	border:1px solid black;
}
option {
	padding-right:4px;
}
/****** End Default Behaviors ********/


/****** Setup Page Layout ********/

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header {
	background:url(/graphics/header-bg.png) repeat-x;
	height:128px;
}

#content {
	padding:10px;
	background:white;
}




#left-content{
	width:553px;
	float:left;
	border-right:1px solid #E0E0E0;
	padding:5px;
}

#right-content{
	float:left;
	clear:none;
	text-align:center;
	padding:30px;
}

#footer {
	background:url(/graphics/footer-bg.png) repeat-x;
	text-align:center;
	height:147px;
	padding-top:12px;
	color:#fff;
}
#footer a{
	color:#fff;
}

#footer h2{
	padding-bottom:5px;
	font-size:13pt;
}

/****** End Page Layout ********/


/* Formatting for main body of the site */
#content a{
	color:#115BA2;
}

#content h1 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	padding-bottom:13px;
	font-size:16pt;
	font-family:Arial,sans-serif;
	color:#023764;
}
#content h2 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font-size:14pt;
	color:#023764;
}
#content h3{
	font-size:13px;
	font-weight:bold;
	color:#023764;
}


#content p {
	/* Set top and bottom padding for element */
	padding:5px 0;
	line-height:172%;
	font-family:Arial,sans-serif;
}

#content ul li{
	font-family:Arial,sans-serif;
}

#content li {
	margin-left:25px;
	padding:5px;
}

/****** End Design section ********/

/* Styles for the contact form */
form input {
	margin-top: 8px;
}
form .label {
	display: block;
	float: left;
	text-align:right;
	width:90px;
	margin-top: 8px;
}
form label {
	margin-right:3px;
}
form textarea {
	margin:5px;
}
#Reset {
	margin-left:10px;
}

/* various styles for form elements */
.button {
	border:1px solid black;
	background:#D3D3D3;
}
.error {
	color:#C00;
}
.text-field {
	border:1px solid black;
	background:#f5f5f5;
}
.required {
	color:#F00;
}
.clearline {
	clear:both;
}

#logo{
	padding-left:21px;
	padding-top:46px;
}

#nav-contain{
	height:33px;
	width:998px;
	background:url(/graphics/nav-span.png) repeat-x;
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	border-top:1px solid #011627;
	border-bottom:1px solid #011627;
}
#under-nav-bar{
	width:1000px;
	height:5px;
	background:url(/graphics/content-border.png) repeat-x;
	overflow:hidden;
}

#nav{
	position:absolute;
	top:130px;
	left:0;
}

#nav ul{
	list-style:none;
}

#nav ul li{
	float:left;
	padding:8px 20px;
	background:top right url(/graphics/nav-bar.png) no-repeat;
}

#nav ul li a{
	text-decoration:none;
	color:#115BA2;
}

#nav ul li a:hover{
	text-decoration:underline;
}

.left{
	float:left;
	margin-right:12px;
	margin-bottom:7px;
}

.right{
	float:right;
	margin-left:12px;
	margin-bottom:7px;
}

.border{
	border:1px solid #02375F;
}

#header-contact{
	float:right;
	width:174px;
	color:#fff;
	padding-top:40px;
}

#header-contact a{
	color:#fff;
}
#serviceBoats {
	list-style:none;
	padding-top:10px;
}
#serviceBoats ul {
	list-style:none;
}
#content #serviceBoats li {
	font-size:8pt;
	background-image:url(/graphics/boat.jpg);
	background-repeat:no-repeat;
	padding:4px 2px 2px 27px;
	margin:5px 0 0 13px;
}

#content #serviceBoats li ul li{
	font-size:8pt;
	background-image:none;
	padding:1px 2px 0 0;
	margin:2px 0 0 13px;
}
.videoCenter{
	display:block;
	margin:0 auto;
}
