@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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/mainbgnew.gif);
}
.twoColFixRtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(images/footerillustration1.jpg);
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 25px 0px 20px;
	}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 25px 125px 55px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #container #mainContent img {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 40px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10px;
	height: 35px;
	margin-bottom: 0px;
	font-weight: bold;
} 
.twoColFixRtHdr #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: 25px;
	padding-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B4C;
	line-height: 1.3;
}
h1 {
	font-size: 24px;
	color: #666666;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 17px;
	color: #007476;
}
#sidebar1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006A6A;
	text-decoration: none;
	border-bottom-color: #6AC3C3;
	border-bottom-width: 0px;
	display: block;
	background-color: #6AC3C3;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 11px;
}
#sidebar1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006D6D;
	text-decoration: none;
	border-bottom-color: #2B1F59;
	border-bottom-width: 0px;
	display: block;
	background-color: #6AC3C3;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 11px;
	}
#sidebar1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #2B1F59;
	border-bottom-width: 0px;
	display: block;
	background-color: #007D7E;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 11px;
}
#sidebar1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006F70;
	text-decoration: none;
	border-bottom-color: #2B1F59;
	border-bottom-width: 0px;
	display: block;
	background-color: #6AC3C3;
	margin-top: 2px;
	padding-left: 25px;
	font-size: 11px;
	}
	#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: #996699;
}
.newflt {
	margin: 0px 0px 0px 0px;
	padding: 0 25px 0 0px;
	float: left;
	background: 0 0 0 0;
}
#mainContent a:link {
	color: #006C6C;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:visited {
	color: #006E6E;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:active {
	color: #007071;
	font-weight: bold;
	text-decoration: none;
}

