/*
 *	css/screen.css
 *
 *	Valid CSS 2.0
 *	Tested in Firefox 2.0, Opera 9.10 and Internet Explorer 7.0
 */

*
{
	margin: 0;
	padding: 0;
	outline: 0;
}
html, img
{
	border: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	color: #000;
	background: #283c81;
	text-align: center;
}

/* Classes */
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.cl
{
	clear: both;
}
.al
{
	text-align: left;
}
.ac
{
	text-align: center;
}
.ar
{
	text-align: right;
}

/* Layout */
#header
{
    background: #093f61 url(../img/header-bg.jpg) repeat-x;
	height: 157px;
}
#title
{
	background: #9eb5c4 url(../img/title-bg.jpg) repeat-y top left;
	text-align: left;
}
#title h1
{
	margin: 0 0 0 235px;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.4em;
	color: #073f61;
}
#container
{
	background: #cfd9df url(../img/right-bg.jpg) repeat-y top right; /* right faux column */
}
#left
{
	float: left;
	width: 100%;
	margin: 0 -222px 0 0;
	background: url(../img/nav-bg.jpg) repeat-y top left; /* left faux column */
}
#nav
{
	width: 222px;
	float: left;
}
#content
{
	margin: 0 222px 0 222px;
	background: #cfd9df;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.3em;
}
#gap
{
	margin: 20px;
}
#content h2
{
	font-size: 1.6em;
	font-weight: normal;
}
#content ul, #content ol
{
	margin: 20px 0 20px 50px;
}
#content p
{
	text-align: left;
	margin: 1em 0;
}
#right
{
	width: 222px;
	float: right;
	background: #fff;
	margin: 0 0 0 -222px;
}
#footer
{
	clear: both;
	background: #e8d79c;
	color: #000;
}
#footer p
{
	padding: 2px;
}
#footer a
{
	color: #073f61;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover
{
	text-decoration: underline;
}
#credits
{
	clear: both;
	background: #093f61;
}
#credits p
{
	color: #e8d79c;
	padding: 1em;
}
#credits a
{
	color: #e8d79c;
	text-decoration: none;
}

/* Navigation */
#nav ul
{	
	list-style: none;
	width: 169px;
	margin: 0 0 0 52px;
	border-bottom: 10px solid #fff;
}
#nav ul li
{
	border-top: 1px solid #fff;
	text-align: left;
}
#nav ul li a
{
	display: block;
	background: #f6f2df url(../img/nav.jpg) no-repeat bottom left;
	color: #072f49;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 0 0 2em;
	text-decoration: none;
}
#nav ul li a:hover,
.pg-news #nav-news,
.pg-boats #nav-boats,
.pg-reviews #nav-reviews,
.pg-downloads #nav-downloads,
.pg-gallery #nav-gallery,
.pg-contact #nav-contact,
.pg-map #nav-map,
.pg-page1 #nav-page1,
.pg-page2 #nav-page2,
.pg-page3 #nav-page3,
.pg-page4 #nav-page4,
.pg-page5 #nav-page5
{
	background: #e8d79c url(../img/nav.jpg) no-repeat top left;
	color: #de3808;
	border-right: 4px solid #de3808;
}
#nav ul li ul
{
	border-bottom: 0px solid #fff;
	margin: 0;
}
#nav ul li ul li
{
	border-top: 1px solid #fff;
}
#nav ul li ul li a
{
	background: #f6f2df url(../img/nav2.jpg) no-repeat bottom left;
	padding: 0 0 0 3em;
}
#nav ul li ul li a:hover
{
	background: #e8d79c url(../img/nav2.jpg) no-repeat top left;
	color: #de3808;
	border-right: 4px solid #de3808;
}

/* Boats */
.pg-boats dl
{
	text-align: left;
	margin: 1em 30px;
}
.pg-boats dl dt a
{
	font-size: 1.8em;
	line-height: 1.3em;
	text-decoration: none;
	color: #073f61;
}
.pg-boats dl dd
{
	margin: 0 30px 1em 30px;
}

/* Downloads */
.pg-downloads ul
{
	display: block;
	text-align: left;
	margin: 1em 30px;
	list-style: none;
}
.pg-downloads ul li a
{
	text-decoration: none;
	color: #073f61;
}

/* Reviews */
.pg-reviews dl
{
	text-align: left;
	margin: 1em 30px;
}
.pg-reviews dl dt
{
	font-style: italic;
}
.pg-reviews dl dd
{
	font-weight: bold;
	color: #073f61;
	margin: 0 30px 1em 30px;
}

/* News */
.pg-news dl
{
	text-align: left;
	margin: 1em 30px;
}
.pg-news dl dt
{
	font-weight: bold;
	color: #073f61;
}
.pg-news dl dd
{
	margin: 0 30px 1em 30px;
}
.pg-news dl dd em
{
	display: block;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

/* Gallery */
#splash
{
	display: block;
	margin: 1em auto;
}
#right ul
{
	list-style: none;
	margin: 1em auto;
	text-align: center;
}
#right ul li
{
	margin: 1em;
}
.pg-gallery #content ul
{
	list-style: none;
	margin: 1em auto;
}
.pg-gallery #content ul li
{
	display: inline;
}
.pg-gallery #content ul li img
{
	margin: 1em;
	width: 150px;
	height: 150px;
}
.pg-gallery img.full
{
	margin: 1em auto;
	display: block;
}

/* Contact Us */
#right h2
{
	margin: 1em;
	font-size: 1.8em;
	font-weight: normal;
	color: #073f61;
}
#right h2 a
{
	text-decoration: none;
	color: #073f61;
}
#right p
{
	margin: 1em auto;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #073f61;
}
.pg-contact fieldset
{
	display: block;
	margin: 1em auto;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.0em;
	width: 500px;
	text-align: left;
	border: 1px dashed #073f61;
	padding: 5px 0;
	text-align: right;
}
.pg-contact legend
{
	background: #cfd9df;
	color: #073f61;
	font-weight: bold;
	padding: 0 1em;
}
.pg-contact label
{
	display: block;
	clear: both;
	margin: 10px 0 0 0;
}
.pg-contact label span
{
	float: left;
	text-align: left;
	color: #073f61;
	margin: 0 0 0 2em;
	padding: 0;
	font-weight: normal;
}
.pg-contact span
{
	text-align: right;
	margin: 0 2em 0 0;
	padding: 0;
	display: block;
	clear: both;
	color: #0000FF;
	font-weight: bold;
}
.pg-contact label input, .pg-contact label textarea
{
	float: right;
	width: 250px;
	margin: 0 2em 0 0;
	padding: 1px 0 0 0;
}
.pg-contact fieldset br {
	margin: 20px;
	display: block;
	clear: both;
}
.pg-contact #submit
{
	text-align: center;
	border: 0;
}
.pg-contact #submit input
{
	width: 150px;
	cursor: pointer;
	font-weight: bold;
	margin: 0 auto;
}

/* Google Map */
#map
{
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.pg-map fieldset
{
	border: 0;
	text-align: center;
}
.pg-map label
{
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin: 1em auto;
}
.pg-map input
{
	text-align: center;
	display: block;
	margin: 5px auto;
	padding: 1px 0 0 0;
	width: 175px;
}
.pg-map #submit
{
	cursor: pointer;
	font-weight: bold;
}

/* Boats */
dl.boats
{
	text-align: left;
	margin: 1em 30px;
}
dl.boats dt
{
	font-weight: bold;
	color: #073f61;
}
dl.boats dd
{
	margin: 0 30px 1em 30px;
}
table
{
	width: 500px;
	margin: 1em auto;
	background: #cfd9df;
	font-size: 1.3em;
}
table tr td
{
	padding: 2px 1em;
	background: #9eb5c4;
	width: 50%;
	color: #073f61;
}