﻿body{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%; color: #777;
	background-color: #ffffff;
	line-height: 200%;
	margin-top: 0px;
	background: #ffffff url('img/bg.gif') top center repeat-x;
}


#border{
	border: 0px ;
	width: 800px;
	background-color: #FFFFFF;
	background:url('img/backround2.gif') no-repeat;
	margin: 0 auto;
}


#header{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HHome.jpg');
}

#header2{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HVillage.jpg');
}

#header3{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HAttract.jpg');
}

#header4{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HGallery.jpg');
}

#header5{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HInfo.jpg');
}

#header6{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HLinks.jpg');
}
#header7{
	height: 188px;
	border-bottom: 1px solid #669900; 
	background-image:url('img/HZember.jpg');
}

#content{
	padding: 0.5em 1em;
	max-width: 740px;
	background-color: #FFFFFF;
}

* html #content {height:1%}
* > html #content {height:auto}

#container{
	width: 770px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px solid #669900;
}

.splitright {
	background: #ffffff url('img/menu.gif') top center no-repeat;
	width: 30%;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 80%; color: #999999;
}

.splitleft {
	background: #ffffff;
	margin:auto;
	width: 70%;
	float: left;
	overflow: hidden;
	text-align: justify;
}

#introduction{
	float:right;
	width:180px;
	padding:0px 0px;
	margin:20px 0 20px 20px;
	background: url(img/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#999999;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
	text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#introduction a {
	border-bottom: none;
	color:#999999;
}

#introduction h3{
	text-align: center;
	position:static;
}

#introduction a:link, a:visited{
	color:#999999;
}

#introduction a:hover, a:active{
	color:#b8ce83;
}




/* ~~~~~~~~~ footer ~~~~~~~~~ */

#footer{
	text-align: center;
	height: 30px;
	background-color: #F5FAF5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


#footer a:link, a:visited{
	color:#b8ce83;
}

#footer a:hover, a:active{
	color:#cccccc;
}

a:active,
a:visited,
a:link	    			{ color: #85BB11; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }

/* ~~~~~~~~~ H-MENU~~~~~~~~~ */

#topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	width: 540px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
}
#topmenu ul {
	margin:0;
	padding:0px 0px 0 2px;
	list-style:none;
}
#topmenu li {
	display:inline;
	margin:0;
	padding:0;
}
#topmenu a {
	float:left;
	background:url(img/menuleft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#topmenu a span {
	float:left;
	display:block;
	background:url(img/menuright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#669900;
}
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
	color:#669900;
}
#topmenu a:hover {
	background-position:0% -42px;
}
#topmenu a:hover span {
  background-position:100% -42px;
}

/* ~~~~~~~~~ Headings ~~~~~~~~~    */
h1{
font-size: 150%;
color: #659500;
}

h2{
font-size: 130%;
color: #659500;
}

h3{
	color:#9aba11;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:1em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.right{
	text-align:right;
	float:right;
	
}

.cent{
	text-align:center;
	display:block;
	
}


.style6 {
	font-size: 1em;
	text-align:center
	
}
.style5 {
	font-size: 0.75em;
	color: #CCCCCC;
}


.style9 {font-size: 75%}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
background: transparent url(demobox.png) no-repeat bottom right; 
} 

.cssbox { 
width: 480px !important; /* intended total box width - padding-right(next) */ 
width: 400px; /* IE Win = width - padding */ 
padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
margin: 20px auto; /* use to position the box */ } 

/* set the top-right image */ 
.cssbox_head { 
background-position: top right; 
margin-right: -15px; /* pull the right image over on top of border */ 
padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
background-position: top left; 
margin: 0; /* reset main site styles*/ 
border: 0; /* ditto */ 
padding: 15px 0 3px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
background-position: bottom left; 
margin-right: 25px; /* interior-padding right */
padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 

.artbox{
	margin:1px;
	background-color:#EEEEEE;
	
	border:thin #999999 dotted;
	height:auto;
}




/* futher additions*/

.imgborder {
	border: 1px solid;
	text-align:center;
}

.imgc {
	display:block;  /*--to centre --*/
	border: 1px solid;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}


.imgarticle {
	float:right;
}

.imgcaption {
	float:left;
	margin-left:4px;
	margin-right: 5px;
	margin-top: 6px;
	margin-bottom:2px;
}

.captionbox {
	width:25%;
	border:thick
}

/*GAL */


#gal-container {
	font-size:medium;
	font-color: #777;
	margin: 0 auto;
	width: 85%;
	text-align: left;
}

.pg {
width: 100%;
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 2px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 100px;
height: 75px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 100px;
height: 75px;
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px; 
margin: 3px;
padding: 5px;
width: 200px;
height: 150px;
left: -50px;
top: -37px;
z-index: 1;
}



/* 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: #000;
	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(img/lb/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(img/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lb/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #AAA; } /* caption text colour */
#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;
}

