@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #0F8A92;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 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;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding: 10px 0;
	color: #0D2713;
	font-size: 1.5em;
}
h2 {
	margin: 0px;
	padding: 8px 0;
	color: #0D2713;
	font-size: 1.3em;
}
h3 {
	margin: 0px;
	padding: 6px 0;
	color: #0D2713;
	font-size: 1.1em;
}
h4 {
	margin: 0px;
	padding: 4px 0;
	color: #0D2713;
	font-size: 0.9em;
}
p, ul {
	margin: 0px;
	padding: 10px;
}
img {
	display: block;
}

fieldset {
	/*background: #304080;*/
	background: #359AAD;
	text-align: center;
	margin: 5px;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #996633;
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	color: #E2EDFF;
}
fieldset h3 {
	color: #E2EDFF;
	font-size: 1.1em;
}

td.right {
	text-align: right;
}

.rightOnly {
	float: right;
}
.rightBlock {
	float: right;
	display: block;
}
.leftOnly {
	float: left;
}
.leftBlock {
	float: left;
	display: block;
}
.containMe {
	clear: both;
	overflow: hidden;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 2px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px ridge #996633;
	text-align: left;
	font-size: 1.1em;
}
#header {
	background: #A8C8FF;
}

div.slides {
	float: left;
	margin: 1px;
	marg\in: 2px;
	/* width: 504px; */
	width: 500px;
	display: inline;
}
div.menu {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 2px;
}
div.menu ul.horizMenu {
	list-style: none;
	padding: 0;
}
div.menu ul.horizMenu li {
	float: left;
}
div.menu ul.horizMenu li.menuSelect  {
	padding: 6px;
	float: left;
	background-color: #FFFFFF;
	color: #0D2713;
	border-right: 1px solid #996633;
	border-left: 1px solid #996633;
}
div.menu ul.horizMenu li a {
	display: block;
	background-color: #999966;
	border: 1px solid #996633;
	padding: 6px;
	margin: 0;
}
div.menu ul li a, div.menu ul li a:visited,
div.menu ul li a:focus, div.menu ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
div.menu ul li a:hover {
	text-decoration: none;
	background-color: #E2EDFF;
	color: #0D2713;
}

#header .parkName {
	float: left;
	text-align: center;
	margin: 0 2px;
	marg\in: 0 10px;
	padding: 10px 0;
	/* width: 276px; */
	width: 256px;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 10px;
	border: 3px ridge #996633;
	background-color: #0D2713;
	color: #DDFFEE;
	font-size: 2.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#header h4 {
	font-weight: bold;
	padding: 3px;
	margin: 0 auto;
}
#header div.menu ul.horizMenu li.menuSelect  {
	border-top: 1px solid #996633;
	border-bottom: 1px solid #FFFFFF;
}
#header div.menu ul li a:hover {
	border-bottom: 1px solid #E2EDFF;
}

#mainContent {
	padding: 0 20px 20px;
	background: #FFFFFF;
	font-size: 1em;
}
#galleryPage #mainContent {
	padding: 0 5px 20px;
}
#mainContent p   {
	text-align: justify;
}
#mainContent h1   {
	text-align: center;
	width: 100%
}
#mainContent ul {
	padding-top: 0;
}
#mainContent li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
#mainContent img {
	border: 5px double #996633;
	margin: 10px 0px;
}
#galleryPage #mainContent img {
	border: 1px solid #996633;
	margin: 10px 1px;
}
#mainContent img.rightImage {
	margin-left: 10px;
	float: right;
}
#mainContent img.leftImage {
	margin-right: 10px;
	float: left;
}
#mainContent fieldset.floatLeft {
	float: left;
	width: 20%;
	margin: 10px 10px 0;
}
#mainContent fieldset.floatRight {
	float: right;
	width: 20%;
	margin: 10px auto 0 10px;
}
#mainContent .manualSlideshow img.restore,
#mainContent .manualSlideshow img.close {
	border: 0 none;
	margin: 0;
}
#mainContent .manualSlideshow {
	margin: 0 0 0 10px;
	border: 5px double #996633;
	text-align: center;
}
#mainContent .manualSlideshow img.controls {
	margin: 0;
	padding: 0;
	border: 0 none white;
}
#mainContent .manualSlideshow a {
	margin-bottom: -3px;
}

#tariffTable {
	width: 90%;
	margin: 10px auto;
}
#tariffTable  table {
	border: 1px solid #359AAD;
	margin: 10px auto;
}
#tariffTable th {
	border: none;
	padding: 5px;
	text-align: center;
	color: #E2EDFF;
	background: #359AAD;
}
#tariffTable td {
	background: #E2EDFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
	vertical-align: top;
	color: #359AAD;
}
#tariffTable td.amount {
	text-align: right;
}
#tariffTable div {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#tariffTable div h3 {
	color: #E2EDFF;
	text-decoration: underline;
}

#tariffTable ul {
	padding: 10px;
}
#tariffTable .floatLeft {
	float: left;
	width: 45%;
	background: #359AAD;
	padding: 5px 10px;
	color: #E2EDFF;
}
#tariffTable .floatRight {
	float: right;
	width: 45%;
	background: #359AAD;
	padding: 5px 10px;
	color: #E2EDFF;
}

#featurePanel {
	background: #3C6F51;
	margin: 20px inherit inherit;
	border: 0px solid #3C6F51;
	color: #0D2713;
}
#featurePanel .heading {
	background: #6AB78E;
	padding: 0px;
	margin: 0px;
}
#featurePanel h2 {
	font-size: 1.1em;
	padding: 3px;
	color: #DDFFEE;
}

.enquiryForm {
	color: #0D2713;
	width: 348px;
	background: #BBFFDD;
	text-align: left;
	margin: 3px auto;
	font-size: .9em;
}
.enquiryForm .head {
	background: #6AB78E;
	padding: 4px;
}
.enquiryForm label {
	padding-right: 5px;
}
.enquiryForm table {
	padding: 2px;
}
.enquiryForm select,
.enquiryForm textarea,
.enquiryForm input {
	padding: 0;
	font-size: 0.9em;
	border: 1px inset #99FFCC;
	margin: 2px;
}
.enquiryForm #enquiryName,
.enquiryForm #enquiryEmail,
.enquiryForm #enquiryComments {
	width: 250px;
}
.enquiryForm #enquiryPhone {
	width: 150px;
}
#mainContent #enquiry img {
	margin: 0;
	border: none;
}

#footer {
	background: #A8C8FF;
}
#footer div.menu ul.horizMenu li.menuSelect  {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #996633;
}
#footer div.menu ul li a:hover {
	border-top: 1px solid #E2EDFF;
}

#footer div.copyright {
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	float: left;
	width: 45%;
}

#footer div.contact {
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	float: right;
	width: 45%;
}
#footer p {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .copyright a, #footer .copyright a:visited,
#footer .copyright a:focus, #footer .copyright a:active {
	color: #359AAD;
}
#footer .copyright a:hover {
	text-decoration: none;
}

.allClear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.leftClear {
	clear: left;
}

#byWES {
	margin: 20px auto;
	padding: 10px 20px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: normal;
	text-align: right;
	width: 760px;
}

