@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #29ABE2;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/cloudSeamless.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 870px;
	background: #FFFFFF;
	margin: 30px auto 10px auto;
	text-align: left;
	padding: 5px;
}
.oneColFixCtr #mainContent {
	padding: 0;
}
#header {
	text-align: center;
}
#photoBanner {
	border-top: solid #FFFFFF 5px;
}
#navigationMain {
	background-image: url(images/marina_nav_background.gif);
	background-repeat: repeat-x;
	width: 870px;
	color: #FFFFFF;
	font-size: 11px;
	height: 35px;
	border-top: solid #FFFFFF 5px;
	text-align: center;
}
#navigationMain ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#navigationMain li {
	display: inline;
	padding: 0 5px;
}
.currentPage {
	text-decoration: underline;
}
#lowerHomeSection {
	border-top: solid #FFFFFF 5px;
	width: 870px;
	height: 302px;
	background-image: url(images/marina_lower_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#whiteHomeSectionText {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 415px;
	padding: 10px 10px;
	color: #020255;
}
#whiteHomeSectionText h2 {
	font-size: 13px;
	margin: 0;
	font-weight: normal;
}
#whiteHomeSectionText ul, #lowerSubPageSection ul {
	margin: 7px 0 0 0;
}
#whiteHomeSectionText li, #lowerSubPageSection li {
	list-style-image: url(images/marina_bullet_point.jpg);
	list-style-type: circle;
	font-size: 12px;
	padding: 3px 0;
}
#mainAddress {
	color: #FFFFFF;
	font-size: 12px;
	position: absolute;
	bottom: -3px;
	left: 35px;
}
#subAddress {
	color: #FFFFFF;
	font-size: 12px;
	background-image:url(images/marina_nav_background.gif);
	background-repeat: repeat-x;
	height: 35px;
	text-align: center;
	padding: 2px 0 0 0;
	clear: both;
}
	
#lowerSubPageSection {
	border-top: solid #FFFFFF 5px;
	width: 710px;
	background: #FFFFFF;
	position: relative;
	padding: 10px 10px 10px 150px;
	background-image: url(images/blue_flag.jpg);
	background-repeat: no-repeat;
	color: #020255;
	font-size: 12px;
	background-position: 20px 20px;
}
#lowerSubPageSection p {
	padding: 5px 0 0 20px;
}
#menu {
	width: 460px;
	background-image: url(images/menu_background_2.jpg);
	background-color: #FFFFFF;
	color: #020255;
	padding: 20px;
	border: solid #020255 0px;
	margin: 20px auto;
}
#menu table {
	margin: 10px auto;
	border: solid #020255 1px;
	text-align: center;
}
#menu td, #menu th, #customBoat td, #customBoat th {
	padding: 5px;
}
#customBoat table {
	margin: 10px auto;
	border: none;
	text-align: center;
}
#copyrightFooter  {
	background: #29ABE2;
	color: #FFFFFF;
	text-align: right;
	width: 870px;
	margin: 0 auto 40px auto;
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #E8AF32;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #020255;
	margin: 15px 0 5px 0;
}
h4  {
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}
.redText {
	color: #FF0000;
}
.italicText {
	font-style: italic;
}
.boldText {
	font-weight: bold;
}
.underlineText {
	text-decoration: underline;
}
/*position cabin rental ad on Marina Services page*/
.cabinRental {
	postion: absolute;
	float: right;
	margin: 10px;
}
.photoRight {
	float: right;
	border: solid #000000 1px;
	padding: 5px;
	margin: 10px;
	background: #E8AF32;
}
.iframeMap {
	border: solid #000000 1px;
	padding: 5px;
	margin: 30px 10px 10px 10px;
	background: #E8AF32;
}
.formReminder {
	color: #FF0000;
	font-weight: bold;
	border: solid #FF0000 1px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:link img.cabinRental, a:visited img.cabinRental, a:hover img.cabinRental, a:active img.cabinRental {
	color: #FFFFFF;
}
#lowerSubPageSection a:link, #lowerSubPageSection a:visited {
	color: #020255;
	text-decoration: underline;
}
#lowerSubPageSection a:hover {
	color: #E8AF32;
	text-decoration: underline;
}
#lowerSubPageSection a:active {
	color: #666666;
	text-decoration: underline;
}
img {
	border: none;
}
/* for temp disabled link */
.darkGray {
	color: #666666;
}
