﻿@charset "utf-8";
/* CSS Document */

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


body {
	background:url(../images/common_01.jpg) repeat-x 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:link{
	color:#006699;
	text-decoration:none;
	}
a:hover{
	color:#006699;
	text-decoration:underline;
	}
a:visited{
	color:#006699;
	text-decoration:none
	}
/***************************************
Structure
***************************************/

#content{
	width:900px;
	margin:0 auto;
	overflow: hidden;
	background:url(../images/common_02.jpg) repeat-y 0 0px;
	}
#content_container{
	width:100%;
	overflow: hidden;
	}
#footer{
	width:900px;
	margin:0 auto;
	}

#footer_logo{
	margin-top: 10px;

}
div.container{
	width:100%;
	overflow: hidden;
	position:relative;
	/*z-index:999;  HEATH REMOVED BECAUSE IT INTERFERRED WITH LIGHTBOX */
	}

/***************************************
Header
***************************************/
#managemyaccountlink {
	color:#FFFFFF;
	width:200px;
	position:inherit;
	position:relative;
	top:60px;
	left:770px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	z-index:4;
}
#managemyaccountlink a {
	text-decoration:none;
	color:#FFFFFF;
}
#header {
	width:900px;
	margin:0 auto;
	height:188px;
	background-image:url(../images/header_bg.jpg);
	z-index:100;
	}

/* Main Menu */
#main_menu{
	width:auto;
	overflow: hidden;
	float: right;
	position:relative;
	z-index:20;
	margin-top:75px;
	margin-left:15px;
	height:60px;
	}
	#main_menu li{
		display:block;
		width:auto;
		overflow: hidden;
		float: left;
		}
	#main_menu li a{
		display: block;
		width:100px;
		height: 55px;
		text-indent: -2000px;
		background:url(../images/menu/menu_home.jpg) no-repeat 0 0;
		}
		#main_menu li a:hover{
			background-position:0 -55px;
			}
	#main_menu li.m1 a{
		width:70px;
		background-image:url(../images/menu/menu_home.jpg);
		}
	#main_menu li.m2 a{
		width:85px;
		background-image:url(../images/menu/menu_about.jpg);
		}
	#main_menu li.m3 a{
		width:105px;
		background-image:url(../images/menu/menu_locations.jpg);
		}
	#main_menu li.m4 a{
		width:100px;
		background-image:url(../images/menu/menu_weather.jpg);
		}
	#main_menu li.m5 a{
		width:90px;
		background-image:url(../images/menu/menu_services.jpg);
		}
	#main_menu li.m6 a{
		width:120px;
		background-image:url(../images/menu/menu_contact.jpg);
		}

		#main_menu li.m7 a{
		width:100px;
		background-image:url(../images/menu/menu_coastal.jpg);
		}
/* Drop Down Locations Menu */
#locations_menu{
	position:relative;
	width:180px;
	background:url(../images/common_021.jpg);
	height:auto;
	display: none;
	z-index:999;
	top:125px;
	left:450px;
	border:2px solid #0D3767;
	}
	#locations_menu li{
		list-style: none;
		font:12px Arial;
		}
		#locations_menu li a, #locations_menu li a:visited{
			display:block;
			line-height:25px;
			font:13px Arial;
			text-decoration: none;
			text-align: left;
			padding:3px 5px;
			border-bottom: 1px solid #ccc;
			color:#006699;
			}
		#locations_menu li a:hover,#locations_menu li a:active{
			font:13px Arial;
			text-decoration: none;
			color:#006699;
			}
/***************************************
Interiror Page Structures
***************************************/
div.title_area{
	float:right;
	width:400px;
	}
div.title_area h2{
	margin:0 0 0 20px;
	color: #006699;
	font-weight: normal;
	font-size: 42px;
	}
div.title_area h1{
	margin-top:20px;
	}
div.title_area h3{
	margin-top:20px;
	}
div.content_area{
	width:100%;
	margin-top:100px;
	}
/***************************************
Location (single location)
***************************************/
#location div.title_area{
	width:350px;
	margin: 0 20px 50px 0;
	float:right;
	}
#location div.container{
	clear:both;
	margin-bottom:100px;
	overflow: hidden;
	}
#location span.aboutustext{
	font-size:14px;
	line-height: 20px;
	margin:10px 0;
	display: block;
	}
