@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	background-image: url(../pics/bgimages/BrowserBG.jpg);
	background-position: center;
	z-index: 0;
}
.oneColFixCtr #container {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: center;
	background-image: url(../pics/bgimages/Darkroom_spotlight-1.jpg);
	background-color: #ECECEC;
	z-index: 100;
	position: relative;
}
.oneColFixCtr #container #navbar { /* Main Navigation Bar */
	background-image: url(../pics/bgimages/NavBG.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-transform: uppercase;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	font-family: Futura, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	line-height: 30px;
	list-style-image: none;
	height: 30px;
	color: #99FFFF;
	background-position: center center;
	padding: 0px;
	margin-top: 10px;
}
.oneColFixCtr #container #subnav {
	background-image: url(../pics/bgimages/NavBG.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-transform: uppercase;
	border-top-color: #0000EE;
	border-right-color: #0000EE;
	border-bottom-color: #0000EE;
	border-left-color: #0000EE;
	font-family: Futura, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	line-height: 30px;
	list-style-image: none;
	height: 30px;
	color: #0000EE;
	background-position: center center;
	padding: 0px;
	margin-top: 10px;
}
.oneColFixCtr #container #maincontent {
	vertical-align: top;
	margin: 0px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 24pt;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 10px;
}
.oneColFixCtr #container #mainContent h2 {
	font-size: 12pt;
	text-transform: uppercase;
	color: #BBBBBB;
	font-weight: lighter;
	letter-spacing: 0.1em;
	margin: 0px;
}
.oneColFixCtr #container #mainContent h3 {
	font-size: 10pt;
	text-transform: uppercase;
	color: #BBBBBB;
	font-weight: lighter;
	margin: 0px;
}
.oneColFixCtr #container #mainContent h4 {
	font-size: 10pt;
	text-transform: capitalize;
	color: #BBBBBB;
	font-weight: lighter;
	margin: 0px;
}
.oneColFixCtr #container #mainContent p {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 10px;
}
.oneColFixCtr #container #mainContent table {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	text-align: left;
}

.oneColFixCtr #container #mainContent td {
	vertical-align: top;
}
.oneColFixCtr #container #subcontent {
	vertical-align: top;
	margin: 0px;
}
.oneColFixCtr #container #subContent h1 {
	font-size: 24pt;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 10px;
}
.oneColFixCtr #container #subContent h2 {
	font-size: 12pt;
	text-transform: uppercase;
	color: #BBBBBB;
	font-weight: lighter;
	letter-spacing: 0.1em;
	margin: 0px;
}
.oneColFixCtr #container #subContent h3 {
	font-size: 10pt;
	text-transform: uppercase;
	color: #BBBBBB;
	font-weight: lighter;
	margin: 0px;
}
.oneColFixCtr #container #subContent p {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 10px;
}
.oneColFixCtr #container #subContent table {
	text-align: left;
	vertical-align: top;
}
.oneColFixCtr #container #foot {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 140px;
}
.oneColFixCtr #container #foot table {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtr #ad {
	text-align: center;
	position: absolute;
	height: 600px;
	top: 100px;
	right: 0px;
	z-index: 50;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #ad img {
	margin: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #99FFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99ffff;
}
a:hover {
	text-decoration: none;
	color: #0000EE;
}
a:active {
	text-decoration: none;
	color: #000077;
}
a:link img {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited img {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtr #lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
.oneColFixCtr #lightbox img{ width: auto; height: auto;}
.oneColFixCtr #lightbox a img{ border: none; }
.oneColFixCtr #outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
.oneColFixCtr #imageContainer{ padding: 10px; }
.oneColFixCtr #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
.oneColFixCtr #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
.oneColFixCtr #imageContainer>#hoverNav{ left: 0;}
.oneColFixCtr #hoverNav a{ outline: none;}
.oneColFixCtr #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
.oneColFixCtr #prevLink { left: 0; float: left;}
.oneColFixCtr #nextLink { right: 0; float: right;}
.oneColFixCtr #prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../pics/lightbox/prevlabel.gif) 0 15% no-repeat; border: none; }
.oneColFixCtr #nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../pics/lightbox/nextlabel.gif) 100% 15% no-repeat;border: none;}
.oneColFixCtr #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
.oneColFixCtr #imageData{	padding:0 10px; color: #666; }
.oneColFixCtr #imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
.oneColFixCtr #imageData #caption{ font-weight: bold;	}
.oneColFixCtr #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
.oneColFixCtr #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
.oneColFixCtr #overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
