body  {
	font-size: 100%;
	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 */
}
.popUp {
	padding:10px 10px 10px 10px;
}

/* .thrColFixHdr #container, .twoColFixHdr #container { */ 
#container
{
	width: 990px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*
	Header elements
*/
#header { 
    width: 950px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
} 
#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 */
}

#header #mainmenu 
{
    float:left;
    width: 960px;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
	position:relative;
	z-index:100;
}

#header #strapdiv 
{
    margin-left:200px;
    width:400px;
    height:75px;
    float:right;
}
#header #strapdiv h2 
{
    font-size:14px;
    font-weight:normal;
}
.flashobj {
	position:relative;
	z-index:10;
}
#mainContent #strapdiv 
{
z-index:10;
position:relative;
}

/* 
    Breadcrumb line 
*/
#header #breadcrumb 
{
	width:950px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	vertical-align:middle;
}

#breadcrumb h1 
{
	float:left;
	width:300px;
	font-size:130%;
}

#breadcrumb p 
{
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	line-height:2em;
	vertical-align:middle;
	float:right;
	font-size:80%;
}

#breadcrumb .highlighted 
{
}

/* 
    Left sidebar
*/
.thrColFixHdr #sidebar1, .twoColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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 content in the column, but no further */
	margin:0 0 0 20px;
	padding: 0px 0px 15px 0; /* padding keeps the content of the div away from the edges */
	display:inline;
}

/*
 Right sidebar
 */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* 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 */
	margin:0 20px 0 0;
	padding: 0px 0 15px 0px; /* padding keeps the content of the div away from the edges */
	display:inline;
}

/*
	Main content area (centre) elements
*/
.thrColFixHdr #mainContent { 
	float:left;
	margin: 0 0 0 15px;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
	width:550px;
	font-size:80%;
} 
.twoColFixHdr #mainContent { 
	float:right;
	margin: 0 15px 0 0;
	padding: 0;
	width:750px;
	font-size:80%;
} 

#mainContent h1
{ 
	 margin: 0px 0px 12px 0px;
	 font-size: 110%;
}
#mainContent h2
{ 
	 font-size: 110%;
	 margin: 0px 0px 5px 0px;
}
#mainContent h3
{ 
	 font-size: 90%;
	 margin: 0px 0px 5px 0px;
}
#mainContent p
{
	 font-size: 85%;
	 margin: 0px 0px 10px 0px;
}
#mainContent ul
{
	 font-size: 85%;
	 padding: 0 0 0 0;
	 margin: 0px 0px 10px 10px;
}
#mainContent li
{
	padding: 0 0 2px 10px;
	margin: 0 0 0 10px;
	list-style-position: outside;
	list-style-type: disc;
}
#mainContent .key 
{
    margin-left:20px;
    width: 100%;
    height: 20px;
}

.thrColFixHdr #mainContent .boxleft 
{
    float:left;
    width: 340px;
    padding: 0px 20px 0px 0px;
    margin: 10px 0px 15px 0px;
}

.thrColFixHdr #mainContent .boxright
{
    float:left;
    width: 172px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 15px 0px;
}
.divider
{
	height:1px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 6px 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	clear:both;
}
.thrColFixHdr #mainContent .divider
{
	width:100%;
}
.twoColFixHdr #mainContent .divider
{
	width:100%;
}