#location div.title_area h2{
	text-align: right;
	width:310px;
	margin-right:0;
	padding-right:40px;
	}
#location div.title_area h3{
	text-align: right;
	width:330px;
	margin-top:10px;
	margin-right:0;
	padding-right:0;
	}
#location div.title_area h3 p{
	font-size:14px;
	margin-right:0;
	padding-right:0;
	font-weight: normal;
	}
div.locationflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/contactPage.jpg);
	z-index: 0;
}
div.kings {background-image:url(../flags/kingsPoint.jpg);}
div.eaton {background-image:url(../flags/eatonFerry.jpg);}
div.bahia {background-image:url(../flags/bahia.jpg);}
div.goldenIsles {background-image:url(../flags/goldenIsles.jpg);}
div.mayport {background-image:url(../flags/mayport.jpg);}
div.penninsula {background-image:url(../flags/penninsula.jpg);}
div.skippers {background-image:url(../flags/skippers.jpg);}
div.reserveHarbor {background-image:url(../flags/reserveHarbor.jpg);}
div.gwynnsIsle {background-image:url(../flags/gwynnsIsle.jpg);}
div.ftgeorge {background-image:url(../flags/Newftgeorge.jpg);}


div.location_left{
	width:185px;
	margin-top:60px;
	float: left;
	margin-left:20px;
	overflow: hidden;
	text-align: left;
	font: Arial;
	font-size: 15px;
	}
div.location_right{
	width:650px;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	overflow: hidden;
	margin-left:25px;
	}
div.location_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}
div.halves_container{
	width:100%;
	overflow:hidden;
	}
div.location_half_col_left{
	width:300px;
	float: left;
	margin-right:20px
	}
div.location_half_col_right{
	width:320px;
	float: left;
	}

/***************************************
Locations
***************************************/
#locations div.title_area{
	width:450px;
	}
#locations div.container{
	margin-top:100px;
	overflow: hidden;

	}
#locations span.aboutustext{
	font-size:14px;
	line-height: 20px;
	margin:10px 0;
	display: block;
	}
#locations div.title_area h3, #locations div.title_area h2{
	text-align: center;
	width:475px;
	}
#locations div.title_area h3{
	padding-top:20px;
	}
#locationsflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-450px;
	background-image:url(../images/contactPage.jpg);
	z-index: 0;
}
div.locations_left{
	width:185px;
	margin-top:195px;
	float: left;
	margin-left:20px;
	overflow: hidden;
	text-align: left;
	font: Arial;
	font-size: 15px;
	}
div.locations_right{
	width:590px;
	float: left;
	margin-top:70px;
	}
div.locations_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}

#cssmapLocations {
	width:400px;
	height:340px;
	padding:0;
	margin-top:-140px;
	background: url(../images/newmapCSShome.jpg) no-repeat 0 0;
	}

#cssmapLocations a{
	position:relative;
	}


/***************************************
Rent a Unit
***************************************/
#rent_unit div.title_area{
	width:450px;
	text-align: center;
	}
#rent_unit div.container{
	margin-bottom:100px;
	}
#rent_unit span.aboutustext{
	font-size:14px;
	line-height: 20px;
	margin:10px 0;
	display: block;
	}
#rent_unit div.title_area h3, #locations div.title_area h2{
	text-align: center;
	width:475px;
	}
#rent_unit div.title_area h3{
	padding-top:20px;
	}
#rent_unit small{
	padding-left:15px;
	}
div.rent_left{
	width:270px;
	margin-top:190px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
div.rent_right{
	width:590px;
	float: left;
	margin-top:60px;
	}
div.rent_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}

#rentaunitheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	color: #006699;
	margin-bottom:20px;
	line-height: 36pt;
	overflow: visible;
}

#rentaunitformtop {
	width: 590px;
	background-image:url(../images/rentaunitformbg.jpg);
	height: 271px;

}
#rentboatformtop {
	width: 590px;
	background-image:url(../images/rentABoatBg.jpg);
	height: auto;

}
#rentaunitheaderdesc {
	height: 110px;
	width: 350px;
	padding-left: 510px;
	font-size: 14px;
	padding-top: 20px;
	position: relative;
}
#rentaunitreservationheader{
}
#rentaboatreservationheader {
	font-size: 30px;
	position: relative;
	color: #005daa;
	border-bottom: solid #005daa 1px;
	width: 590px;
}
#rentaunitreservationheader {
	font-size: 30px;
	position: relative;
	padding-top: 50px;
	color: #005daa;
	border-bottom: solid #005daa 1px;
	width: 631px;
}
#rentaunitforminstructions {
	font-size: 12px;
	line-height: 20px;
	}
