body { 
	background: #D9E3EC;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* DIV BOXES */
#wrap { 
	margin: 0px;
	padding: 0px;
}

#banner { 
	position: fixed;
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
	text-align: left;
	background: #e8d9c0;
	background-image:  url(/images/_banner2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #ae985e;
	z-index: 2;
}

#title {
	position: fixed;
	top: 60px;
	right: 100px;
	z-index: 10;
}

#content {
	position: absolute;
	width: 550px;
	height: auto;
	top: 180px;
	left: 50%;
	margin-left: -275px;
	padding-bottom: 55px;
	text-align: left;
	z-index: 1;
}

#bio_submenu {
	float: left;
}

#content-home {
	position: absolute;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	padding-bottom: 55px;
	text-align: left; 
	z-index: 1;
}

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #c2d0dd;  /* drk tan: dccbae; light tan: e8d9c0; */
	border-top: 1px solid #ae985e;
	z-index: 2;
}

/* NAV FONTS */

.links {
	text-align: left;
}

.links a { 
	font-size: 12px;
	color: #8A7A68;
	padding: 0;
	margin: 0 3px;
}

.links ul, .links ul li {
	color: #826d55;
	display: inline;
	list-style-type: none;
}

.links ul li a:link {
	color: #826d55;
	text-decoration: none;	
}

.links ul li a:visited {
	color: #826d55;
	text-decoration: none;	
}


.links ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* TITLE BOX FONT STYLES */

#title h1 {
	display: inline;
}

.firstname { 
	color: #FFFFFF;
	font: 20px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px; 
}

.lastname { 
	color: #cab28a;
	font: bold 20px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
}

/* CONTENT BOX STYLES AND FONTS */

#content h1 {
	font-size: 18px;
	color: #b6c7d6; /* C7D5E2; */
	margin: 0;
	padding: 0;
	letter-spacing: 4px;
	text-transform: none;
}

#content h2 {
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content h3 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
}

#content p {
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	padding: 5px 0px;
	margin: 0;
}

#content-home p {
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}

p.indent {
	text-indent: 25px;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #8A7A68;
	text-decoration: none;
}

#content a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#content ul, #content ul li {
	font-size: 12px;
	color: #BCB19D;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content img, #Layer1 img {
	padding: 0 10px 10px 0;
	border: none;
}

blockquote {
	margin: 2px 0 5px 8px;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color:#000000;
	line-height: 16px;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	text-indent: 10pt;


}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#xxx a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.textcenter {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #666666;

}
.textleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
.textunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8a7a68;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 0px;

}
.byline {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: right;
	text-indent: 0px;
}
	
	
/* FOOTER FONTS */

#footer p {
	font-size: 10px;
	color: #000000;
	margin: 10px 0 0 0;
}

.footlinks a:link {
	color: #826d55;
	text-decoration: none;	
}

.footlinks a:visited {
	color: #826d55;
	text-decoration: none;	
}


.footlinks a:hover {
	color: #000000;
	text-decoration: underline;
}
	
/* LIGHTBOX CSS */

#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #45433c;
	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.png) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 85% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #aeaca5;
	background-color: #45433c;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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: 800px;
	background-color: #45433c;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


