body{margin: 0;padding:0; background-color: #000000; color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 13px;}
#container{ width: 900px; margin-left: auto; margin-right: auto;}
#header{position: relative;margin-left: auto;margin-right: auto;  width: 900px; height: 60px;background-image:url(../images/layout/logo.jpg); background-position:left; background-repeat:no-repeat; padding-top: 30px; }
	div#navcontainer{ position: absolute;width: 500px; height: 40px;right: 0px; top: 10px; background-image:url(../images/layout/navbg.png); background-position:center; background-repeat:no-repeat; text-align: center; padding-top: 18px;}
	div#navcontainer ul{font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: white;text-align: center;margin: 0;padding-bottom: 2px;padding-top: 2px; width: 400px; height: 40px;}
	div#navcontainer ul li{display: inline;margin-left: -4px;}
	div#navcontainer ul li a{padding: 5px 20px 5px 20px;color: white;text-decoration: none;border-right: 1px solid #fff;}
	div#navcontainer ul li a:hover{color: #cccccc;}
#topImage{position: relative;margin-left: auto;margin-right: auto;  width: 880px; height: 300px; border: 10px solid #333333;}
#middle{position: relative; width: 900px;top: 20px;}
	#lcol{ position: relative; left: 0px; top: 0px;width: 600px;color:#FFFFFF;}
	#rcol{ position: absolute; left: 600px; top: 0px; width: 300px; text-align: right;}
	h1{ color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size: 18px;}
	h2{ color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size: 16px;}
	#client_login{ position: relative; width: 300px; height: 200px; background-image:url(../images/layout/login.png); background-position:center; background-repeat:no-repeat; margin-left: auto; margin-right:auto; margin-top: 30px; text-align: center; padding-top: 80px;}		
	div#lcol a{color: #d1a938;text-decoration: none; border-bottom: 1px dotted #d1a938;}
		div#lcol a:hover{color: #fdce47;text-decoration: none; border-bottom: 1px dotted #fdce47;}
	

	

#footer{position: relative;margin-left: auto;margin-right: auto; width: 880px; height: 50px; padding-top: 35px; color: #cccccc; background-image:url(../images/layout/footer.png); background-position:center; background-repeat:no-repeat; padding-left: 20px;  }
		div#footer a{color: #cccccc;text-decoration: none; border-bottom: 1px dotted #cccccc;}
		div#footer a:hover{color: #cccccc;text-decoration: none; border-bottom: 1px dotted #cccccc;}
	#footer_right{ position: absolute; right: 20px; top: 0px; width: 400px; text-align: right; padding-top: 35px;}

#footer2{position: absolute; top: 600px;margin-left: auto;margin-right: auto; width: 880px; height: 50px; padding-top: 35px; color: #cccccc; background-image:url(../images/layout/footer.png); background-position:center; background-repeat:no-repeat; padding-left: 20px; margin-top: 60px;  }
		div#footer2 a{color: #cccccc;text-decoration: none; border-bottom: 1px dotted #cccccc;}
		div#footer2 a:hover{color: #cccccc;text-decoration: none; border-bottom: 1px dotted #cccccc;}
	#footer_right2{ position: absolute; right: 20px; top: 0px; width: 400px; text-align: right; padding-top: 35px;}
	
	#imageSlideshowHolder{

		top: 0px;
		left:0 px;
		width: 880px;
		
		/* CSS HACK */
		height: 300px;
		
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{	
			
		width:880px;
		height:300px;
		
		/* Never change these 3 value */
		left:40px;
		left: 0px;	/* IE 5.x */
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
		left: 0px;

	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		position:absolute;
		left: 0px;
		color:#FFFFFF;
		margin-top:5px;
		z-index:100;
		/*height:200px;*/
		width:240px;
		font-size:80%;
		}
	.imageInGallery_DESC h1{
		color:#99cc33;
		font-size:140%;
		margin:0px;
		padding:0px 0px 5px 0px;
		}
	
	
	
	
		
	#mainContainer{
		margin:0 auto;
		width:876px;
		text-align:left;
		padding:3px;
		border: 10px solid #333333;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:410px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:410px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #ffffff;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:170px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #ffffff;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 500px;
	z-index: 2;
}

.hoverbox img
{
	background: #fff;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 100px;
	z-index: 1;
}

.hoverbox li
{
	background: #333333;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	z-index: 1;
}

.hoverbox .preview
{
	border-color: #333333;
	width: 500px;
	height: 350px;
	z-index: 1;
}

	.black_overlay{display: none;position: absolute;top: 0%; margin-left: 0px; margin-right: 0px; width: 100%; height:100%;z-index:1001;-moz-opacity: 0.8;opacity:.80filter: alpha(opacity=20);}
	.white_content {display: none;position:absolute;position:fixed;
	top:40px;left: 25%;
	top:expression(window.scrollTop + "10px");width: 520px;height: 420px; padding: 20px;border: 2px solid white;background-color: white;z-index:1002;overflow: auto; text-align:center;}
	
	.white_content2 {display: none;position:absolute;position:fixed;
	top:40px;left: 25%;
	top:expression(window.scrollTop + "10px"); 5%;left: 25%;width: 420px;height: 520px;padding: 20px;border: 2px solid white;background-color: white;z-index:1002;overflow: auto; text-align: center;}
	
	.gal_pos{position: relative; width: 550px; height: 120px; margin: 0px; padding: 0px;z-index:10000; clear:left;}
	.gal_pos2{position: relative; width: 550px; height: 600px; margin: 0px; padding: 0px;z-index:10000; clear:left;}
	
	
	#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:link,#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:link,#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; font-size: 14px;	}
#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; }

















