@charset "utf-8";
@import url("home.css");
/* Normalizes margin, padding */
body, ul, li, h1, h2, h3, p, dl, dt { margin : 0; padding : 0; }

/* Removes list-style from lists */
ul { list-style : none; }

body {
	width : 808px;
	max-width: 55em;
	margin : 0 auto;
	padding : 1em 0;
	background-color : #fff;
	background-image: url(../images/bg_arabesque_w.jpg);
	font : small/1.6 "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	color: #300;
 }

#wrapper { 
position : relative;
padding-top: 5em;
background-image: url(../images/bg_arabesque_w.jpg);
}

address {
	font-style: normal;
}
li img {
	display: none;
}
img { display: inline; border: none; }

/*navigation */

#nav { 
	position: absolute; 
	top: 0;
	left: 0;
	}

#nav, #nav ul {
	padding: .5em 0 .5em 0;
	border: dotted #300;
	border-width: 0 0 1px 0;
	margin: 0 0 1em 0;
	line-height: 1;
	background: #F5F2ED;
	background-image: url(../images/bg_arabesque_w.jpg);
	font-weight: bold;
}

#nav a {
	display: block;
	width: 11em;
	color: #4B6D4B;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	width: 10em;
	padding: 0;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}

/*after feeding javascript to ie */
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.top-link, dt { font-weight: bold; }

/*navigation end*/


h1 { font-size: x-large; }

h2 { font-size: medium; }

h3 { font-size: small; }

#hcard-Steve-Spence {
	position: relative;
	float: left;
	width: 15em;
	margin-right: 1em;
}
/* #narrative { width: 70%; } */
#office-hrs {
	padding-top: 2em;
}
/* links */
a { text-decoration: none; font-weight: normal; }
a:link, a:visited { color: #4B6D4B; }
a:active { color: #67010C; } 
a:hover { color: #67010C; text-decoration: underline; }

#nav a:hover { color: #67010C; text-decoration: none; }

/* end links */

#search { float: left; top: 1em; position: relative; }

#search label {
	padding-top: 0;
	display: block;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#select-screen-switcher, #search-csu, #search-directory { 
	background-color: #f5f2ed;
	width: 12em;
}
#search-directory { margin-bottom: 1em; }

#controls, #attribution { margin-left: 250px; }
#page_styles, #validation, #attribution, #update {
	display: block;
	text-align: right; }
	
#page_styles {padding-top: 1em; }