#rentaunitform {
	margin-top:-40px;
}
.rentformtext {
	font-weight: bold;
	color: #0053a5;
	font-size: 12px;
}


/***************************************
Contact Us
***************************************/
#contact div.title_area{
	width:450px;
	}
#contact div.container{
	margin-bottom:100px;
	}
#contact span.aboutustext{
	font-size:14px;
	line-height: 20px;
	margin:10px 0;
	display: block;
	}
#contact div.title_area h3, #contact div.title_area h2{
	text-align: center;
	width:475px;
	}
#contact div.title_area h3{
	padding-top:20px;
	}
#contactflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/contactPage.jpg);
	z-index: 0;
}
div.contact_left{
	width:270px;
	margin-top:190px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
div.contact_right{
	width:590px;
	float: left;
	margin-top:70px;
	margin-bottom: 40px;
	}
div.contact_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}

/***************************************
Weather
***************************************/
#weather div.title_area{
	width:350px;
	}
#weather div.container{
	margin-bottom:100px;
	}

#aboutBtntLinks {
	width: 350px;
	position: relative;
	padding-top: 50px;
	z-index: 200;
}
#weather div.title_area h3 p{
	font-size:14px;
	margin-right:0;
	padding-right:0;
	font-weight: normal;
	}

#weatherflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/weatherflag.jpg);
	z-index: 0;
}
div.weather_left{
	width:270px;
	margin-top:270px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
div.weather_right{
	width:610px;
	float: left;
	margin-top:170px;
	}
div.weather_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}

#weatheraccordion {
	width: 577px;
	padding-right: 40px;
}
#weatherpagecontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 820px;

}


#weatherheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	width: 200px;
	color: #006699;
	margin-top: -10px;
	line-height: 36pt;
	overflow: visible;
}

#weather2 {
	width: 320px;
	overflow: hidden;
}






/***************************************
About Us
***************************************/
#about div.title_area{
	width:350px;
	}

#about .title_area p{
	font-size:12px;
	line-height:22px;
	margin-left:20px;
	margin-right:16px;
	}

.container{
	margin-top:0px;
	margin-bottom:100px;
	overflow: hidden;
	}

#aboutBtntLinks {
	width: 350px;
	position: relative;
	padding-top: 50px;
}
#aboutusflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/aboutUsPage.jpg);
	z-index: 0;
}
.about_left{
	width:270px;
	margin-top:190px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
.about_right{
	width:610px;
	float: left;
	padding-top: 72px;
	margin-bottom:40px;
}

.about_right p{
	font-size:14px;
	line-height: 20px;
	margin:0 0 20px 0;
	}

/***************************************
Services
***************************************/
#services .title_area{
	width:450px !important;

	}
#services .title_area h2{
	text-align: center;
	}
#services .title_area h3{

	text-align: center
	}
#services .container{

	}

.services_left{
	width:270px;

	float: left;

	text-align: center;
	margin-top:190px;
	}
.services_right{
	width:610px;
	float: left;

	}
.services_right p{
	font-size:14px;
	line-height: 20px;

	}

#servicesflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/servicesflag.jpg);
	z-index: 0;
	}
#servicescontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 40px;
	}
.servicesdetailwithpic{
	width:500px;
	}

/***************************************
Homepage
***************************************/

#indexpage {
	margin:0 auto;
	width:900px;
	height: 740px;
	}
div.hp_container{
	width:100%;
	overflow: hidden;
	}
#homeheader {
	font-size: 18px;
	font-weight: bold;
	}
#home_rotate{
	display:none;
	height:1px;
	overflow: visible;
	width:auto;
	position: relative;
	background-image:url(../images/common_02.jpg) repeat-y 0 right;
	top:-102px;
	}
#homepage_left{
	width:504px;
	padding-top:0px;
	overflow: hidden;
	float:left;
	}
	#homepage_left h3{
		font-size:14px;
		margin:245px 0 0 40px;
		display: block;
		}
	#homepage_left h1{
		font-size:14px;
		margin:245px 0 0 40px;
		display: block;
		}
	#homepage_left p{
		font-size:12px;
		line-height:22px;
		margin:10px 0 0 40px;
		}
