@charset "UTF-8";
body  {
	margin: 0;
	font-family:georgia, serif;
	color:#786E69;
	font-size:10px;
	font-weight:bold;
	letter-spacing:.1em;
	text-transform:uppercase;
	padding-bottom:3px;
	letter-spacing: 2px;
	padding: 0px 200px;    /* LC fullwidth */
	min-width: 240px;       /* LC fullwidth + CC padding */
	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: #333333;
	background-color: #fafafa;	
}

a { 
	color: #6D6D6D; 
	text-decoration: none; 
	padding-bottom: 0px; 
	border: none;
}

a:link { 
	color: #6D6D6D; 
	text-decoration: none; 
	padding-bottom: 0px; 
	border: none;
}

a:visited	{ 
	color: #6DE; 
	text-decoration: none; 
	padding-bottom: 0px; 
	border: none;
} 

a:active	{ 
	color: #777; 
	text-decoration: none; 
	padding-bottom: 0px; 
	border: none;
} 
a:hover		{ 
	color: #000; 
	text-decoration: none; 
	padding-bottom: 0px; 
	border: none;
} 


h1 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	
}

#lightbox{	
	position: absolute;	
	left: 0; width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
	outline: none;
}
#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(image/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; 
}

#header, #footer {
	margin-left: -200px;    /* LC fullwidth */
	margin-right: -190px;   /* RC fullwidth + CC padding */
}

.column {
	position: relative;
	float: left;
}

#center {
	padding: 0 20px;
	width: 100%;
}

#left {
	width: 180px;           /* LC width */
	padding: 0 10px;        /* LC padding */
	right: 240px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 130px;           /* RC width */
	padding: 0 10px;        /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 150px;            /* RC fullwidth */
}


/*** Just for Looks ***/

body {
	background: #fafafa;
}

#header, #footer {
	padding: 0.3em 0;
	background: #fafafa;
}

#left {
	background: #fafafa;
}

#center {
	background: #fafafa;
}

#right {
	background: #fafafa;
}

.column {
	padding-top: 1em;
	text-align: left;
	outline-color: none;
}

