/* CSS Document */
/* DEFAULT CSS -------------------------------------------------------------------------------------------------------------------------- DEFAULT CSS */
body{
	background: url(../images/bg-header.png) center top repeat-x;
	color: #666;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
}
img{
	behavior: url(assets/scripts/iepngfix.htc);
}
h1{
	color: #014d87;
	font-size: 32px;
	font-weight: normal;
}
h1, h2, p{
	margin: 0 0 15px 0;
}
h2{
	color: #014d87;
	font-size: 16px;
}
div.boxRepy h1{
	display: block;
	color: #FFF;
	line-height: 40px;
	margin: 0 0 0 10px;
}
a img{
	border: 0;
}
a{
	color: #d15813;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul{
	list-style: none;
	margin: 0 0 10px 10px;
	padding: 0;
}
ul li{
	background: url(../images/img-li.gif) left 3px no-repeat;
	margin: 0 0 6px 0;
	padding: 0 0 0 18px;
}
hr{
	border: 0;
	border-bottom: 1px solid #dad5c5;
	height: 0;
	margin: 0 0 10px 0;
}


/*---------------------------------------------------------------------------- BUTTON STYLES */
input.btnSendEnquiry{
	background-image: url(../images/btn-send-enquiry.gif);
	background-position: left top;
	border: 0;
	cursor: pointer;
	height: 26px;
	width: 118px;
}
input:hover.btnSendEnquiry{
	background-position: left bottom;
}
/*---------------------------------------------------------------------------- TEXT STYLES */
.textHeading{
	color: #014d87;
	font-size: 16px;
}
.textOrange{
	color: #d15813;
}
.textBlue{
	color: #014d87;
}
.textGreen{
	color: #7ab51e;
}
.titleGreen{
	color: #7ab51e;
	font: bold 14px Arial, Helvetica, sans-serif;
}
/* CONTENT CSS -------------------------------------------------------------------------------------------------------------------------- CONTENT CSS */
/*---------------------------------------------------------------------------- LOGOS STYLES */
div.logoRow{
	display: block;
	height: 51px;
	margin-bottom: 10px;
}
div.logoRow span{
	margin-right: 15px;
}
div.logoRow span span{
	margin: 0;
}
span.logoSmlCairns{
	background: url(../images/logo-sml-cairns.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 60px;
}
span.logoSmlEasternBeach{
	background: url(../images/logo-sml-eastern-beach.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 65px;
}
span.logoSmlEttalong{
	background: url(../images/logo-sml-ettalong.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 89px;
}
span.logoSmlJubilee{
	background: url(../images/logo-sml-jubilee.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 107px;
}
span.logoSmlLakeMonduran{
	background: url(../images/logo-sml-lake-monduran.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 63px;
}
span.logoSmlLakeSomerset{
	background: url(../images/logo-sml-lake-somerset.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 64px;
}
span.logoSmlPortCampbell{
	background: url(../images/logo-sml-port-campbell.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 103px;
}
span.logoSmlPortlandBay{
	background: url(../images/logo-sml-portland-bay.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 118px;
}
span.logoSmlVictorHarbor{
	background: url(../images/logo-sml-victor-harbor.gif) left top no-repeat;
	display: block;
	height: 51px;
	position: relative;
	width: 86px;
}
div.logoRow span.point01,
div.logoRow span.point02,
div.logoRow span.point03,
div.logoRow span.point04,
div.logoRow span.point05,
div.logoRow span.point06,
div.logoRow span.point07,
div.logoRow span.point08,
div.logoRow span.point09{
	display: block;
	bottom: 0;
	height: 12px;
	left: 0;
	position: absolute;
	width: 12px;
}
div.logoRow span.point01{
	background: url(../images/map-point-1.png) left top no-repeat;
}
div.logoRow span.point02{
	background: url(../images/map-point-2.png) left top no-repeat;
}
div.logoRow span.point03{
	background: url(../images/map-point-3.png) left top no-repeat;
}
div.logoRow span.point04{
	background: url(../images/map-point-4.png) left top no-repeat;
}
div.logoRow span.point05{
	background: url(../images/map-point-5.png) left top no-repeat;
}
div.logoRow span.point06{
	background: url(../images/map-point-6.png) left top no-repeat;
}
div.logoRow span.point07{
	background: url(../images/map-point-7.png) left top no-repeat;
}
div.logoRow span.point08{
	background: url(../images/map-point-8.png) left top no-repeat;
}
div.logoRow span.point09{
	background: url(../images/map-point-9.png) left top no-repeat;
}
/*---------------------------------------------------------------------------- IMAGE STYLES */
img.borderImg{
	background: #dad5c5;
	border: 1px solid #c1bba9;
	padding: 4px;
}
img.partnerBorderImg{
	background: #dad5c5;
	border: 1px solid #c1bba9;
	padding: 1px;
}
/*---------------------------------------------------------------------------- MARGIN STYLES */
.marginRight6{
	margin-right: 6px;
}
.marginRight10{
	margin-right: 10px;
}
.marginRight12{
	margin-right: 12px;
}
.marginLeftBtm20{
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgBnr{
	margin-bottom: 8px;
}
/*---------------------------------------------------------------------------- POSITION/ALIGN STYLES */
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/*---------------------------------------------------------------------------- GENERIC STYLES */
div.hrFooter{
	background: url(../images/bg-footer-hr.gif) center top no-repeat;
	display: block;
	height: 8px;
}
.textSmall{
	font-size: 11px;
}
.clearFix{
	clear: both;
}
.rowNews{
	border-bottom: 1px solid #dad5c5;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.height10{
	display: block;
	height: 10px;
}
.height20{
	display: block;
	height: 20px;
}
.width50Percent{
	width: 50%;
}
.marginTop72{
	margin-top:72px;
}
/*---------------------------------------------------------------------------- DISPLAY STYLES */
a.btnSignUp span,
a.yellowBtnReadMore span{
	display: none;
}
/*---------------------------------------------------------------------------- COLOURS STYLES */
.yellow a{
	color: #f9ba01;
	font-weight: bold;
}
a.yellowBtnReadMore{
	background-image: url(../images/btn-yellow-read-more.gif);
	background-position: left top;
	display: block;
	height: 26px;
	width: 100px;
}
a:hover.yellowBtnReadMore{
	background-position: left bottom;
}
/*---------------------------------------------------------------------------- TABLE STYLES */
table.tableContactForm tr td{
	padding: 0 0 16px 0;
}
table.tableContactForm tr td.colLeft{
	width: 80px;
}
table.tableContactForm tr td.colRight{
	width: 246px;
}
/*---------------------------------------------------------------------------- NETROOMZ FORM STYLES */
div.bookFieldParks{
	background: url(../images/bg-book-field-parks.gif) left top no-repeat;
	display: block;
	height: 23px;
	margin-bottom: 5px;
	padding: 4px 0 0 4px;
	width: 210px;
}
div.bookFieldParks select{
	background: #f2f0e9;
	border: 0;
	color: #898167;
	width: 200px; 
}
div.bookFieldArriveDepart{
	background: url(../images/bg-book-field-arrive-depart.gif) left top no-repeat;
	display: block;
	height: 23px;
	padding: 4px 0 0 4px;
	width: 98px;
}
div.bookFieldArriveDepart input{
	background: #f2f0e9;
	border: 0;
	color: #898167;
	width: 80px; 
}
div.bookFieldAdultChildInfant{
	background: url(../images/bg-book-adult-child-infant.gif) left top no-repeat;
	display: block;
	float: left;
	height: 23px;
	padding: 4px 0 0 4px;
	width: 64px;
}
div.bookFieldAdultChildInfant input{
	background: #f2f0e9;
	border: 0;
	color: #898167;
}
div.bookFieldAdultChildInfant select{
	background: #f2f0e9;
	border: 0;
	color: #898167;
	width: 54px;
}
label.labelAdultChildrenInfant{
	float: left;
	width: 64px;
}
div.bookArriveDepartCols{
	float: left;
	width: 110px;
}
label.titleGreen{
	color: #8bbe38;
	font-size: 12px;
	text-transform: uppercase;
}
label.titleBlue{
	color: #014d87;
	font-size: 12px;
	text-transform: uppercase;
}
div.bookArriveDepartFormat{
	font-size: 11px;
}
input.form-submit{
	background-image: url(../images/btn-check-rates.gif);
	background-position: left top;
	border: 0;
	color: #7bb71e;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 26px;
	text-align: right;
	text-indent: -9000px;
	width: 204px;
}
input:hover.form-submit{
	background-position: left bottom;
}
/*---------------------------------------------------------------------------- FORM STYLES */
div.formField,
div.formFieldReq{
	background: url(../images/bg-form-field.gif) left top no-repeat;
	display: block;
	height: 23px;
	padding: 4px 0 0 4px;
	width: 208px;
}
div.formField input,
div.formFieldReq input{
	background: #f2f0e9;
	border: 0;
	color: #787362;
	font-size: 11px;
	width: 200px;
}
div.formFieldReq{
	background: url(../images/bg-form-field-req.gif) left top no-repeat;
}
div.formFieldReq input{
	width: 190px;
}
div.formTextarea{
	background: url(../images/bg-form-textarea.gif) left top no-repeat;
	display: block;
	height: 93px;
	padding: 4px 0 0 4px;
	width: 534px;
}
div.formTextarea textarea{
	background: #f2f0e9;
	border: 0;
	color: #787362;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 86px;
	width: 518px;
}
label.error{
	color: #CC3300;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin: -17px 0 0 90px;
	text-align: right;
	width: 100px;
}
div.formTextarea label.error{
	margin: -15px 0 0 400px;
}
/*---------------------------------------------------------------------------- MAP STYLES */
div#mapAusHome{
	background: url(../images/map-aus-home.gif) left top no-repeat;
	height: 373px;
	margin: 0 auto;
	width: 395px;
}
div#mapAusHome div{
	cursor: pointer;
	display: block;
	height: 12px;
	position: absolute;
	width: 12px;
}
div#mapAusHome div.point01{
	background: url(../images/map-point-1.png) left top no-repeat;
	margin: 68px 0 0 326px;
}
div#mapAusHome div.point02{
	background: url(../images/map-point-2.png) left top no-repeat;
	margin: 151px 0 0 370px;
}
div#mapAusHome div.point03{
	background: url(../images/map-point-3.png) left top no-repeat;
	margin: 188px 0 0 383px;
}
div#mapAusHome div.point04{
	background: url(../images/map-point-4.png) left top no-repeat;
	margin: 238px 0 0 374px;
}
div#mapAusHome div.point05{
	background: url(../images/map-point-5.png) left top no-repeat;
	margin: 304px 0 0 316px;
}
div#mapAusHome div.point06{
	background: url(../images/map-point-6.png) left top no-repeat;
	margin: 294px 0 0 283px;
}
div#mapAusHome div.point07{
	background: url(../images/map-point-7.png) left top no-repeat;
	margin: 311px 0 0 276px;
}
div#mapAusHome div.point08{
	background: url(../images/map-point-8.png) left top no-repeat;
	margin: 305px 0 0 264px;
}
div#mapAusHome div.point09{
	background: url(../images/map-point-9.png) left top no-repeat;
	margin: 273px 0 0 236px;
}

