

/* /////////////// TAG RESETS / DEFAULTS //////////////////// */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, 
h4, h5, h6, pre, form, fieldset, input, p, 
blockquote, th, td 
{ margin : 0; padding : 0; }

*{
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
	font-size: 100%;
}
h1{
	font-weight:normal;
	font-size:300%;
}
h2{
	font-weight:normal;
	font-size:180%;
}
h3{
	font-size:150%;
}
h3, h3 a{
	color:#007cb1;
}
h4{
	font-size:120%;
}
p{
	margin:0 0 15px 0;
	padding:0;
	line-height:1.4em;
}
ul{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
	li{
		margin:0 0 10px 0;
		padding:0;
	}
	li.enditem{
		margin:0;
	}
ol{
	margin:0 0 15px 0;
	padding:0 0 0 20px;
}
	ol li{
		list-style:decimal;
	}

hr{
	display:none;
}
.hr, .hr-clear{
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.hr-clear{
	clear:both;
}
a{
	outline:none;
	color:#333;
}
a img{
	border:none;
}
a:hover{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #f4f4f4;
	margin:0 0 15px 0;
}

th, td {
	padding: 7px;
}
th {
	background:#333;
	color:#fff;
	text-align:left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}

/* ------------- SOME DEFAULT STYLES --------------- */	
	
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.clearboth{
	clear:both;
}
	div.clearboth{
		font-size:0;
		height:0;
		line-height:0;
	}
.displaynone, .hidden{
	display:none;
}
* .nomargin{
	margin-bottom:0;
}
.subtext{
	color:#999;
	font-size:90%;
}
a.rss{
	background:url(../images/rss.gif) no-repeat 0px 1px;
	line-height:12px;
	padding:0 0 0 15px;
	text-decoration:none;
}
a.rss:hover{
	text-decoration:underline;
}
.overflowbox{
	height: 250px;
	overflow: auto;
}

/*---------------- CMS AREA FORMATING -----------------*/

.cms{
	margin:0 0 15px 0;
}
.cms ul, ul.list1 {
}
.cms ul li, ul.list1 li{
	background:url(../images/bullet.gif) no-repeat 0px 4px;
	padding:0 0 0 15px;
}

body {
	font:74% Arial, Helvetica, sans-serif;
	text-align:center;
	background: #f2e4d6;
}
/*////////////  Template Variables  //////////////////////*/
#wrap {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	padding:0 10px 0 10px;
}
#main_content, .main_column {
	width:710px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	min-height: 400px;
}
.right_column, #subcontent {
	width: 230px;
	margin-left: 20px;
	float: left;
	}
.left_column {
	width: 160px;
	margin-left: -960px;
	float: left;
	margin-bottom: 10px;
	}
.main_column h1 {
	height:29px;
	background-color:#1c315a;
	color:#FFF;
	font-size:16px;
	margin:0 0 20px 0;
	padding:0;
	text-indent:-9000px;
}
.main_column h2 {
	font-size:20px;
	color:#1c315a;
	margin:0 0 10px 0;
	padding:0;
}
.main_column p {
	margin:0 0 10px 0;
	padding:0;
}
.main_column a {
	color:#00aeef;
	text-decoration:none;
}
.main_column a:hover {
	color:#00aeef;
	text-decoration:underline;
}
#header {
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	height:174px;
	background:url(../images/backgrounds/header_bg.gif) repeat-x bottom left #FFF;
	position:relative;
}
#header .tagline {
	width:603px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:0px;
	text-align:right;
}
#header .tagline p {
	margin:0 0 10px 0;
	padding:0;
}
.navigations {
	display: block;
	overflow: hidden;
}
.navigations ul li {
	margin:0;
	display:inline;
}
.navigations a {
	display: block;
	background-color: #f4f4f4;
	margin:0 0 1px 0;
	padding: 0.2em;
	text-decoration: none;
}
.collapsed li ul {
	display:none;
	padding:0px;
	height: auto;
	margin: 0px;
}
.collapsed li ul li { margin: 0px; }
.collapsed li ul li a {
	background-color: #e0e0e0;
	padding-left: 10px;
}
#footer {
	clear: left;
	padding: 10px 0 10px 0;
	margin-top:20px;
	border-top: 1px solid #999;
	color:#666666;
	font-size:11px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
