@charset "utf-8";
/* CSS Document */

<!--
body, td, th {
	font-size: 13px;
	color: #5b5b5b;
	font-family:Arial, Helvetica, sans-serif
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #02A2D2;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center
}
.facilities {
	margin:0 0 0 0px;
	padding:0 0 0 15px
}
a img {
	border:0
}
#home-main {
	width:545px;
	height:277px
}
#home-small {
	width:345px;
	height:115px;
}
.subhead {
	color:#cdaa46;
	font-size:14px;
}
.subhead strong a {
	color:#cdaa46;
	font-size:14px;
	text-decoration:none;
}
.contentbg {
	background: url(../images/content-bg.jpg) top center repeat-y;
}
a {
	color:#248ad2;
}
#headbg {
	background: url(../images/bg.jpg) top center no-repeat;
}
.shad {
	background: url(../images/shad.jpg) top right no-repeat;
}
#contact-details {
	background: url(../images/contactdetailsbg.jpg) top right no-repeat;
	width:260px;
	height:159px;
}
#contact-details .pad {
	padding:70px 0 0 10px;
	line-height:normal;
	color:#FFF;
}
#main-content {
	padding:20px 45px 0 45px
}
#specials {
	background: url(../images/specials.gif) top right no-repeat;
	width:269px;
	height:181px;
}
hr {
	color:#00a4d0;
	margin:3px 0 3px 0
}
#bottomcontact-details {
	background: url(../images/bottom-contactbg.jpg) top right no-repeat;
	width:295px;
	height:99px;
}
#bottomcontact-details .pad {
	padding:10px 50px 0 0px;
	line-height:normal;
	color:#003366;
	text-align:right;
}
#h1bg {
	background:url(../images/h1bg.jpg) no-repeat top center;
	width:890px;
	height:51px;
}
#h1bg h1 {
	font-size:12px;
	text-align:center
}
#footer-contact {
	background:url(../images/footer-contact-bg.jpg) no-repeat top center;
	width:900px;
	height:27px;
	text-align:center;
	color:#0392cc;
	font-size:11px;
}
#footer-contact .pad {
	padding:6px 0 0 0
}
#footer {
	text-align:center;
	color:#fff;
	font-size:12px;
	background:none;
}
#footer .pad {
	padding:0px 0 0 0;
	color:#003366
}
#footer a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#footernav {
	background:url(../images/swell-burleigh-heads.jpg) no-repeat top center;
	width:900px;
	height:25px;
	font-size:10px;
}
#footernav a {
	font-size:10px;
	text-decoration:none;
}
.highlight {
	background:#d5fcdc;
}
.even {
	background:#fff;
}
.mo {
	background:#e3f1fb;
}
.odd {
	background:#eee;
}
.zebra th {
	padding:5px;
	background:#00a4d0;
	border-bottom:1px solid #999;
	text-align:left;
	font-weight:bold;
	color:#FFF
}
.zebra td {
	padding:5px 20px 5px 5px;
	border-bottom:1px solid #ddd;
}
/* this is the main UL element*/
.dropdown {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	width:900px;
}
/* these are the inner menus*/
.dropdown ul {
	margin:0;
	padding:0;
	background:#ddc683;
	list-style:none;
	width:180px;
}
/* these are all the LIs in the menu*/
.dropdown li {
	margin:0;
	cursor:pointer;
}
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	text-decoration:none;
	color:#907014;
	width:100%;
}
.dropdown a:hover {
	text-decoration:none;
	color:#fff;
	background:#64b3ad;
}
/* these are the LIs that only belong to submenu*/
.dropdown ul li {
	margin-left:-1px;
	border-bottom:1px solid #fff
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down {
}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left {
}
.dropdown ul li a {
	display:block;
	padding:5px;
	text-decoration:none;
	font-weight:bold
}
.dropdown ul li a:hover {
	text-decoration:none;
	padding:5px 5px 5px 10px
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/* SIFR */


/* SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
h2 {
	font-size:20px;
	margin:0px 0 0px 0;
	padding:10px 0 0 0;
	text-align:left;
	color:#00a4d0;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
	height:20px;
	color:#00a4d0
}
h3 {
	font-size:17px;
	margin:0px 0 0px 0;
	padding:0 0 5px 0;
	text-align:left;
	color:#00a4d0
}
h1 {
	margin:0;
	font-size:11px;
	color:#98d7ee
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}
.slideshow-thumbnails {
	overflow: hidden;
}
.slideshow-images {
	height: 300px;
	width: 400px;
}
.slideshow-images-visible {
	opacity: 1;
}
.slideshow-images-prev {
	opacity: 0;
}
.slideshow-images-next {
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}
.slideshow {
	height: 312px;
	margin: 0 auto;
	width: 912px;
}
.slideshow a img {
	border: 0;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}
.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

