/* CSS Document */
body {
		margin: 0;
		padding: 0;
		font: 12px Verdana, Arial, sans-serif;
		color: #000000;
		text-align: center;
		background-image: url();
}
#main {
	padding: 0 24px 12px 24px;
	background-image:  url();
	background-repeat: no-repeat;
	background-position: bottom left;
}
#wrapper {
		position: relative;
		text-align: left;
		width: 850px;
		margin-right: auto;
		margin-left: auto;
		background-image:  url();
		background-repeat: repeat-y;
		border-right: 1px dotted #cccccc;
			border-left: 1px dotted #cccccc;
			border-bottom: 1px dotted #cccccc;
}				
#header {
	background-image:  url(images/stretchover-banner-09.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 133px;
	position: relative;
	float: left;
	border-bottom: 3px solid #ececec;
		border-right: 3px solid #ececec;
			border-left: 2px solid #ececec;
			border-top: 2px solid #ececec;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333366;
	font-size: 175%;
	position: absolute;
	bottom: 25px;
	right: 275px;
}	
#content {
	float: right;
	width: 500px;
	padding: 20px 10px 10px 10px;
	background-image:  url(images/content-bottom-r.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content a:link, a:visited {
	text-decoration: none;
	color: #999999;
}
#content a:hover, a:active {
	text-decoration: none;
	color: #7CC244;
}
#content h1 {
	text-align: right;
	padding-right: 20px;
	font: 140% Verdana, Arial, sans-serif;
	color: #333366;
}
#content h2 {
	text-align: left;
	padding-right: 5px;
	font: 130% Verdana, Arial, sans-serif;
	color: #333366;
}
#content p {
	font-size: 90%;
	line-height: 1.4em;
}
#content2 {
	float: left;
	width: 200px;
	padding: 20px 10px 10px 5px;
	border-right: 1px dotted #cccccc;

}
#content2 a:link, a:visited {
	text-decoration: none;
	color: #999999;
}
#content2 a:hover, a:active {
	text-decoration: none;
	color: #7CC244;
}
#content2 p {
	font-size: 90%;
	line-height: 1.4em;
}
#content2 h3 {
	font: 110% Verdana, Arial, sans-serif;
	color: #333366;
	border: 1px dotted #7CC244;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
.adbox {
	padding: 2px 2px 2px 2px;
	margin: 0 0 5px 0;
	border: 1px dotted #cccccc;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}
.adbox2 {
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px wave #000000;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #F4E78F;
}	
#nav, #nav ul {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	width: 130px;
	height: 17px;
	border: 1px solid #F4E78F;
	background-color: #333366;
	color: #ffffff
	font-size: 80%;
	margin-right: .10em;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	color: #ffffff;
}
* html #nav a {
  width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	border: 1px solid #333366;
	border-bottom: 1px solid #FFFF99;
	border-top: .5em solid #333366;
	background-color: #333366;
	font-size: 100%;
	margin-bottom: -1px;
	margin-top: 1px;
	padding: 0;
}
#nav li:hover ul {
	display: block;
}
#footer {
	clear: both;
	font-size: 70%;
	padding: 8px 5px 2px 5px;
	text-align: left;
	color: #999;
	background-color: transparent;
}
/* CSS for lightbox */	

#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: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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
