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

body {
	margin: 0;
	padding: 0;
 	overflow:-moz-scrollbars-vertical;
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background-color: #f2f2f2;
	text-align: center;
}
#header {
	position: relative;
	width: 758px;
	margin: auto;
	padding: 0;
	background-image: url('/images/header-bg.jpg');
	background-repeat: no-repeat;
	height: 148px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
#navigation {
	position: relative;
	width: 758px; /* nav width */
	margin: auto;
	background-image: url('/images/nav-bg.jpg');
	background-repeat: repeat-x;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 38px;
	text-align: left;
}
#wrapper {
	position: relative;
	width: 758px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#clear {
	clear: both;
	width: 100%;
}
/* Header Content Styling */

#title {
	width: 214px;
	float: left;
	text-align: center;
}

#title p {
	margin: 3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 110%;
}
#titlelocation {
	width: 543px;
	float: right;
	color: #000033;
	font-weight: bold;
	text-align: center;
	margin-top: 115px;
	height: 30px;
	letter-spacing: 12px;
}

/* Left hand Content Panel Styling */

#left-panel {
	width: 214px;
	float: left;
	background-color: #f8f8f8;
	padding: 0;
	border-left: 1px solid #FFF;
}

#location {
	width: 214px;
	height: 150px;
	background-image: url('/images/our-location-bg.jpg');
	border-bottom: 1px solid #FFF;
}

#location h2 {
	font-size: 120%;
	color: #002674;
	margin: 0;
	padding: 10px 0 8px 10px;
}

#location p {
	padding: 0 0 5px 10px;
	color: #666666;
	margin: 0;
}

#directions {
	width: 214px;
	height: 78px;
	border-bottom: 1px solid #FFF;
}

#reservations {
	width: 214px;
	height: 190px;
	background-image: url('/images/reservation-enquiry-bg.jpg');
	background-repeat: no-repeat;
	background-color: #FF9900;
	border-bottom: 1px solid #FFF;
}

#reservations h2 {
	font-size: 120%;
	color: #FFF;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

#reservations p {
	margin-left: 60px;
	text-align: center;
	line-height: 1.4;
}

#reservations a {
	text-decoration: none;
	color: #002375;
}

#features {
	width: 214px;
	height: 225px;
	background-image: url('/images/features-bg.jpg');
}

#features h2 {
	font-size: 120%;
	color: #002674;
	margin: 0;
	padding: 20px 0 5px 0;
	text-align: center;
}

#features ul {
	margin: 0;
	list-style-image: url('/images/bullet.gif');
	padding-left: 30px;
}

#features li {
	font-size: .85em;
	padding: 3px 0;
}

#features p {
	margin: 3px 0 0 0;
	text-align: center;
}

#features a {
	color: #660000;
	text-decoration: none;
}

#features a:hover {
	text-decoration: underline;
}

/* Right hand Content Panel Styling */

#content-panel {
	width: 542px;
	float: right;
	font-size: 90%;
	line-height: 1.3;
	background-color: #FFFFFF;
	border-right: 1px solid #FFF;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#news {
	border: 2px solid #b1c1e0;
	background-color: #f2f7ff;
	padding: 10px 20px;
	margin: 0 20px;
}
#news h3 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #F90;
}
#news p {
	margin: 0 0 5px 0;
	color: #666;
	font-size: 85%;
}
#news .newslink {
	margin: 0;
	font-size: 100%;
}
#viewall {
	text-align: right;
}
#viewall a {
	background-color: #F90;
	padding: 4px 8px;
	color: #FFF;
	text-decoration: none;
}
#viewall a:hover {
	background-color: #39C;
}

/* Navigation Styling */

#navigation ul {
	list-style-type: none;
	padding: 11px 0 5px 0;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: 1em;
	padding: 0 35px 0 35px;
	border-right: 1px solid #FFF;
}
#navigation li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#navigation a.highlightednav {
	text-decoration: underline;
}
#navigation a.highlightednav:hover {
	color: #FFFF66;
}

/* Footer Styling */

#footer {
	position: relative;
	width: 760px;
	height: 167px;
	background-image: url('/images/footer-bg.jpg');
	margin: auto;
	clear: both;
	font-size: 90%;
	text-align: center;
	color: #CCCCCC;
}

#footeraddress {
	float: left;
	text-align: left;
	width: 200px;
	height: 160px;
	padding-left: 15px;
	padding-top: 15px;
}
#footer p {
	margin: 0;
	color: #CCCCCC;
}

#footer ul {
	list-style-type: none;
	padding: 15px 0 5px 0;
	margin: 0;
}
#footer li {
	display: inline;
	padding: 0 20px 0 20px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* General Text Styling */

h1 {
	font-size: 140%;
	color: #CC9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 0;
	padding-bottom: 5px;
	margin-left: 25px;
}
h3 {
	font-size: 130%;
	text-align: center;
}
a img {
	border: 0;
}
p {
	color: #333333;
	margin-left: 25px;
}
#attractions li {
	padding-bottom: 8px;
	list-style-type: none;
	background: url('/images/star.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 2em;
}
#dining li {
	padding-bottom: 8px;
	list-style-type: none;
	background: url('/images/star.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 2em;
}
#activities li {
	padding-bottom: 8px;
	list-style-type: none;
	background: url('/images/star.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 2em;
}
.reqfield {
	color: #FF0000;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-left: 25px;
	color: #999;
}

/* Contact Form Styling */
#enquiryform {
	width: 85%;
	margin: auto;
}
#enquiryform p {
	clear: left;
	margin: 0 0 0 40px;
	padding: 0;
	padding-top: 15px;
}
#enquiryform p label {
	float: left; 
	width: 40%; 
}
#enquiryform fieldset {
	border: 1px dotted #61B5CF;
	margin-top: 16px;
	padding: 10px 10px 20px 10px;
}
#enquiryform legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #edbd48;
	padding: 5px 15px;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
/* Error Message Styling */
div.container {
	background-color: #FFFFCC;
	border: 2px solid #990000;
	padding: 5px;
	width: 80%;
	margin: 10px auto;
	padding-left: 50px;
	clear: both;
}
div.container ol li {
	list-style-type: none;
	margin-bottom: 10px;
}
div.container { display: none }
.container label.error {
	display: inline;
	color: red;
	background:url('/images/error.png') no-repeat;
	padding-left:30px;
	font-size:.9em;
}
input {	border: 1px solid #999999; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; background-color: #FFFFCC;}
textarea.error { border: 1px dotted red; background-color: #FFFFCC;}

/* Accommodation Page Styling - Photos */
#photos {
	width: 190px;
	float: right;
}
#photos img {
	padding: 5px;
	border: 5px solid #ececec;
	margin-bottom: 20px;
}
#photos-horizontal {
	width: 420px;
	margin: 0 auto;
	float: none;
}
#photos-horizontal img {
	padding: 5px;
	border: 5px solid #ececec;
	margin: 10px;
}
