/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL STYLES */
body { 
	width: 800px;
	margin: 0 auto;
	text-align:center;
	background: url(images/header_bg.gif) repeat-x top right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#copy ul { list-style: outside; padding: 10px 0 10px 30px; text-align:left; }
#copy li { list-style-type: disc; padding: 0 0 14px 4px; }

#header {
	margin: 0 auto;
	text-align:center;
	height: 175px;
}

h1.title { margin-left: -9999px;}
h2 { font-family:Georgia, serif; font-size: 1.3em; font-style:italic; text-align:left; margin: 0 0 10px 0; font-weight:200; }

#nav {
	height: 40px;
	width: 800px;
	text-align:center;
	margin:0 0 0 55px;
	font-size: 1.2em;
}
#nav a:link, #nav a:visited { color: #000000; text-decoration:none; padding: 4px 4px 6px 4px;}
#nav a:hover { background-color: #202d0d; color: #FFFFFF; }
#nav a:active { background-color: #000; color: #FFFFFF; }
#nav ul { 
	list-style:none;
	text-align:center;
	margin: 0 auto;
}
#nav li { 
	float:left;
	display:block;
	margin: 0 10px 0 10px;
	height: 40px;
}
#footer {	
	background: #CCCCCC;
	border-top: 1px solid #999999;
	clear:both;
	padding: 10px 10px 20px 10px;
}
#footer-images {
	height: 120px;
	}

hr { border: 1px solid #999999; width: 600px; margin: 0 auto 10px auto; }

a.selected { background-color: #202d0d; color: #FFFFFF !important; }

/* PAGE STYLES */

#copy { width: 492px; padding: 4px; float:left; margin: 0 0 20px 0; }
#copy p { text-align:left; padding: 0 0 10px 0; line-height: 1.2em;}

#images { width: 300px; float:left }
#images img { border:1px solid #ccc; padding: 2px; }

#text {
	width: 360px;
	margin: 0 10px 10px 0;
	padding: 10px;
	float:left;
	text-align:justify;
	font-size: 1.15em;
	line-height: 1.25em;
}
#text ul { list-style: outside; padding: 5px 0 5px 35px; text-align:left; }
#text li { list-style-type: disc; padding: 0 0 8px 4px; line-height: 1.2em;}

p.enquiries {float:left; clear:both; text-align:center; margin: 20px auto; padding: 10px; background: #CCCCCC; width: 360px;}
#buttons {
	width: 380px;
	height: 240px;
	margin: 10px 0 10px 20px;
	background:#fff;
	float:right;
}
#lodge-button {
	width: 160px;
	height: 135px;
	padding: 10px;
	background: url(images/bubble1.gif) no-repeat top left;
	float:left;
	color: #fff;
	display:block;
	margin: 0 10px 0 0;
}
#lodge-button a:link, #lodge-button a:visited  { text-decoration: none !important; }
#lodge-button h2 { color: #000;}
#lodge-button a:hover h2, #lodge-button a:active h2  { text-decoration:underline; }
#lodge-button p, #lodge-button a:link p, #lodge-button a:visited p, #lodge-button a:link p { width: 160px; height: 90px; padding: 5px 0 5px 0; color: #fff; cursor: pointer; }

#lakes-button {
	width: 160px;
	height:135px;
	padding: 10px;
	background: url(images/bubble2.gif) no-repeat top left;
	float:left;
	color: #fff;
}
#lakes-button a:link, #lakes-button a:visited  { text-decoration: none !important; }
#lakes-button h2 { color: #000;}
#lakes-button a:hover h2, #lakes-button a:active h2  { text-decoration:underline; }
#lakes-button p, #lakes-button p a:link, #lakes-button p a:visited { width: 160px; height: 90px; padding: 5px 0 5px 0; color: #fff; cursor: pointer; }

#avail-button {
	width: 160px;
	height:135px;
	padding: 10px;
	background: url(images/bubble3.gif) no-repeat top left;
	float:left;
	color: #fff;
	margin: 0 10px 0 0;
}
#avail-button a:link, #avail-button a:visited  { text-decoration: none !important; }
#avail-button h2 { color: #000;}
#avail-button a:hover h2, #avail-button a:active h2  { text-decoration:underline; }
#avail-button p, #avail-button p a:link, #avail-button p a:visited { width: 160px; height: 90px; padding: 5px 0 5px 0; color: #fff; cursor: pointer; }

#booking-button {
	width: 160px;
	height:135px;
	padding: 10px;
	background: url(images/bubble4.gif) no-repeat top left;
	float:left;
	color: #fff;
}
#booking-button a:link, #booking-button a:visited  { text-decoration: none !important; }
#booking-button h2 { color: #000;}
#booking-button a:hover h2, #booking-button a:active h2  { text-decoration:underline; }
#booking-button p, #booking-button p a:link, #booking-button p a:visited { width: 160px; height: 90px; padding: 5px 0 5px 0; color: #fff; cursor: pointer; }

#facts {
	width: 360px;
	height: 360px;
	margin: 10px 20px 10px 0;
	padding: 10px;
	background:#CC9900;
	float:left;
	clear:left;
}
#homepage-images {
	width: 360px;
	margin: 0 0 10px 20px;
	padding: 10px;
	float:left;
}
#homepage-images img { border:1px solid #ccc; padding: 2px; }

#hide { background: #CCCCCC; padding: 10px; margin: 0 0 20px 0; text-align:left; border: 1px solid #999;}
.close { background: #FFFF66;  float: right;  padding: 3px; width: 12px; height: 12px; text-align:center;  }
.close a:link { text-decoration:none; color:#000000; font-weight:500; }

table.availability {
	width: 800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:left;
	background: #FFFFFF;
}

tr.tablehead { background: #CCCCCC !important; padding: 4px; }
td.booked { background-color:#FF6633; margin: 2px !important; }
td.provisional { background-color: #66CC99; }
td.available { background-color: #fff; }
table.availability td {}
table.availability th { font-weight: normal; background: #eee; }

.credit { font-style:italic; font-size: 0.8em; margin: 4px 0 0 0;}

/* FLICKR */
/* Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started! */
#flickr_badge_uber_wrapper {text-align:center; width:800px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 10px; float:left;}
.flickr_badge_image img {border: 1px solid #999999 !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* CONTACT FORM */
form { width: 492px;}
form li { list-style: none !important; }
fieldset{border:1px solid #cccccc;width:auto;padding:0.35em 0.625em 0.75em;display:block; margin: 0 0 20px 0;}
legend{color:#000000;background:#f4f4f4;border:1px solid #cccccc;padding:2px 6px;margin-bottom:15px; text-align:left;}
form p{margin:5px 0 0 6px;padding:0;}
label{margin-right:0.5em;cursor:pointer;}
textarea{width:96%;}
#field {float: right; margin: -5px 65px 0 0;}
#titlefield {float: right; margin: -4px 237px 0 0; }
.button,.Button{padding:0 2px;height:24px;line-height:16px;background-color:#777777;color:#ffffff;border:solid 2px #555555;font-weight:bold}
.buttonhover{padding:0 2px;cursor:pointer;background-color:#6b9c6b;color:#ffffff;border:solid 2px #496d49}
form#commentform input#submit{padding:4px 10px 4px 10px;font-size:1.2em;line-height:1.5em;height:36px}
li.date table { float:right; margin: -4px 125px 0 0;}
#FromDate_DayTable_ID, #FromDate_ID {float:none; margin: 0;}
input.submit { float: right}
input.reset { float:left}