@charset "UTF-8";

/* general formatting */
body {
  background-color: #dbdbdb;;
  color: black;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
  width:800px;
	background-color: white;
  margin: 20px auto 10px auto;
  border: 2px solid gray;
	padding-bottom: 10px;
}

/* banner and navigation */
#banner {
	border-bottom: 3px solid black;
}

#navigation {
  text-align: center;
  padding: 8px 0px 7px 0px;
  font-weight:bold;
	background-color:#a2d7c5;
	border-top: 3px solid #a2d7c5;
	border-bottom: 1px solid black;
}

#navigation a {
	width: 120px;
	text-decoration: none;
  padding: 8px 31px 7px 31px;
	border-left: 1px solid #a2d7c5;
	border-right: 1px solid #a2d7c5;
	border-top: 1px solid #a2d7c5;
}

#navigation a:visited, a:active {
	color:blue;
}

#navigation a.current-page{
	color:black;
	background-color: #b3e8d6;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid #b3e8d6;
}

#navigation a:hover {
	color:black;
	background-color: #b3e8d6;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding-bottom: 8px;
}

#navigation a.current-page:hover {
	padding-bottom: 7px;
}



/* content */
#content {
	padding: 5px 20px 20px 20px;
	font-size: .95em;
}

div.news-blurb {
	background-color: #cccccc;
  padding: 10px;
	margin: 0px auto 20px auto;
  font-style:italic;
	border: 1px dashed #b012fa;
	font-size: .85em;
	text-align: center;
	width: 670px;
}

/* Publications */
div.pub {
	font-size:.7em;
  margin: 5px 0 10px 0;
}

div.pub p {
	margin: 0px 0px 70px 145px;
	padding-top: 0px;
	line-height: 1.6em;
}

div.pub img {
	float: left;
	border: 0px;
}

span.pub-title {
	font-weight: bold;
	font-size: 1.5em;
}

span.pub-title a{
	text-decoration: none;
	color: black;
}

span.pub-title img{
	float: right;
	margin-right: 50px;
	border: 0px;
}

#inq-block {
	margin-left:30px;
}


ul {
	list-style-image:url(../images/arrow.png)
}

li { 
	padding-bottom: 8px; 
	font-size: .9em;
}


div.faq-answer {
	padding-left:30px;
  margin-bottom: 45px;
	margin-right: 10px;
	padding-right: 10px;
  border-top:1px solid gray;
  font-size: .85em;
}


/* People stuff */

div.person {
	margin: 4px 0px 0px 30px;
	font-size: .93em;
}

div.person a {
	text-decoration: none;
}

#left-people, #right-people {
	margin-top: 60px;
}

#right-people {
	float: right;
  margin-right: 80px;
}

#left-people {
	margin-bottom: 80px;
	margin-left: 70px;
}


/* index page */
#index-img {
	text-align:center;
}


#footer {
	border-top: 1px solid gray;
	margin: 20px 0px 0px 0px;
	text-align:center;
	padding-top:10px;
}

#footer a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	
}
#footer img {
	border: 0px;
}
