/*---hover menu---*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a { /*all links*/
	display: block;
	padding-left: 0.5em;
	text-decoration: none;
	width: auto;
	text-align: center;
}
#nav li ul a{ /*second-level links*/
	width: 14em;
	text-align: left;
}

#nav li { /* all list items */
	padding: 0;
	margin: 0;
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	list-style: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: black;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #888888;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover {height: auto;} /* Fixes "sticky" IE7 bug */

div.clearleft{
	clear:left;
}
/*---end hover menu---*/
#logo{
	cursor: pointer;
}

div.content{
	position: absolute;
	top: 2.5em;
	left: 5em;
	margin-right: 5em;
	padding: 0.5em;
	display: none;
	border: 1px solid #888888;
	width: 60%;
}

div.clear{
	clear: both;
}

div.gallery {
	position:absolute;
	width: 100%;
	height: 99%;
	display: none;
}

#jswarning{
	display: inline;
}

#header {
	position:absolute;
	margin: 0px;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #888888;
	z-index: 5;
}

#main {
	margin: 0px;
	position: absolute;
	top: 10%;
	height:90%;
	width:100%;
}

#links {
	position: absolute;
	left: 20em;
	top: 23px;
	cursor: default;
}

#bio{
	width: 750px;
}

#bioimage {
	float:left;
	border: 5px solid black;
}

p.bio{
	width: 400px;
	float: left;
}

#welcome{
	width: 30em;
}

#welcomesig{
	float: right;
	margin-right: 5em;
}

body {
	font-family: "lucida sans unicode", sans-serif;
	font-size: 0.9em;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
}
h1{
	border-bottom: 1px solid #888888;
	margin: 0.2em;
}
p{
	margin-left: 3em;
	padding-left: 0em;
}
table{
	margin-left: 3em;
	padding-left: 0em;
}
a{
	color: #ffffff;
}
a:visited{
	color: #ffffff;
}
a:hover{
	color: #aaaaaa;
}
ul{
	padding-left: 0em;
	margin-left: 4em;
}
li{
	margin-left: 0.5em;
	padding-left: 0em;
	list-style: disc;
}

h2{
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: large;
}

#flashzfix{ /*for firefox/linux flash z-index bug */
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 2;
	display: none;
}
