/* Do Not Change Anything In This Section */
*{padding:0; margin:0}a:active, a:focus{outline:0;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden; line-height:0; height:0;}.clearfix{display:inline-block;}html[xmlns] .clearfix{display:block;}* html .clearfix{height:1%;}
.right {float: right; display: block;}.left {float: left; display: block;}

/* General HTML Elements */
html {height: 100%;}
body {
	height: 100%;
	font-family:Verdana,Arial,Helv,sans-serif;
	font-size:12px;
	position:relative;
	z-index: 0;
	background: #fff;
	color: #9aa1a1;
}

p {
	padding:5px 0;
	line-height: 1.5em;
}

#wrapper {
	width: 1024px;
	margin: 60px auto;
}

#page_left {
	float: left;
	width: 596px;
}

.left_content {
	text-align: justify;
}

#page_right {
	float: left;
	position: relative;
	width: 436px;
	margin-left: -9px;
}

#footer {
	clear: both;
	text-align:center;
	padding: 40px 0px;
	font-size: 10px;
	color: #121212;
}

div.nav {
	
}

div.nav .a_item a:link, div.nav .a_item a:hover, div.nav .a_item a:active, #page_right div.nav .a_item a:visited {
	display: block;
	width: 200px;
	font-size: 20px;
	color: #737373;
	text-transform: uppercase;
	padding: 10px 0px 0px 30px;
	text-decoration: none;
}

div.nav .a_item a:active {
	font-size: 22px;
	color: #929d9e;
}

div.nav div.b_item {
	background: transparent url('images/nav_bg.png') repeat-y left top;
}

div.nav div.b_item.active {
	background: transparent url('images/nav_bg_active.png') repeat-y left top;
}

div.nav .b_sep {
	background: transparent url('images/nav_sep.png') repeat-y left top;
	height: 1px;
	width: 207px;
}

div.nav .b_item a, div.nav .b_item a:hover, div.nav .b_item a:active, div.nav .b_item a:visited {
	display: block;
	width: 200px;
	font-size: 16px;
	text-transform: lowercase;
	color: #929d9e;
	padding: 8px 0px 8px 14px;
	text-decoration: none;
}

div.nav .b_item a:active {
	color: #8b8150;
}

#bio {
	position: absolute;
	left: 30px;
	top: 620px;
	width: 300px;
}

#gallery {
	position: relative;
	height: 732px;
}

#gallery #top_control {
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 18px;
	left: 35px;
	top: -18px;
	display: none;
	background: transparent url('images/up_arrow.png') no-repeat left top;
}

#gallery #bottom_control {
	cursor: pointer;
	position: absolute;
	width: 32px;
	height: 18px;
	left: 35px;
	top: 735px;
	display: none;
	background: transparent url('images/down_arrow.png') no-repeat left top;
}

#gallery #thumbs_container {
	width: 96px;
	float: left;
	height: 732px;
}

#gallery #display {
	width: 490px;
	float: left;
	margin-left: 10px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	display: none;
	float: left;
	padding: 0;
	margin: 0px;
	list-style: none;
}

a.thumb {
	display: block;
	border: 0px none inherit;
}

a.thumb.active {
	border: none;
}

.thumb img {
	border: 1px solid gray;
}

#display img {
	border: 1px solid gray;
}

form div.field {
	clear: both;
	padding: 7px 0px;
}

form div.field label {
	display: block;
	float: left;
	width: 100px;
}

form div.field input {
	display: block;
	float: left;
	width: 200px;
}


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