@charset "UTF-8";
/* CSS Document */


*{margin:0px; padding:0px;}

body{
	background:#c4d6cf;
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	color: #333;

}

p{
	line-height:20px;}


.button-submit {
	background: #154C8E;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:9px;
}



#SiteContainer{
	position:relative;
	width:1000px;
	margin:auto;
}

#Header{
	width:1000px;
	height:200px;
	background-image:url(/images/Header_BG.png);
	background-repeat:no-repeat;
	position:relative;
}

#Logo{
	position:absolute;
	top:45px;
	left:50px;
}

#EmailSubscription{
	position:absolute;
	right:30px;
	top:40px;
}

#EmailSubscription .cat_textbox{
	width:100px;
	font-size:9px;
	vertical-align:middle;
	height:15px;
	color:#154C8E;}
	
	
#NewsletterIcon{
	position:absolute;
	right:236px;
	top:-7px;
}

#tagline{
	position:absolute;
	right:90px;
	top:140px;
}

#NavContainer{
	padding-top:10px;
	background-image:url(../images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:562px;
	height:46px;
	position:relative;
	left:100px;
	top:10px;
	border-bottom:solid 1px #efefef;
	
}

#MainNav{
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}



#BannerContainer{
	position:relative;
	width:818px;
	height:345px;
	margin:auto;
	z-index:1;
	
}

#ContentContainer{
	width:1000px;
	min-height:650px;
	margin:auto;
	background-color:#dedede;
	background-image:url(/images/ContentContainer_BG.png);
	background-repeat: repeat-y;

}

#Gradient{
	width:960px;
	margin:auto;
	min-height:650px;
	background-color:#e8e8e8;
	background-image:url(../images/GradientBG.png);
	background-position:top;
	background-repeat: no-repeat;
	padding-bottom:30px;

	
	
	
	}

#ContentActual{
	width:800px;
	margin:auto;
	padding-top:20px;
}




/*NEWSFEED SECTION*/


#BottomContent{
	position:relative;
	height:180px;
	font-size:10px;
	margin-top:30px;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#f1f1f1;
	border:1px solid #fff;
	
}

.icon{
	position:absolute;
	left:-45px;
	top:0px;
	
}

#BottomContent h2{
	padding-bottom:5px;

	}

#BottomContent .author{display:none;}
#BottomContent .date{font-size:8px;}



#LatestNews ol, #MonthlySpecials ol{
	padding-left:15px;}

#LatestNews .blogsitesummary li{padding-bottom:3px;}

#LatestNews{
	position:absolute;
	left:70px;
	width:300px;
}

#MonthlySpecials{
	position:absolute;
	left:440px;
	width:300px;

}





#ContentActual ul{ list-style:circle; padding-left:20px;}
#ContentActual ul li{padding-bottom:5px;}

#footer_bottom{
	position:relative;
	width:1000px;
	height:80px;
	background-image:url(/images/footer_bottom.png);
	background-repeat:no-repeat;
}

#FishWatermark{
	position:absolute;
	left:-52px;
	top:-40px;
}

#MIAA{
	position:absolute;
	right:120px;
	top:-150px;
}

/* TWO COL MASTER LAYOUT */

.left{
	width:45%;
	float:left;
}

.right{
	width:45%;
	float:right;
	padding:10px;
	background-color: #81c2f0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border:solid 10px #fff;
	color:#FFF;

}


.FloatClear{clear:both;}


/*CONTACT PAGE*/

#Map iframe{
	border:5px solid #fff;}



/*LOCATION PAGE*/

#Location .left{width:40%;}




.locationmapfloatright{
	float:right;
	width:55%;
}

#LocationPageMap{
	border:10px solid #fff;
}

/*ABOUT US PAGE*/


/*SPINNAKER BUSINESS*/

#SpinnakerBusiness .left h1{
	padding-bottom:15px;}
	
#BusinessDescription{padding-bottom:15px;}

#BusinessContact{
	position:relative;
	padding:10px;
	padding-left:130px;
	border:1px solid #FFF;

}

#CompassIcon{
	position:absolute;
	left:5px;
}

.bold{font-weight:bold;}


/*FACILITIES*/


#Facilities h2{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #FFF;
}
	
	
}