/* CSS Document */

/* Lightbox Styles */
#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, #prevLink:visited { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { 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; }

/* NavBar Styles */
#sf_nav , #sf_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}

#sf_nav a {
	display: inline;
	width: 158px;
	/* Stylize Here */ 
     text-decoration:none;
	display: block;
	color: #222222;
	background-color:#CCC;
	margin-left: 1px;
	margin-right: 1px;
	padding:3px 0px 3px 0px;
	font-size: 16px;
	z-index:99;
}

#sf_nav a:hover {
	color:#333;
	background-color:#FFF;
	z-index:99;
	}

#sf_nav li {
	float: left;
	z-index:99;
}

#sf_nav li ul {
	position: absolute;
	float: left;
	width: 100px;
	left: -999em;
}
#sf_nav li ul a {
	border-top:1px solid #666;
}


#sf_nav li ul ul {
	margin: -1em 0 0 95px;
	text-align:left;
	top: 18px; /* Drops third level menu down a bit to give space between first & third */
	z-index:99;
}


#sf_nav li:hover ul ul, #sf_nav li:hover ul ul ul, #sf_nav li:hover ul ul ul ul, #sf_nav li.sfhover ul ul, #sf_nav li.sfhover ul ul ul, #sf_nav li.sfhover ul ul ul ul {
	left: -999em;
}

#sf_nav li:hover ul, #sf_nav li li:hover ul, #sf_nav li li li:hover ul, #sf_nav li li li li:hover ul, #sf_nav li.sfhover ul, #sf_nav li li.sfhover ul, #sf_nav li li li.sfhover ul, #sf_nav li li li li.sfhover ul {
	left: auto;

}

/* Main Styles */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #DDDDDD;
	background-image: url(graphics/stardrop.jpg);
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #000;
}

img {border:0px}

.content {
	margin:auto;
	width: 800px;
	background-color: #666;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 1px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;	
}

.header {
	margin:0px auto;
	width: 800px;
	text-align: center;
	margin-top: 40px;
}

.nav {
	margin:0px auto;
	width: 800px;
	text-align: center;
	height: 20px;
	background-color: #666;
}

.shadowcontent {
	border: 1px solid #DDDDDD;
	background: #444444;
	padding: 4px;
	position: relative;
	bottom: 5px;
	right: 5px;
}

.shadow {
	background-color: #000000;
	margin: 10px 5px 10px 10px;
}

.copyright {
	font-size: 11px;
	clear: both;
}
.minusone {
	font-size: 14px;
}

.homethumb {
	font-size: 12px;
	text-align:center;
}

.homeleft {
	width: 150px;
	float: left;
	text-align: center;
}

.homeright {
	width: 650px;
	float: left;
}

.thumb {
	text-align:center;
}


a:link {
	color: #FFC;
}

a:visited {
	color: #BBB;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}
.headshot {
	margin: 4px 7px 4px 5px;
	position:relative;
	float: left;
}

.form {
	text-align: center;
}.cv {
	text-align: center;
}
.CV_Position_Header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
