@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	background-color: #476c37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#topbar{
	background-color: #0f2c02;
}
#links{
	width: 800px;
	
	text-align: right;
	color: white;
	font-size: small;
	
	margin: auto;
}
#links a{
	color: white;
	text-decoration: none;
}
#links a:hover{
	text-decoration: underline;
}

#container{
	width: 800px;
	margin: auto;
}
#header{
	width: 761px;
	margin: auto;
	margin-bottom: 20px;
}

#navigation{
	float: left;
	width: 166px;
	
	border: 2px solid #a2b898;
	background: #648058 url(images/nav-gradient.jpg) top left no-repeat;
	
	color: white;
	
	padding: 10px;
}
#navigation p{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0;
	margin-top: 4px;
}
#navigation p a{
	color: white;
	display: block;
}
#navigation p a:hover{
	background-color: #660000;
}
#navigation ul{
	font-size: small;
	list-style-image: url(images/bullet.png);
	margin: 2px 0 15px;
	padding-left: 15px;
}
#navigation ul li {
	margin:0.2em 0 0;
	padding: 0;
	
}
#navigation ul li a{
	color: white;
	text-decoration: none;
	
	display: block;
}
#navigation ul li a:hover{
	background-color: #660000;
}

#content{
	width: 600px;
	float: left;
}

#content div#info{
	padding-left:210px;
}

#content a{
	color: #2F6419;
	text-decoration: none;
}

#content a:hover{
	color: #428F22;
	text-decoration: underline;
}

#content ul.faculty li{
	float: left;
	list-style: none;
	list-style-type: none;
	overflow: hidden;
	width: 265px;
}

	#content ul.faculty li a span{
		display: block;
		height: 1%;
		padding: 5px 8px 8px;
		cursor: pointer;
	}

		#content ul.faculty li a .photo{
			float: left;
			margin: 3px 20px 0 0;
		}
	
			#content ul.faculty li a img{
				vertical-align: bottom;
			}

				#content ul.faculty li a em{
					display: block;
					line-height: 21px;
					font-family: "helvetica", "arial", sans-serif;
					font-size: 1.2em;
					font-variant: normal;
					font-style: normal;
					font-weight: bold;
				}
					#content ul.faculty li a:hover em{
						text-decoration: underline;
					}
						#content ul.faculty li a cite{
							font-family: "helvetica", "arial", sans-serif;
							font-size: .9em;
							color: #575757;
						}

#shadow{
	background: url(images/shadow.png) top left repeat-y;

	width: 600px;
	margin-left: 20px;

	padding-left: 5px;
}

#text, #subtext{
	color: #1c5678;
	margin-right: 9px;	
	background: #d9eefa;
	border-bottom: 1px solid #1d2e0f;
	border-top: 1px solid #1d2e0f;
}
#subtext{
	padding: 8px;
	background: white;
	color: black;
}
#text h1, #subtext h1{
	margin-top: 10px;
	color: #1d2f0e;
	border-bottom: 1px dotted #1d2e0f;
	font-size: 2em;
}

#text h2, #subtext h2{
	margin-top: 0;
	font-size: 1.65em;
}
.photo {
border:1px solid #000;
margin:10px;
}

.adBox {
	padding: 5px;
	}

#footer {
	font-size: .8em;
	color: #fff;
	text-align: right;
	}

#footer a{
	color: #fff;
	}

#footer a:hover {
	text-decoration:none;
	}
	
#blog-loader {
	display: none;
	margin: 10px 0 10px 19px;
}
#header-history-link img {
	border: none;
}
	
