body {
 margin: 0px;
 font-family: arial;
 font-color: #000000;
 background-color: #707070;
}

.meta-text {
 color: #fff;
 margin-left: 40px;
}

.license-text {
 color: #fff;
 font-size: 12px;
 margin: 10px 15px 0px 0px;
 text-align: right;
}

.dark_shadow {
 background-image: url(images/dark_drop.jpg);
 background-repeat: repeat-x;
 background-color: 535353;
}

.light_shadow {
 background-image: url(images/light_drop.jpg);
 background-repeat: repeat-x;
 background-color: 707070;
}

.left_col {
 background-color: 535353;
 vertical-align: top;
}

.right_col {
 background-image: url(images/right_shade.jpg);
 background-repeat: repeat-x;
 background-color: 707070;
 vertical-align: top;
 padding-top: 15px;
}

.gallery_top {
 padding-top: 7px;
}

/* menu */

.url {
 font-size: 10px;
 font-family: verdana;
 color: #e5e5e5;
 font-weight: bold;
 padding-left: 10px;
}
 

#navbar {
 width: 100%;
 font-size: 12px;
 font-family: verdana;
}

#navbar ul {
 margin: 0px;
 padding: 0px;
}

#navbar li {
 list-style-type: none;
 display: inline;
 font-weight: bold;
}

#navbar li a {
 text-decoration: none;
 color: #929292;
}

#navbar li a:link {
 color: #929292:
}

#navbar li a:visited {
 color: #929292;
}

#navbar li a:hover {
 font-weight: bold;
 color: #fff;
}

.menu_pad {
 padding-right: 10px;
}

/* End of Menu */

/* Gallery Menu */

#galbar {
 width: 100%;
 font-size: 16px;
 font-family: arial;
}

#galbar ul {
 margin: 0px;
 padding: 0px;
}

#galbar li {
 list-style-type: none;
 font-weight: bold;
}

#galbar li a {
 text-decoration: none;
 color: #929292;
}

#galbar li a:link {
 color: #929292:
}

#galbar li a:visited {
 color: #929292;
}

#galbar li a:hover {
 font-weight: bold;
 color: #fff;
}

.menu_pad {
 padding-right: 10px;
}

/* End of Gallery Menu */

/* About Us */

#aboutbar {
 width: 100%;
 font-size: 16px;
 font-family: arial;
}

#aboutbar ul {
 margin: 0px;
 padding: 0px;
 color: #929292;
}

#aboutbar li {
 list-style-type: none;
 font-weight: bold;
}

/* End of About */


.copyright {
 font-size: 10px;
 font-family: arial;
 color: #706d6d;
 font-weight: bold;
 padding-left: 10px;
}

.footer_logo {
 vertical-align: top;
}

#content_text {
 font-size: 12px;
 font-family: arial;
 color: #454140;
 font-weight: bold;
 padding-top: 10px;
}

.content_text {
 font-size: 12px;
 font-family: arial;
 color: #454140;
 font-weight: bold;
 padding-top: 10px;
}

.email a{
 color: #949494;
}

.email a:link{
 color: #949494;
}

.email a:visited{
 color: #929292;
}

.email a:hover{
 color: #535353;
}

/* Lightbox */

#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;
	}

	}

/* lightbox */