/*---------------------------------------------------------------------------- PARK POPUP STYLES */

ul.parksLeft{
	float:left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 230px;
}
ul.parksRight{
	float:left;	
	padding: 0;
	width: 230px;
}
ul.parksLeft li,
ul.parksRight li{
	padding-left: 20px;
}
/*---------------------------------------------------------------------------- PROMOTION DROP DOWNS HOME PAGE STYLES */
ul.promotions{
	display: block;
	margin: 0;
	padding:0 0;
}
ul.promotions li{
	background: none;
	display: block;
	margin: 0;
	padding:0;
	position: relative;
}
ul.promotions li ul{
	display: none;
}
ul.promotions li:hover ul{
	background: #fff url(../images/bg-accordion-selected-repx.gif) repeat-x top;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	display: block;
	left:-10px;
	top: 80px;
	position: absolute;
	padding: 5px;
	width: 228px;
	z-index: 100;
}
ul.promotions li ul li{
	position: relative;
}
/*---------------------------------------------------------------------------- NEWS ARCHIVE STYLES */
div.newsArchive a{
	background: url(../images/img-li.gif) left 5px no-repeat;
	border-bottom: 1px solid #DDD;
	display: block;
	line-height: 20px;
	padding: 0 0 0 20px;
}
div.newsArchive a.active{
	background: url(../images/bg-arrow-orange.gif) left 5px no-repeat;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}
