@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../_images/bg.gif);
	background-color: #E0E0E0;
	background-repeat: repeat-x;
	padding-top: 25px;
}
a:link {text-decoration: none; color:#03C}
a:visited {text-decoration: none; color:#03C}
a:active {text-decoration: none; color:#03C}
a:hover {text-decoration: none; color:#03C}
.oneColLiqCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../_images/contentbackground.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #DDDDDD;
	background-image: url(../_images/bg.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	margin-top: 0.6em;
	margin-right: 0px;
	margin-bottom: 1.2em;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 400px;
	float: left;
	clear: none;
}
#mainContent p {
	margin-bottom: 1.4em;
	margin-top: 0.5em;
	line-height: 1.2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	text-align: justify;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #03C;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
#mainContent h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2;
	text-align: left;
}


#mainContent h2 {
	margin-bottom: -0.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #00F;
	line-height: 1.6;
	text-align: left;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	color: #06F;
	margin-bottom: -0.4em;
}


.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 0.85em;
	clear: both;
} 
.oneColLiqCtrHdr #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 */
}div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, di, dt, img {
	margin-top: 0em;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent p img {
	border: 5px double #000;
	text-align: center;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #369;
	height: 700px;
	width: 320px;
	float: right;
	color: #D6D6D6;
	padding: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.3;
}
#sidebar p #FlashID {
	text-align: center;
	margin: 5px;
}

#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0CF;
	line-height: 1.4;
	text-align: center;
}
#sidebar h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #9FF;
	text-align: center;
	line-height: 1.8;
}
#sidebar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #C9F;
	text-align: center;
}
/* lightbox 2 config scripts*/
#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; }table tr td img {
	border: medium solid #000;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}
