html {
     overflow: -moz-scrollbars-vertical;
	 
}

body {
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size:14px;
 background-color: #eee;
}

#wrapper {
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	background-color:#DAE7F0;
	}
	
	
#header {
	width:100%;
	background-color:#efefef;
	height:130px;
	margin-right:auto;
	margin-left:auto;
	}	
	
#leftcolumn {
	background-color:#DAE7F0;
	width:160px;
	padding-left:10px;
	float:left;
	}

#content {
	width:700px;
	float: right;
	background-color:#FFFFFF;
	text-align:left;
	padding:6px;
	margin-top:0;
	margin-bottom:0;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
   font-size : 14px;
   color : black;
	}
#content2 {
	width:700px;
	float: right;
	background-color:#FFFFFF;
	text-align:left;
	padding:6px;
	margin-top:4px;
	margin-bottom:6px;
	font-family : "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
   font-size : 14px;
   color : black;
	}
#footer {
    background-color:#8AAEE7;
	color:#000000;
	width: 900px;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	text-align:center;	
	padding: 6px 0 6px 0;
	clear:both;
	}
	
#footer2 {
    background-color:#ABBBD4;
	color:#000000;
	width: 870px;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	text-align:center;	
	padding: 6px 0 6px 0;
	clear:both;
	}			
	
img.left {
	 float:left;
	 margin-right:8px;
	 }
img.left2 {
	 float:left;
	 margin-right:8px;
	 margin-top:16px;
	 } 
img.right {
	 float:right;
	 margin-left:8px;
	 border: #ccc 2px solid;
	 }	
img.right2 {
	 float:right;
	 }
img.right3 {
	 float:right;
	 margin-left:8px;
	 margin-bottom:10px;
	 }
	img.grey {
		border: #ccc 2px solid;
		margin:0 0 0 10px;
	}
	
img.leftcolimage {
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
}

.centre {
	text-align:center;
}
	
#navlist
{
padding-left: 0;
padding-top:20px;
margin-left: 0;
width: 150px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.2em 0 0 0;

}

#navlist li a { 

text-decoration: none;
font-size:16px;
color:#014105; 
font-weight:bold;
}

#navlist li a:hover {
	color:#006600;
	text-decoration: underline;
	}
	
a.linkto {
	color : #000000;
	text-decoration: none;
}	

a.plain  {
	color: #003399;
	text-decoration:none;
}
a.plain:hover {
	color: #006600;
	text-decoration: underline;
}
.by {
	font-family:Arial, Helvetica, sans-serif;
	 font-size : 0.7em;
	 color: #555555; 
	 text-decoration:none;
}


.gallery ul li { display: block;
float:left; margin-right:4px;}

.gallery ul  {
		margin-left:-36px;
}


.gallery2 ul li { display: inline;
float:left; margin-right:0px;}

.gallery2 ul  {
		margin-left:-36px;
}
.gallery2 img {
	border: #ccc 2px solid;
	}
	
.middle  {
	clear:both;
	margin:0 auto;
	text-align:center;
}

.calfree {
	background-color:#009900;
	color:#FFF;
}

.calbooked  {
	background-color:#555555;
	color:#FFF;
}

#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; }
