@charset "utf-8";
@import url("lightbox.css");
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
.thrColFixHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #C999CB;
	margin-right: auto;
	margin-left: auto;
} 
#holder2 {
	background-image: url(images/holder2.jpg);
	height: 32px;
	width: 955px;
	background-repeat: no-repeat;
}

.thrColFixHdr #header {
	height: 300px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #641361;
	text-align: center;
}
#side1content {
	background-color: #641361;
	padding-bottom: 16px;
}

#holder1 {
	background-image: url(images/holder1.jpg);
	height: 30px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #641361;
	text-align: left;
	height: 460px;
}
#fb-root {
	height: 60px;
}

.sidecontent {
	width: 200px;
	text-align: justify;
}
.sidepic {
	height: 60px;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
}

.coloremp {
	color: #00FFFF;
}

.thrColFixHdr #mainContent {
	background-image: url(images/content_bg.jpg);
	margin-left: 250px;
	width: 450px;
	text-align: center;
	background-repeat: no-repeat;
} 
#maincontentsub {
	font-size: 12px;
	text-align: justify;
	width: 344px;
	margin-top: 60px;
	margin-left: 40px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/maincontentsub_bg.jpg);
	overflow: visible;
	height: 210px;
}

#slideshow {
	height: 220px;
	width: 375px;
	margin-left: 40px;
}

.thrColFixHdr #footer {
	background-image: url(images/footer.jpg);
	height: 45px;
	width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#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-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#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; }

