* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.gif) 0 0 repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Tahoma", Helvetica, sans-serif;
}

#outer {
	width: 760px;
	margin: 50px auto 20px auto;
	position: relative;
	text-align: left;
	border: 1px solid #003979;
}

#contentwrap {
	background: url(../images/content_bg.gif) 0 0 repeat-y;
	display: block;
	font-size: 0.7em; /* Global Content Font Size */
	border-top: 1px solid #003979;
}

#header {
	background: #fff url(../images/header_bg.gif) 0 0 repeat-y;
	height: 100px;
	border-bottom: 4px solid #E1001A;
	margin-bottom: 2px;
}

	#headerleft {
		float: left;
		padding: 30px 0 0 20px;
	}
	
	#navedge{
		 float: right;
		 background: url(../images/nav_edge.gif) 0 0 repeat-x;
		 height: 36px;
		 width: 35px;
	}
	
	#h-nav {
		 float: right;
		 background: url(../images/nav_bg.gif) 0 0 repeat-x;
		 height: 36px;
		 font-size: 11px;
	}
	
	#kidsboatsfun {
		float: right;
		clear: right;
		font-size: 1.9em;
		font-style: italic;
		color: #0085CA;
		padding: 0 20px 0 0;
		width: 40%;
		line-height: 2em;
		text-align: right;
	}
	
#feature {
	border-bottom: 1px solid #003979;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#col-right {
	float: right;
	width: 31%;
}

#colwrap-left {
	float: left;
	width: 68.5%;
}

	#col-left {
		float: left;
		width: 38.7%;
	}
	#col-left.tpl { width: 1%; }
	
	#col-center {
		float: right;
		width: 60%;
	}
	#col-center.tpl { width: 95%; }

#footer {
	background: #fff url(../images/footer_bg.gif) 0 2px repeat-x;
	height: 22px;
	clear: both;
	line-height: 2em;
	border-top: 2px solid #003979;
	padding: 2px 10px 0 10px;
	color: #fff;
}
	#footerleft {
		float: left;
	}
	
	#footerright {
		 float: right;
		 width: 31%;
	}
	
/*** News Item ***/

.newsitem {
	border-bottom: 1px solid #003979;
	float: left;
	width: 97%;
	padding: 10px 7px 20px 7px;
}
.newstitle {
	float: left;
	width: 38%;
	color: #0085CA;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
.newsitem.feature {
	background: #eee;
}
.newsitem.feature .newstitle {
	font-size: 1.8em;
}
.newsitem.feature p.date { display: none; }
.newscontent {
	float: right;
	width: 58%;
}
.newsitem a:link, .newstitle a:visited, h3 a:link, h3 a:visited { text-decoration: none; }

/*** Event Item ***/

.eventitem {
	border-bottom: 1px dashed #003979;
	margin-bottom: 15px;
}
.eventitem p { margin-left: 10px; }
.eventitem p.date {
	margin-bottom: -20px;
	margin-left: 0;
}



#partners img {
	border-top: 5px solid #fff;
	border-right: 20px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 20px solid #fff;
	margin-bottom: 10px;
}

ul#sidenav li {
	list-style: none;
	
}

ul#sidenav {
	font-size: 1.2em;
	font-weight: bold;
}

ul#sidenav li a {
	border-bottom: 1px solid #003979;
	width: 100%;
	display: block;
	padding: 2px 0 2px 0;
	text-decoration: none;
}

ul#sidenav ul li a {
	padding-left: 15px;
	width: 93%;
	font-weight: normal;
	border-bottom: 1px solid #B8C8D8;
}


/*** Formatting ***/

#colwrap-left ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

a img { border: none; }

a:link, a:visited {
	color: #0085CA;
	text-decoration: underline;
}

a:hover {
	color: #E1001A;
	text-decoration: none;
}

p {
	margin: 0 0 1.4em 0;
}

p.date {
	color: #003979;
	margin-bottom: 0;
	font-weight: bold;
}

h1.hide { display: none; }

h2, h3 { font-family: Arial, Helvetica, sans-serif; }

h2, legend {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.8em;
	color: #003979;
}

.blue {
	font-weight: bold;
	color: #0085CA;
}

.red { color: #DF0000; }

.keytext {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.5em;
	color: #777;
}

#colwrap-left h3 {
	color: #E1001A;
	font-size: 1.3em;
	margin: 20px 0 0.5em 0;
}

#col-right h2, #col-right h3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #009;
	color: #003979;
	padding: 0 0 7px 0;
}
#col-right h2 { color: #c03; }

.imgRight {
	float: right;
	margin: 1em 5px 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding {
	padding: 14px;
}

#footer a { color: #fff; }

/*** forms ***/

fieldset {
	border: none;
}
input {
	margin-bottom: 3px;
}
form span { color: #597EA8; }

table {
	border-right: 1px solid #0085CA; 
	border-bottom: 1px solid #0085CA;
}
table td {
	border-top: 1px solid #0085CA; 
	border-left: 1px solid #0085CA; 
	padding-left: 5px;
	background-color: #F7F7F7;
}

table.blanktable , .blanktable th, .blanktable td {
	border: none;
	background: #fff;
}
.blanktable img { margin: 5px; }

table.calendar td a {
	padding: 2px;
}

table.calendar .today {
	font-weight: bold;
	color: #E1001A;
}

/*** products ***/

.productitem {
	overflow: hidden;
	display: block;
	clear: both;
	margin-bottom: 15px;
	border-top: 1px solid #000;
}
.product {
	float: right;
	width: 60%;
}
#colwrap-left .product h3 {
	margin-top: 10px;
}
.productimage {
	float: left;
	width: 35%;
	text-align: right;
	margin-top: 13px;
}