* { margin: 0; padding: 0; }

body {
	background: #F5F5F5 url(../images/bg.jpg) 0 0 repeat-x;
	color: #262641;
	margin: 0;
	padding: 0;
	font: 100%/120% "Trebuchet MS", Helvetica, sans-serif;
}

/* 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 {
	background: url(../images/feature_bg.gif) 0 148px no-repeat;
	float: left;
}

#header {
	height: 148px;
}

	#headerleft {
		float: left;
		padding: 30px 0 0 5px;
	}
	
	#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-right {
		float: right;
		width: 428px;
	}

	
/* Footer
------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ABBDD1;
	background: #F5F5F5;
	color: #999;
	clear: both;
	font-size: 0.7em;
	line-height: 40px;
}

	#footerleft { float: left; width: 250px; padding-left: 30px }
	
	#footermiddle { float: left; width: 230px; }
	
	#footerright {
		 float: left;
	}
	
	#footer a {
		color: #999;
	}
	
	#footer a:hover {}

/* Navigation refer to vertical_nav.css)
------------------------------------------------------------------*/

#v-nav {
	display: block;
	background: url(../images/nav_bg.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
	width: 241px;
	height: 286px;
}

#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;
	background: url(../images/arrow.gif) 0 5px no-repeat;
	padding-left: 18px;
	margin: 2em 0 0 0;
}

.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;
}


a img { border: none; }

a {
	color: #00A3E0;
	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;
		background: url(../images/bullet.gif) 0 2px no-repeat;
		padding-left: 18px;
	}
	#col-left .padding ul li {
		list-style: none;
		background: url(../images/bullet.gif) 0 1px no-repeat;
		padding-left: 18px;
		padding-bottom: 0.8em;
		line-height: 1.3em;
	}
	#col-left .padding ul {
		padding: 0;
	}

.hide { display: none; }

h2 {
	margin: 0 0 2em 0;
	font-size: 1.3em;
	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.1em;
	margin: 0 0 0.5em 0;
}

strong {
	color: #003B7D;
}

.line {
	border-bottom: 1px solid #ABBDD1;
	height: 1px;
	font-size: 1px;
	margin-bottom: 15px;
}


.padding { padding: 35px 50px 20px 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;
}

/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; }