#footer p { margin-bottom: 0; }
#footer li { display: inline; }
#footer .leftcontent {
	width:685px;
	margin:0;
	padding:0 15px 0 0;
	float:left;
}
#footer .rightcontent {
	width:250px;
	margin:0;
	padding:0;
	text-align:right;
	float:left;
}
#footer ul#rss { margin:25px 0 20px 0; }
#footer ul#rss li a {
	background: url(../images/rss.gif) 10px 0px no-repeat;
	padding-left: 30px;
	height:15px;
}
/* -------- SIDE COLUMNS / BOXES -------- */
.right_column, .left_column { background:#FFF; }
.sidebox {
	background:#c7eafc;
	margin:0 0 20px 0;
	padding:0px;
}
.sidebox h3 {
	background-color:#007cb1;
	color:#fff;
	font-size:140%;
	height:29px;
	text-indent:-9000px;
	margin:0;
	padding:0;
	width:230px;
}
.sidebox ul {
	list-style:none;
	margin:0;
	padding:10px 7px 7px 7px;
}
.sidebox ul li h4 {
	margin:0 0 10px 0;
	padding:0;
}
.sidebox ul li h4 a {
	background:url(../images/icons/offers.gif) no-repeat top left;
	padding:0 0 0 25px;
	margin:0;
	color:#244f93;
	text-decoration:none;
	font-size:16px;
}
.sidebox ul li h4 a:hover { text-decoration:underline; }
.sidebox ul li p {
	margin:0;
	padding:0;
}
.sidebox table {
	border:none;
	padding:0;
	margin:0;
	width:220px;
	font-size:11px;
}
.sidebox td {
	margin:0;
	padding:0;
	vertical-align:top;
}
.sidebox table span {
	font-size:10px;
	line-height:normal;
}
.sidebox fieldset {
	border:none;
	padding:7px;
	margin:0;
}
.sidebox fieldset p {
	margin: 5px 0 0 0;
	padding:0;
	font-size:14px;
}
.sidebox fieldset p a {
	background:url(../images/backgrounds/arrow_blue.gif) no-repeat 0px 3px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.sidebox fieldset p a:hover { text-decoration:underline; }
.sidebox p a {
	background:url(../images/backgrounds/arrow_blue.gif) no-repeat 0px 3px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.sidebox p a:hover { text-decoration:underline; }
.sidebox label {
	margin:0 0 2px 0;
	padding:0;
}
.sidebox select { margin:4px 0 10px 0; }
.sidebox .selectlarge { width:216px; }
/* -------- TITLES -------- */
#latestoffers { background:url(../images/titles/latest_offers.gif) no-repeat top left #007cb1; }
#availabilitytitle { background:url(../images/titles/availability.gif) no-repeat top left #007cb1; }
#brochuretitle { background:url(../images/titles/brochure.gif) no-repeat top left #007cb1; }
#newslettertitle { background:url(../images/titles/newsletter.gif) no-repeat top left #007cb1; }
#accommside { background:url(../images/titles/accommodation_side.gif) no-repeat top left #007cb1; }
#facilitiesside { background:url(../images/titles/facilities_side.gif) no-repeat top left #007cb1; }
#mapstitle {
	background-image:url(../images/titles/park_map.gif);
	background-repeat:no-repeat;
}
#usefullinks {
	background-image:url(../images/titles/usefullinks.gif);
	background-repeat:no-repeat;
}
#latestnewstitle {
	background-image:url(../images/titles/lastest_news.gif);
	background-repeat:no-repeat;
}
#faqstitle {
	background-image:url(../images/titles/faqs.gif);
	background-repeat:no-repeat;
}
#contacttitle {
	background-image:url(../images/titles/contactus.gif);
	background-repeat:no-repeat;
}
#contactdetailstitle {
	background-image:url(../images/titles/contactdetails.gif);
	background-repeat:no-repeat;
}
#receptiontitle {
	background-image:url(../images/titles/reception.gif);
	background-repeat:no-repeat;
}
#aboutustitle {
	background-image:url(../images/titles/aboutus.gif);
	background-repeat:no-repeat;
}
#termstitle {
	background-image:url(../images/titles/terms.gif);
	background-repeat:no-repeat;
}
#holidayhomestitle {
	background-image:url(../images/titles/holiday_homes.gif);
	background-repeat:no-repeat;
}
#residentialsalestitle {
	background-image:url(../images/titles/residential_sales.gif);
	background-repeat:no-repeat;
}
#localareatitle {
	background-image:url(../images/titles/localarea.gif);
	background-repeat:no-repeat;
	margin-bottom:0;
}
#gallerytitle {
	background-image:url(../images/titles/gallery.gif);
	background-repeat:no-repeat;
}
#stayintouch {
	background-image:url(../images/titles/stayintouch.gif);
	background-repeat:no-repeat;
}
#jobstitle {
	background-image:url(../images/titles/jobs.gif);
	background-repeat:no-repeat;
}
#application {
	background-image:url(../images/titles/application.gif);
	background-repeat:no-repeat;
}
#competition {
	background-image:url(../images/titles/competition.gif);
	background-repeat:no-repeat;
}
#winners {
	background-image:url(../images/titles/winners.gif);
	background-repeat:no-repeat;
}
#previouswinners {
	background-image:url(../images/titles/previouswinners.gif);
	background-repeat:no-repeat;
}
#brochurerequest {
	background-image:url(../images/titles/brochurerequest.gif);
	background-repeat:no-repeat;
}
#weather {
	background-image:url(../images/titles/localweather.gif);
	background-repeat:no-repeat;
}
#offers {
	background-image:url(../images/titles/offers.gif);
	background-repeat:no-repeat;
}
#forum {
	background-image:url(../images/titles/forum.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#membersgallery {
	background-image:url(../images/titles/members_gallery.gif);
	background-repeat:no-repeat;
	margin-bottom:0px;
}
#myaccount {
	background-image:url(../images/titles/myaccount.gif);
	background-repeat:no-repeat;
}
#upload {
	background-image:url(../images/titles/upload.gif);
	background-repeat:no-repeat;
}
#funniest {
	background-image:url(../images/titles/funniestmoments.gif);
	background-repeat:no-repeat;
}
#videouploads {
	background-image:url(../images/titles/videouploads.gif);
	background-repeat:no-repeat;
}
#feedback {
	background-image:url(../images/titles/feedback.gif);
	background-repeat:no-repeat;
}
#shop {
	background-image:url(../images/titles/shop.gif);
	background-repeat:no-repeat;
}
#cart {
	background-image:url(../images/titles/cart.gif);
	background-repeat:no-repeat;
}
#facilities {
	background-image:url(../images/titles/facilities_lg.gif);
	background-repeat:no-repeat;
}
#localevents {
	background-image:url(../images/titles/local_events.gif);
	background-repeat:no-repeat;
}
#archivedlevents {
	background-image:url(../images/titles/archived_events.gif);
	background-repeat:no-repeat;
}
#location {
	background-image:url(../images/titles/location_int.gif);
	background-repeat:no-repeat;
}
#entertainment {
	background-image:url(../images/titles/entertainment.gif);
	background-repeat:no-repeat;
}
#sitemap {
	background-image:url(../images/titles/sitemap.gif);
	background-repeat:no-repeat;
}
#mycart { background:url(../images/titles/mycart.gif) no-repeat top left #007cb1; }
#caravans {
	background-image:url(../images/titles/caravans.gif);
	background-repeat:no-repeat;
}
#lodges {
	background-image:url(../images/titles/lodges.gif);
	background-repeat:no-repeat;
}
#touring {
	background-image:url(../images/titles/touring.gif);
	background-repeat:no-repeat;
}
#floorplans {
	background-image:url(../images/titles/floorplans.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#available {
	background-image:url(../images/titles/availableat.gif);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#distance {
	background-image:url(../images/titles/distances.gif);
	background-repeat:no-repeat;
}
#locationmap {
	background-image:url(../images/titles/location_map.gif);
	background-repeat:no-repeat;
}
#prices {
	background-image:url(../images/titles/prices.gif);
	background-repeat:no-repeat;
}
#parkmap {
	background-image:url(../images/titles/parkmap.gif);
	background-repeat:no-repeat;
}
#functions {
	background-image:url(../images/titles/functions.gif);
	background-repeat:no-repeat;
}
#bevtv {
	background-image:url(../images/titles/bevtv.gif);
	background-repeat:no-repeat;
}
#videohead {
	background-image:url(../images/titles/videos.jpg);
	background-repeat:no-repeat;
}
#webcams {
	background-image:url(../images/titles/webcams.gif);
	background-repeat:no-repeat;
}
#accommodation_title {
	background-image:url(../images/titles/accomm_title.gif);
	background-repeat:no-repeat;
}
/* -------- BROCHURE REQUEST -------- */
.brochurebox {
	background:url(../images/backgrounds/brochure_request.gif) no-repeat bottom right #c7eafc;
	margin:0;
	padding:7px 60px 0 7px;
	width:163px;
	height:96px;
}
.brochurebox p {
	line-height:normal;
	margin:0 0 5px 0;
	padding:0;
}
.brochurebox p a {
	background:url(../images/backgrounds/arrow_blue.gif) no-repeat 0px 0px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
	font-size:12px;
}
.brochurebox p a:hover { text-decoration:underline; }
/* -------- BROCHURE REQUEST -------- */
.newsletterbox {
	background:url(../images/backgrounds/newsletter_request.gif) no-repeat bottom right #c7eafc;
	margin:0;
	padding:7px 100px 0 7px;
	width:123px;
	height:96px;
}
.newsletterbox p {
	line-height:normal;
	margin:0 0 5px 0;
	padding:0;
}
.newsletterbox p a {
	background:url(../images/icons/mail.gif) no-repeat 0px 0px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
	font-size:12px;
}
.newsletterbox p a:hover { text-decoration:underline; }
/*------------ FORM ELEMENTS ------------ */
form {
	margin:0;
	padding:0;
}
fieldset {
	border:none;
	padding:0;
	margin:0 0 15px 0;
}
fieldset h3 {
	background:#007cb1;
	color:#fff;
	font-size:120%;
	padding: .2em 5px;
	font-weight:normal;
}
fieldset h3 { margin:0 0 5px 0; }
fieldset ul { margin:0px; }
fieldset ul li ul {
	margin:0;
	padding:0;
}
.sidebox fieldset ul { margin:5px; }
legend {
	background-color:#fff;
	padding:5px 10px;
	font-size:125%;
	margin:0;
}
input.sumbit { width:auto; }
label.checklabel {
	display:inline;
	padding:0 5px 0 0;
	margin:0;
	width:200px;
}
option { font-size: 1em !important; }
label {
	display: block;
	margin: 0 0 5px 0;
	font-weight:bold;
}
label span { color:#FF0000; }
/* default width of form elements in main column */
.main_column fieldset input, .main_column fieldset select, .main_column fieldset textarea { width:300px; }
.main_column fieldset input.checkbox {
	width:auto;
	color:#FFF;
	padding:4px;
	border:none;
}
.main_column fieldset input.submit {
	width:auto;
	background:#1c315a;
	color:#FFF;
	padding:4px;
	border:none;
}
/* widths of elements floating into 2 columns */
.colwrap2 { }
.colwrap2 fieldset.column-a {
	float:left;
	width:220px;
	margin:0 15px 15px 0;
}
.colwrap2 fieldset.column-b {
	float:left;
	width:230px;
}
.colwrap2 fieldset.column-a input, .colwrap2 fieldset.column-a select, 
.colwrap2 fieldset.column-a textarea, .colwrap2 fieldset.column-b input, 
.colwrap2 fieldset.column-b select, .colwrap2 fieldset.column-b textarea { width:210px; }
.colwrap2 fieldset.column-b textarea { width:220px; }
.colwrap2 fieldset.column-b {
	float:left;
	width:230px;
}
.colwrap2 input.submit { width:auto; }
/* -------------------- TABLES ------------------- */
table.accommodationtable, table.caravanstable {
	width:710px;
	color:#000;
}
table.accommodationtable th, table.caravanstable th {
	background-color:#1c315a;
	color:#FFF;
}
table.accommodationtable td, table.caravanstable td { border-bottom:1px solid #FFF; }
table.accommodationtable .row1, table.caravanstable .row1 {
	background:#c4d4e7;
	font-size:12px;
	font-weight:bold;
}
table.accommodationtable .park1, table.caravanstable .col1 { background:#00b1cd; }
table.accommodationtable .park2, table.caravanstable .col2 { background:#8cc63f; }
table.accommodationtable .park3, table.caravanstable .col3 { background:#b63e97; }
/* -------------------- TABLES ------------------- */
table.supplements {
	width:710px;
	color:#000;
	border:none;
}
table.supplements th {
	background-color:#FFF;
	color:#1c315a;
	text-align:left;
	padding:5px 0 5px 0;
}
table.supplements td {
	border-bottom:1px solid #FFF;
	padding:5px 0 5px 0;
}
table.supplements .col1 { width:210px; }
table.campingtable, table.touringtable {
	width:710px;
	color:#000;
}
table.campingtable th, table.touringtable th {
	background-color:#1c315a;
	color:#FFF;
	text-align:left
}
table.campingtable td, table.touringtable td { border-bottom:1px solid #FFF; }
table.campingtable .col1 {
	width:210px;
	background:#9ed9de;
}
table.campingtable .col2, table.touringtable .col1 {
	background:#2ac0d7;
	width:100px;
	text-align:center;
}
table.campingtable .col2, table.touringtable .col2 {
	background:#2ac0d7;
	width:100px;
	text-align:center;
}
table.campingtable .col3, table.touringtable .col3 {
	background:#83d2e2;
	width:100px;
	text-align:center;
}
table.campingtable .col4, table.touringtable .col4 {
	background:#4b93c1;
	width:100px;
	text-align:center;
}
table.campingtable .col5, table.touringtable .col5 {
	background:#87afd3;
	width:100px;
	text-align:center;
}
table.campingtable .col6, table.touringtable .col6 {
	background:#b63e97;
	width:100px;
	text-align:center;
	color:#FFF;
}
table.campingtable .col7, table.touringtable .col7 {
	background:#007cb1;
	width:100px;
	text-align:center;
	color:#FFF;
}
table.lodgestable {
	width:710px;
	color:#000;
}
table.lodgestable th {
	background-color:#7a1501;
	color:#FFF;
	text-align:center;
}
table.lodgestable td { border-bottom:1px solid #FFF; }
table.lodgestable .col1 {
	width:218px;
	background:#fcc89d;
}
table.lodgestable .col2 {
	background:#7a1501;
	width:82px;
	text-align:center;
	color:#FFF;
}
table.lodgestable .col3 {
	background:#aa6247;
	width:82px;
	text-align:center;
}
table.lodgestable .col4 {
	background:#c58d76;
	width:82px;
	text-align:center;
}
table.lodgestable .col5 {
	background:#f58026;
	width:82px;
	text-align:center;
}
table.lodgestable .col6 {
	background:#f9a96b;
	width:82px;
	text-align:center;
}
table.lodgestable .col7 {
	colour:#f9a96b;
	text-align:center;
}
table.caravantable {
	width:710px;
	color:#000;
	font-size:11px;
}
table.caravantable th {
	background-color:#013e6f;
	color:#FFF;
	text-align:center;
	border-right:1px solid #FFF;
}
table.caravantable td {
	border-bottom:1px solid #FFF;
	padding:4px 2px 4px 2px;
}
table.caravantable .col1 {
	width:150px;
	background:#8dd8f8;
}
table.caravantable .col2 {
	background:#00b1cd;
	width:35px;
	text-align:center;
	vertical-align:top;
}
table.caravantable .col3 {
	background:#83d2e2;
	width:35px;
	text-align:center;
}
table.caravantable .col4 {
	background:#013e6f;
	width:35px;
	text-align:center;
	color:#FFF;
}
table.caravantable2 {
	width:710px;
	color:#000;
	font-size:11px;
}
table.caravantable2 th {
	background-color:#004812;
	color:#FFF;
	text-align:center;
	text-align:center;
	border-right:1px solid #FFF;
}
table.caravantable2 td {
	border-bottom:1px solid #FFF;
	padding:4px 2px 4px 2px;
}
table.caravantable2 .col1 {
	width:150px;
	background:#c4df9b;
}
table.caravantable2 .col2 {
	background:#8cc63f;
	width:46px;
	text-align:center;
	vertical-align:top;
}
table.caravantable2 .col3 {
	background:#c4df9b;
	width:46px;
	text-align:center;
}
table.caravantable2 .col4 {
	background:#004812;
	width:46px;
	text-align:center;
	color:#FFF;
}
table.caravantable3 {
	width:710px;
	color:#000;
	font-size:11px;
}
table.caravantable3 th {
	background-color:#4e2683;
	color:#FFF;
	text-align:center;
	text-align:center;
	border-right:1px solid #FFF;
}
table.caravantable3 td {
	border-bottom:1px solid #FFF;
	padding:4px 2px 4px 2px;
}
table.caravantable3 .col1 {
	width:158px;
	background:#d39ac5;
}
table.caravantable3 .col2 {
	background:#b63e97;
	width:46px;
	text-align:center;
	vertical-align:top;
}
table.caravantable3 .col3 {
	background:#d39ac5;
	width:46px;
	text-align:center;
}
table.caravantable3 .col4 {
	background:#4e2683;
	width:46px;
	text-align:center;
	color:#FFF;
}
#tabs ul { border-bottom:15px solid #1c315a; }
#tabs ul li {
	float:left;
	margin:0;
	padding:0;
}
#tabs ul li a {
	background:#1c315a;
	color:#FFFFFF;
	margin:0 5px 0 0;
	display:block;
	padding:7px 5px 4px 5px;
	text-decoration:none;
}
#tabs ul li a:hover {
	background:#007cb1;
	color:#FFFFFF;
	text-decoration:none;
}
#tabs ul li.ui-tabs-selected a {
	background:#007cb1;
	color:#FFFFFF;
	text-decoration:none;
}
#tabs div { clear:both; }
/* -------------------- PARKS ------------------- */
#parklogo {
	width:110px;
	margin:0;
	padding:0;
	float:left;
}
#parkdetails {
	width:580px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
}
#parkimages {
	width:120px;
	margin:0 0 0 20px;
	padding:0;
	float:left;
}
#parkimages li {
	width:120px;
	margin:0 0 15px 0;
	padding:0;
}
.parkintro {
	float:left;
	width:440px;
	margin:0;
	padding:0;
}
#marine-park .parkintro h2 { color:#4e2683; }
#marine-park h1 { background:url(../images/titles/marine_park.gif) no-repeat top left #4e2683; }
#marine-park .parkbanner {
	border-top:10px solid #4e2683;
	margin:0 0 10px 0;
}
#ashvale .parkintro h2 { color:#004812; }
#ashvale h1 { background:url(../images/titles/ashvale.gif) no-repeat top left #004812; }
#ashvale .parkbanner {
	border-top:10px solid #004812;
	margin:0 0 10px 0;
}
#beverley-park .parkintro h2 { color:#013e6f; }
#beverley-park h1 { background:url(../images/titles/bevpark.gif) no-repeat top left #013e6f; }
#beverley-park .parkbanner {
	border-top:10px solid #013e6f;
	margin:0 0 10px 0;
}
#meadowside-lodges .parkintro h2 { color:#7a1501; }
#meadowside-lodges h1 { background:url(../images/titles/meadowside.gif) no-repeat top left #7a1501; }
#meadowside-lodges .parkbanner {
	border-top:10px solid #7a1501;
	margin:0 0 10px 0;
}
/* -------------------- ERRORS ------------------- */
ul.error, ul.success {
	list-style:disc;
	padding:10px 10px 5px 25px;
}
ul.success { background:#FFFF99; }
ul.error, ul.error A {
	background:#CC0000;
	color:#fff;
}
ul.error A { text-decoration:underline; }
ul.error A:hover { text-decoration:none; }
ul.error li, ul.success li { margin:0 0 5px 0; }
.sidebox ul.error, .sidebox ul.success {
	padding:5px 5px 2px 25px;
	margin:0 0 5px 0;
}
.sidebox ul.error li, .sidebox ul.success li { margin:0 0 2px 0; }
li.error {
	border:none;
	margin:0 0 10px 0;
	padding:2px;
}
em.error {
	color: #CC0000;
	font-weight: bold;
	display: block;
	margin:0 0 5px 0;
}
/*---------------------- PAGING ---------------------- */
.paging {
	padding:10px;
	border:1px solid #e4e4e4;
	text-align:center;
	clear:both;
	margin:0 0 20px 0;
}
.paging a { }
/* -------------------- BREADCRUMBS ------------------- */
ul#page_slugs li {
	display: inline;
	font-size: 85%;
}
/* -------------------- FILTER BOX ------------------- */
.filter {
	border:1px solid #ccc;
	background:#f4f4f4;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	min-height:29px;
}
.filter ul { margin:0 0 10px 0; }
.filter ul li {
	display:inline;
	margin:0 10px 0 0;
}
.filter a { font-weight:bold; }
.filter label {
	display:inline;
	margin:0;
	padding:0 5px 0 0;
}
.filter input.submit {
	background:#1c315a;
	color:#FFF;
	border:none;
	padding:2px;
}
/* ----------------------- LISTS ---------------------- */
ul.listinline { }
ul.listinline li {
	display:inline;
	padding:0 4px 0 0;
	margin:0 3px 0 0;
	border-right:1px solid #ccc;
}
ul.listinline li.enditem {
	padding:0;
	margin:0;
	border-right:none;
}
ul.listinline a { text-decoration:none; }
ul.listinline a:hover { text-decoration:underline; }
tr.row_a { background: #fff; }
tr.row_b { background: #cee7ff; }
/*---------------------- LINKS LISTINGS --------------------- */
.links { }
.links h3 {
	margin:0;
	padding:0;
	font-size:14px;
}
.links li {
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	width:355px;
	float:left;
	height:92px;
	border-bottom:1px dashed #999;
}
.links .thumbnail {
	width:80px;
	height:80px;
	margin:0 10px 0 0;
	float:left;
	border:1px solid #999;
}
.links .textwrap {
	width: 256px;
	padding:0 7px 0 0;
	margin-left: 92px;
}
.links a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 2px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.links a:hover { text-decoration:underline; }
/*---------------------- FACILITIES LIST --------------------- */
.facilitieslist { }
.facilitieslist h3 {
	margin:0;
	padding:0;
	font-size:12px;
}
.facilitieslist li {
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	width:355px;
	float:left;
	height:110px;
	border-bottom:1px dashed #999;
}
.facilitieslist li ul li {
	padding:0;
	margin:0;
	width: auto;
	border-bottom:none;
	float:none;
	height:auto;
	display:inline;
}
.facilitieslist .thumbnail {
	width:80px;
	height:80px;
	margin:0 10px 0 0;
	float:left;
	border:1px solid #999;
}
.facilitieslist .textwrap {
	width: 256px;
	padding:0 7px 0 0;
	margin-left: 92px;
}
.facilitieslist p {
	margin:0 0 5px 0;
	padding:0;
}
.facilitieslist p a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 2px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.facilitieslist p a:hover { text-decoration:underline; }
/*---------------------- JOBS LISTINGS --------------------- */
.jobs { }
.jobs h3 {
	font-size:14px;
	color:#007cb1;
	margin:0 0 7px 0;
	padding:0;
}
.jobs h3 a { color:#007cb1; }
.jobs h3 a:hover { color:#007cb1; }
.jobs li p {
	margin:0 0 7px 0;
	padding:0;
}
.jobs li p a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 1px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.jobs li p a:hover { text-decoration:underline; }
.jobs li {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dashed #333;
}
h3.job_title { }
div.job_description { margin: 0px 0px 10px 0; }
/* -------------------- ARTICLE LISTINGS  ------------------- */
.articles { }
.articles h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
}
.articles h3 a {
	text-decoration:none;
	color:#007cb1;
}
.articles h3 a:hover {
	text-decoration:underline;
	color:#007cb1;
}
.articles li {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dashed #999;
}
.articles .thumbnail {
	width:120px;
	height:120px;
	margin:0 18px 0 0;
	float:left;
	border:1px solid #999;
}
.articles .textwrap {
	width:570px;
	float:left;
}
.articles .subtext {
	margin:0 0 5px 0;
	color:#666;
}
.articles li ol.subarticles { margin:0; }
.articles li ol.subarticles li {
	padding:0;
	margin:0 0 5px 0;
	border-bottom:none;
}
.articles li ol.subarticles h4 span {
	color:#999;
	margin:0;
	padding:0;
}
.articles li ol.subarticles h4 {
	margin:0;
	padding:0;
}
.articles li ol.subarticles h4 a {
	color:#1c315a;
	text-decoration:none;
}
.articles p {
	margin:0 0 7px 0;
	padding:0;
}
.articles p a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 1px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.articles p a:hover { text-decoration:underline; }
#first_news {
	background:#c4d4e7;
	margin:0 0 20px 0;
	padding:0;
	height:200px;
}
#first_news h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:16px;
}
#first_news h3 a {
	text-decoration:none;
	color:#1c315a;
}
#first_news h3 a:hover {
	text-decoration:underline;
	color:#1c315a;
}
#first_news p {
	padding: 0 0 10px 0;
	margin:0;
}
#first_news img {
	float:left;
	margin:0;
	padding:0;
}
#first_news .textwrap { padding:7px; }
#first_news p a {
	background:url(../images/backgrounds/arrow_blue_dark.gif) no-repeat 0px 1px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
