
html {
	height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #efefef;
}

img {
	display: block; 
	border: none;
}

/* PAGE LAYOUT */
#main-container {
	width: 847px; 
	margin: auto;
	text-align: left;
	color: #444;
	background-color: #fff;
}

#top-bar {
	height: 24px;
	background-image: url('../graphics/top-bar.jpg');
	background-repeat: repeat-x;	
	text-align: right;
}

#top-bar div {
	font-size: 0.85em;
	padding: 4px 8px 0px 0px;	
}

#header {
	
}

#left-column {
	float: left; 
	width: 270px; 
}

#right-column {
	float: left; 
	width: 577px;
}

#left-content {
	padding: 20px 20px 40px 20px;
}

#right-content {
	padding: 20px 20px 40px 0px;
}

#single-column {
	float: left;
	width: 847px; 
}

#single-content {
	padding: 20px 20px 40px 20px;	
}

#left-column-half {
	float: left;
	width: 424px;
}

#right-column-half {
	float: left;
	width: 423px;		
}

#left-half-content {
	padding: 20px 10px 40px 20px;	
}

#right-half-content {
	padding: 20px 20px 40px 10px;		
}

#footer {
	font-size: 85%;
	clear: both;
	width: 847px;
	color: #fff;
	background-color: #75A11B;	
}

#footer-left {
	float: left;
	width: 300px;	
}

#footer-right {
	float: left;
	width: 547px;	
	text-align: right;
}

#footer-left div, #footer-right div {
	padding: 4px;	
}

/* TOP NAVIGATION */

#top-nav {
	float: left;
	width: 847px;
	background-color: #F7F7F7;	
}

#top-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#top-nav ul li {
	display: inline;	
}

#top-nav ul li a {
	float: left;
	width: 121px;
	display: block;
	height: 40px;	
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-image: url('/graphics/nav-bg.jpg');
	background-repeat: repeat-x;
}

#top-nav ul li a:hover, #top-nav ul li a#top-selected {
	color: #fff;
	background-image: url('/graphics/nav-bg-on.jpg');
	background-repeat: repeat-x;		
}

#top-nav ul li a span {
	display: block;
	padding-top: 12px;	
}

/* SUB NAVIGATION */
#sub-nav {
	font-size: 90%;
	background-color: #75A11B;
}
		
#sub-nav ul {		
	margin: 0px;		
	padding: 0px;
	float: left;
	width: 847px;
	background-color: #75A11B;
}

#sub-nav li {
	display: inline;
}

#sub-nav a {
	float: left;
	color: #fff;
	background-color: transparent; 
	padding: 4px 8px;
	text-decoration: none;
}
		
#sub-nav a:hover {
	text-decoration: underline;
}
		
#sub-nav a#sub-selected {
	font-weight: bold;
}

#sub-nav span {
	padding-left: 10px;
	background-image: url('../graphics/arrow.jpg');
	background-position: center left;
	background-repeat: no-repeat;
}

/* ENTERTAINMENT PAGE */
.entertainment-row {
	margin-bottom: 20px;	
}

.entertainment-left {
	float: left; 
	width: 278px; 	
}

.entertainment-right {
	float: left; 
	width: 278px; 	
}

.entertainment-row ul {
	margin: 0px 20px 0px 32px; 
	padding: 0px;	
}

.entertainment-row ul li {
	margin-bottom: 4px;	
}

.entertainment-left span, .entertainment-right span, .entertainment-terms {
	color: #aa0000;	
}

/* LOCATION */
.direction-list {
	list-style-type: decimal; 
	margin: 0px 0px 20px 32px; 
	padding: 0px;	
}

.direction-list li {
	margin-bottom: 4px;	
}

/* GALLERY PREVIEWS */
.gallery-section {
	text-align: center;	
	margin-bottom: 8px;	
}

.gallery-section img {
	display: inline;	
}

.gallery-photo {
	margin-right: 12px;
}

/* GALLERY */
.gallery-container {
	text-align: center;	
}

.gallery-nav {
	margin: 0 auto; 
	width: 640px;	
}

.gallery-nav-left {
	float: left; 
	width: 200px; 
	text-align: left;	
}

.gallery-nav-center {
	float: left; 
	width: 240px; 
	text-align: center;	
}

.gallery-nav-right {
	float: left; 
	width: 200px; 
	text-align: right;	
}

