@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Veranda, sans-serif;
	background: #666666;
	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:#333;
	background-image:url(../images/background.png);
	background-repeat:repeat;
}
.oneColFixCtr #content {
	width: 640px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 480px;
	background-color:#e84e24;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-240px;
}

.oneColFixCtr #navLeft {
	width: 100px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 480px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	position:absolute;
	left:-120px;
	top:50%;
	margin-top:-240px;
	padding:0 0 0 0;
}
.oneColFixCtr #navRight {
	width: 100px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 480px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute;
	right:-120px;
	top:50%;
	margin-top:-240px;
	padding:0 0 0 0;
}

.oneColFixCtr #footer {
	width: 640px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:fixed;
	left:50%;
	bottom:0px;
	margin-left:-320px;
	text-align:right;
	color:#CCC;
	z-index:10000;
	font: italic 50% Helvetica, Arial, sans-serif;
}


.oneColFixCtr .box {
  	display:none; 
	width:560px;
	height:440px;
    position:absolute;
    left:50%; 
    top:50%;
	margin-left:-300px;
	margin-top:-220px;
    background-color: #FFF; 
    padding: 0 20px;
	text-align:left;
}

.oneColFixCtr #description {
	position:absolute;
    left:20px; 
    bottom:20px;
	background-image:url(../images/background.png);
	width:560px;
	text-align:left;
	color:#e84e24;
	font: bold italic 90% Helvetica, Arial, sans-serif;
}

.oneColFixCtr #description a {
	
	font: bold italic 100% Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

.oneColFixCtr #close {
    position:absolute;
    right:20px; 
    bottom:20px;
	text-align:left;
}

.oneColFixCtr a {
	text-decoration:none;
	color:#e84e24;
	font: italic 90% Helvetica, Arial, sans-serif;
}

.oneColFixCtr p.nav {
	background-color:#FFF;
	padding: 3px 8px 3px 8px ;
	margin-top:20px;
	
}

.oneColFixCtr img {
	border:none;
}

.oneColFixCtr a.not {
	text-decoration:line-through;
	color:#e84e24;
	font: italic 90% Helvetica, Arial, sans-serif;
}

.oneColFixCtr h1 {
	color:#e84e24;
	font-family:Helvetica, Arial, sans-serif;
	font-style:italic;
}

.oneColFixCtr #about p {
	color:#333;
	font: 90% Helvetica, Arial, sans-serif;
	line-height:12pt;
}

ul#grid {
	margin-left:-60px;
	margin-top:20px;
}
	
li {
  list-style: none outside;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 96px;
  height: 109px;
  overflow: hidden;
  position: relative;
  background-image:url(../images/background.png);
}

li img{
  height: 109px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}


/****************************
class boxcaption for rollover
****************************/
.boxgrid{ 
	width: 96px; 
	height: 109px;
	float:left; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxcaption a#hover{ 
	font: italic 90% Helvetica, Arial, sans-serif;
	background-color:#FFF;
	padding: 3px 0 0px 0 ;
	text-decoration:none;
	width:96px;
	margin-top:-3px;	
}
.boxcaption a#hover{ 
	width: 100%;
	height: 100%;
	display: block;
}
.boxcaption{
	float: left;
	position: absolute;
	height:20px;
	width: 100%;
	background-color:#FFF;
	text-align:center;
}
.captionfull .boxcaption {
	top: -55px;
	left: 0;
}




/*****************
BEGIN LIGHTBOX CSS
*****************/

#lightbox{	position: relative;	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: 640px; height: 480px; float:none; margin: 0 auto; top:-250px;}
#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 60% Helvetica, Arial, sans-serif; background-color:#fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; position: relative; top:-230px;}

#imageData{	padding:0 10px; /*color:#e84e24;*/ }
#imageData h3{ color:#e84e24;	}
#imageData p { color:#333;	}
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; 	font: italic 50% Helvetica, Arial, sans-serif; color:#CCC; 	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 100; width: 100%; background-image:url(../images/backgroundBW.png); }

/*****************
 END LIGHTBOX CSS
*****************/


