<style>

a:link {color: #006363; text-decoration: none;}
a:visited {color: #006363; text-decoration: none;}
a:hover {color: #006363; text-decoration: underline;}
a:active {color: #006363; text-decoration: none;}


body {
	background-image:	url(images/big_stripe_bkg_grey.gif);
	margin:				5px;
	padding:			0;
}

#content
{
	color:		#008da9;
	clear:		both;	
	margin-bottom: 10px;
	border: 3px solid #0089A4;
	min-width: 860px;
	width: 10%;
	margin: auto auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: white;
}


.centered_textbox
{
	text-align:			center;
	width: 				800px;
	margin: 			30px auto;
	font-size: 			13px;
	color: 				#00869e;
}


.centered_textbox_larger
{
	text-align:			center;
	width: 				800px;
	margin: 			30px auto;
	color: 				#00869e;
}

.centered_textbox p {
	margin-bottom: 		0; 
	margin-top: 		0;
	font-size: 			18px;
}

.centered_textbox_larger p {
	margin-bottom: 		0; 
	margin-top: 		0;
	font-size: 			26px;
}

.centered_textbox a {
	color: 				#006363; 
	text-decoration: 	none;
}

.centered_textbox a:hover {
	color: 				#006363; 
	text-decoration: 	underline;
}

#map
{
	text-align: 		center;
	vertical-align: 	middle;
	width:				650px;	/* 650px was Google's width*/
	border:				2px solid #008da9;
	/* padding-top:		5px;
	padding-right:		5px;
	padding-left:		5px; Padding removed for Mapquest. Use for Google*/
 	background:			#a7d59e;
 	margin-right:		auto;
 	margin-left:		auto;
	/*-moz-border-radius:					20px;
	-webkit-border-radius: 				20px;*/

}

#yelp
{
	color:				#008da9;
 	text-align:			center;
	font-weight:		bold;
	margin: 			30px;
}

#header {				/* This is logo & menu */
	padding: 0;
	text-align: center;
	width: 848px;
	margin: 0px auto 20px auto;
	font-size: 18px;
}

#menubox{				/* Used to center menu */
	margin: 0px;
	padding: 0px;
	width: 848px;
	margin: 0px auto;
	clear: both;
}

#menu {					/* Actual Menu */
	background: #a7d59e;
	float: left;
	list-style: none;
	padding: 0;
	width: 843px;
	margin: 15px auto 15px auto;
	font-size: 18px;
	border:	2px solid #004856;
	overflow: hidden;
	clear: both;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu a {
	background: 		#a7d59e;
	color: 				#006363;
	display: 			block;
	float: 				left;
	margin:				0;
	padding: 			2px 20px;
	text-decoration: 	none;
	font-weight:		normal;
}

#menu a:hover {
	background: 		#006363;
	color: 				#a7d59e;
	overflow: 			hidden;
}
/* Below is the CSS for Lightbox */
#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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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; }
/* Above is the CSS for Lightbox */




/* Below is the Gallery CSS */
.photo {width:744px; height: 431px; text-align:left; position:relative; margin:50px auto; clear: both;}
			/* ^-- this fits 5 images per row, to change this search for width:580px and change that accordingly; This is the box that holds gallery */

.photo ul.topic {padding:0; margin:0; list-style:none; width:745px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:135px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:134px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#aecdcd; font-family:verdana, arial, sans-serif;}
			/* ^-- these are the tabs for the topics */
.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#57b4c5;}

.photo ul.topic li.active ul /* Active border around box */
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:280px; background:#d1e3ce; width:580px; padding:40px 60px; border:20px solid #57b4c5; z-index:1;}


.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}
/* Above is the Gallery CSS */ 
</style>

