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

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #305c8b;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #ffffff;
	text-align: left; 
} 
.twoColFixRtHdr #headerTxt { 
	text-align: left;
	margin: 0 auto;
	width: 980px;
	padding: 10px 0 5px 10px;
	font-size:10px;
	color:#FFFFFF;	
} 

.whiteLinks a, .whiteLinks a:visited{
	color:#FFFFFF;
	}
.whiteLinks a:hover{	
	color:#ff9900;
	}
	
.twoColFixRtHdr #headerPic {
	width: 1000px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:66px;
	background-image:url('includes/headerBg.jpg');
	}
.twoColFixRtHdr #headerSide {
	float: right; /* since this element is floated, a width must be given */
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 7px 20px;
	text-align:right;
	color:#FFFFFF
	
	}
.twoColFixRtHdr #header {  
	margin-right:500px;  
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 15px 0px 15px;
	background:#ffffff;
}
.twoColFixRtHdr #mainContent { 
	float:left;
	width:605px;
	padding: 0px 15px 0px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	background: #e2e8ee;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px; 
	color:#305c8b;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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-left: 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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
.menu ul{
	background:#305c8b;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#305c8b;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #dce4ec;
			color:#305c8b;
			text-decoration:none;
			}
	.menu li ul{
		background:#dce4ec;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:125px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		line-height:20px;
		float:none;
		margin:0px;
		padding:0px;
		width:125px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:20px;
		line-height:20px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#a9bed1;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
		
#flashbanner1{
	height:260px;
	border:1px solid #CCCCCC;
	margin-top:15px;
	}
#offer{
	margin-top:15px;
	text-align:center;
	}
	
#offerText{
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
	line-height: 20px;
	}
	
#offer2{
	margin-top:15px;
	text-align:left;
	}
	
#offerBox{
	margin-top:15px;
	padding-bottom:15px;
	text-align:center
	}
.offerLeft{
	width:150px;
	margin:15px 0px 0px 15px;
	float:left;
	text-align:center;
	}
.offerCenter{
	width:240px;
	float:left;
	text-align:center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
.offerRight{
	width:150px;
	margin:15px 15px 0px 15px;
	float:left;
	text-align:center;
	}
.offerEnd{
	clear:both;
	}
#exotics{
	height:200px;
	background-color:#dee5ed;
	margin-top:15px;
	}
#associations{
	margin-top:15px;
	text-align:center;
	}

.sidebarBorder {
	border-bottom: 1px dotted #305c8b;
	margin-top:15px;
	}
	
.sidebarGeneral{
	margin-top:15px;
	text-align:center;
	}
	
#social{
	margin-top:15px;
	padding-right:20px;
	padding-left:28px;
	text-align:center;
	float: left;
	}
#social2{
	margin-top:15px;
	text-align:center;
	float:left;
	}
#video{
	margin-top:15px;
	text-align:center;
	}
#destinations{
	margin-top: 15px;
	font-size:10px;
	}
#destinationsLeft{
	width:88px;
	padding-right:10px;
	float:left;
	}
#destinationsCenter{
	width:108px;
	padding-right:10px;
	float:left;
	}
#destinationsRight{
	width:108px;
	padding-right:10px;
	float:left;
	}
#moreDeals{
	margin-top:15px;
	text-align:center;
	}
#special {
	margin-top:15px;
	padding:10px;
	background-color:#ffffff;
	}
#special1Img {
	width:75px;
	float:left;
	}
#special1Text {
	width:205px;
	padding-left: 5px;
	float:left;
	}
#special2 {
	margin-top:15px;
	background-color:#ffffff;
	}
.special2Line {
	border-bottom:1px solid #666666;
	}
.special2Img {
	width:60px;
	float:left;
	padding: 5px 5px 5px 10px;
	}
.special2Txt {
	width:220px;
	padding: 5px 10px 5px 5px;
	float:left;
	}
.airportbox {
	width:150px;
	padding: 5px;
	float:left;
	}
#bottomCouponsLeft {
	width: 330px;
	margin: 15px 15px 0 0;
	font-size:10px;
	}
#bc01 {
	width: 324px;
	background:#fed674;
	padding:  2px 5px 2px 5px;
	}

#bc02 {
	width: 334px;
}
.bc02Left {
	width: 85px;
	float:left;
	margin: 10px 0 0 0;
	font-size:9px;
	}
.bc02Right {
	width: 242px;
	float:left;
	margin: 10px 0 0 0;
	padding:2px;
	font-size:9px;
	}
.footerBorder{
	border-bottom: 1px dashed #a8bdd1;
	}
	
.inputone {
border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 144px;
	height: 20px;
background: url('includes/inputBg.jpg') no-repeat;
	padding: 2px 0 0 5px;
}
--> 
</style>