#first_news p a:hover { text-decoration:underline; }
.cms {
	float:left;
	width:500px;
	margin:0;
	padding:0;
}
.cms p { font-size:12px; }
.cms p a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 1px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.cms p a:hover { text-decoration:underline; }
.returnlinks a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat top left;
	height:40px;
	min-height:40px;
	padding:2px 0 5px 23px;
	color:#000;
	text-decoration:none;
	margin:20px 0 0 0;
}
.returnlinks a:hover { text-decoration:underline; }
.main_column .apply_link {
	background:#1c315a;
	color:#FFF;
	padding:4px;
	margin:0;
}
.main_column .apply_link a {
	color:#FFF;
	text-decoration:none;
}
.main_column .apply_link a:hover {
	color:#FFF;
	text-decoration:none;
}
/* -------------------- ARTICLE / PRODUCT PAGE ------------------- */
ul.attributes {
	padding:5px 10px 20px 0px;
	margin:0;
}
ul.attributes li { margin:0; }
ul.attributes li ul { padding:5px 0 0 0; }
ul.attributes li ul li {
	margin:0 0 5px 0;
	list-style:none;
}
.article-pics {
	float:right;
	margin:0 0 0 10px;
	width:200px;
}
.article-pics img {
	margin:0 0 15px 0;
	width:200px;
}
.article-pics ul li { margin:0; }
/*------------ EVENT LISTINGS ------------ */
#events .articles li { position:relative; }
#events .articles li h3 { padding:0 40px 0 0; }
div.event_icon, div.notice_icon {
	position:absolute;
	top:0px;
	right:0px;
	text-indent:-9999px;
	z-index:0;
}
div.event_icon {
	width:32px;
	height:42px;
	background:url(../images/icon_event.gif) no-repeat 50% 0%;
}
div.notice_icon {
	width:32px;
	height:42px;
	background:url(../images/icon_notice.gif) no-repeat 50% 0%;
}
/*------------ GALLERY ------------ */
#gallerylisting { }
#gallerylisting img {
	width:168px;
	height:120px;
	border:0;
	padding:0;
	margin:0;
}
#gallerylisting li {
	width: 168px;
	height:120px;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 0px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#gallerylisting li.enditem { margin: 0 0 10px 0; }
