* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
	background-color:#90AE4D;
	padding:0; 
	margin:0;
	border:0;
}
.nav {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
}
.wrap {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	position: absolute;
	width: 100%;
}
.width {
	width: 775px;
	background-position: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.wrap .nav .width .logo img {
	background-position: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position:absolute;
}

.links {
	position:absolute;
	margin-left:385px;
	margin-top:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	height:30px;

}

.links a {
	color:#FFFFFF;
	padding: 0 15px 0 15px;
	text-decoration:none;
}

.links a:hover {
	color:#986C4B;
	padding: 0 15px 0 15px;
	text-decoration:none;
}
.width2 {
	background-color:#90AE4D;
	margin:0;
	width:775px;
	background-position:center;
	float:none;
	margin: 0 auto 0 auto;
}
.content {
	width: 500px;
	padding-left:20px;
	margin:0;
	float:left;
}

.content h1 {
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-color:#000000;
}
.content h2 {
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
}
.thumb {
	margin:8px;
	border-width:1px;
	border-color:#FFFFFF;
}
.content a {
	color:#FFFFFF;
	text-decoration:none;
}
.lefttext {
	float: left; 
	padding: 0px 10px 0px 0px;
}
.righttext {
	float: right; 
	padding: 0px 0px 0px 10px;
}
.content a {
	color:#ffffff;
	text-decoration:underline;
}
.content a:hover {
	color:#986C4B;
	text-decoration:none;
}
.sidebar {
	width:200px;
	margin:0;
	float:right;
}
.sidebar h1 {
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-color:#000000;
}
.sidebar h2 {
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
}
.sidebar h3 {
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:300;
	margin-bottom:-10px;
}
.sidebar a {
	color:#FFFFFF;
	text-decoration:underline;
}

.sidebar a:hover {
	color:#986C4B;
	text-decoration:none;
}
.recent {
	float: left; 
	padding: 0px 10px 10px 0px;
	border:none;
}
.recent_text {
	height:145px;
	padding:0;
	margin:0;
	float:none;
}


#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, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #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; outline: none;}	 	

#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }