/* CSS Document faculty styles, Sep. 10 */
* {font-size: 100%; padding: 0; margin: 0;}
html {
	background: #fbfbf3;
	width: 960px;
	color: #111;
	margin: 0 auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
	background: #fbfbf3;
}
sup {font-size: smaller; font-weight: normal; vertical-align: 0.5em; line-height: 1px;}
ul.main { list-style-type: none; }
ul.research {margin:1.5em; list-style-type:disc;}
ul.research li { line-height: 1.4; margin-bottom: .33em; }

h1, h2, h3, h4 { line-height: 1; }

#header {
	margin: 0;
	padding: 0;
	background: #eee url(images/dept-logo.jpg) no-repeat 0 0;
	height: 133px;
	border-bottom: 2px solid #c90;
}
#header h1 {
	text-align: right;
	margin: 0;
	padding: 30px 130px 0 0;
	line-height: 1.2;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-weight: normal;
}
#header img {
	float:right;
	height: 132px;
}

 #menu {
 	float: left;
	margin-top: 20px;
	font-size: 0.93em;
/*	background: #ddd;
	border: 1px solid #000;
	border-bottom: none; */
	width: 150px; /* 133px */
}
#menu a {
/*	border-bottom: 1px solid #333; */
	display: block;
	margin: 0 0 10px 3px;
	padding: 4px 0 3px 4px; /* 4px 0 3px 12px */
	text-decoration: none;
	width: 95%;
}
 /* the width declaration above fixes clickable link width problem in ie/win  */
html>body div#menu a {width: auto;} /* override for compliant browsers */

#menu ul, #menu li { padding-bottom: 0; }
#menu a:link, #menu a:visited {
	color: #222;
}
#menu a:hover {
	border: 1px solid #000;
	padding: 3px 0 2px 3px;
	background-color: #eee;
	color: #000;
}
#menu #current {
	background-color: #ddd;
/* border: 1px solid #999; */
	font-size: 100%;
	color: #000;
	padding: 5px 0 5px 7px;
	margin-bottom: 10px;
}


#content {
	margin: 20px 130px 0 195px; /* left margin was 175 but nav div was made bigger */
/*	border-left: 1px solid #cec69c; */
}
#content h2 {
	font-size: 125%;
	color: #80661a; /* 80661a */
	margin: 0 0 1em 0;
/*	border-bottom: 1px solid #cec69c; */
}
#content h3 {
	font-size: 115%;
	color: #333;
	padding: 0 0 1em;
}
#content address {
	font-style: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 1.5em 0;
}
#content p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}
#content p.bottom {
	margin-bottom: 1.5em;
}
#content p.hang {
	text-indent: -2em; 
	padding-left: 2em;
}
#content p.caption { 
	font-size: 75%; 
	line-height: 1.2;
}
#content .floatright {
	float:  right;
	width:  300px;
	margin:  0 0 10px 10px;
	padding:  10px
}
#content .floatright2 {
	float:  right;
	width:  200px;
	margin:  0 0 0x 10px;
	padding:  10px
}
#content .floatleft {
	float:  left;
	width:  200px;
	margin:  0 0 ;
	padding:  10px
}
#content .bigpic {
	width:  700px;
	margin:  0 0 10px 0;
	clear: both;
}
#content img {
	float: right;
	margin: 0 0 1em 0;
	border: 2px solid #00f;
}
#content #logo {
	float: left;
}
#content br.clearing {
	clear: both;
	line-height: 1px;
}
#content table td {
	line-height: 1.25;
	padding-bottom: .75em;
}
#content table td.firstcol {
	width: 8em;
	vertical-align: top;
}
#content ol {
	margin: 0;
	padding: 0 0 1em 22px;
}
#content ol li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-type: decimal;
	line-height: 1.33;
}
ul {
	padding-bottom: 1em;
}
li {
	padding-bottom: 0.25em;
}
#content ul.contact {
	margin-left: 2em;
}
#content ul.spaced li {
	list-style-type:none;
	line-height: 1;
	text-indent: -2em; 
	padding-left: 2em;
}
#content ul.points li {
	padding-bottom: 0.5em;
}
#content #team {
	border: 1px solid #222;
	background: #ddd;
	float: right;
	margin: 1em 0 0.5em 1em;
	width: 15em;
}
#content #team h3 {
	color: #000;
	font-size: 110%;
	margin: 8px 0;
	padding: 0;
	text-align: center;
}
#content #team ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
#content #team li {
	line-height: 1.1;
	padding: 0 0 0.4em 8px;
}
#content #team p {
	color: #000;
	line-height: 1.33em;
	margin: 0;
	padding: 0 0.33em 0.33em;	
}
#content a:link {
	color: #0000CC;
	text-decoration: underline;
}
#content a:visited {
	color: #55d;
	text-decoration: underline;
}
#content a:hover {
	color: #c90 ;
	text-decoration: none;
}
#content p.up {
	margin: 0;
	padding: 0;
	text-align: right;	
}
#content p.up a:link, #content p.up a:visited {
	color: #80661a;
	text-decoration: none;
}
#content p.up a:hover {
	color: #00f;
}
img.left {display: block; margin: 0 auto; border:none;}