#gallerylisting li.firstitem { clear:both; }
#gallerylisting li a span {
	position: absolute;
	left: -9999px;
}
#gallerylisting li a:hover span {
	bottom: 0px;
	left: 0px;
	width: 158px;
	background:#00aeef;
	color: #FFF;
	padding: 7px 5px;
	font-size: 0.9em;
}
.galleryimages {
	text-align:center;
	border:1px solid #999;
	margin:0 0 15px 0;
}
.galleryimages img { margin:0; }
/*------------ PRODUCTS ------------ */
.categories { }
.categories h3 { }
.categories li {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dashed #333;
}
.categories .thumbnail {
	width:80px;
	height:45px;
	margin:0 18px 0 0;
	float:left;
	border:1px solid #333;
}
.categories .textwrap {
	width:420px;
	float:left;
}
.categories .subtext { margin:0 0 5px 0; }
.piclist img { margin:0 0 5px 0; }
.piclist p { margin:0; }
/*------------ HOMEPAGE FEATURES ------------ */
#bannerembed {
	position:relative;
	z-index:0;
}
.homepagebanner {
	border-top:10px solid #b69a5c;
	margin:0 0 20px 0;
	padding:0;
	z-index:0;
}
.internalbanner {
	margin:0 0 20px 0;
	padding:0;
}
#homepagefeatures {
	width:710px;
	margin:0 0 20px 0;
	padding:0;
}
#homepagefeatures ul {
	width:710px;
	list-style:none;
	margin:0;
	padding:0;
}
#homepagefeatures li {
	width:230px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	background:#c4d4e7;
}
#homepagefeatures li h3 {
	background-color:#b69a5c;
	color:#FFFFFF;
	height:29px;
	margin:0;
	padding:0;
	text-indent:-9000px;
}
#homepagefeatures li p {
	padding:5px;
	margin:0;
	line-height:normal;
}
#homepagefeatures li p a {
	background:url(../images/backgrounds/arrow_gold.gif) no-repeat top left;
	display:block;
	height:16px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
