/* CSS Document */

/* global reset */
* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 1em 0;
}

li,dd {
	margin-left: 1em;
}

fieldset {
	padding: 0.5em;
}
/*end global reset*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CBD7ED;
}

h1, h2, h3, h4, h5, h6 {
	color: #1846A3;
	margin: 0;
}

h1 {
	font-size: 22px;
	margin: 30px 0 30px 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	margin: 20px 0 20px 0;
	width: 580px;
	height: 26px;
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #1846A3;
}

a:hover {
	text-decoration: underline;
	color: #CC0033;
}

a:active {
	text-decoration: underline;
	color: #1846A3;
}

/* Form styles */

form {
	margin: 0;
	padding: 0;
	width: 90%;
}

fieldset {
	border: 1px solid #1846A3;
	margin: 0;
	padding: 10px;
}

legend {
	color: #1846A3;
	font-weight: bold;
	text-align: center;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin: 0;
}

.required {
	color: #990000;
}

.requiredLegend {
	margin-left: 210px;
	color: #990000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #1846A3;
	background-color: #FFFFFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #1846A3;
	background-color: #FFFFFF;
	line-height: 16px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	border: 1px solid #1846A3;
	background-color: #FFFFFF;
}

input.checkbox {
	border: none;
	background-color: #FFFFFF;
}

input.submit {
	margin-left: 210px;
	border: 0;
}	

input.submitCustom {
	border: 0;
	vertical-align: middle;
	position: relative;
	top: -4px;
}

input:focus {
	border: 1px solid #990000;
}

textarea:focus {
	border: 1px solid #990000;
}

select:focus {
	border: 1px solid #990000;
}

#formComments {
	display: none;
}

/* End form styles */

.clear {
	clear: both;
}

.left {
	float: left;
	padding-right: 10px;
}

.right {
	float: right;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	background-color: #1846A3;
	height: 100px;
}

#header .logo {
	float: left;
	padding: 15px 10px;
}

#header .hdBanner {
	float: right;
	padding: 20px 10px;
}

#navBar {
	height: 30px;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	margin: 1px 0;
	line-height: 28px;
}

#navBar a:link, #navBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navBar a:hover {
	text-decoration: none;
	color: #FFFF00;
}

#navBar a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#navBar ul {
	display: inline;
	list-style: none;
}

#navBar li {
	float: left;
	padding: 0 24px;
	margin-left:0;
	background-image: url(../images/bg_navbar_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navBar .lastNav {
	float: left;
	padding: 0 25px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}

#container {
	clear: both;
	width: 100%;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#pageContent {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	line-height: 18px;
	color: #333333;
}

#content {
	padding: 20px 10px;
}

#sideBar {
	float: right;
	width: 200px;
}

.gAds{
	text-align: center;
	margin: 20px 0 10px 0;
}

#footer {
	clear: both;
	padding: 5px;
	background-color: #1846A3;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.homeSearch {
	height: 30px;
	background-color: #1846A3;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.homeSearch form {
	margin: 0;
	padding: 0;
}

.homeSearch select {
	font-size: 11px;
}

.homeSearch input {
	border: 0;
	background: transparent;
	
}

.searchResult {
	padding: 10px 0;
}

.searchResult a {
	text-decoration: none;
}

.searchResult h2 {
	font-size: 16px;
}

.searchResultHeader {
	background-color: #CBD7ED; 
	padding: 5px;
}


.featuredResult {
	padding: 10px 0;
}

.featuredResult a {
	text-decoration: none;
}

.featuredResult h2 {
	font-size: 14px;
}

.featuredResultHeader {
	background-color: #CBD7ED; 
	padding: 3px;
}

.searchResultImage {
	float: right;
	padding: 10px 0px 10px 10px;
}

.searchResultDetail {
	float: left;
	padding: 10px 0 10px 5px;
	width: 70%;
}

.searchResultFacilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.searchResultFacilities li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.detailTitle {
	font-weight: bold;
	border: 0;
}

