@charset "UTF-8";
/* CSS Document */

Body {
	background-image:url(../08/siteimages/background2.gif);
	margin: 0 auto;
	padding:0;
	background-color:#000000;
	color:#8982ae;
}
.font {
	color:#8982ae;
}
a {
	text-decoration:none;
	color: #8982ae;
}
a:hover {
	color:#999999;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}
#container {
	background-image:url(../08/siteimages/body.png);
	width: 771px;
	height: 728px;
	padding: 0;
	margin:15px auto;
}
#logo {
	background-image:url(../08/siteimages/mainlogo.png);
	width:336px;
	height:267px;
	position:absolute;
	left: 106px;
}
#leftnav {
	height:300px;
	width:129px;
	padding: 0;
	float:left;
	margin-top:275px;
	text-align:right;
	font-size:.85em;
}
.leftnav {
	padding: 5px;
	font-size:90%;
}
#contentcontainer {
	width:642px;
	height:600px;
	float:right;
	vertical-align:top;
}
#content {
	width:475px;
	height:480px;
	margin:65px 5px 5px 90px;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contentheader {
	color:#000000;
	font-weight:1em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.content {
	color:#000000;
	font-weight:100;
	text-align:left;
}
#topnav {
	width:435px;
	margin-top: 85px;
	font:"Times New Roman", Times, serif;
	font-size:.85em;
	float:right;
	text-align:center;
}
/* start footer */

#footer {
	font-size: 10px;
	width:642px;
	height:20px;
	float:right;
}
#footernav {
	float:right;
	margin:0px 45px 5px 5px;
}
#footercopyright {
	text-align:left;
	float:left;
	margin:0px 5px 5px 40px;
}

/* end footer */
/* start lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../08/siteimages/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../08/siteimages/overlay.png", sizingMethod="scale");
	}

/* end lightbox */

/* start our work preview */

#image_gallery {
position: relative;
overflow: hidden;
}
ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover img {
background-color: transparent;
}
.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}
.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
top: 80px; /* absolute positioning to control where previews are displayed */
left: 0;
z-index: 100;
}

/* end our work preview */