.thrColFixHdr #mainContent #strapdiv 
{
    float:left;
    width: 552px;
    height: 242px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.thrColFixHdr #mainContent #strapdiv p
{
    padding: 208px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.thrColFixHdr #mainContent #mainmessage 
{
    float:left;
    width: 552px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
}

.thrColFixHdr #mainContent #mainmessage .top 
{
    float:left;
    width: 532px;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.twoColFixHdr #mainContent .xlbutton 
{
    float: left;
    padding: 0;
    margin: 0;
}

.twoColFixHdr #mainContent .lbutton 
{
    float: left;
    padding: 0;
    margin: 0px 0px 5px 0px;
}

/*
    Footer
*/
#footer { 
    font-size: 70%;
	margin: 0;
	padding: 0;
} 
#footer p {
    text-align: center;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer .key 
{
    margin-left:20px;
    width: 960px;
    height: 20px;
	clear:both;
}

/*
	Breadcrumb
*/
#breadcrumb 
{
	padding: 0;
	width: 100%;
}
#breadcrumb h1 
{
font-size:95%;
}
#breadcrumb p 
{
}
#breadcrumb .highlighted 
{
}
#breadcrumb p a 
{
}
#breadcrumb p a:hover 
{
}

/*
	Search results layout
*/
.thrColFixHdr .searchresult 
{
    width: 550px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.thrColFixHdr .searchresult .iconholder
{
    float:left;
    width: 100px;
    height: 75px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}
.thrColFixHdr .searchresult .iconholder img
{
    width: 100px;
    height: 75px;
}
.thrColFixHdr .searchresult .detail
{
    float:right;
    width:440px;
    margin-left: 10px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.thrColFixHdr .searchresult .detail h3, .thrColFixHdr .searchresult .detail p

{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.twoColFixHdr .searchresult 
{
    float:left;
    width: 465px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.twoColFixHdr .searchresult .iconholder
{
    float:left;
    width: 100px;
    height: 75px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.twoColFixHdr .searchresult .iconholder img
{
    width: 100px;
    height: 75px;
}
.twoColFixHdr .searchresult .detail
{
    float:right;
    width:330px;
    margin-left: 5px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.twoColFixHdr .searchresult .detail h3, .twoColFixHdr .searchresult .detail p

{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}



/*
	Thumb results layout
*/
.thrColFixHdr .thumbresult 
{
    float:left;
    width: 270px;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
}
.thrColFixHdr .thumbresult .iconholder
{
    float:left;
    width: 100px;
    height: 75px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.thrColFixHdr .thumbresult .iconholder img
{
    width: 100px;
    height: 75px;
}
.thrColFixHdr .thumbresult .detail
{
    float:right;
    width:165px;
    padding: 0;
    margin: 0px 0px 0px 5px;
}
.thrColFixHdr .thumbresult .detail h3, .thrColFixHdr .thumbresult .detail p

{
    padding: 0;
    margin: 0;
}


.twoColFixHdr .thumbresult 
{
    float:left;
    width: 215px;
    padding: 0;
    margin: 0px 5px 0px 0px;
}
.twoColFixHdr .thumbresult .iconholder
{
    float:left;
    width: 80px;
    height: 60px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.twoColFixHdr .thumbresult .iconholder img
{
    width: 80px;
    height: 60px;
}
.twoColFixHdr .thumbresult .detail
{
    float:right;
    width:130px;
    padding: 0;
    margin: 0px 0px 0px 5px;
}
.twoColFixHdr .thumbresult .detail h3, .twoColFixHdr .thumbresult .detail p
{
    padding: 0;
    margin: 0;
}


.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;
}

#atolleft {
    float: left;
    text-align:left;
    width: 690px;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}

#atolright {
    float: left;
    width: 260px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#locationfoot{
    clear:both;
    text-align: center;
    width: 950px;
    padding: 0px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
}

#whitefoot
{
    clear:both;
    text-align: center;
    padding: 5px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

/*
    Search box layout
 */
#search {
    float:left;
    width: 185px;
    padding: 0;
    margin: 0 0 15px 0;
}

#search .top {
    float:left;
    width: 185px;
    padding: 50px 0px 0px 0px;
    margin: 0;
}
 
#search .field {
    float:left;
    width: 154px;
    padding: 0px 0px 5px 0px;
    margin: 0 0 0 15px;
	display:inline;
}

#search .fieldcontainer {
    float:left;
    width: 154px;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 0px 15px;
	display:inline;
}
#search .fieldcontainer select
{
    padding: 0px 0px 0px 0px; 
    font-size: 10px;
    width: 150px;
}
#search .button {
    float:left;
    text-align: left;
    width: 154px;
    padding: 5px 0px 15px 0px;
    margin: 0px 0px 0px 15px;
	display:inline;
}

/*
    Special offers panel layout
*/
#specialoffers {
    float: left;
    width: 184px;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 15px 0px;
}
#specialoffers .top {
    float: left;
    width: 154px;
    padding: 40px 15px 0px 15px;
    margin: 0;
}
#specialoffers .container {
    float:left;
    width: 100%;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 1px 0px;
	display:inline;
}
#specialoffers .leftcol {
    margin:0;
	padding:0;
    float:left;
    width:77px;
	display:inline;
}
#specialoffers .rightcol {
	font-size:80%;
    margin:0;
	padding:0;
    float:right;
    width:77px;
	display:inline;
}
#specialoffers .imgborder 
{
width:71px;
height:52px;
	padding:2px;
	border:solid 1px #cccccc;
	margin-bottom:3px;
}
#specialoffers .thumb {
    width: 77px;
    height: 58px;
	padding:0;
	margin: 0 0 2px 0;
}
#specialoffers .thumb2 {
    width: 71px;
    height: 52px;
}
#specialoffers p {
    padding: 0 0 0 0;
    margin: 0px 0px 2px 62px;
}
#specialoffers .title {
	margin: 0 0 2px	 0;
}