#homepage_right{
	width:386px;
	overflow: hidden;
	float:left;
	}
	#homepage_right h4{
		margin:0px 0;
		font-size:18px;
		position:relative;
		text-align: center;
		}

#homepage_news_right{
	font-size:12px;
	line-height:22px;
	margin-right:8px;
	}
	#homepage_news_right h5{
	display:block;
	font-size:14px;
	}

#indexpagecontent {
	z-index:-2;
	width:900px;
	overflow: hidden;
	background-image:url(../images/common_02.jpg) repeat-y 0 right;
	}

#cssmapHome {
	width:400px;
	height:340px;
	padding:0;
	margin-top:0px;
	background: url(../images/newmapCSShome.jpg) no-repeat 0 0;
	margin-top: 80px;
	}

#cssmapHome a{
	position:relative;
	}

/* CSS Map */
.mapBullet {
	height: 17px;
	width: 19px;
	display: block;
	background: url(../images/mapCSS_FlagBG2.gif);
	background-position: 0 0;
	padding: 0;
}
a:hover {
	background-position: bottom left;
	text-decoration:underline;
}

a img {
	border: none;
}
#gwynnsBullet {
	top: -10px;
	left: 328px;
}
#eatonBullet {
	top: 50px;
	left: 295px;
}
#skippersBullet {
	top:-38px;
	left: 210px;
}
#peninsulaBullet {
	top: -3px;
	left:194px;
}
#kingsBullet {
	top:18px;
	left: 218px;
}

#reserveBullet {
	top: 30px;
	left: 260px;
}

#bahiaBullet {
	top: 219px;
	left: 218px;
}
#goldenBullet {
	top: 194px;
	left: 210px;
}
#mayportBullet {
	top: 192px;
	left: 215px;
}

#ftGeorgeBullet {
	top: 192px;
	left: 215px;
}


#pagecontent {
background-image:url(../images/common_02.jpg);
z-index:2;

}


#footer {
height:163px;
z-index:3;
}
#pagecontentbottom {
height:35px;
background-image:url(../images/common_03.jpg);
z-index:2;
}
#bottomyellow {
height:16px;
background-color:#facb00;
z-index:4;
}
#footerspacer {
dheight:7px;
background-image:url(../images/common_05.jpg);
z-index:4;
}
#footerblue {
height:56px;
	background-color:#002b5c;
	z-index:4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align:middle;
	line-height: 56px;
}
#footerblue a{
color:#FFFFFF;
text-decoration:underline;


}
#footerblue ul li
{
list-style: none;
padding: 5;
margin: 0 1em;
float: left;


}
#dmainmenu {
	height:55px;
	width:612px;
	position:inherit;
	position:relative;
	top:73px;
	left: 288px;
	z-index: 2;/*	z-index: 11; */
}

#flashflag {
	width:516px;
	height:411px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	z-index: 0;
}

#indexflag {
	width:516px;
	height:411px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/indexflag_divbg.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}
#privacycontent {
	background-image:url(../images/common_02.jpg);
	z-index:-2;
	height: 1160px;
}
#newspage {
	position:absolute;
	left: 50%;
	margin-left: -450px;
	background: url(../images/common_02.jpg) repeat-y #63F;
	width: 900px;
}
#newsfooter {
	float: left;
	height: 163px;
	width: 100%;
}
#newspagecontent {
	float: left;
	background-image:url(../images/aboutUsPage.jpg) top left;
	width: 900px;
}
#actualnews {
	float: left;
	width: 600px;
	padding: 60px 30px 30px 270px;
}
#locationspagecontent {
	z-index:-2;
	height: 900px;
}
#rentaboatpagecontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 1200px;
}
#weatherpagecontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 820px;

}
#contactuspagecontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 2200px;
}

#rentunitcontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height:950px;
}

#rentboatcontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 2100px;
}

#leadin {
	position: absolute;
	top: 365px;
	left: 251px;
	right: 20px;
	z-index: 5;
}

#contactuspagecontent p {
	margin-bottom: 15px;
}

#servicespagecontent {
	background-image:url(../images/common_02.jpg);
	z-index:3;
	height: 1100px;
}

.servicesheader {
	color: #006699;
	font-weight: normal;
	font-size: 18px;
	padding-top: 15px;
	border-bottom: solid #005daa 1px;
}

