@charset "UTF-8";
body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
	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 */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header h2 {
	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: 7px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
	color: #006;
	font-size:16px;
}
.oneColFixCtrHdr #logo {
/* div holding logo */
	margin: 0;
	padding: 0 20px 0 0;
	width: 137px;
	float:right;	
}
.oneColFixCtrHdr #navbar {
/* navbar div */
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 20px;
	/*background-color:#00FF00;*/
	height:39px;
}
.oneColFixCtrHdr #navbar ul {
/* list holding navbar */
	list-style:none;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #navbar li {
/* navbar elements */
	float:left;
}
.oneColFixCtrHdr #navbar li a {
/* navbar elements a */
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 39px;
	font-weight: normal;
	text-decoration:none;
	color: #000000;
}
li#home a {
	width: 120px;
	left: 20px;
	height: 39px;
}
li#home a:hover {
	color: #FF0000;
}
li#booking a {
	width: 120px;
	left: 350px;
	height: 39px;
}
li#booking a:hover {
	color: #FF0000;
}
li#features a {
	width: 120px;
	left: 120px;
	height: 39px;
}
li#features a:hover {
	color: #FF0000;
}
li#location a {
	width: 120px;
	left: 235px;
	height: 39px;
}
li#location a:hover {
	color: #FF0000;
}

li#contact a {
	width: 120px;
	left: 460px;
	height: 39px;
}
li#contact a:hover {
	color: #FF0000;
}
li#galleryM a {
	width: 120px;
	left: 590px;
	height: 39px;
}
li#galleryM a:hover {
	color: #FF0000;
}

li#links a {
	width: 100px;
	left: 690px;
	height: 39px;
}
li#links a:hover {
	color: #FF0000;
}
#map_canvas {
	width: 450px; 
	height: 325px; 
	float: right; 
	border: 1px solid black;
	margin: 0 0 0 10px;
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	display:block;
	clear:both;
}
.oneColFixCtrHdr #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 */
	text-align: center;
	font-size: 10px;
}
.oneColFixCtrHdr #footer p a {
	padding: 0 5px;
	text-decoration:none;
	color:#000000;
}
.oneColFixCtrHdr #footer p a:hover {
	color:#FF0000;
}
.address {
	margin-top: 0;
	text-align: center;
}
.grey {
	background-color: #cccccc;
}
.trbl {
	border: 1px solid black;
}
.trb {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.rbl {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
.rb {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.oneColFixCtrHdr table.right {
	float: right;
	font-size: 12px;
	display: block;
	line-height: 1em;
}
.oneColFixCtrHdr table.left {
	float: left;
	font-size: 12px;
	display: block;
	line-height: 1em;
}



/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 5px;
		width: 730px;
		text-align: center;
	}
	#gallery ul { list-style: none; padding-right: 40px; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #000000;
	}
	#gallery ul a:hover img {
		border: 1px solid #f00;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	
.alert {
	color: #ff0000;
	font-weight: bold;
}