@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ad937a;
}

/* **********     Lightbox     ********** */
#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/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }



/*  Styles  */
.style1 {font-size: 18px; font-weight:100; color:#4a3228}
.style2 {font-size: 16px}
.style3 {font-size: 12px}
.style4 {color: #FFFFFF}


/* Small Links */
a.smLink:link {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
a.smLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.smLink:hover {
	text-decoration: underline;
}
a.smLink:active {
	text-decoration: none;
}

/* regular body Links */
a:link {
	text-decoration: underline;
	color: #4a3228;
}
a:visited {
	text-decoration: underline;
	color: #4a3228;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Large Links */
a.lgLink:link {
	text-decoration: none;
	font-size: 22px;
	color: #FFFFFF;
}
a.lgLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.lgLink:hover {
	color: #4a3228;
}
a.lgLink:active {
	text-decoration: none;
}

/* White Links */
a.whiteLink:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.whiteLink:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.whiteLink:hover {
	color: #4a3228;
}
a.whiteLink:active {
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 553px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 10px;
}
.oneColFixCtrHdr #container #header #nav {
	background-image: url(../images/nav_main_pic.jpg);
	height: 236px;
	width: 553px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	margin: 0px;
}
.oneColFixCtrHdr #container #header #nav #nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	width: 210px;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 33px;
}
.oneColFixCtrHdr #container #mainContent #right {
	float: right;
	width: 240px;
	padding-right: 10px;
}
.oneColFixCtrHdr #container #mainContent #left {
	width: 250px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent ul {
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #FFFFFF;
}
