/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #000066;
	
}

.headerBkgd {
	background: #000066 url(images/header_bg.gif) repeat-x;
	height: 100px;
}

.footerBkgd {
	background: #000066 url(images/footer_bg.gif) repeat-x;
	height: 30px;
}

.footerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: left;
	margin: 10px 0 0 20px;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #336699;
	margin: 0;
}

.subHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #6699CC;
	margin: 0;
	margin-bottom: -10px;
}

#mainContent {
	margin: 10px 20px 10px 20px;
	background-color: #f5f5ed;
}

#mainContent p {
		text-align: justify;
		font-size: 14px;
}

#mainContent a:link, #mainContent a:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #000066;

}
#mainContent a:hover, #mainContent a:active {
	text-decoration: none;
	background-color: transparent;
	color: #333399;
}

.navBackground {
	background:  #d9d9b6 url(images/navtop_grapes.gif) no-repeat top;
}

#navigation {
	margin: 42px 0 0 0;
	width: 180px;

}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}
#navigation li {
	border-bottom: 2px solid #fff;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 15px;
	background:  #333399 url(images/footer_bg.gif) repeat-x bottom;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #d9d9b6;

}
#navigation li a:hover {
	background-color: #000066;
	color: #f5f5ed;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #fff;
	border-right: 1px solid #d9d9b6;

}


/* floats */

.leftFloatEntry {
	position: relative;
	width: 250px;
	float: left;
	background-color: #D9D9B6;
	border: 1px solid #000066;
	height: 180px;
}

.rightFloatEntry {
	position: relative;
	width: 250px;
	float: right;
	background-color: #D9D9B6;
	border: 1px solid #000066;
	height: 180px;
}

.leftFloatSearch {
	margin: 20px 0 0 0;
	position: relative;
	width: 250px;
	float: left;
}

.rightFloatSearch {
	margin: 20px 0 0 0;
	position: relative;
	width: 250px;
	float: right;
}

#entrySearch {
	height: 46px; 
	width: 197px;
	background: #333399 url(images/entrysearch_bg.gif) repeat-x bottom;
	font-size: 14px; 
	font-weight: bold;
	color: #fff;
	border: 0;
}

#entrySearch a:link, #entrySearch a:visited {
	text-decoration: underline;
	color: #fff;

}

#entrySearch a:hover, #entrySearch a:active {
	text-decoration: none;
	color: #d9d9b6;
}




/* #searchNav {
	margin: 0;
	width: 150px;
	height: 46px;

}
#searchNav ul {
	list-style: none;
	margin: 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#searchNav li {
	border: 0;
	height: 46px;
}

#searchNav li a:link, #searchNav li a:visited  {
	display: block;
	margin: 5px 0 0 0;
	border: 2px solid #333399;
	padding: 5px;
	background-color: #000066;
	color: #fff;
	text-decoration: none;
}

#searchNav li a:hover {
	background-color: #333399;
	border: 2px solid #000066;
	color: #fff;
} */


.leftTxt {
	margin: 15px;
}

.rightTxt {
	margin: 15px;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* other text styles */

ul {
	list-style-type: square;
	font-size: 12px;
}

.boldTxt {
	font-weight: bold;
}

.lgTxt {
	font-size: 18px;
}

.blueTxt {
	color: #000066;
}

.smalltext {
	font-size: 14px;
	color: #000066;
}


/*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/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; }




