body { background-color: #CDCDCD; }#container { width: 730px; margin:  auto; padding: 0px;background-color: #fff; color: #333; border: 1px solid silver;}#banner{padding: 0em;width: 730px;
height: 125px;background-color: #fff;border-bottom: 1px solid silver; }#locatorstrip{padding-top: 6px;width: 730px;height: 16px;background-color: #e8e8e8;border-bottom: 1px solid silver; }#leftnav { float: left; padding-top: 0px; padding-left: 0px; width: 174px; margin: 0;border-bottom: 0px solid gray; }#content { margin-left: 193px; padding-top: 0px; padding-right: 0px;width: 450px; }#footer { clear: both; margin: 0; padding: 10px; background-color: #fff; border-top: 1px solid silver;}/* sidebar menu */ #sidebar ul {display:block;width: 165px;	list-style-type: none;	margin:0px;	padding:0px;	}		 #sidebar ul a{display:block;width: 165px;	list-style-type: none;	margin:0px;	padding:0px;	}#sidebar {width: 174px;	font-size: 85%;	font-family: Georgia, serif;	font-color: #AC1629;	text-decoration: none;	font-weight: bold;	line-height: 220%;	padding:4px 0px 4px 10px;	display:block;	border-bottom-color: #fff;	border-bottom-style: solid;	border-bottom-width: 1px;	margin:0;	}#sidebar a:link {color: #AC1629;}	#sidebar a:active {color: #AC1629;}#sidebar a:visited {color: #AC1629;}#sidebar a:hover {color: #00734C;}a:link {color: #AC1629; text-decoration: none;} a:active {color: #AC1629; text-decoration: none;} a:visited {color:  #AC1629; text-decoration: none;} a:hover {color: #003399; text-decoration: underline; }.locator a:link {color: #555; text-decoration: none;}.locator a:active {color: #555; text-decoration: none;}.locator a:visited {color: #555; text-decoration: none;}.locator a:hover {color: #000;}h1 { font-family: Georgia, Times, Times New Roman, serif; font-size: 110%; font-style: normal; line-height: 200%;font-weight: bold; font-variant: normal; text-decoration: none; color: #00734C; text-align: left}.body {  font-family: Georgia, Times, Times New Roman, serif; font-size: 90%; font-style: normal; line-height: 140%; font-weight: normal; font-variant: normal; text-decoration: none; color: #333; text-align: left}.menu a{border-bottom: 1px solid silver;}	.menu a:hover{border-bottom: 1px solid silver;}.news {  font-family: Georgia, Times, Times new Roman, serif; font-size: 75%; font-style: normal; line-height: 140%; margin-left: 10px ;padding-left: 0px;font-weight: normal; font-variant: normal; text-decoration: none; color: #333; text-align: left}.newsheader {  font-family: Georgia, Times, Times new Roman, serif; font-size: 80%; font-style: normal; line-height: 120%; margin-left: 10px ;padding-left: 0px;font-weight: bold; font-variant: normal; text-decoration: none; color: #00734C;text-align: left}.locator {  font-family: Verdana, Arial, sans-serif; font-size: 65%; font-style: normal; line-height: 100%; margin-left: 11px ;padding-left: 0px;  font-weight: normal; font-variant: normal; text-decoration: none; color: #555; text-align: left}.directions {  font-family: Verdana, Arial, sans-serif; font-size: 75%; font-style: normal; line-height: 100%; margin-left: 0px ;padding-left: 0px;  font-weight: normal; font-variant: normal; text-decoration: none; color: #555; text-align: left}/* lightbox styles follow */

#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(../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(../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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	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 */
	}	
	