div.newsArchive h2{
	margin: 10px 0 0 0;
}
/* LAYOUT CSS -------------------------------------------------------------------------------------------------------------------------- LAYOUT CSS */
div#layHeader {
	height: 112px;
	position: absolute;
	width: 980px;
	z-index: 100;
}
img#layLogo {
	float: left;
	margin: 16px 0 0 5px;
}
/*---------------------------------------------------------------------------- NAV STYLES */
ul#layNav {
	float: left;
	list-style: none;
	margin: 20px 0 0 56px;
	padding: 0;
	position: relative;
}
ul#layNav li {
	background: url(../images/nav-div.png) right center no-repeat;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
	list-style: none;
	margin: 0;
	padding: 0 11px 0 5px;
	position: relative;
}
ul#layNav li.last {
	background: none;
	padding: 0 0 0 5px;
}
ul#layNav li span.active {
	background: url(../images/nav-active.png) center bottom no-repeat;
	display: block;
	float: left;
	line-height: 60px;
	height: 60px;
}
ul#layNav li a {
	color: #0062a5;
	display: block;
	float: left;
	line-height: 37px;
	margin-top: 12px;
	text-decoration: none;
	text-indent: -5000px;
}
ul#layNav li a#btnHome {
	background-image: url(../images/btn-home.png);
	background-position: left top;
	width: 41px;
}
ul#layNav li a#btnOurLocations {
	background-image: url(../images/btn-our-locations.png);
	background-position: left top;
	width: 101px;
}
ul#layNav li a#btnItinerary {
	background-image: url(../images/btn-itinerary-planner.png);
	background-position: left top;
	width: 124px;
}
ul#layNav li a#btnHotDeals {
	background-image: url(../images/btn-hot-deals.png);
	background-position: left top;
	width: 70px;
}
ul#layNav li a#btnPartners {
	background-image: url(../images/btn-partners.png);
	background-position: left top;
	width: 63px;
}
ul#layNav li a#btnGallery {
	background-image: url(../images/btn-gallery.png);
	background-position: left top;
	width: 49px;
}
ul#layNav li a#btnNewsRoom {
	background-image: url(../images/btn-news-room.png);
	background-position: left top;
	width: 88px;
}
ul#layNav li a#btnContactUs {
	background-image: url(../images/btn-contact-us.png);
	background-position: left top;
	width: 79px;
}
ul#layNav li a:hover#btnHome, ul#layNav li a:hover#btnOurLocations, ul#layNav li a:hover#btnItinerary, ul#layNav li a:hover#btnHotDeals, ul#layNav li a:hover#btnPartners, ul#layNav li a:hover#btnGallery, ul#layNav li a:hover#btnNewsRoom, ul#layNav li a:hover#btnContactUs {
	background-position: left bottom;
}
/*
ul#layNav li ul{
	display: none;
}
ul#layNav li:hover ul{
	display: block;
	left: 0;
	top: 50px;
	position: absolute;
	margin: 0;
	padding: 20px 0 0 0;
	width: 740px;
}
ul#layNav li:hover ul li{
	background-image: url(../images/bg-sub-nav-li-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 0 0 6px;
}
ul#layNav li:hover ul li a{
	background-image: url(../images/bg-sub-nav-li-right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 5px 0 0;
	text-indent: 0;
}
ul#layNav li:hover ul li a span{
	background-image: url(../images/bg-sub-nav-li-repx.png);
	background-position: right top;
	background-repeat: repeat-x;
	display: block;
	float: left;
}
ul#layNav li:hover ul li:hover{
	background-position: left bottom;
}
ul#layNav li:hover ul li:hover a,
ul#layNav li:hover ul li:hover a span{
	background-position: right bottom;
}
*/
ul#layNav li ul {
	display: none;
}
ul#layNav li:hover ul {
	background: url(../images/bg-sub-nav-top.png) center 0 no-repeat;
	display: block;
	left: -80px;
	position: absolute;
	padding: 23px 0 7px 0;
	position: absolute;
	top: 45px;
	width: 271px;
}
ul#layNav li ul li.first a {
	padding: 2px 13px 6px 13px;
}
ul#layNav li ul li {
	background: #DDD;
	float: none;
	height: auto;
	line-height: 20px;
	margin: 0;
	padding: 0;
	position: static;
}
ul#layNav li ul li a {
	background: #FFF;
	border-bottom: 1px dashed #EEE;
	color: #014d87;
	display: block;
	float: none;
	font-size: 11px;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 6px 13px;
	text-indent: 0;
}
ul#layNav li ul li a:hover {
	color: #d15813;
}
ul#layNav li ul li.last {
	background: url(../images/bg-sub-nav-btm.png) center bottom no-repeat;
	display: block;
	padding: 0 0 7px 0;
}
ul#layNav li ul li.last a {
	background: #FFF;
	border-bottom: 0;
	padding: 6px 13px 0 13px;
}
/*---------------------------------------------------------------------------- INTERFACE STYLES */
div.layColLeft {
	background: url(../images/bg-col-right.gif) right 10px no-repeat;
	float: left;
	min-height: 400px;
	padding: 20px;
	width: 680px;
}
div.layColRight {
	float: left;
	min-height: 400px;
	padding: 20px;
	width: 220px;
}
div.layColRightSlim {
	float: left;
	min-height: 400px;
	padding: 10px;
	width: 240px;
}
div.layContainer {
	margin: auto;
	width: 980px;
}
div#layContentContainer{
	width: 100%;
}
div#layContentContainer div#layContentBg {
	background: url(../images/bg-main-container.png) center top no-repeat;
	min-height: 400px;
	margin: -110px 0 20px 0;
	padding: 5px;
	text-align: left;
	position: relative;
	width: 980px;
}
div.layColSides {
	float: left;
	padding: 10px;
	width: 240px;
}
div.layColCentre {
	background: url(../images/bg-col-centre.gif) center 30px no-repeat;
	float: left;
	min-height: 400px;
	padding: 10px;
	width: 440px
}
div.boxTopGreen, div.boxTopBlue, div.boxTopOrange, div.boxTopYellow {
	line-height: 40px;
	height: 50px;
}
div.boxTopGreen {
	background: url(../images/bg-box-hdr-green.gif) left top no-repeat;
}
div.boxTopBlue {
	background: url(../images/bg-box-hdr-blue.gif) left top no-repeat;
}
div.boxTopOrange {
	background: url(../images/bg-box-hdr-orange.gif) left top no-repeat;
}
div.boxTopYellow {
	background: url(../images/bg-box-hdr-yellow.gif) left top no-repeat;
}
div.boxRepy {
	background: url(../images/bg-box-repy.gif) left top repeat-y;
	margin-bottom: 10px;
	width: 240px;
}
div.boxBtm {
	background: url(../images/bg-box-btm.gif) left bottom no-repeat;
	padding: 10px;
	padding-top: 0;
}
/*---------------------------------------------------------------------------- ITINERARY/PARK STYLES */
div.facilities {
	background: url(../images/title-facilities.png) 10px center no-repeat;
	height: 36px;
	padding: 10px 0 0 115px;
}
div.facilities img {
	float: left;
	margin-right: 10px;
}
ul.listItineraries {
	margin: 0;
	padding: 0;
}
ul.listItineraries li {
	background-image: url(../images/bg-arrow-sand.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dad5c5;
	display: block;
	margin: 0;
	padding: 3px 3px 3px 18px;
}
ul.listItineraries li a {
	color: #8e866e;
	display: block;
}
ul.listItineraries li.active {
	background-image: url(../images/bg-arrow-orange.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}
ul.listItineraries li.active a {
	color: #d15813;
	font-weight: bold;
}
ul.listItineraries li:hover {
	border-bottom: 1px solid #c0bbad;
}
/*---------------------------------------------------------------------------- FOOTER STYLES */
a.btnSignUp {
	background-image: url(../images/btn-sign-up.gif);
	background-position: left top;
	display: block;
	height: 26px;
	width: 206px;
}
a:hover.btnSignUp {
	background-position: left bottom;
}
div.layFooterSideCols {
	color: #837b61;
	float: left;
	font-size: 12px;
	padding: 15px 10px 10px 15px;
	width: 311px;
}
div.layFooterCentre {
	background: url(../images/bg-footer-centre.gif) center 10px no-repeat;
	float: left;
	min-height: 128px;
	padding: 15px 10px 10px 10px;
	text-align: center;
	width: 286px;
}
div.layFooterCentre img {
	margin-bottom: 4px;
}
div#layBgFooterParksRepy {
	background: url(../images/bg-footer-repy.gif) center top repeat-y;
}
div#layBgFooterParksTop {
	background: url(../images/bg-footer-top.gif) center top no-repeat;
}
div#layFooterParks {
	background: #f4f2ed;
	padding-top: 100px;
}
div#layFooterContainer {
	background: url(../images/bg-footer.png) center bottom repeat-x;
	bottom: 0;
	font-size: 11px;
	height: 61px;
	padding: 80px 0 0 0;
	position: relative;
	width: 100%;
}
div#layFooterContainer div#layFooter {
	color: #726953;
	line-height: 18px;
	margin: 0 auto;
	text-align: left;
	width: 970px;
}
div#layFooterContainer div#layFooter a {
	color: #453c26;
	text-decoration: none;
}
div#layFooterContainer div#layFooter a:hover {
	color: #014d87;
	text-decoration: underline;
}
div#layFooterParksContent {
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
div.colQld {
	float: left;
	padding: 10px 0 0 20px;
	width: 231px;
}
div.colNsw {
	background: url(../images/bg-footer-park-divider.gif) left center no-repeat;
	float: left;
	padding: 10px 0 0 20px;
	width: 133px;
}
div.colVic {
	background: url(../images/bg-footer-park-divider.gif) left center no-repeat;
	float: left;
	padding: 10px 0 0 20px;
	width: 402px;
}
div.colSa {
	background: url(../images/bg-footer-park-divider.gif) left center no-repeat;
	float: left;
	padding: 10px 0 0 20px;
	width: 118px;
}
div.colQld h2 {
	color: #9e0f2a;
}
div.colNsw h2 {
	color: #178cd7;
}
div.colVic h2 {
	color: #d15813;
}
div.colSa h2 {
	color: #8bbe38;
}
div.colQld h2, div.colNsw h2, div.colVic h2, div.colSa h2 {
	font-size: 14px;
	text-transform: uppercase;
}
div.colQld img, div.colNsw img, div.colVic img, div.colSa img {
	cursor: pointer;
	float: left;
}
/*---------------------------------------------------------------------------- BACKGROUNDS STYLES */
div.bgHeader{
	background: url(../images/bg-header.png) center top repeat-x;
	height: 172px;
}
div#backgroundContainer, div#backgroundContainer div{
	z-index: 0;
}
div#backgroundContainer{
	height: 572px;
	overflow: hidden;
}
div#background1,
div#background2,
div#background3,
div#background4,
div#background5,
div#background6,
div#background7,
div#background8,
div#background9,
div#background10,
div#background11,
div#background12,
div#background13,
div#background14,
div#background15{
	background-position: center bottom;
	background-repeat: repeat-x;
	display: block;
	height: 572px;
	position: absolute;
	width: 100%;
}
div#background1{
	background-image:url(../images/backgrounds/1.jpg);
}
div#background2{
	background-image: url(../images/backgrounds/2.jpg);
}
div#background3{
	background-image: url(../images/backgrounds/3.jpg);
}
div#background4{
	background-image: url(../images/backgrounds/4.jpg);
}
div#background5{
	background-image: url(../images/backgrounds/5.jpg);
}
div#background6{
	background-image: url(../images/backgrounds/6.jpg);
}
div#background7{
	background-image: url(../images/backgrounds/7.jpg);
}
div#background8{
	background-image: url(../images/backgrounds/8.jpg);
}
div#background9{
	background-image: url(../images/backgrounds/9.jpg);
}
div#background10{
	background-image: url(../images/backgrounds/10.jpg);
}
div#background11{
	background-image: url(../images/backgrounds/11.jpg);
}
div#background12{
	background-image: url(../images/backgrounds/12.jpg);
}
div#background13{
	background-image: url(../images/backgrounds/13.jpg);
}
div#background14{
	background-image: url(../images/backgrounds/14.jpg);
}
div#background15{
	background-image: url(../images/backgrounds/15.jpg);
}
/*------------------------------------------------------------------------- GALLERY IMAGES POSITIONS */

