/**
 * main.css - Global stylesheet 
 */

/***********************************************************************
 * Elements
 **********************************************************************/
a {
	color: #004990;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(../images/main-bg.jpg) repeat-x #004990;
	color: #535353;
	margin: 0;
	font-size: 75%;
	font-family: "tahoma", arial, helvetica, sans serif;
}

h1 {
	color: #004990;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
}

h2 {
	color: #004990;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	color: #004990;
	line-height: normal;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 20px;
	margin-bottom: 8px;
}

h4 {
	color: #434343;
	line-height: normal;
	margin-bottom: 3px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase
}

p {
	margin: 0 0 1.4em 0;
	line-height: 1.4em;
}

img {
	border: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

ul {
	padding-top: 0;
	margin-top: 0;
}

/***********************************************************************
 * Items
 **********************************************************************/

/* Banner */
#banner {
	margin-bottom: 25px;
}

#banner img {
	display: block;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 18px;
	line-height: 1.6em;
}

#center-container {
	background: #fff;
}

#center {
	padding: 0 8px 0 9px;
}

#center-blue {
	background: url(../images/features-container-bg.jpg) repeat-x 0 15px;
	padding-bottom: 30px;
	margin: auto;
}


/* Content */
#content .breadcrumbs {
	font-size: 1.2em;
	color: #6caedf;
	margin-bottom: 20px;
}

#content .breadcrumbs a {
	color: #6caedf;
}

#content .breadcrumbs a:hover {
	color: #004990;
	text-decoration: none;
}

#content .page-description {
	border-bottom: 1px solid #c4dff2;
	color: #77787b;
	padding: 2px 0;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 30px;
}

#content .page-title {
	border-bottom: 1px solid #c4dff2;
	padding-bottom: 13px;
	font-size: 2.2em;
	color: #004990;
	margin-bottom: 30px;
	position: relative;
}

#content .content {
	line-height: 1.6em;
}

#content .content-sans-serif {
	font-family: tahoma, arial;
	line-height: 1.4em;
	font-size: .9em;
	margin-bottom: 20px;
}

/* Body Container */
#body-container {
	background: url(../images/body-container-bg.jpg);
	width: 880px;
	margin: auto;
}

#body-bottom img, 
#body-top img,
#left-right-col-bottom img,
#left-right-col-top img, 
#center-top img, #center-bottom img {
	display: block;
	clear: both;
}

#body {
	background: url(../images/left-right-col-bg.png) center repeat-y;
	padding: 0 11px;
}	

/* Footer */
#footer {
	background: url(../images/footer-bg.jpg) top center no-repeat;
	color: #a6bfd8;
	width: 880px;
	margin: auto;
	padding: 25px 15px 50px 15px;
	line-height: 1.5em;
	font-size: .9em;
}
/* Footer */

#footer a {
	color: #a6bfd8;
}

/** Header **/
#header {
	width: 880px;
	margin: auto;
	position: relative;
	height: 167px;
}

#header-container {
	background: url(../images/header-bg.jpg) no-repeat center;
	height: 167px;
}

/* Quicks */
#header .quicks {
	background: url(../images/quicks-bg.gif) no-repeat right 1px;
	color: #93c7ee;
	font-size: .8em;
	font-family: "arial", tahoma;
	position: absolute;
	right: 25px;
	top: 4px;
	padding-right: 15px;
}

#header .quicks a {
	color: #93c7ee;
}

#header .quicks a:hover {
	text-decoration: underline;
}

/* Logo */
#header .logo {
	position: absolute;
	left: 26px;
	top: 76px;
	z-index: 0 !important;
	z-index: -1;
}

#header .logo img {
	display: block;
}

/* Sub Navigation */
#header .sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .sub-nav ul li a {
	display: block;
	color: #4e4e4e;
	border-bottom: 1px solid #b6b4ad;
	padding: 5px 10px 6px 10px;
}

#header .sub-nav ul li.last a {
	border-bottom: none;
}

#header .sub-nav ul li a:hover {
	color: #81b216;
	background: url(../images/subnav-bg.gif);
	text-decoration: none;
}

/* Navigation */
.navigation {
	left: 33px;
	margin: auto;
	position: absolute;
	top: 31px;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul li {
	color: #2b2b2b;
	display: block;
	float: left;
	padding-right: 1px
}

.navigation ul li.first a {
}

.navigation ul li.last {
	background: none;
}

.navigation ul li a {
	color: #004990;
	padding: 0px 12px 9px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation ul li a:hover, .navigation ul li a.active {
	background: url('../images/nav-ro.gif') no-repeat center bottom;
	text-decoration: none;
}


/* Proposal Login */

#header .proposal-login {
	position: absolute;
	right: 0;
	top: 35px;
}

#header .proposal-login-title {
	margin-right: 5px;
}	

#header .proposal-login-field {
	color: #aaa8a8;
	font-size: .9em;
	background: url(../images/proposal-bg.jpg) right;
	border: solid 1px #e1ddd1;
	margin-right: 3px;
	padding: 5px 1px 1px 4px;
	height: 14px;
	width: 136px;
}	

#header .proposal-login-button {
	width: 48px;
	height: 23px;
	position: relative;
	top: 5px;
}

#left-col-container {
	background: #fff;
	float: left;
	width: 596px;
}

#left-col {
	padding: 0 8px 0 9px;
}

#left-col-blue {
	background: url(../images/features-container-bg.jpg) repeat-x 0 15px;
	padding-bottom: 30px;
	margin: auto;
}

#right-col-container {
	background: url(../images/right-col-blue-bg.jpg) repeat-y;
	float: right;
	width: 250px;
}

#right-col {
	padding: 2px 8px 0 11px;
}

#site-top {
	background: url(../images/main-bg.jpg) repeat-x #fff;
	padding-bottom: 20px;
}
/***********************************************************************
 * Classes
 **********************************************************************/

/* Blocks */
.block {
	margin-bottom: 10px;
	background: url(../images/block-side-shadow.gif) right repeat-y;
	width: 229px;
}

.block-title {
	color: #b2ada1;		
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #b2ada1;
	padding-bottom: 8px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/* Map */
.front-map img {
    display: block;
    float: left;
}

/* Aerial Views */
.aerial-views img {
	display: block;
}

/* Boat Channel Webcam */
.boat-channel img {
	display: block;
}

/* Directions */
.directions img {
	display: block;
}

/* Facts */
.facts {
	position: relative;
	right: 2px;
}

.rss {
	background: url(../images/rss-icon.gif) no-repeat right center;
	padding-right: 23px;
	position: absolute;
	font-family: arial, tahoma;
	right: 5px;
	top: 3px;
	font-size: 11px;
}

.rss a {
	color: #004990;
}	

.read-more {
	background: url(../images/arrow-blue.gif) no-repeat right 4px;
	padding-right: 10px;
	color: #004990;
}


