@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	background-image: url(../images/footerbgextend.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main  #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	background-image: url(../images/headermainindex.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
} 
.main #headersailoptions {
	background-image: url(../images/headermainsailoptions.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main  h1  {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2000px;
	font-size: 50%;
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 173px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
	text-align: center;
}
.main #mainContent {
	margin-left: 191px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
} 
.main #footer {
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333333;
	background-color: #A4E0EF;
} 
.footleft {
	width: 300px;
}
.footright {
	width: 500px;
	float: right;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	line-height: 0px;
	font-size: 1px;
}
.panel1 {
	width: 485px;
	background-image: url(../images/boatintropaneltop2.gif);
	color: #333333;
	margin-top: 25px;
}
.panel1top {
	padding: 8px;
}
.panel1bott {
	background-image: url(../images/boatintropanelbott2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.panel1 li {
	margin-left: -10px;
}
.panel2 {
	font-size: 0.9em;
	padding: 10px;
	background-color: #FFFFCC;
}
.newlatesttop img {
	margin-left: -6px;
}
.latest {
	float: right;
	width: 180px;
	margin-left: 0px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.latesttop {
	background-image: url(../images/latestnewspaneltop.gif);
	font-size: 0.9em;
	padding: 8px;
}
.latestbott
 {
	background-image: url(
../images/latestnewspanelbott.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/latestnewspanelbott.gif);
	height: 10px;
}
h2 {
	text-indent: -2000px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
.clear {
	clear: right;
}
.main a {
	color: #008DC2;
	text-decoration: none;
	font-weight: bold;
}
.main a:hover {
	color: #333366;
	text-decoration: none;
}
.main #footer a, .homequotes a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
.main #footer a:hover, .homequotes a:hover {
	color: #000000;
	text-decoration: none;
}
.panel2 li {
	margin-left: -15px;
}
.homequotes {
	text-align: left;
	padding: 5px;
	font-size: 1em;
	margin-top: 30px;
	line-height: normal;
	background-image: url(../images/quotebg.gif);
}
.homequotes p {
	padding-bottom: 6px;
}
.homequotes h2 {
	color: #333366;
}
.offersmaller {
	font-size: 0.9em;
}
h3 {
	font-weight: bold;
	color: #333366;
	margin-top: 22px;
	font-size: 1.2em;
}
.newlatest {
	width: 180px;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.newlatesttop {
	font-size: 0.9em;
	padding: 8px;
	background-image: url(../images/latestnewspaneltop.gif);
	margin-top: 15px;
}
.newlatestbott {
	background-image: url(../images/latestnewspanelbott.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin-bottom: 15px;
}
.newlatesttop  img {
	padding-left: 6px;
}
.homefootpics {
	margin-bottom: 20px;
}
.bluetext {
	color: #333366;
}
h2 {
	font-size: 1.2em;
	padding-left: -55px;
}
.main #headerfleet {
	background-image: url(../images/headermainfleet.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerpeople {
	background-image: url(../images/headermainpoeple.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headermagic {
	background-image: url(../images/headermainmagic.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.table {
	font-size: 95%;
	background-color: #FFFFFF;
	vertical-align: top;
}
.main #headercontact {
	background-image: url(../images/headermaincontact.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.red {
	color: #FF0000;
}
.newlatestcontact {
	width: 160px;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.formfields {
	width: 200px;
}
.main #headeragdaycruise {
	background-image: url(../images/headeragdaycruises.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headeragrates {
	background-image: url(../images/headeragrates.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.ratesprices {
	text-align: right;
	padding-right: 12px;
	background-color: #A4E0EF;
	font-weight: normal;
}
.ratespartynos {
	text-align: center;
	background-color: #A4E0EF;
}
.ratesoptions {
	background-color: #FFE36F;
	font-size: 90%;
}

.ratesoptionsheads {
	background-color: #ffcc00;
}
.ratesmain {
	background-color: #A4E0EF;
}
.ratesmainheads {
	background-color: #00aeef;
}
.main #headeradiving {
	background-image: url(../images/headeragdiving.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headeragcoolcat {
	background-image: url(../images/headeragcoolcat.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headeragwaynelara {
	background-image: url(../images/headeragwaynelara.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headeragavailability {
	background-image: url(../images/headeragavailability.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.calendarkeyhalf {
	font-size: 10px;
	height: 16px;
	background-image: url(../images/keyhalf.gif);
}
.calendarkey {
	font-size: 10px;
	height: 16px;
}
.smallerpara {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
.main #headeragguest {
	background-image: url(../images/headermainantguest.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headeragfaqs {
	background-image: url(../images/headerantfaqs.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholssailing {
	background-image: url(../images/headerholsailing.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsvillayacht {
	background-image: url(../images/headerholsvillayacht.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.panel1 .panel1top table {
	border: 1px solid #333366;
	padding: 3px;
	background-color: #FFFFFF;
	width: 300px;
	margin-left: 40px;
}
.main #headerholsaroundag {
	background-image: url(../images/headerholsaroundag.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsislandhop {
	background-image: url(../images/headerholsislandhop.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}

.alttable {
	margin: 1px;
	padding: 3px;
	border: 1px solid #00aeef;
}
.alttable  img {
	padding: 2px;
}
.alttable a {
	font-size: 90%;
}
.main #headerholsregattas {
	background-image: url(../images/headerholsregattas.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.ratesmainheads2 {
	background-color: #00aeef;
	text-align: center;
}
.ratesprices2 {
	text-align: right;
	padding-right: 50px;
	background-color: #A4E0EF;
	font-weight: bold;
}
.main #headerholsrates {
	background-image: url(../images/headerholsrates.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsmiramar {
	background-image: url(../images/headerholsmiramar.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsbandp {
	background-image: url(../images/headerholsbandp.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsfaqs {
	background-image: url(../images/headerholsfaqs.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsavail {
	background-image: url(../images/headerholsavail.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsguests {
	background-image: url(../images/headerholsguests.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.guest1 {
	font-size: 90%;
	padding-right: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url(../images/guest1panelbgvign.jpg);
	background-repeat: repeat-y;
	background-position: 20px;
}
.guest1 img {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
.guest1 .bluetext {
	padding-top: 10px;
}
.guest2 {
	font-size: 90%;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 19px;
	margin-top: 20px;
	background-image: url(../images/guest2panelbgvign.jpg);
	background-repeat: repeat-y;
	background-position: -30px;
	padding-left: 40px;
}
.guest2 img {
	float: right;
	padding-left: 20px;
}

.guest2 .bluetext {
	padding-top: 10px;
}
.clearboth {
	clear: both;
}
.fltrtkeylinebox {
	float: right;
	padding: 6px;
	border: 1px solid #00aeef;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.picextrabottmargin125 {
	padding-bottom: 125px;
}
.picextrabottmargin100 {
	padding-bottom: 100px;
}
.picextrabottmargin75 {
	padding-bottom: 75px;
}
.picextrabottmargin25 {
	padding-bottom: 25px;
}
.picextrabottmargin50 {
	padding-bottom: 50px;
}
.main #headerfranchmiramar {
	background-image: url(../images/headerfranchmiramar.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.franchsubmenu {
	font-size: 95%;
	margin-top: 25px;
	margin-bottom: 35px;
}
.franchpanel {
	padding: 4px;
	border: 1px solid #00aeef;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main #headerfranchbenefits {
	background-image: url(../images/headerfranchbenefits.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerfranchwhatuget {
	background-image: url(../images/headerfranchwhatuget.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerfranchwhatuneed {
	background-image: url(../images/headerfranchwhatuneed.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerfranchcosts {
	background-image: url(../images/headerfranchcosts.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerfranchwhatnext {
	background-image: url(../images/headerfranchwhatnext.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.links {
	font-size: 90%;
	padding-right: 40px;
	background-repeat: repeat-y;
	background-position: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
}
.links img {
	float: left;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 0px;
}
.clearright {
	clear:right;
}
.main #headermainlinks {
	background-image: url(../images/headermainlinks.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.guestjump {
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #003366;
}
.guestjump #form {
	margin: 0px;
	padding: 0px;
}
.guestcommentswrap {
	float: left;
}
.fltrtkeylinebox2 {
	padding: 4px;
	border: 1px solid #333366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.fltrtkeylinebox3 {
	float: right;
	padding: 4px;
	border: 1px solid #333366;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
}
.poem {
	font-family: "Comic Sans MS", Arial, Helvetica;
	text-align: center;
	margin-top: 10px;
	line-height: 1.6em;
	width: 485px;
}
.main #headerholslearntosail {
	background-image: url(../images/headerholslearntosail.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.calendarkeytext {
	font-size: 10px;
	height: 16px;
	padding-right: 15px;
}
.bodytable {
	padding: 10px;
	vertical-align: top;
	background-color: #D8E5F5;
	width: 465px;
}
.bulletticks {
	list-style-image: url(../images/checktick.gif);
	margin-top: -5px;
}
.bulletcrosses {
	list-style-image: url(../images/checkcrosspsd.gif);
	margin-top: -5px;
}
.bodytablecentre {
	padding: 10px;
	vertical-align: top;
	background-color: #D8E5F5;
	width: 465px;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: normal;
}
.indent {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3399CC;
}
.main #headersailrumcruise {
	background-image: url(../images/headermainindex_rumcruise.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.booktextcentre {
	text-align: center;
}
.booktextcentresmaller {
	font-size: 10px;
	text-align: center;
}
.bodytable {
	font-size: 11px;
	padding: 10px;
	vertical-align: top;
	background-color: #D8E5F5;
}
.ratesmainwhite {
	background-color: #FFFFFF;
}
.ratespartynoswhite {
	text-align: center;
	background-color: #FFFFFF;
}
.ratesoptionswhite {
	background-color: #FFFFFF;
	font-size: 90%;
}
.main #headeragtwospecials {
	background-image: url(../images/headeragtwospecials.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.main #headerholsdream {
	background-image: url(../images/headerholdreamjpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.newlatesttopinput  {
	width: 150px;
}
.main #headerfelicia {
	background-image: url(../images/headermainindex_felicia.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
.feliciatable {
	width: 50%;
	vertical-align: top;
}
.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.grey {
	color: #666;
}
.newsseperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9CF;
}
h4 {
	padding-top: 10px;
	color: #333366;
}
.tablekeyline {
	border: 1px solid #333366;
}
.fltrtkeylinebox4 {
	float: right;
	padding: 4px;
	border: 1px solid #333366;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.keyline {
	border: 1px solid #D8E5F5;
}
.bodytablepanel {
	padding: 10px;
	vertical-align: top;
	background-color: #D8E5F5;
	margin-top: 20px;
}
.newlatesttopleft {
	font-size: 0.9em;
	padding: 8px;
	background-image: url(../images/latestnewspaneltop_left.gif);
	margin-top: 15px;
}
.newlatestbottleft {
	background-image: url(../images/latestnewspanelbott_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	margin-bottom: 15px;
}
.newlatesttopleft img {
	margin-left: -6px;
}
p {
	padding: 0px;
	margin-top: 10px;
}
.main #headeraccommodation {
	background-image: url(../images/headeraccommodation.jpg);
	height: 150px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #333366;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h5 {
		color: #333366;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
