
body 	{background: #4C7067;
	font-family: century gothic, sans-serif;	
	margin: auto;
	padding: 0;
	line-height: 1.5em;
	}

h2 	{font-size: 150%;}

h3 	{font-size: 135%;}

h4 	{font-size: 125%;}

p	{color: black;}

ul 	{list-style: circle;}

hr	{width: 80%;
	height: 1px;
	border: 0;
	color: #4C7067;
	background-color: #4C7067;}

a, p a {color:#D19359;
	text-decoration:none;
	}

a:hover {
	color: #D19359;
	text-decoration:underline;
	} 

a:active {color:#EA923C}

a:visited {color:#4C7067}

#container {background: white;
	position: relative;
	width: 756px; 
	w\idth: 750px; 
	margin: auto;
	text-decoration: none;
	}

#header {background: #4C7067 url(images/header1.jpg) no-repeat center;
	height: 175px;
	width: 750px;
	padding: 0;
	clear: both;
	}

/*NAVIGATION*/

#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	background: #4C7067;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	background: white;
	border-top: 1px solid white;
	clear:left;
	}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px;
	text-align: center;
	border-left: 2px solid white;
	background: #4C7067;
	}

#nav a:hover, #nav a.sfhover {
	color:white;
	background-color:#D19359;
	}

#nav li {
	float: left;
	width: 187px;
	padding:0;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 185px; 
	height: auto;
	font-weight: normal;
	margin: 0;	
	}

#nav li ul a {
	background-color: #84A59D;
	}

#nav li li {
	padding: 0;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 10;
	border-left: 0px;
	}

#nav li:hover, li.sfhover {
	display:block;
	}

#navigation a:link {color:white} 

#navigation a:visited {color:white} 

#navigation a:active {color:#EA923C}



/*DROPDOWN NAV*/

#navigation li ul {
	position: absolute;
	width: 175px;
	left: -999em;
	height: auto;
	background-color: #84A59D;
	margin: 0;
	padding: 0;
	}

#navigation li:hover ul, #navigation li.sfhover ul {
	left:auto;
	z-index: 10;
	}


/*LIGHTBOX GALLERY*/

#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: 85% century gothic, 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; }





img.left {
	float:left;
	margin: 55px 15px 15px 15px;
	border:1px solid #4C7067;
	}


#content {
	float: right;
	width: 520px;
	margin: 15px;
	top: 40px;
	}

#content img {
	border:1px solid #4C7067;
	margin-left:25px;
	}


#footer {background: white url(images/footer.gif) no-repeat center;
	height: 60px;
	width: 750px;
	padding: 0;
	clear: both;
	text-align: center;
	}

#footer p {color: #4C7067;}