#gallery {
	height:470px;
}
a#galleryCarins {
	background-image:url(../images/img-btn-cairns.png);
	width:216px;
	height:250px;
	position:absolute;
	left:30px;
	top:80px;
	text-indent:-9999px;
}
a#galleryLakeMonduran {
	background-image:url(../images/img-btn-lakem.png);
	width:213px;
	height:241px;
	position:absolute;
	left:218px;
	top:91px;
	text-indent:-9999px;
	z-index: 60;
}
a#galleryLakeSomerset {
	background-image:url(../images/img-btn-lakes.png);
	width:238px;
	height:259px;
	position:absolute;
	left:372px;
	top:80px;
	text-indent:-9999px;
}
a#galleryEttalong {
	background-image:url(../images/img-btn-ettalong.png);
	width:203px;
	height:235px;
	position:absolute;
	left:579px;
	top:99px;
	z-index:48;
	text-indent:-9999px;
}
a#galleryEasternBeach {
	background-image:url(../images/img-btn-easternbeach.png);
	width:210px;
	height:241px;
	position:absolute;
	left:752px;
	top:123px;
	z-index:50;
	text-indent:-9999px;
}
a#galleryJubileeLake {
	background-image:url(../images/img-btn-jubilee.png);
	width:200px;
	height:235px;
	position:absolute;
	left:124px;
	top:282px;
	z-index:50;
	text-indent:-9999px;
}
a#galleryPortCampbell {
	background-image:url(../images/img-btn-portcampbell.png);
	width:234px;
	height:259px;
	position:absolute;
	left:289px;
	top:292px;
	text-indent:-9999px;
}
a#galleryPortlandBay {
	background-image:url(../images/img-btn-portland.png);
	width:208px;
	height:244px;
	position:absolute;
	left:491px;
	top:284px;
	text-indent:-9999px;
}
a#galleryVictorHarbor {
	background-image:url(../images/img-btn-victorh.png);
	width:232px;
	height:257px;
	position:absolute;
	left:670px;
	top:308px;
	z-index:49;
	text-indent:-9999px;
}
/*------------------------------------------------------------------------- BUSINESS PARTNER */

