body {text-align: center;
background: #fff;
color: #808080;
font: .8em arial, verdana, sans-serif; line-height: 20px;
margin-top: 0; }

img { border: 0; }

/* This makes the background image stretch across the page from left to right behind main site */
#background { background: url(../images/bgtop.gif) repeat-x top; }

#wrapper { width: 864px; margin: 0 auto; text-align: left; position: relative;  background:#fff; }
#top { clear: both; height: 70px; margin-top: 20px; }
#navbar { clear: both; margin: 0; padding-left: 10px; }
#content { width: 864px; clear: both; }
#contentgallery { width: 864px; clear: both; padding: 30px 0 20px 0; }
#left { width: 309px; float: left; padding: 10px 0px 10px 1px; }
#footer { clear: both; text-align: right; height: 100px; margin-top: 20px; }

#inner { padding: 10px; }

#firstcolumn{ width: 410px; float: left; padding: 30px 10px; }
#secondcolumn { width: 410px; float: left; padding: 30px 10px; }

h1 { font: 1em arial, verdana, sans-serif; font-weight: 700; text-transform: uppercase; line-height: 25px; }
h2 { font: 1.1em verdana, arial, sans serif; color: #abb6bc;  font-weight: 700; }
h3 { font: 1.1em verdana, arial, sans serif; color: #fff; padding: 5px 0 0 5px; background-image: url(../images/bluefade.jpg); background-repeat: repeat-x; height: 30px; font-weight: 700; margin: 0; }

.paddingpic { padding: 6px 0 0 0; }
.picright { float: right; margin: 0 0 0 10px; }
.picleft: { float: left; margin: 0 10px 0 0; }
.paddingtop { padding-top: 10px; }
.paddingleft { padding-left: 60px; }
.padpic { padding: 20px; }

#nav a { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#535e69; font-weight:700;  padding: 6px; width: 20px; display: block; }
#nav a:visited { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#535e69; font-weight:700;  padding: 6px; width: 20px; display: block; }
#nav a:hover { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#535e69;  font-weight:700; padding: 6px; width: 20px; display: block; }


a:link { color: #b4b25d; text-decoration: underline; background: transparent; font-weight: 500; }
a:visited { color: #b4b25d; text-decoration: underline; background: transparent; font-weight: 500;}
a:hover { color: #5a5928; text-decoration: underline; background: transparent; font-weight: 500; }

a.link2:link { font: .9em arial, sans-serif; color: #8d9fab; text-decoration: none; background: transparent; font-weight: 500; border-top: dotted 1px #8d9fab; padding-top: 6px; margin-top: 10px; }
a.link2:visited { font: .9em arial, sans-serif; color: #8d9fab; background: transparent; text-decoration: none;  font-weight: 500; border-top: dotted 1px #8d9fab; padding-top: 6px; margin-top: 10px;  }
a.link2:hover { font: .9em arial, sans-serif; color: #8d9fab; background: transparent;  text-decoration: underline; font-weight: 500; border-top: dotted 1px #8d9fab; padding-top: 6px; margin-top: 10px;  }

ul.nav { margin-left: 0; list-style: none; padding: 0; display: inline; }
ul.nav li { float: left; text-align: center; }

ul.nav a { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#535e69; font-weight:500;  padding: 6px; width: 80px; margin: 0 4px; display: block; }
ul.nav a:visited { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#535e69; font-weight:500;  padding: 6px; width: 80px; margin: 0 4px; display: block; }
ul.nav a:hover { font: 1em arial, verdana, sans-serif; color:#fff; text-decoration: none; background:#454b51;  font-weight:500; padding: 6px; width: 80px; margin: 0 4px; display: block; }

.nolink { color: #800000; text-transform: uppercase; background: transparent; font-weight: 700; }

.bold { font-weight: 700; }
.dots { background-image: url(../images/dots.gif); background-repeat: repeat-x; height: 1px; }
.line { background: #053905; height: 1px; clear: both; padding: 0; margin: 0 0 10px 0; }
.border { border: solid 1px #c7e3c7; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }

.leftgallery { float: left; margin-right: 28px; }
.galleryback { width: 400px; }
.navigate { background: #c4bebe; color: #fff; text-align: center; }


/*Lightbox enlarging images effect */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
