@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.png) top left repeat-x #001B30;
	font-family:Arial, Helvetica, sans-serif;
	color:#f2f2f2;
}
a,
.Menubar-Link,
.bg2-Link{
	color:#fff;
}
a:hover,
.Menubar-Link:hover,
.bg2-Link:hover{
	color:#aaa;
}
#destinationLinks .nav a:hover, #navigation .nav a:hover{
	color:#f2f2f2;
}
#wrapper{
	width:850px;
	margin:0 auto;
}
.bold{
	font-weight:bold;
	font-size:110%
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.strToUpper{
	text-transform:uppercase;
}
.nav li{
	float:left;
	list-style:none;
}
.nav li.back {
	border-bottom:5px solid;
	z-index:8;
	position:absolute;
}
.nav a{
	text-decoration:none;
	z-index: 10;
	position: relative;
}
/* text color */
.c1{color:#11FFFF;}
/* Header */
#header{
	position:relative;
	height:220px;
}
#destinationLinks .nav{
	height:25px;
	padding:10px 0 0 15px;
}
#destinationLinks .nav a{
	margin:0 3px;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}
#destinationLinks .nav li.back {
	border-bottom-color:#3F8DFE;
	height:18px;
}
#logo {
	position:relative;
	background:url(../images/logo.gif) top left no-repeat;
	height: 150px;
}
#logo .nav{
	position:absolute;
	top:125px;
	left:600px;
}
#logo .nav li{
	margin:0 5px;
	font-size:0.9em;
}
#logo .nav span{
	padding:5px 0px 5px 25px;
}
#logo .one{
	background:url(../images/home.png) no-repeat top left;
}
#logo .two{
	background:url(../images/contact.png) no-repeat top left;
}
#logo .three{
	background:url(../images/sitemap.png) no-repeat top left;
}
/* Content */
#navigation{
	position:relative;
	width:850px;
	height:50px;
	background:url(../images/menuBg.gif) no-repeat top left;
}
#navigation .nav li{
	padding:15px 0;
}
#navigation .nav a{
	padding:0 35px;
	font-size:1em;
	font-weight:bold;
}
#navigation .nav li.back {
	border:none;
	height:5px;
	background:url(../images/arrow.png) no-repeat 10px 12px;
}
#content{
	margin:20px 0;
	font-size:0.8em;
}
#content p,
#content .leftBox div.boxContentPadding{
	margin:0px 20px 5px;
}
/* Content Left */
#leftCol li{
	padding:0 20px 5px 0;
	margin-left:40px;
	list-style:url(../images/arrowSmall.png);
}
#leftCol{
	position:relative;
	float:right;
	width:300px;
	padding:0;
}
.leftBox{
	background:url(../images/leftColBg.gif) repeat-y;
	margin-bottom:20px;
}
#leftCol .boxHeader{
	font-size:1.5em;
	background:url(../images/leftTopBg.gif) no-repeat top left;
	padding:30px 10px 0px;
}
#leftCol h3 span{
	width:265px;
	height:30px;
	padding:7px 0 0 10px;
	display:block;
	background:url(../images/titleBgLeft.png) no-repeat transparent;
}
.leftBox .boxContent{
	padding-bottom:20px;
	background:url(../images/leftBtmBg.gif) no-repeat bottom left;
}
.leftBox #newsletterBox a span{
	display:none;
}
.leftBox #newsletterBox a{
	display:block;
	width:300px;
	height:85px;
	background:url(../images/e-newsletter.jpg) no-repeat top left;
}
.leftBox #newsletterBox a:hover{
	background-position:bottom;
}
/* Content Right */
#rightCol li{
	padding:0 20px 5px 0;
	margin-left:40px;
	list-style:url(../images/arrowSmall.png);
}
#rightCol{
	position:relative;
	float:right;
	width:500px;
	padding:0;
	margin-left:50px;
}
#rightCol p{
	margin-bottom:1em;
}
.rightBox{
	background:url(../images/rightColBg.gif) repeat-y;
	margin-bottom:20px;
}
#rightCol .boxHeader{
	font-size:1.5em;
	background:url(../images/rightTopBg.gif) no-repeat top left;
	padding:30px 20px 0px;
}
#rightCol h3 span{
	width:460px;
	height:48px;
	padding:5px 0 0 10px;
	display:block;
	line-height: 1.5em;
	text-transform:uppercase;
	background:url(../images/titleBgRight.png) no-repeat;
}
.rightBox .boxContent{
	padding-bottom:20px;
	background:url(../images/rightBtmBg.gif) no-repeat bottom left;
}
#engines{
	margin:0 20px;
}
#engines input, #engines select{
	margin-top:5px;
}