/*
    Call to panel
*/
#calltopanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#calltopanel img {
	border:0;
	padding:0 0 0 0;
	margin: 0 0 5px 0;
}

/*
    Latest news panel
*/
#latestnews {
    float:left;
    width: 184px;
    padding: 0px 0px 7px 0px;
    margin: 0;
}

#latestnews .top {
    float:left;
    width: 154px;
    padding: 40px 15px 0px 15px;
    margin: 0;
}

#latestnews .container {
    float:left;
    width: 154px;
    padding: 0;
    margin: 0px 0px 1px 0px;
}

#latestnews .detail {
    float:left;
    width: 154px;
    padding: 0;
    margin: 0;
}

#latestnews p {
    float: left;
    width: 154px;
    margin: 2px 0px 2px 0px;
}

#latestnews p .title {
}

/*
	Destinations tabs layout
*/
#destinationtabs {
 	width:751px;
}
#destinationtabs .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 760px;
}
#destinationtabs .TabbedPanelsTabGroup {
	padding: 0;
	margin: 0;
}
#destinationtabs .TabbedPanelsTab {
	position: relative;
	top: 2px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 20px 0px;
	line-height: 15px;
	font-size: 11px;
	-moz-user-select: none;
	-khtml-user-select: none;
	width:78px;
	display:inline;
}
#destinationtabs .TabbedPanelsTabHover {
}
#destinationtabs .TabbedPanelsTabSelected {
}
#destinationtabs .TabbedPanelsTab a {
}
#destinationtabs .TabbedPanelsContentGroup {
	clear: both;
	width: 750px;
}
.TabbedPanelsContent {
	margin-bottom:0px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	display:inline;
}
#destinationtabs .TabbedPanelsContentVisible {
}
#destinationtabs .footer {
	height:20px;
}

/* 
	Destinations tabs content
*/

#destinationtabs .columnlft {
	float:left;
	display:inline;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 465px;
	padding: 0px 15px 0px 0px;
	margin: 0;
}

#destinationtabs .columnrt {
	float:left;
	display:inline;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 231px;
	padding: 0;
	margin: 0px 2px 0px 0px;
}

/*DESTINATIONS ELEMENTS*/

#destinationtabs .columnlft .divider, #destinationtabs .columnrt .divider {
	border-bottom-style:solid;
	width: 100%;
}
#destinationtabs .caption {
	font-weight: bold;
	color: #999999;
	margin-top:5px;
}

/* Climate table */
#climate {
	float:left;
	display: inline;
	text-align: left;
	width: 230px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
#climate .top {
	float:left;
	display: inline;
	width: 230px;
	height: 12px;
	padding: 0;
	margin: 0;
}
#climate .monthtitle {
	float: left;
	width: 62px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 2px 15px;
}
#climate .temptitle {
	float: left;
	width: 62px;
	padding: 3px 0px 3px 0px;
	margin: 0px 2px 2px 2px;
}
#climate .suntitle {
	float: left;
	width: 62px;
	margin: 0px 10px 2px 0px;
	padding: 3px 0px 3px 0px;
}
#climate .month {
	float: left;
	width: 62px;
	height: 10px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 2px 15px;
}
#climate .temp {
	float: left;
	width: 62px;
	height:10px;
	padding: 3px 0px 3px 0px;
	margin: 0px 2px 2px 2px;
}
#climate .sun {
	float: left;
	width: 62px;
	height:10px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 3px 0px;
}
#climate .bold {
	font-size: 80%;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
#climate .normal {	
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}
#climate .divider {
	height: 1px;
	width: 80% !IMPORTANT;
	margin: 3px 0px 3px 15px;
}

.columnlft .mapcanvas {
	height: 300px;
	width: 465px;
	margin: 3px 0px 3px 0px;
	overflow: hidden;
}

.columnrt .mapcanvas {
	height: 220px;
	width: 220px;
	padding: 0 10px 0 0;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.popUp .mapcanvas {
	height: 450px;
	width: 750px;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

#hotellist {
	font-size:70%;
    float:left;
    width: 190px;
    padding: 0;
    margin: 0;
}
#hotellist ul 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	list-style-type:none;
}
#hotellist li 
{
    float: left;
    width: 180px;
    padding: 0px 0px 0px 10px;
    margin: 6px 0px 0px 0px;
	list-style-type:none;
}
#hotellist a
{
}

