/* 0 BASIC TAGS */

h1, h2, h3, h4 {
	margin: 0;
	font-family: Helvetica, Arial Narrow, Verdana, Arial;
	font-weight: bold; }

p {
	line-height: 1.4em;
	font-size: 14px; }

a {
	text-decoration: none;
	color: #000000; }

a:hover {
	text-decoration: underline;
	color: #49371f; }

body {
	background-color: #ffffff;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica, Arial Narrow, Verdana, Arial;
	color: #49371f;
	text-align: center; }

td {
	vertical-align: top; }

/* 1 HEADER */

.imgHeader {
	vertical-align: bottom; }

/* 2 MAIN, PORTFOLIO, BIO */

.page {
	max-width: 800px;
	padding: 0px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	border-left: solid 1px #49371f;
	border-right: solid 1px #49371f; }

h1 {
	margin-bottom: 1.12em;
	font-size: 16px;
	color: #000000; }

h2 {
	font-size: 16px;
	color: #000000; }

h4 {
	margin-top: 1.0em;
	color: #000000; }

/* 2.1 MAIN */

#main {
	padding: 20px 0 20px 0; }

.statement {
	padding: 0 20px 0 20px; }

.mainimage {		
	margin-left: 20px;
	border: solid 1px #49371f; }

/* 2.2 PORTFOLIO */

#portfolio {
	min-height: 420px;
	padding: 0; }

.portfolioSeries {
	width: 204px;
	min-height: 420px;
	padding: 20px 0 0 20px;
	margin: 0;
	border-right: solid 1px #49371f;
	background-color: #dee8e8; }

.sideSeries {
	padding: 0;
	font-size: 13px;
	text-align: center;
	width: 90px;
	height: 106px; }

.portfolioThumbs {
	position: relative;
	left: 20px;
	top: 20px;
	width: 536px; }

.imgThumbnail {
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	border: solid 1px #49371f; }

/* 2.2.1 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: #ffffff; 
	top: -50px;	
	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: 25%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; }
	
#prevLink {
	left: 0; 
	float: left;
	background: url(../Images/prevlabel.gif) left 15% no-repeat; }
	
#nextLink {
	right: 0; 
	float: right; 
	background: url(../Images/nextlabel.gif) right 15% no-repeat; }
	
#imageDataContainer {
	position: relative;
	top: -50px;
	font: 10px Helvetica, Arial Narrow, Verdana, Arial;
	background-color: #ffffff;
	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: #49371f; }

/* 2.3 BIO */

#bio {
	padding: 20px 0 20px 0; }
	
.indentbio {
	padding: 0 20px 0 20px; }	

#bio table {
	padding: 3px;
	margin-bottom: 1.1em; }

.biostatement {
	padding-bottom: 20px; }

.withindent {	
	text-indent: -40px;	}

.withindent td {
	padding-left: 40px;	}

/* 3 FOOTER */

.footerbg {
	background-color: #49371f;
	border-top: solid thin #49371f;
	height: 75px;
	text-align: center;	
	color: #ffffff; }

.footer {
	margin-left: auto;
	margin-right: auto;	
	height: 75px;
	text-align: center;
	font-size: 12px; }

.footer a {
	color: #ffffff; }

.footer a:hover {
	text-decoration: underline;
	color: #ffffff; }

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 12px; }