.newsheader {
	color: #006699;
	font-weight: normal;
	font-size: 18px;
	border-bottom: solid #005daa 1px;
}

#servicescontent p{
	font-size:14px;
	line-height: 18pt;
	padding-top: 15px;
	width: 450px;
	}
.services {
	height:800px;
}
#locationsflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/bahiaFlag_test.jpg);
}
#contactusflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/contactPage.jpg);
	z-index: 0;
}
#flashmap {
	width:1px;
	height:1px;
	position:absolute;
	left:50%;
	top:230px;
	margin-left:85px;
	z-index: 10;
}
#cssmapLocations {
	width:400px;
	height:510px;
	position:absolute;
	left:504px;
	top:180px;
	background: url(../images/newmapCSS.jpg) top left no-repeat;
}

.toprow {
	float: left;
	background-color: #036;
	width: 100%;
	color: #fff;
	margin-bottom: 4px;
}

.date {
	width: 10%;
	padding: 5px 5%;
	float: right;
	text-align: right;
}

.title {
	float: left;
	width: 76%;
	padding: 5px 2%;
	overflow: hidden;
}

h3 {
	margin-bottom: 10px;
}

.title a {
	color: #fff;
	text-decoration: none;
}

.summary {
	width: 96%;
	padding: 0 2%;
	margin-bottom: 20px;
}

#summaryarea {
	position: relative;
	height: 500px;
	width: 450px;
	top: 50px;
	left: 0;
}

#summary {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 340px;
	float: left;
}

#summary p {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 18pt;
}

#summary h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#summaryimages {
	width: 320px;
	padding-bottom: 15px;
	height: 125px;
	float: left;
}

#summaryimages img {
	margin-bottom: 20px;
}

#flashmap2 {
	width:1px;
	height:1px;
	position:absolute;
	left:50%;
	top:245px;
	margin-left:80px;
	z-index: 10;
}
#locationsmap {
	width:410px;
	height:285px;
	position:absolute;
	left:50%;
	top:318px;
	margin-left:15px;
	background-image:url(../images/locationsmap_bg.jpg);
	z-index: 0;
}
#locations_image1 {
	float:right;
	width:279px;
	height:210px;
	position:inherit;
	position:relative;
	margin-top: 125px;
}
#locations_image2 {
	float:right;
	display:inline;
	width:217px;
	height:113px;
	position:inherit;
	position:relative;
	margin-top: 0px;
	top:0px;
	margin-right: 150px;
}
#locations_text {
	float:left;
	display:inline;
	width:325px;
	height:250px;
	position:inherit;
	position:relative;
	margin-top: 30px;
	top:0px;
	margin-right: 20px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#locationscontentouter {
	width:850px;
	position:inherit;
	position:relative;
	top:300px;
	margin-left: 15px;
	height: auto;
}
#ourmarinas {
	width:190px;
	position:inherit;
	position:relative;
	top:0px;
	margin-left: 0px;
	float: left;
	margin-right: 0px;
}

.style1 {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
}
.style2 {font-size: 14px; margin-bottom: 15px;}
#weatherheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	width: 200px;
	margin-left: 640px;
	color: #006699;
	margin-top: -10px;
	position: relative;
	line-height: 36pt;
	overflow: visible;
}
#servicesheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	width: 300px;
	margin-left: 540px;
	color: #006699;
	margin-top: -10px;
	text-align: center;
	position: relative;
	line-height: 36pt;
	overflow: visible;
}

#newsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	width: 300px;
	left: 270px;
	top: 160px;
	color: #006699;
	text-align: left;
	position: absolute;
	line-height: 36pt;
	overflow: visible;
}
#newsleftblock {
	position: absolute;
	left: 50%;
	margin-left: -430px;
	width: 197px;
	top: 250px;
	padding-left: 25px;
}
#servicesinnerwrap {
	position:absolute;
	top: 340px;
	left: 560px;
}

#marinaheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	width: 360px;
	margin-left: 540px;
	text-align: center;
	color: #006699;
	margin-top: -10px;
	position: relative;
	line-height: 36pt;
	overflow: visible;
}

#map {
}

#marinastext {
	width:290px;
	position:absolute;
	top: 400px;
	left: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #030303;
}

#locationbox {
	width:320px;
	position:absolute;
	padding: 0;
	top: 240px;
	left: 540px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
}


