* { margin: 0; padding: 0; }

body {
	color: #262641;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-color: #F5F5F5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 917px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

#contentwrap {
	background: url(../images/side_bg_home.gif) 0 0 repeat-y;
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#contentwraptpl {
	background: url(../images/side_bg.gif) 89px 0 repeat-y;
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#wrapper1 {
	float: left;
	background-image: url(../images/feature_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 148px;
}

#header {
	height: 148px;
}

	#headerleft {
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	}
	
	#headerright {
		 float: right;
		 padding-right: 7px;
	}
	
	#flash-1 {
		padding-top: 3px;
		float: left;
		margin-left: 3px;
	}
	
.feature {
	height: 297px;
	background: url(../images/feature_bg_home.gif) 0 0 no-repeat;
	padding: 9px 0 0 12px;
}

#col-left {
	float: left;
	width: 254px;
}
	#col-left p { padding-right: 15px; }

.colwrap-right {
	float: right;
	width: 660px;
}

	#col-center {
		float: left;
		width: 228px;
	}
	
	#col-center2 {
		float: left;
		width: 600px;
	}
	
	#col-right {
		float: right;
		width: 428px;
	}

#col-right2 {
	float: right;
	width: 350px;
	margin-bottom: 20px;
	}
	
/* Footer
------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ABBDD1;
	background: #F5F5F5;
	color: #999;
	clear: both;
	font-size: 0.7em;
	line-height: 40px;
}

	#footerleft { float: left; width: 225px; padding-left: 30px }
	
	#footermiddle { float: left; width: 100px; }
	
	#footerright {
	float: left;
	width: 660px;
	}
	
	#footer a {
		color: #999;
	}
	
	#footer a:hover {}

/* Navigation refer to vertical_nav.css)
------------------------------------------------------------------*/

#v-nav {
	display: block;
	overflow: hidden;
	float: left;
	width: 241px;
	height: 286px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#col-left #v-nav {
	float: right;
	margin: 10px 0 25px 0;
	font-size: 1.3em;
}

/* Newsitem1
------------------------------------------------------------------*/

.newsitem {
	border-bottom: 1px solid #ABBDD1;
	padding-left: 20px;
}

.newsitem h3 {
	font-size: 1em;
	padding-left: 18px;
	margin: 2em 0 0 0;
	background-image: url(../images/red_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.newsitem p {
	padding:  0 20px 0 18px;
}

.newsitem1 {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
}
.newsitem1 h3 {
	margin-bottom: -0.25em;
	font-size: 1.1em;
}
.newsitem1 h3 a {
	color: #003B7D;
}
.newsitem1 p.date {
	font-size: 0.9em;
	color: #666;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}



/* Webcam
------------------------------------------------------------------*/

a.webcam {
	display: block;
	height: 40px;
	width: 170px;
	padding-left: 60px;
	font-weight: bold;
	font-size: 1.2em;
	color: #099;
	line-height: 20px;
	background-image: url(../images/webcam_icon.gif);
	background-repeat: no-repeat;
	background-position: 15px 8px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

/* Hide Print Images
------------------------------------------------------------------*/

#printheader { display: none; }
#printfooter { display: none; }

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #D8021A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
}

	ul ul, ol ol { margin-bottom: 0; }
	
	.colwrap-right ul li {
	list-style: none;
	padding-left: 18px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	}
	#col-left .padding ul li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 0.8em;
	line-height: 1.3em;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	}
	#col-left .padding ul {
		padding: 0;
	}

.hide { display: none; }

h2 {
	margin: 0 0 2em 0;
	font-size: 1.5em;
	color: #003B7D;
}

	h2 a {
		color: #003B7D;
		text-decoration: none;
	}
	
	h2 a:hover {
	}
	
	#col-left h2 {
		text-transform: uppercase;
		border-bottom: 1px solid #A9BBCF;
		padding: 0 0 10px 20px;
		margin: 0;
		font-size: 1.1em;
	}
	
	#col-center h2 {
		font-size: 1em;
	}
	
	#contentwraptpl #col-left h2 {
		font-size: 1.6em;
		text-transform: none;
		padding: 0;
		margin: 0 0 1em 0;
		border: none;
	}
	
	#col-right h2 {
		color: #099;
		font-size: 1.1em;
	}
	
h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	color: #003B7D;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}

.imgRight {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

.imgRight.webcamimg {
	margin-right: -20px;
}

.imgLeft {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

strong {
	color: #003B7D;
}

.line {
	border-bottom: 1px solid #ABBDD1;
	height: 1px;
	font-size: 1px;
	margin-bottom: 15px;
}


.padding {
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.padding.boatdetails { padding-right: 20px; }
#col-left .padding { padding: 50px 0 20px 5px; }
#col-center .padding { padding-right: 0; }
.padding.homeright { padding-right: 20px; }
#col-right .padding { padding-left: 0; }
#contentwraptpl #col-left .padding { padding: 50px 0 20px 35px; }
div.paddingboats { padding: 35px 0 10px 20px; margin-top: 0px; float: left; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.clear { clear: both; }

div.line {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #012B67;
}

/*** Messages ***/

/* Messages */

div.message {
	width: 100%;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info {
	background: #B7EF46;
	color: #333;
}
div.message.error {
	background: #FF6666;
}


/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; }
.red {
	font-size: 2em;
	font-weight: bold;
	color: #D8021A;
	font-family: "Times New Roman", Times, serif;
}
.blue {
	color: #043E7F;
	font-family: "Times New Roman", Times, serif;
}
