@charset "UTF-8";
/* CSS Document */

html,body {height:100%;}
body,tr,td,table,div,p,li, h1 {font-family: arial, sans-serif; font-size: 13px; font-weight:normal}
body {background: #000000;margin:0px;background-image:url(images/body-background-1.jpg);background-repeat:repeat-x;}

#pageContainer {margin:auto;width:100%;}
#mainBody {background-image:url(images/content-boarder.png); background-repeat:repeat-y; width:1024px; text-align:center; margin:260px auto 10px auto; top: -6px; left:auto; right:auto; clear:both;position:relative;top:-280px;}

/* Header Declorations */
#header{background-image:url(images/header-boarder-1.png); background-repeat:repeat-x; background-position:bottom; position:relative; top: 0px;width:100%; height:280px;align:center;}



/* Menu Buttons */
.home a{float:left;width:75px;height:31px;overflow:hidden;}	
.home a {background-image:url(images/home-btn.gif);background-position:top left;}
.home a:hover {background-position:top right;}

.yacht a{float:left;width:120px;height:31px;overflow:hidden;}	
.yacht a {background-image:url(images/yacht-btn.gif);background-position:top left;}
.yacht a:hover {background-position:top right;}

.schedule a{float:left;width:110px;height:31px;overflow:hidden;}	
.schedule a {background-image:url(images/schedule-btn.gif);background-position:top left;}
.schedule a:hover {background-position:top right;}

.fishing a{float:left;width:90px;height:31px;overflow:hidden;}	
.fishing a {background-image:url(images/fishing-btn.gif);background-position:top left;}
.fishing a:hover {background-position:top right;}

.sightseeing a{float:left;width:137px;height:31px;overflow:hidden;}	
.sightseeing a {background-image:url(images/sightseeing-btn.gif);background-position:top left;}
.sightseeing a:hover {background-position:top right;}

.photos a{float:left;width:87px;height:31px;overflow:hidden;}	
.photos a {background-image:url(images/photos-btn.gif);background-position:top left;}
.photos a:hover {background-position:top right;}

.crew a{float:left;width:115px;height:31px;overflow:hidden;}	
.crew a {background-image:url(images/crew-btn.gif);background-position:top left;}
.crew a:hover {background-position:top right;}

.contact a{float:left;width:127px;height:31px;overflow:hidden;}	
.contact a {background-image:url(images/contact-btn.gif);background-position:top left;}
.contact a:hover {background-position:top right;}

/* Links for the rest of the site */
.indexlink a{color:#0b1f5a;}
.indexlink a:visited{color:#0b1f5a;}

.schedulelink a{color:#0b1f5a;}
.schedulelink a:visited{color:#0b1f5a;}


/* Schedule Row Definitions */

.ScheduleTable{border:none;}
.ScheduleHeader{font-weight:bolder;}
.openrow{color:#03C;}
.soldrow{color:#F00;}
.holdrow{color:#F93;}
.openbookingrow{color:#03C;}
.tripnotes{color:#666;}

.schedulesubheader{font-weight:bolder; font-size:large;color:#0b1f5a;}
.scheduledisc{font-size:xx-small;}


/*Main Body Columns*/
.columnLeft{padding-left:50px;padding-top:25px;float:left;width:500px;height:100%;text-align:left;}
.columnRight{float:right;padding-top:20px;padding-right:50px;width:375px;height:100%;}

#leftcolumn{padding-left:13px;padding-top:20px;}
#rightcolumn{position:relative;top:20px;right:-340px;}


#contentpadding{padding-left:13px;padding-right:13px;padding-top:20px;}

.contentheader{font-size:large;}
.contactsubheader1{position:relative;padding-left:50px;}
.contactsubheader2{position:relative;left:50px;}
.contactcolumnleft{padding-left:150px;padding-top:25px;float:left;width:400px;height:100%;text-align:left;}
.contactcolumnright{padding-left:25px;padding-top:25px;padding-right:100px;float:right;width:300px;height:100%;text-align:left;}

.homeheader{position:relative;left:50;}
.homesubheader1{float:right;}
.homesubheader2{position:relative;left:13px;}

.yachtheader{font-size:large;}
.yachtsubheader1{position:relative;padding-left:13px;}
.yachtsubheader2{position:relative;padding-left:13px;}

.sightseeingheader{font-size:large;}
.sightseeingsubheader1{position:relative;padding-left:13px;}
.sightseeingsubheader2{position:relative;padding-left:13px;}
.sightseeingsubheader3{position:relative;padding-left:13px;}

.crewcolumnLeft{padding-left:50px;padding-top:25px;float:left;width:525px;height:100%;text-align:left;}
.crewcolumnRight{float:right;padding-top:20px;padding-right:50px;width:325px;height:100%;}

.yachtparagraph{position:relative;left:13px; text-align:left;width:525px;}
.yachtlowersection{float:left;padding-left:50px; padding-top:25px; padding-right:50px;width:90%;height:100%;text-align:left;}


/* Footer */
#footer {clear:both;width:100%;text-align: center; height:auto; padding-bottom:15px; color:white;left:auto; right:auto;position:relative;top:-280px;}
	#footer a{color:#C30D00;font-size:12px;}
	#footer p{color:#007CD4;}