#marinaNumbers {
	font-size: 14px;
	left: 0px;
	width: 210px;
	color: #035EA9;
	top: 500px;
	position: absolute;
	padding-left: 45px;
	font-weight: bold;
}
#servicesmenu a {
	float: left;
	height: 45px;
	width: 115px;
}

#amenities {
	clear:both;
	float:left;
	width:640px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #030303;

}

#amenities h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #006699;
	line-height: 36pt;
}

#amenities ul li {
	font-size: 12px;
	padding: 2px 0 0 33px;
	margin: 0 0 5px 0;
	list-style: none;
	height: 19px;
	background: url(../images/bullet_bg.gif) no-repeat top left #F6EFE5;
}

#amenities ul {
	list-style: none;
}

#reservations {
	clear:both;
	margin-left:250px;
	margin-top:0;
	padding:15px 0 0;
	width:390px;
}

#reservations2 {
	clear:both;
	margin-right:0;
	margin-top:0;
	padding:15px 0 0;
	width:390px;
}

#reservations img {
	float: left;
	padding: 0;
}

#reservations a img {
	border: none;
}

#hours {
	width:260px;
	padding: 0;
	font-size: 12px;
	color: #030303;
}

#weatherlegend {
	position: absolute;
	top: 300px;
	left: 400px;
	width: 439px;
	float: right;
	padding-right: 70px;
}
#servicesmenu {
	width: 460px;
}


.floatright1 {
	float:right;
	position: relative;
	margin-top: 15px;
	margin-right: -140px;
	}
#leftlinkblock {
	position: relative;
	width: 197px;
	top: 250px;
	padding-left: 25px;
}
#rentPageleftlinkblock {
	position: absolute;
	width: 197px;
	top: 1100px;
	padding-left: 25px;
}
#leftlinkblock2 {
	position: relative;
	width: 197px;
	top: 210px;
	padding-left: 25px;
	margin-top: -230px;
}
#leftlinkblock3 {
	position: relative;
	width: 197px;
	top: 300px;
	padding-left: 25px;
	margin-top: -40px;
}


#leftlinkblock4 {
	position: relative;
	width: 197px;
	top: 290px;
	padding-left: 25px;
	margin-top: -40px;
	line-height: 8px;
}
#leftlinkblock5 {
	position: relative;
	width: 197px;
	top: 0px;
	padding-left: 25px;
	margin-top: -500px;
}

#rentunitleft {
	position: absolute;
	top: 490px;
	left: 25px;
}

#contactusarea1 {
	position: relative;
	top: 160px;
	width: 450px;
	left: 300px;
}
#rentaboatarea1 {
	position: relative;
	top: 140px;
	width: 600px;
	left: 250px;


}
#marinaNumbers li {
	list-style-image: url(../images/listBulletFlag.png);
	padding-bottom: 15px;
}
.formicontablecell{
	white-space:nowrap;
	vertical-align: middle;
	line-height: 44px;
}
#contactheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	width: 300px;
	margin-left: 600px;
	color: #006699;
	margin-top: -10px;
	position: relative;
	line-height: 36pt;
	overflow: visible;
}
#contactLinks {
	width: 500px;
	position: absolute;
	padding-top: 50px;
	z-index: 200;
	right: -25px;
}
#leftlinkblock6 {
	position: relative;
	width: 197px;
	top: 0px;
	padding-left: 25px;
	margin-top: -250px;
}
#btnDeckBoat
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btn_deckBoat.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float:left;

}

#btnDeckBoat:hover
{
	background-position: 0 0px;
}
#btnJetSki
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btn_jetSki.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float:left;

}

#btnJetSki:hover
{
	background-position: 0 0px;
}
#btnPontoon
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btn_pontoon.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float:left;
}

#btnPontoon:hover
{
	background-position: 0 0px;
}
#btnSkiff
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btn_skiff.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float:left;
}

#btnSkiff:hover
{
	background-position: 0 0px;
}
#btnAquisition
{
	width: 115px;
	height: 45px;
	background-image: url(../images/btnsContactAquisition.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	display: block;
	float: left;
}

#btnAquisition:hover
{
	background-position: 0 0px;
}
#btnMarine
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btnsContactMarine.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float: left;
}



#btnMarine:hover
{
	background-position: 0 0px;
}
#btnProperty
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btnsContactProperty.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float: left;
}

