*, html {
	margin: 0;
	padding: 0; 
}
body {
	background-image: url('../images/cilia1.jpg');
	margin: 0;
	padding: 0;
}	
#branding {
	background: url("../images/bnnr.jpg") no-repeat scroll center top #183399;
   	height: 276px;
   	margin-left: auto;
    	margin-right: auto;
    	width: 100%;
}

/*--------------- NAV SECTION ------------*/
#nav {
	background-color: #000066;
	border-width: 7px 0 0 0;
	border-style: solid;
	border-color: #200;
	margin: 0 0 2.5em 0;
}
#nav ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#nav li {
	display: inline;
	padding: 0;
}
#nav a {
	color: white;
	padding: 0 1em;
	text-decoration: none;
}
#nav a.current {
	background-color: #f0faff;
	color: #000066;
}
#nav a:hover {
	background-color: #183399;
	color: white;
}

/*--------------- CONTENT SECTION ------------*/

#content {
	display: block;      
	margin: 5em auto 4em;
	width: 62em;
}
#content h1{
	color: #000066;
	font: bold 2em "times new roman", serif;
	margin-left: 1.5em;
	margin-bottom: 0.2em;
	
}
#content h2{
	padding:.5em 0;
}
#content h4{
	color: #200;
	font: bold 1em arial, sans-serif;
	margin-left: 16em;
}
#content h5{
	color: #200;
	font: bold 1em arial, sans-serif;
	margin-left: 23em;
}
#content label{
	display: block;
	font-weight: bolder;
	text-align: left;
	margin-top: 1.2em;
}
div.form{
	margin-left: 5em;
}
#next a{
	color: #200;
	font: bold 1em arial, sans-serif;
	margin-left: 23em;
	text-decoration: none;
}
#next a:hover {
	background-color: #023399;
	color: white;
}
#content p{
	font: italic 1.2em "times New Roman", serif;
	text-indent: 1em;
	line-height: 150%;
	padding: 0 0 .5em 0;
	text-align: justify
}
#content img{  
	border-style: none;    
}
#content ul{
	list-style-type: none;
}
#content .right{
	float: right;
}
	
div.img{
	display: block;  	
  	height: auto;
  	width: auto;
  	text-align: center;
}
div.mainimg{
	display: block;      
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	padding-top: 1em;
	text-align: center;
}
div.desc{
  	text-align: center;
  	font-weight: bold;
  	width: 250px;
  	margin: 4px;
}
div.maindesc {
  	text-align: center;
  	font-weight: bold;
  	width: 500px;
  	margin: 4px;
}
.biopic{
	float: right;
	width: 300px;
	border-color: #f0faff;
	border-style: solid;
	border-width: 2px;
	margin: 0 0 10px 50px;	
}
.resume{
	margin-left: .5em;
	padding-top: 1.5em;
}
.date{
	font-weight: bold;
}
/*--------------- FOOTER SECTION ------------*/

#footer {
	border-color: #000066;
	border-style: solid;
	border-width: 8px 0 0 0;
	font-size: .9em;
	padding-bottom: 1em;
	padding-top: .2em;
	text-align: center;
}
#footer ul {
	background-color: #e5eeff;
	list-style-type: none;
	margin-bottom: 1em;
}
#footer li {
	border-color: black;
	border-style: solid;
	border-width: 0 0 0 1px;
	display: inline;
	padding: 0 .6em;
}
#footer li>a{
	color: black;
	text-decoration: none;
}
#footer li>a:hover {
	color: orange;
}
#footer li.first_child {
	border-width: 0;
}
#footer hr {
	background-color: #000066;
	border: 0;
	color: #000066;
	height: 2px;
	width: 25%;
	margin: 5px auto;
	text-align: center;
}	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 75%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}