.detail {
	padding-bottom: 5px;
}

.detailFacilities {
	margin-top: 30px;
}

.detailFacilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detailFacilities li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.parkDetailsLeftCol {
	float: left;
	padding-right: 10px;
	width: 380px;
}

.parkDetailsRightCol {
	float: right;
	width: 180px;
}


#contactParkForm {
	width: 100%;
}

#contactParkForm legend {
	font-size: 14px;
}

.parkBooking {
	margin-bottom: 20px;
}

.parkContactDetails {}

.parkDetailsDescription {
	margin-top: 30px;
}

.parkDetailsDescription p {
	margin: 10px 0;
}

.groupLogo {
	padding-bottom: 10px;
}

.parkDetailsImages img {
	padding-bottom: 10px;
}

.parkDetailsMap {
	margin: 30px 0;
}

.parkDetailsOffers {}

#mapCanvas {
	width: 380px;
	height: 240px;
	border: 1px solid #666666;
}

.parkDetailsEnquiry {
	margin-top: 30px;
}

.rhsBoxPlain {
	margin: 10px;
	text-align: center;
}

.rhsBox {
	background-color: #FFFFFF;
	margin: 10px;
}

.rhsBoxBookmark {
	margin: 10px;
}

.rhsImg {
	margin: 10px;
}

.rhsMap {
	padding: 10px 15px;
}

.rhsBoxTitle {
	text-align: center;
	height: 30px;
	line-height: 28px;
	background-color: #1846A3;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

.rhsBoxTitle a:link, .rhsBoxTitle a:visited, .rhsBoxTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.rhsBoxTitle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rhsBoxContent {
	padding: 5px;
	line-height: 18px;
}

.rhsBoxContent img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.rhsBoxContent form {
	clear: left;
	margin: 0;
	width: 100%;
}

.rhsBoxContent .newsForm {
	text-align: left	
}

.stdTable {
	border: 1px solid #1846A3;
	border-collapse: collapse;
}

.stdTable th {
	background-color: #CBD7ED;
	font-weight: bold;
	color: #1846A3;
	padding: 5px;
}

.stdTable td {
	border: 1px solid #1846A3;
	padding: 5px;
}

.homeBoxFeatured {
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px dashed #1846A3;
}

.homeBoxLeft {
	float: left;
	margin: 0 10px 20px 0;
	width: 280px;
	border-bottom: 1px dashed #1846A3;
}

.homeBoxRight {
	float: right;
	margin: 0 0 20px 0;
	width: 280px;
	border-bottom: 1px dashed #1846A3;
}

.homeBoxHeader {
	height: 30px;
	line-height: 28px;
	background-color: #1846A3;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px;
}

.homeBoxHeader a:link, .homeBoxHeader a:visited, .homeBoxHeader a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.homeBoxHeader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.homeBoxContent {
	padding: 5px;
}

.homeBoxContent img {
	float: left;
	padding: 0 5px 5px 0;
}

.homeBoxContent form {
	margin: 0;
	padding: 0;
	width: 160px;
	float: right;
}

.offerHeading {
	color: #CC0033;
	font-size: 14px;
	font-weight: bold;
}

.offerHeading a:link, .offerHeading a:visited, .offerHeading a:active {
	color: #CC0033;
	text-decoration: none;
}

.offerHeading a:hover {
	color: #CC0033;
	text-decoration: underline;
} 

.articles {
	clear: both;
}

span.myButton1 input {
	background:url(../images/submit_go.gif) no-repeat;
	cursor:pointer;
	width: 26px;
	height: 22px;
	border: none;
}

span.myButton2 input {
	background:url(../images/buttons/submit_search.gif) no-repeat;
	cursor:pointer;
	width: 60px;
	height: 24px;
	border: none;
	margin-left: 210px;
}

span.myButton3 input {
	background:url(../images/buttons/submit_go.gif) no-repeat;
	cursor:pointer;
	width: 29px;
	height: 22px;
	border: none;
}