#btnProperty:hover
{
	background-position: 0 0px;
}
#btnCareers
{
	display: block;
	width: 115px;
	height: 45px;
	background-image: url(../images/btnsContactCareers.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float: left;
}

#btnCareers:hover
{
	background-position: 0 0px;
}
#btnInTheNews
{
	display: block;
	width: 290px;
	height: 45px;
	background-image: url(../images/btns_inTheNews.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	float: left;
}
#btnInTheNews:hover
{
	background-position: 0 0px;
}

#wetslips {
	background-image: url(../images/wetslips.png);
	background-repeat: no-repeat;
	float: right;
	width: 284px;
	height: 36px;
	margin-right: 20px;
}

.home_td_special{
	background-color:#003466;
}

/***************************************
			TRANSIENT PAGE
***************************************/

#transientflag {
	width:531px;
	height:397px;
	position:absolute;
	left:50%;
	top:88px;
	margin-left:-450px;
	background-image:url(../images/transientPage.png);
	z-index: 0;
}

div.clear_this{
	clear:both;
	width:100%;
	height:55px;
	}

#transient_content{

	width:75%;
	margin:0px 0 0 0;
	float:left;
}

#transient_content #transient_pic{
	width:300px;
	float:left;
	padding:0px 0 0 15px;

}

#transient_content #transient_pic img{
	border: 4px solid #002B5C;
	margin-bottom: 15px;}

#transient_content #transient_text{
	width:330px;
	float:left;
	margin: 0 0 0 20px;
}

#transient_content #transient_text p{
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 10px;
	padding-right:10px;
}

#transient_content #image_tier{
	width:90%;
	clear:both;
	float:left;
	margin:25px 0 15px 35px;
	padding-top: 25px;

}

#transient_content #image_tier #image1{
	float:left;
	margin:0 15px;
}

#transient_content #image_tier #image2{
	float:left;
	margin: 0 10px;
}

#transient_content #transient_form_header{
	clear:both;
	float:left;
	width: 634px;
	margin: 35px 0 15px 15px;
	color:#006699;
	border-bottom:2px solid #006699;
	padding-bottom: 10px;
}

#transient_content #transient_form_subheader{
	clear:both;
	float:left;
	width:634px;
	color:#3e3e3d;
	font-size: 14px;
	margin-left: 15px;
}

#transient_content #transient_form_wrap{
	clear:both;
	float:left;
	width:634px;
	height:auto;
	background: transparent url(../images/rentABoatBg.jpg) no-repeat;
	padding:15px;
	margin-left: 15px;
}

#transient_content #transient_form_wrap #transient_form{
	width:70%;
	float:left;
	margin-left: 15px;
}

#transient_content #transient_form_wrap #transient_form p{
	width:100%;
	clear:both;
	padding: 10px 0;
}

#transient_content #transient_form_wrap #transient_form p label{
	width:100%;
	float:left;
	color:#006699;
}


#transient_content #transient_form_wrap #transient_form p label#ext{
	width:auto;
	float:left;
}

#transient_content #transient_form_wrap #transient_form input.wideInputs{
	width:73%;
	float:left;}

/****************************************
			NEWSTICKER
*****************************************/



 #newsticker-demo {
 width:310px;
 background:#EAF4F5;
 padding:5px 5px 0;
 font-family:Verdana,Arial,Sans-Serif;
 font-size:12px;
 margin:20px auto;
 }

 #newsticker-demo a { text-decoration:none; }
 #newsticker-demo img { border: 2px solid #FFFFFF; }

 #newsticker-demo .title {
 text-align:center;
 font-size:14px;
 font-weight:bold;
 padding:5px;
 }

.newsticker-jcarousellite {
	width:350px;

	float:right;
	margin: 10px 15px 0 0;
	padding: 7px 0 0 0;
	}

.newsticker-jcarousellite ul#event_listing{
	width:350px;}

.newsticker-jcarousellite ul li{
	display:block;
	padding-bottom:10px;
	margin-bottom:5px; }

#event_listing li h3{
	float:left !important;
	text-align: left !important;}

#event_listing li div.newsfeed{
	width:100%;
}

.clear { clear: both; }

/*news styles*/


#event_listing li h3{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	color:#002B5C;
}

#event_listing li div.newsfeed{
	font-size: 12px;
	font-family: Arial;
}



a.mapBullet {
    font-size: 9px;
    color: #fff;
    text-decoration: none;
}