/* === set all margins and paddings to 0 for consistency === */
* {
	margin: 0;
	padding: 0;
} 
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #000;
	background: #0e6649 url(../images/bg_fade.gif) repeat-x top;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
}
h2 {
	margin-top: 0;
	font-size: 1.8em;
	background: url(../images/dotted_line_green.gif) repeat-x bottom;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
	margin-top: 10px;
	color: #CC3300;
	font-family: 'Times New Roman', 'trebuchet ms', sans-serif;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h5,h6 {
	font-family: 'Times New Roman', 'trebuchet ms', sans-serif;
	color: #2f4d43;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div.img-float-left {
	float: left;
	margin: 18px 15px 15px 0;
}
div.img-float-right {
	float: right;
	margin: 18px 0 0 15px;
}
div.img-float-left img, div.img-float-right img {
	display: block;
	border: 1px dotted #0E6649;
	padding: 2px;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #CC3300;
}
a:active, a:hover {
	color: #0E6649;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 2px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #CC3300;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
p.accommodation{
	color: #CC3300;
	font: bold 1em arial, helvetica, sans-serif;	
}

/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: transparent;
}
#mainblockcentre {
	float: left;
   background: transparent;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: url(../images/dotted_line_green_vertical.gif) repeat-y top right;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: transparent;
}
#sidebarright {
	background: transparent;
}
#pagebodycontent {
	background: #f0f0da;
	margin: 15px auto;
	width: 775px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}
#banner {
	padding: 15px 0 0 0;
	width: 775px;
	margin: 0 auto;
	height: 35px;
}
#banner img {
	display: block;
}
#logo-bottom {
	margin: 0 auto;
	width: 775px;
	background: url(../images/strapline.gif) no-repeat top right;
}
#logo-bottom img {
	display: block;
}
#footerbar {
	padding: 0.6em 0;
	background: #eee;
	border-width: 0 0 1px 0;
	border-color: #000 #000 #bbb #000;
	border-style: solid;
	margin: 0 auto;
	width: 775px;
}
#footerbarunder {
	font-size: 0.9em;
	color: #fff;
	padding: 0 0 1em 0;
	width: 775px;
	margin: 0 auto;
}
#footerbarunder a:link, #footerbarunder a:visited {
	color: #fff;
}
#footerbarunder a:active, #footerbarunder a:hover {
	color: #CC3300;
}

/* ------------ ROOM BOXES ---- */
table.room {
	width: 100%;
	background: #ffffd2;
	margin: 6px 0;
	border: 1px solid #BAC4C1;
}
table.room tr td {
	vertical-align: top;	
}
table.room tr td.pic {
	width: 184px;
	border-right: 1px solid #BAC4C1;
}
table.room tr td.pic img {
	display: block;
	margin: 10px;
}
table.room tr td.text {
	background: #ecf0da;
	width: 514px;
	padding: 6px 12px;
}
table.room ul {
	list-style: none;
}
table.room ul li {
	background: url(../images/bullet_red_arrow.gif) no-repeat 0 0.7em;
	padding: 5px 0 2px 12px;
}
ul.diary{
	list-style: none
}
ul.diary li{
	background: url(../images/bullet_red_arrow.gif) no-repeat 0 0.7em;
	padding: 5px 0 2px 12px;
}

div.rates {
	border: 1px solid #983338;
	width: 120px;
	float: right;
	background: #bf663f;
	margin-top: 6px;
}
div.rates p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

div.book {
	border: 1px solid #bac4c1;
	width: 120px;
	float: right;
	background: #ffffd2;
	margin-top: 6px;
}
div.book p {
	color: #2f4d43;
	font-weight: bold;
	text-align: center;
	margin: 5px;
}

div#awards {
	margin-left: 12px;
	text-align: center;
}
div#awards img {
	margin-top: 10px;
}


/* ------------ NEWS BOX STYLING ---- */
div#news-box {
	width: 100%;
}
div#news-box h3 {
	margin: 0 0 0 12px;
	border: 1px solid #0E6649;
	background: #ffffcb;
	padding: 2px 4px;
}
div#news-box h3 a:link, div#news-box h3 a:visited {
	text-decoration: none;
	color: #62736D;
}
div#news-box h3 a:active, div#news-box h3 a:hover {
	text-decoration: none;
	color: #CC3300;
}
div#news-box ul {
	list-style: none;
	padding-left: 10px;
	margin: 0 10px 10px 10px;
}
div#news-box ul li {
	background: url(../images/bullet_red_arrow.gif) no-repeat 0 0.4em;
	padding: 0 0 0 12px;
}
div#news-box ul a:link, div#news-box ul a:visited {
	color: #CC3300;
}
div#news-box ul a:active, div#news-box ul a:hover {
	color: #0E6649;
}
div#news-box p {
	margin: 8px 0 0 0;
}

/* ============ nav bar content =================== */
#nav-container {
	padding: 0;
	background: #83a48c;
	height: 36px;
}
#navbarh {
	padding: 0;
	width: 775px;
	margin: 0 auto;
}
#navbarh img {
	float: left;
}
#navbarh ul {
	padding: 8px 0 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 4px 11px 0 8px;
	background: url(../images/bullet_square.gif) no-repeat 0 0.75em;
}
#navbarh ul li a {
	font-weight: bold;
	font-size: 0.9em;
}
#navbarh a:link, #navbarh a:visited {
	color: #fff;
	text-decoration: none;
}
#navbarh a:active, #navbarh a:hover {
	color: #ffffbb;
	text-decoration: underline;
}

/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #7C8F88;
	padding: 10px;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin: 15px 0;
}
div.texthome {
	float:right;
	text-align:left;
	width:340px;
}	

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #f0f0da;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #f0f0da;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em auto 0 auto;
	width: 775px;
}

/* ============ LIGHTBOX ========================= */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