#homepagefeatures li p a:hover { text-decoration:underline; }
#accommodationtitle { background:url(../images/titles/accommodation.gif) no-repeat top left; }
#facilitiestitle { background:url(../images/titles/facilities.gif) no-repeat top left; }
#locationtitle { background:url(../images/titles/location.gif) no-repeat top left; }
/*------------ FAQS ------------ */
.answers h4 {
	background:url(../images/icons/questions.gif) no-repeat 0px 0px;
	padding:0 0 0 24px;
	color:#1c315a;
}
#questions {
	background:#fff;
	padding:0px;
}
#questions ul { list-style:none; }
#questions li {
	background:url(../images/icons/questions.gif) no-repeat top left;
	padding:0 0 0 24px;
	min-height:16px;
}
/*------------ TESTIMONIALS ------------ */
#testimonials {
	list-style:none;
	margin:0;
	padding:0;
}
#testimonials li {
	background:url(../images/backgrounds/quote.gif) no-repeat top left;
	padding:0 0 0 30px;
	min-height:16px;
	border-bottom:1px dashed #CCC;
}
#testimonials li span {
	font-style:italic;
	color:#666;
}
/*------------ LATEST NEWS ------------ */
#latestnews {
	width:470px;
	float:left;
	margin:0;
	padding:0;
}
#latestnews h2 {
	background:url(../images/titles/lastest_news.gif) no-repeat top left #1c315a;
	height:29px;
	margin:0;
	padding:0;
	text-indent:-9000px;
}
#newsthumb {
	width:140px;
	height:140px;
	float:left;
	margin:0;
	padding:0;
	background:#CCC;
}
#newslinks li h3 {
	margin:0;
	padding:0;
}
#newslinks li h3 a {
	color:#0e3984;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#newslinks li p {
	margin:0;
	padding:0;
}
#newslinks ul {
	list-style-type: none;
	width:330px;
	float:left;
	font-size:11px;
}
#newslinks li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#newslinks li a {
	color: #0e3984;
	display: block;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding: 5px 0 0 7px;
	height:41px;
	text-decoration: none;
	background:#c7eafc;
}
* html #newslinks li a { /* make hover effect work in IE */ width: 330px; }
#newslinks li a:hover { background: #c4d4e7; }
#newslinks a em {
	color: #000;
	display: block;
	font-size:11px;
	line-height: normal;
	font-style:normal;
	font-weight:normal;
}
#newslinks a span {
	color: #0e3984;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
}
/*------------ FEATURED EVENT ------------ */
#featureevent {
	width:230px;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	background:#c4d4e7;
	height:169px;
	min-height:169px;
}
#featureevent h2 {
	background:url(../images/titles/featuredevent.gif) no-repeat top left #1c315a;
	height:29px;
	margin:0;
	padding:0;
	text-indent:-9000px;
}
#featureevent ul {
	margin:0;
	padding:10px 7px 7px 7px;
	width:216px;
}
#featureevent ul li img {
	float:left;
	margin:0 10px 0 0;
}
#featureevent h4 {
	margin:0;
	padding:0;
	font-size:11px;
}
#featureevent h4 a {
	color:#1c315a;
	margin:0;
	padding:0;
	text-decoration:none;
}
#featureevent h4 a:hover {
	color:#1c315a;
	text-decoration:underline;
}
#featureevent p {
	margin:10px 0 0 0;
	padding:0;
	font-size:11px;
	line-height:normal;
}
#featureevent li p a {
	background:url(../images/backgrounds/arrow_blue_dark.gif) no-repeat top left;
	font-size:12px;
	display:block;
	height:16px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
