	
	body {
		padding:0;
		margin:0;
		background: url(images/tile-footer.gif) 0% 0% repeat;
		font-family: Arial, Helvetica, sans-serif;
		}
	
	h1 {
		color: #00788a;
		font-size: 20px;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0 0 0 0px;
		padding-left: 0px;
		}
	
	/****************** TOP NAV *********************/
	
	#nav {
		height: 29px;
		padding-top: 10px;
		float: right;
		margin-right: 9px;		
		}
		
		#nav img {
			margin: 0 3px 0 3px;
			}
	
	#nav-secondary {
		float: right;
		margin-right: 35px;
		margin-top: -3px;
		clear: both;
		width: 450px;
		}
	
	
	/****************** LAYOUT **********************/
	
	#bg-wrapper {
		width: 100%;
		background: #fff url(images/tile-nav.gif) 0% 0% repeat-x;
		padding-bottom: 20px;
		}
	
	#wrapper {	
		width: 780px;
		margin: 0 auto 0 auto;
		padding:0 15px 0 15px;
		font-size: 12px;
		color: #333;
		line-height: 20px;
		position: relative;
		}
	
	#logo {
		position: relative;
		left: -20px;
		top: 10px;
		width: 780px;
		margin-bottom: 10px;
		}
	
	*html #logo {
		margin-top: -15px;
		}
	
	#quick-links {
		}
	
	#quick-links div {
		float: left;
		padding-right: 30px;
		}
	
	#col {
		width: 750px;
		}
	
	#col-top {
		background: url(images/col-top.gif) 0% 0% no-repeat;
		height: 12px;
		}
	
	#col-bottom {
			background: url(images/col-bottom.gif) 0% 0% no-repeat;
			height: 12px;
			}
	
	#col-1 {
		float: left;
		width: 489px;
		}
		
	
	#col-1-top {
			background: url(images/left-col-top.gif) 0% 0% no-repeat;
			height: 12px;
			}
		
	#col-mid, #col-1-mid {
			border-left: 1px solid #dfdfdf;
			border-right: 1px solid #dfdfdf;
			padding: 15px;
			}
		
	#col-mid h1, #col-1-mid h1 {
			margin:0;
			padding:0;
			}
		
	#col-mid p, #col-1-mid p {
			margin-bottom:0;
			}
		
			
	#col-mid a img {
		padding: 2px;
		margin:3px;
		border: 1px solid #fff;
		background: #fff;
		}
	
	#col-mid a:hover img {
		padding: 2px;
		margin:3px;
		border: 1px solid #00788a;
		background: #000;
		}	
		
		
		
		
	#col-1-bottom {
			background: url(images/left-col-bottom.gif) 0% 0% no-repeat;
			height: 12px;
			}
	
	#col-2 {
		float: left;
		width: 230px;
		margin-left: 30px;
		border-top: 1px solid #dfdfdf;
		}
		
		#col-2 div {
			border-bottom: 1px solid #dfdfdf;
			padding: 10px 0 10px 10px;
			}
	
	#base {
		width: 100%;
		background: url(images/tile-footer-top.gif) 0% 0% repeat-x;
		}
	
	#footer {
		width: 780px;
		margin: 0 auto 0 auto;
		padding: 20px 0 10px 0;
		}
		
		#footer h4 {
			margin: 0px;
			font-size: 14px;
			}
		
		#footer div {
			float: left;
			width: 22%;
			color: #fff;
			padding-left: 20px;
			font-size: 11px;
			}
		
		#footer div a {
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			}
			
		#footer div a:hover {
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			}
		
		#footer ul {
			margin:0;
			padding:0;
			list-style: none;
			}
		
		#footer ul li {
			padding:0;
			margin:0;
			line-height: 18px;
			}
		
		#footer ul ul li {
			background: url(images/bullet-sm-white.gif) 0% 50% no-repeat;
			padding-left: 8px;
			font-size: 10px;
			}
			
			
	/********************* CLASSES *********************/
		
	
	.spacer {
		clear: both;
		width: 100%;
		}
	
	.sm {
		font-size:10px;
		}
	
	
	



/********************** LIGHTBOX *******************************/

#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 */
	}	
	