#destPopUp 
{
    float:left;
	width: 390px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	position:absolute;
	top: 100px;
	left: 35%;
	display:none;
	z-index:119;
}
#destPopUp .top
{
    float:left;
    width: 390px;
    padding: 10px 10px 10px 10px;
    margin: 0;
	z-index:120;
}
#broPopUp 
{
    float:left;
	width: 390px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	position:absolute;
	top: 100px;
	left: 50%;
	display:none;
	z-index:119;
	text-align:center;
}
#broPopUp .top
{
    float:left;
    width: 390px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
	z-index:120;
}
#broPopUp img
{
	margin:10px 20px 10px 0;
}
.broicon
{
	width:50px;
	height:64px;
}
/*
	Price guide panel
*/
#priceguide p
{
	padding:5px;
}
#priceguide img
{
	float:left;
	margin-right:5px;
}

/*
	Misc
*/
img {
	border:0;
}
/*
	Forms
*/
.inputform {
	font-size:80%;
}
.inputform h3 {
	font-size:200%;
}
.inputform select {
	font-size:10px;
}
.inputform input, .inputform td input {
	font-size:10px;
}
.inputform table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.rowodd, .roweven {
	padding:5px 5px 5px 5px;
	clear:both;
}
.thrColFixHdr #mainContent .rowodd, .thrColFixHdr #mainContent .roweven {
	width:538px;
}
.twoColFixHdr #mainContent .rowodd, .twoColFixHdr #mainContent .roweven {
	width:738px;
}

.labeltiny, .labelxnarrow, .labelnarrow, .labelmed, .labelwide, .labelxwide {
	float:left;
	padding-top:5px;
	padding-bottom:3px;
}
.coltiny, .colxnarrow, .colnarrow, .colmed, .colwide, .colxwide, .colmaxwidth {
	float:left;
	padding-top:3px;	padding-bottom:3px;
}
.labeltiny, .coltiny {
	width:20px;
}
.labelxnarrow, .colxnarrow {
	width:60px;
}
.labelnarrow, .colnarrow {
	width:100px;
}
.labelmed, .colmed {
	width:170px;
}
.labelwide, .colwide {
	width:220px;
}
.labelxwide, .colxwide {
	width:350px;
}
.thrColFixHdr #mainContent .colmaxwidth {
	width:510px;
}
.twoColFixHdr #mainContent .colmaxwidth {
	width:710px;
}
.labelnarrow, .labelmed, .labelwide, .labelxwide {
	text-align:right;
	padding-right:5px;
}

#mainContent .col1 {
	float:left;
	width:250px;
}
#mainContent .col2 {
	float:left;
	width:250px;
}

inputx {
	font-size:90%;
	height:14px;
}
selectx {
	font-size:90%;
	height:20px;
}

/*
    Misc
*/
.clearit 
{
    clear:both;
	line-height: 1px;
	font-size: 1px;
	color:#FFFFFF;
}
.divider {
	line-height: 1px;
	font-size: 1px;
	color:#FFFFFF;
}
.validator {
	line-height: 10px;
    height:12px;
}
.validationsummary {
	line-height: 10px;
}

/*
	Misc
*/

#mainContent #holidays 
{
    float:left;
    width: 552px;
}

.quicklinks
{
	font-size:85%;
    float: left;
    width: 172px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: inline;
}
.quicklinks .quicklinks
{
	font-size:115% !important;
	padding: 0px 0px 0px 10px!important;
	margin: 6px 0px 0px 0px!important;
}

.quicklinks ul 
{
	list-style-type:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.quicklinks li 
{
	width: 160px;
	padding: 0px 0px 0px 10px!important;
	margin: 6px 0px 0px 0px!important;
	list-style-type: none!important;
}
.quicklinks li li 
{
	margin: 0px 0px 0px -10px!important;
}

.quicklinks a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.bannermain
{
	clear:both;
	width:550px;
	text-align:center;
	font-size:large;
	overflow: hidden;
}
.bannersmall
{
	float:left;
	width:178px;
	margin:10px 0px 0px -2px;
	text-align:center;
	font-size:large;
	overflow: hidden;
}
.bannersmallmid
{
	float:left;
	width:178px;
	margin:10px 10px 0px 10px;
	text-align:center;
	font-size:large;
	overflow: hidden;
}