.gallery-container img {
	display: inline; 
	margin-bottom: 20px;	
}

.gallery-container h1 {
	font-size: 1em;	
}

/* PRICES */
.prices-table {
	border:none;
	border-collapse: collapse; 
	background-color: #dfdfdf; 
	font-size: 90%;	
	margin-bottom: 16px;
}

.prices-head-left {
	font-weight: normal; 
	text-align: left; 
	padding-left: 8px; 
	background-color: #337305; 
	color: #fff; 
	width: 460px;	
}

.prices-head-right {
	font-weight: normal; 
	text-align: left; 
	background-color: #337305; 
	color: #fff; 
	width: 347px;	
}

.prices-date {
	padding-left: 8px;	
	text-align: left;
}

.prices-available {
	padding-left: 8px;
	text-align: left;
	background-color: #6CA218;
	color: #000;
}

.prices-booked {
	padding-left: 8px;	
	text-align: left;
	background-color: #aa0000;
	color: #fff;
}

/* LINKS PAGE */
.links-row {
	margin-bottom: 20px;	
}

.links-left {
	float: left; 
	width: 403px; 	
}

.links-right {
	float: left; 
	width: 403px; 
}

.links-row ul {
	margin: 0px 20px 0px 0px; 
	padding: 0px;	
	list-style-type: none;
}

.links-row ul li {
	margin-bottom: 4px;	
}

/* CONTACT US */
.contact-telephone {
	padding: 0px 0px 20px 60px;  
	background-image: url('../graphics/phone-icon.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;	
}

.contact-mobile {
	padding: 0px 0px 20px 60px;  
	background-image: url('../graphics/mobile-icon.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;	
}

.contact-email {
	padding: 0px 0px 20px 60px;  
	background-image: url('../graphics/email-icon.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left;	
}

.contact-telephone h2, .contact-mobile h2, .contact-email h2 {
	margin-bottom: 0px;	
}

.download-booking-form {
	display: block;
	width: 230px;
	height: 30px;
	background-image: url('../graphics/download-booking-form.jpg');
	background-repeat: no-repeat;	
}

.download-booking-form:hover {
	background-position: 0px -30px;	
}

.download-booking-form span {
	display: block;
	padding: 5px 0px 5px 40px;	
}

.booking-instructions {
	list-style-type: decimal; 
	margin: 0px 0px 20px 32px;
	padding: 0px;		
}

.booking-instructions li {
	margin-bottom: 4px;	
}

/* CONTACT FORM */

#contact-form {
	padding: 0px;
	margin: 0px;
}

.contact-form-row {
	margin-bottom: 20px;	
}

#user-name, #user-email, #user-enquiry {
	width: 380px;	
}

.exclamation {
	background-position: left center;
	background-image: url('../graphics/exclamation.jpg');
	background-repeat: no-repeat;
	padding: 8px 8px 12px 40px;	
	margin-bottom: 300px;
}

/* SITEMAP / 404 PAGE */
.sitemap, .sitemap ul {
	margin: 0px 0px 0px 32px;
	padding: 0px;	
}

.sitemap li {
	margin-bottom: 4px;		
}

.sitemap ul li {
	margin-top: 4px;	
}

/* PARAGRAPH AND HEADING */

h1, h2, h3, h4, h5, h6 {
	color: #2F7004;
	background-color: inherit;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.0em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

h1 {
	color: #2F7004;
	background-color: inherit;
}

p {
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

.nospace {
	margin: 0px;
}

/* LINK STYLES */

a:link, a:visited { 
	color: #4A7B0E;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #ffff00;
	background-color: inherit;
	text-decoration: none;
}

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

/* MISC */
.clear-both {
	clear: both; 
	height: 0px; 
	font-size: 1px;
	line-height: 0px;
}

/* entertainment passes*/
.entertainment-passes {
	width: 807px; 
	margin-bottom: 20px; 
	border: none;
	border-collapse: collapse;
	font-size: 90%;
}

.entertainment-passes thead th {
	background: #337305;
	color: #fff;
	text-align: left;
}

.entertainment-passes thead th.sub-head {
	background: #999;
	color: #444;
}

.entertainment-passes thead th.blank {
	background: #fff;
}

.entertainment-passes tbody tr td {
	background: #ccc;
	
}

.entertainment-passes thead th, .entertainment-passes tbody tr td {
	padding: 2px 8px;
}