#featureevent li p a:hover { text-decoration:underline; }
#featureevent ul li div {
	float:left;
	width:133px;
	margin:0;
	padding:0;
}
/*------------ Contact Us ------------ */
#contactrightcol {
	width:230px;
	float:left;
	background:#FFF;
	margin:0 0 0 10px;
	padding:0px;
}
#contactrightcol h4 {
	background-color:#1c315a;
	height:29px;
	margin:0;
	padding:0;
	text-indent:-9000px;
	color:#FFF;
}
.contactpanel {
	background:#c4d4e7;
	padding:7px 7px 5px 7px;
	margin:0 0 10px 0;
}
.contactpanel p {
	margin:0 0 10px 0;
	padding:0;
}
.contactpanel p a {
	background:url(../images/backgrounds/arrow_blue_dark.gif) no-repeat top left;
	font-size:12px;
	display:block;
	height:16px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.contactpanel p a:hover { text-decoration:underline; }
.contactpanel table {
	width:214px;
	border:none;
	margin:0;
	padding:0;
}
.contactpanel table td {
	padding:0 0 2px 5px;
	margin:0;
}
.sidepictures {
	margin:0;
	padding:0;
}
.sidepictures li {
	margin:0 0 10px 0;
	padding:0;
}
#contactleftcol {
	width:470px;
	padding:0px;
	float:left;
	margin:0;
}
/*------------ Accommodation ------------ */
.accommdetails {
	float:left;
	width:400px;
	margin:0;
	padding:0;
}
.accommdetails p { font-size:12px; }
.accommdetails p a {
	background:url(../images/backgrounds/arrow_blue_white.gif) no-repeat 0px 1px;
	display:block;
	height:20px;
	padding:0 0 0 23px;
	color:#000;
	text-decoration:none;
}
.accommdetails p a:hover { text-decoration:underline; }
.accommpics {
	float:left;
	width:300px;
	margin:0 0 0 10px;
	padding:0;
}
#thumbnails {
	width:300px;
	margin:0 0 10px 0;
	padding:0;
}
#thumbnails li {
	float:left;
	margin:0 7px 0 0;
	padding:0;
}
#thumbnails img { border:1px solid #CCC; }
.accommpics h3 {
	background-color:#1c315a;
	height:29px;
	font-size:12px;
	text-indent:-9000px;
	margin:0;
	padding:0;
	width:300px;
}
ul.topnav {
	list-style: none;
	padding: 0 5px;
	margin: 10px 0 0 0;
	float: left;
	width: 950px;
	background: #00aeef;
	font-size: 1.1em;
	z-index:5;
	height:45px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	text-transform:uppercase;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 9999;
}
ul.topnav li a {
	padding: 15px 3px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size:12px;
}
ul.topnav li a:hover { text-decoration:underline; }
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background:url(../images/icons/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	background-position: center bottombottom;
	cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 45px;
	background: #FFF;
	margin: 0;
	padding: 0 7px 7px 7px;
	display: none;
	float: left;
	width: 170px;
	font-size:11px;
	z-index:999;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #b3e7fa; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	text-transform:none;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 160px;
	background: #00aeef url(dropdown_linkbg.gif) no-repeat 10px center;
	padding:5px;
	text-transform:none;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #007cb1 url(dropdown_linkbg.gif) no-repeat 10px center;
	text-decoration:none;
}
#subnavigation {
	margin:10px 0 10px 0;
	padding:0;
}
#subnavigation li {
	float:left;
	margin:0;
	padding:0 10px 0 10px;
	border-right:1px solid #CCC;
}
/*---------- USERS PROFILE ---------- */
#users_profile {
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	width:710px;
	margin:7px 0 15px 0;
}
#users_pic {
	float:left;
	width:62px;
	margin:0;
	padding:0;
}
#users_pic img { border:1px solid #CCC; }
#users_details {
	width:625px;
	float:left;
	margin:0;
	padding:0;
}
#users_details h4 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:normal;
}
#users_details p {
	margin:5px 0 0 0;
	padding:0;
	line-height:normal;
}
/*---------- COMMENTS ---------- */
#report_comment_box {
	display: none;
	position: absolute;
	left: 35%;
	width: 300px;
	background: #fff;
	border: 10px solid #af0000;
	color: #333;
	z-index: 9999;
}
#report_comment_box h4 {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #585858;
	color: #fff;
	text-indent: 4px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
#report_comment_box form { padding: 20px; }
#reportDone {
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

#bev_tv {
	background: url(../images/beverley_tv_btn.png) 0 0 no-repeat;
	background-color: #1c315a;
	display:block;
	position:absolute;
	top:95px;
	right:0;
	width:141px;
	height:40px;
	text-indent:-9000em;
}
#bev_tv:hover {
	background-color: #00aeef;
}

