@charset "UTF-8";
/* CSS Document */

html,body {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
text-align: center;
background: url(images/background2.gif);
}
h2 {
	font-size: 2em;
	color: #cc6600;
}
h3 {
	font-size: 1.5em;
	line-height: 100%;
	color: #FFFFFF;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* Navigation */



/* Navigation */

div#header h1 {
height: 200px;
line-height: 80px;
margin: 0;
background: #EEE;
color: #79B30B;
}
div#container {;
text-align:left;
}
div#content p {
line-height: 140%;
}
div#navigation {
background:#cc6600;
}
div#extra  {
background: url(images/background2.gif);
text-align: center;
float:right;
clear:right;
margin-right: 20px;
margin-top: 20px;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
width:175px;
color: #FFFFFF;
}
div#extra2 {
background:#330000;
text-align: center;
float:right;
clear:right;
margin-right: 20px;
margin-top: 0;
width:195px;
height: 25px;
color: #FFFFFF;
background: url(images/rightColumn2.gif) no-repeat;
}
div#footer {
background: #CC6600;
color: #FFF;
}
div#footer p {
margin:0;
padding:5px 20px;
}
div#container {
width:724px;
margin:0 auto;
background-color: #FFFFFF;
}
div#content {
float:left;
width:450px;
padding: 20px;
}
.piclarge {
border-color: #330000;
border: 2px solid;
}
.picsmall {
border-color: #FFFFFF;
border: 1px solid;
}
.contact {
margin:0 0 0 0;
text-align:justify;
}
div#content a:link {
	color: #330000;
	text-decoration: none;
}
div#content a:visited {
	color: #cc6600;
}
div#content a:hover {
	text-decoration: underline;
}
div#content a:active {
	text-decoration: none;
}
div#navigation {
	margin-top: 0px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 724px;
	height: 40px;
	background: url(images/linksBg.gif) no-repeat;
	text-transform: uppercase;
	overflow: hidden;
	left: 0px;
}
ul {
list-style-type: square;
line-height: 140%;
}
div#footer {
clear:both;
width:100%;
}
div#footer a {
	 color: #330000;
	 text-decoration: none;
}
div#footer a:hover {
	 color: #FFFFFF;
	 text-decoration: underline;
}

/* << ----------------// Slideshow //------------ */

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