body {
background:#c0aa72;
color:#fff;
padding:0;
margin:0;
text-align:centre;
font-family:arial, helvetica, sans-serif;
font-size:10pt;
}

h1 {
display:none;
}

h2 {
padding:0;
margin:0;
font-size:14pt;
}

h3 {
padding:0;
margin:0;
}

h4 {
padding:0;
margin:0 0 0 30px;
border-bottom:1px dashed #c0aa72;
}

.clear {
clear:both;
}

ul {
padding:0;
}

ul.resource {
list-style-type:none;
}

a {
color:#927d47;
font-weight:bold;
}

a img {
border:none;
}

a:hover {
color:#5c4d35;
}

p.title {
padding:0;
margin:0;
font-size:1.2em;
font-weight:bold;
}

.date {
text-align:right;
display:block;
font-size:0.9em;
font-style:italic;
}

.time {
float:right;
font-style:italic;
font-size:9pt;
}

.error {
color:red;
}

.success {
color:orange;
}


/* ------------------------------------ Main Layout formatting ------------------------------ */

#outer {
background-image:url("images/backg.gif");
background-repeat:repeat-y;
background-position:center;
}

#footer {
padding:0;
margin:0;
}

#wrapper {
width:750px;
margin:auto;
text-align:left;
color:#927d47;
}

#bottom {
background-image:url("images/bottom.gif");
background-position:bottom center;
background-repeat:no-repeat;
height:50px;
}

.content {
margin:5px;
padding:0;
}

.content img {
float:right;
margin-left:10px;
}

.content p {
text-align:justify;
}

.content ul {
margin-left:35px;
}

.mainimg {
border-bottom:1px solid #927d47;
padding:0;
margin:0;
}

.employ {
margin-left:30px;
}

div.news {
width:80%;
margin:auto;
}

.blogitem {
border-bottom:1px dashed #927d47;
padding:5px;
margin:20px;
clear:both;
}

.blogitem img {
float:right;
border:1px solid #927d47;
padding:5px;
}

.blogitem p {
clear:left;
}

#latest {
margin:0 0 0 5px;
border:1px solid;
float:right;
}

#latest div {
text-align:right;
padding:0 0 8px 0;
background:#927d47;
}

#latest div img {
float:none;
padding:0;
margin:0;
}

#latest div p {
text-align:center;
padding:0;
margin:0;
color:#fff;
min-width:150px;
}

#latest div p a {
color:#fff;
font-weight:normal;
}

#latest div p a:hover {
font-weight:bold;
}

#picnav {
text-align:center;
}

#picnav img {
float:left;
border:1px solid #927d47;
padding:5px;
}

#picnav a {

}

#picnav a img {
border:1px solid #927d47;
padding:5px;
margin-bottom:5px;
}

#navcontainer ul {
padding: 0;
margin: 0;
background:url("images/nav_bg.gif") repeat-x;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { 
display: inline; 
}

#navcontainer ul li a {
padding: 0.2em 1em;
color:#804d3c;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#news #navcontainer ul li a.news, #location #navcontainer ul li a.location, #contact #navcontainer ul li a.contact, #blog #navcontainer ul li a.blog, #blogprev #navcontainer ul li a.blogprev, #home #navcontainer ul li a.home, #images #navcontainer ul li a.images {
background:#927d47;
color:#fff;
}

#navcontainer ul li a:hover {
background-color: #927d47;
color: #fff;
}

#footer p {
padding:5px;
margin:0;
color:#804d3c;
border-top:1px solid #927d47;
}

textarea {
border:1px solid #fff;
text-align:center;
font-family:arial, verdana, sans-serif;
width:60%;
font-size:10pt;
color:#927d47;
overflow:auto;
margin-bottom:10px;
}

form p label {
width:50%;
}

.admin {
border:1px solid #927d47;
width:90%;
color:black;
text-align:left;
}

table {
width:90%;
border:2px solid #927d47;
margin:auto;
padding:0;
}

table tr {
border:0;
padding:0;
margin:0;
}

table th {
border:0;
background:#c0aa72;
color:white;
margin:0;
padding:0;
}

table td {
border-top:1px solid #c0aa72;
border-right: 1px solid #c0aa72;
padding:2px;
margin:0;
}

.blogtitle {
font-weight:bold;
}

table .rightcell {
border-right:none;
}

div#forum {
width:100px;
float:right;
margin-right:25px;
}

#forum table td {
border:none;
}

#forum img {
float:none;
}

#forum form {
text-align:center;
}

p.pagenav {
text-align:right;
padding-right:20px;
}

.content form#calendar a img {
float:none;
}

.content form#calendar div table {
width:auto;
}





/*         Lightbox image formatting     */



#lightbox{
	position: absolute;
	top: 40px;
	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(js/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(js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color:#927d47;	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	