/* Footer */
#footer{
	position:relative;
	float:left;
	height:50px;
	width:850px;
	background:url(../images/footerBg.gif) no-repeat top left;
	font-size:0.8em;
}
#copyright, #footer .nav{
	position:absolute;
	top:20px;
	left:550px;
}
#footer .nav li{
	margin:0 2px;
}
#copyright{
	left:20px;
}
/* Single Coloumn */
#singleCol li{
	padding:0 20px 5px 0;
	margin-left:40px;
	list-style:url(../images/arrowSmall.png);
}
#singleCol{
	position:relative;
	float:right;
	width:850px;
	padding:10px 0;
}
#singleCol .leftBox{
	background:url(../images/singleColBg.gif) repeat-y;
	margin-bottom:20px;
}
#singleCol .boxHeader{
	font-size:1.5em;
	background:url(../images/singleTopBg.gif) no-repeat top left;
	padding:30px 10px 0px;
}
#singleCol h3 span{
	width:265px;
	height:30px;
	padding:7px 0 0 10px;
	display:block;
	background:url(../images/titleBgLeft.png) no-repeat transparent;
}
#singleCol .boxContent{
	padding-bottom:20px;
	background:url(../images/singleBtmBg.gif) no-repeat bottom left;
}
/* Misc */
.boxImage{
	height:300px;
}
.rightBox #image_rotate li{
	margin-left:20px;
	list-style:none;
	list-style-image:none;
}
#accreditations table{
	margin:5px 20px;
	text-align:center;
}
#accreditations td{
	padding:5px 20px 20px;
}
#conditions td{
	padding:5px;
}
label.inputLabel{
	width:120px;
	float:left;
}
#booking label, #booking input, #contact label, #contact input{
	margin-bottom:5px;
}
.inputOption{
	margin-left:50px;
}
#contactBox{
	padding:0 20px;
}
textarea{
	width:100%;
}
.termConditions img{
	padding:10px 20px;
	vertical-align:middle;
}
.termConditions .one{
	text-transform:uppercase;
	font-weight:bold;
	width:50px;
	padding:0 30px;
}
#tollFree{
	font-weight:bold;
	font-style:italic;
	text-align:center;
	position:absolute;
	top:10px;
	right:0;
}
#accreditations{
	margin-top:20px;
}
#searchBox .w150 option{
	width:220px;
}

/* Loading page */
.black_overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.white_content{
	display:none;
	position:fixed;
	top:35%;
	left:40%;
	width:20%;
	height:30%;
	padding:16px;
	border:5px solid #ccc;
	z-index:1002;
	overflow:auto;
	text-align:center;
}
.white_content span{
	color:#ccc;
	font-size:0.7em;
	text-transform:uppercase;
}
.black_overlay span{  /* preload loading.gif because javascript doesn't load it instantly and this css hides that preloaded image */
	display:none;
}
/***** tabbed page *****/
#results{
	min-height:500px;
	height:auto !important;
	height:500px;
}
.tabs-hide{
	display: none;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
	height:25px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#rightCol .tabs-nav li {
    float: left;
    margin: 0 0 0 30px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    /*background: url(../images/tab.png) no-repeat;*/
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #11FFFF;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #0071BC; /* declare background color for container to avoid distorted fonts in IE while fading */
	clear:both;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.finePrint{
	font-size:0.8em;
}

.resultsPageHidden {
	display: none;
}

/* Vacation Port CSS Adjustments */
.ResultsBoxTop800 {
background-image:url(../images/ResultsBoxTop800.gif);
}

