body
	{
	margin: 0px;
	background: #7D8F40;
	}

h3
	{
	font-family: verdana, arial, helvetica, sans;
	display: block;
	text-align: center;
	color: #414141;
	border-bottom: 1px dashed #414141;
	}

p.more
	{
	padding-left: 25px;
	background: url('../images/more.gif') left center no-repeat;
	}

a.news
	{
	font-size: 11px;
	text-decoration: none;
	color: #414141;
	}

a.news:hover
	{
	text-decoration: underline;
	color: #000000;
	}

#error
	{
	color: #FF0000;
	}

#container
	{
	background: url('../images/background.jpg') center;
	}

#header
	{
	background: #7D8F40 url('../images/bg_top.jpg') center top;
	height: 105px;
	}

#header .logo
	{
	width: 781px;
	margin: auto;
	padding: 10px;
	}

#topnav
	{
	margin: auto;
	width: 799px;
	}

#topnav ul
	{
	height: 25px;
	list-style-type: none;
	margin: 1px;
	padding: 1px;
	}

#topnav li
	{
	float: left;
	margin: 0px;
	width: 159px;
	height: 25px;
	background: url('../images/navbutton_on.jpg') center;
	text-align: center;
	}

#topnav a
	{
	display: block;
	color: #ffffff;
	font-family: tahoma, arial, helvetica, sans;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 3px;
	height: 22px;
	}

#topnav a:hover
	{
	background: #000000 url('../images/navbutton_off.jpg') center;
	}

#flash
	{
	height: 370px;
	width: 795px;
	padding-bottom: 5px;
	margin: auto;
	}

#wrapper
	{
	margin: auto;
	width: 799px;
	background: url('../images/container_bg.jpg');
	font-family: verdana, arial, helvetica, sans;
	color: #414141;
	font-size: 12px;
	}

#wrapper .container
	{
	margin: auto;
	width: 780px;
	}

#wrapper .leftcol
	{
	float: left;
	width: 539px;
	padding-right: 10px;
	}

#sidebar a
	{
	display: block;
	}

#display .item
	{
	display: block;
	margin: 10px;
	font-size: 11px;
	border-bottom: 1px dotted #C0C0C0;
	}

#display .item h1
	{
	font-family: verdana, arial, helvetica, sans;
	font-size: 14px;
	color: #414141;
	}

#wrapper .rightcol
	{
	float: right;
	width: 220px;
	padding: 5px;
	}

#projects
	{
	font-family: verdana, arial, helvetica, sans;
	color: #414141;
	font-size: 14px;
	text-align: center;
	}

#projects .project
	{
	display: block;
	text-decoration: none;
	margin: 5px;
	color: #7D8F40;
	}

#projects a
	{
	display: block;
	text-decoration: none;
	margin: 5px;
	color: #7D8F40;
	}

#projects a:hover
	{
	text-decoration: underline;
	}

#workinfo
	{
	display: block;
	text-align: center;
	margin: 10px;
	color: #7D8F40;
	}

#footer
	{
	background: url('../images/footer_bg.jpg') center; 
	height: 100px;
	}

#footer .container
	{
	width: 799px;
	margin: auto;
	text-align: center;
	padding-top: 60px;
	font-family: arial, helvetica, sans;
	color: #C0C0C0;
	font-size: 11px;
	}

#footer a
	{
	color: #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	}

#footer a:hover
	{
	color: #ffffff;
	text-decoration: none;
	}

#footer .copyright
	{
	padding-top: 2px;
	}

#contactform
	{
	margin: auto;
	width: 430px;
	}

	/*Lightbox Styles*/

#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