div.layColLeft2, div.layColRight2 {
	float: left;
	min-height: 400px;
	padding: 20px;
	width: 440px;
}
div.layColLeft2 {
	background: url(../images/bg-col-right-xtra.gif) right 10px no-repeat;
}
/*------------------------------------------------------------------------- FOOTER STYLES */
a#footerWDM {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin: 0;
}
a:hover#footerWDM {
	background-position: left bottom;
	background-repeat: no-repeat;
}
a#footerWDM {
	background-image:url(../images/footer-img-wdm.jpg);
	width: 188px;
}
/*------------------------------------------------------------------------- FOOTER STYLES */
.dah_widget {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.dah_table .dah_row_h h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 23px;
	background: #f3f0f3;
}
.dah_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.dah_table .dah_row, .dah_table .dah_row_l, .dah_table .dah_row_r {
	margin: 0;
	display: inline-block;
}
.dah_table .dah_row label, .dah_table .dah_row_l label, .dah_table .dah_row_r label {
	width: 140px;
	_width: 150px;
	display: block;
	margin: 5px 0;
	padding: 0;
	line-height: 21px;
	font-weight: bold;
}
.dah_table .dah_btnrow {
	padding-top: 8px;
}
.dah_table .dah_row_l {
	float: left;
	margin: 0;
}
.dah_table .dah_row_r {
	float: left;
	margin: 0 0 0 5px;
}
.dah_table .dah_row_l label, .dah_table .dah_row_r label {
	width: 65px;
	_width: 69px;
}
.dah_widget input, .dah_widget select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #7f7f7f;
}
.dah_widget .dah_txt, .dah_widget .dah_txt_m, .dah_widget .dah_txt_d, .dah_widget .dah_txt_s {
	width: 200px;
	margin: 0 0 0 0px;
}
.dah_widget .dah_txt_s {
	width: 50px;
}
.dah_widget .dah_txt_d {
	width: 55px;
}
.dah_widget .dah_txt_m {
	width: 55px;
}
.dah_widget .dah_txt_l {
	width: 55px;
}
.dah_widget input.dah_button {
	background: url(../images/btn-search-for-a-car.gif);
	cursor: pointer;
	border: 0;
	font-size: 0;
	height: 26px;
	margin: 0;
	text-indent: -9000px;
	width: 144px;
}
.dah_widget input:hover.dah_button {
	background-position: left bottom;
}
/* ACCORDION CSS -------------------------------------------------------------------------------------------------------------------------- ACCORDION CSS */
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
	display: inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 10px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	font-size: 11px;
	padding: 10px;
	border-top: 0;
	margin-top: -2px;
	height: auto;
	position: relative;
	top: 1px;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}/* Autocomplete
----------------------------------*/
.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.ui-autocomplete-loading {
	background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana, Arial, sans-serif/*{ffDefault}*/;
	font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dad5c5;
	background: #FFF;
}
.ui-widget-header {
	border: 1px solid #dad5c5;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	background: #dad5c5;
	border: 1px solid #dad5c5;
	border-bottom: 1px solid #c1bba9;
	border-top: 1px solid #e5e1d5;
	color: #837b61;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #837b61;
	font: bold italic 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	background: #eae8e4/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
}
.ui-state-hover a, .ui-state-hover a:hover {
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #dad5c5;
	background: #FFF url(../images/bg-accordion-selected-repx.gif) left top repeat-x;
	font: bold italic 12px Arial, Helvetica, sans-serif;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #014d87;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* JFLOW CSS -------------------------------------------------------------------------------------------------------------------------- JFLOW CSS */
#jFlowSlide,
#jFlowSlide #mySlides{
	height: 325px;
	width: 680px;
}
div.jFlowIeWidthFix{
	width: 680px;
}
div#myController{
	background: url(../images/bg-jflow-nav-repx.gif) left bottom repeat-x;
	display: block;
	height: 30px;
	width: 680px;
}
div#myController span{
	background: url(../images/bg-arrow-jflow.png) right center no-repeat;
	color: #837b61;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	padding: 0 26px 0 8px;
}
div#myController span.jFlowSelected{
	background: #FFF url(../images/bg-arrow-jflow.png) right center no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-right:0;
	padding: 0 26px 0 8px;
}
div#mySlides{
	padding: 10px 0 0 0;
	width: 660px;
}
.jFlowControl,
.jFlowPrev,
.jFlowNext{
	display: none;
}
/* PROTOTIP CSS -------------------------------------------------------------------------------------------------------------------------- PROTOTIP CSS */
.prototip li{
	background: none;
}
ul.parksLeft li,
ul.parksRight li{
	background: url(../images/img-li.gif) left 3px no-repeat;
	padding-left: 20px;
}

