@charset "utf-8";
/* CSS Document */

body {
	background-color: #00ADEE;
	font-family: Century Gothic, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	color: #666666;
}
#outercontainer {
	width: 932px;
	border: 1px solid #000000;
	margin: auto;
	position: relative;
	background-image: url(images/bannerimage.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 16px 0px 0px 20px;
}
#logo {
}
#address {
	position: absolute;
	top: 141px;
	left: 165px;
}
#facebook {
	position: absolute;
	top: 121px;
	left: 165px;
}
#facebook img {
	border: 0px;
}
#phone {
	position: absolute;
	top: 32px;
	left: 595px;
}
#featureimage {
	position: absolute;
	top: 197px;
	left: 165px;
	height: 105px;
	width: 787px;
}
#navigation {
	position: absolute;
	top: 164px;
	left: 165px;
	width: 787px;
}
#contentregion {
	padding: 30px 50px 50px 150px;
	position: relative;
	
}
#footer {
	width: 930px;
	margin: 5px auto 10px auto;
	color: #e4e4e4;
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: #e4e4e4;
}
#aboutimages {
	position: absolute;
	left: 20px;
	top: 675px;
	
}
#aboutimages p{
	padding-bottom: 10px;
	
}
/*************** html ************************/
h1 {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	color: #000000;
	font-size: 24px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	font-size: 22px;
}
h3 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	font-size: 20px;
}
h4 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	font-size: 18px;
}
h5 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	font-size: 16px;
}
h6 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #000000;
	font-size: 14px;
}
p {
	margin: 0px;
	padding: 0px 0px 17px 0px;
	line-height: 19px;
}
ul {
	margin: 0px;
	padding: 0px 0px 17px 17px;
}
li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.clear {
	clear: both;
}
a {
	color: #00ADEE;
	text-decoration: none;
}
a:hover {
	color: #00ADEE;
	text-decoration: underline;
}
.blue {
	color: #00ADEE;
	font-weight: bold;
}
.bluetd {
	background-color: #E1F7FF;
}
.darkbluetd {
	background-color: #00ADEE; 
	color: #ffffff;
}
.whiteborder {
	border-right: 1px solid #ffffff;
}
.blueborder {
	border-bottom: 1px solid #E1F7FF;
}

#photogallery {
}
#photogallery img {
	padding: 0px 3px 3px 0px;
}
.nopadding {
	padding-right: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/*************** Navigation ************************/
#nav_home {
	float: left;
	height: 33px;
	width: 75px;
}
#nav_rates {
	float: left;
	height: 33px;
	width: 77px;
}
#nav_location {
	float: left;
	height: 33px;
	width: 111px;
}
#nav_aboutnoosa {
	float: left;
	height: 33px;
	width: 150px;
}
#nav_specials {
	float: left;
	height: 33px;
	width: 101px;
}
#nav_blog {
	float: left;
	height: 33px;
	width: 86px;
}
#nav_contact {
	float: left;
	height: 33px;
	width: 186px;
}



/* Lightbox ********************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { }
#nextLink:hover, #nextLink:visited:hover {}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