.prototip {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
/* atpm  */
.prototip .atpm {
	width: 250px;
	color: #666;
}
.prototip .atpm .toolbar {
	background: #e5e2d6;
	color: #0075bb;
	font-weight: bold;
}
.prototip .atpm .title { padding: 5px; }
.prototip .atpm .content {
	background: #FFF;
	padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .protogrey .toolbar .close {
	width: 14px;
	height: 14px;
}
/* loader gif */
.prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 14px;
	width: 14px;
	border: 1px solid #dddddd;
	overflow: hidden;
}
/* Required for all tooltips, do not modify */
.prototip{position:absolute;overflow:hidden;}.prototip .tooltip,.prototip .toolbar,.prototip .toolbar .title{position:relative;}.prototip .content{clear:both;}.prototip .toolbar .close{position:relative;text-decoration:none;float:right;width:19px;height:15px;display:block;line-height:0;font-size:0;border:0;cursor:pointer;}.prototip .tooltip{clear:both;float:left;}.prototip .borderLeftWrapper,.prototip .borderRightWrapper{position:absolute;top:0;left:0;width:300px;height:20px;}.prototip .borderFrame{height:100%;width:100%;float:left;margin:0;padding:0;position:relative;}.prototip .borderTop,.prototip .borderBottom{overflow:hidden;}.prototip .borderRow{list-style-type:none;float:left;width:100%;position:relative;clear:both;margin:0;padding:0;}.prototip_CornerWrapper{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;clear:both;}.prototip_Corner{float:left;position:relative;}.prototip canvas{position:relative;float:left;}.prototip_CornerTr,.prototip_CornerBr{float:right;}.prototip_BetweenCorners{position:absolute;top:0;left:0;width:100%;overflow:hidden;clear:both;}.prototip .borderMiddle{position:relative;float:left;}.prototip .borderCenter{position:relative;float:left;height:100%;}.prototip_StemWrapper{position:relative;width:100%;height:auto;clear:both;}.prototip_StemBox{float:left;position:relative;}.prototip_Stem{width:100%;position:absolute;overflow:hidden;}.iframeShim{position:absolute;border:0;margin:0;padding:0;background:none;overflow:hidden;}.prototip .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.prototip .clearfix{display:inline-block;}/* IE Mac Hide \*/ .prototip .clearfix{display:block;}/* IE Mac Hide End */
/* DATEPICKER CSS -------------------------------------------------------------------------------------------------------------------------- DATEPICKER CSS */
table.jCalendar {
	border: 1px solid #FFF;
	background: #FFF;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #014d87;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #eeece4;
	color: #837b61;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #dcd7c7;
	color: #aba287;
}
table.jCalendar td.today {
	background: #8bbe38;
	color: #fff;
}
table.jCalendar td.selected {
	background: #d15813;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #dcd7c7;
	color: #aba287;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #dcd7c7;
	color: #aba287;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date{
	display: none;
}
div.dp-popup {
	border: 1px solid #837b61;
	position: relative;
	background: #FFF;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #837b61;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #c9c1a9;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* FANCYBOX CSS -------------------------------------------------------------------------------------------------------------------------- FANCYBOX CSS */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}
a#fancy_left {
	left: 0px; 
}
a#fancy_right {
	right: 0px; 
}
span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span {
	left: 20px; 
}
a#fancy_right:hover span {
	right: 20px; 
}
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 730px;
	height: 466px;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}
/* FANCYBOX CSS -------------------------------------------------------------------------------------------------------------------------- FANCYBOX CSS */
