/*Main body CSS */

body {
	background-color: #D8D8D8;
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: Helvetica, sans-serif;
	}
	
html {
	overflow: scroll;
}

/*Manages appearance of links across webpage*/
a:visited, a:active {
  color: blue;
}

a:hover {
	color: Black;
	text-decoration: underline;
} 

a {
	text-decoration: none;
}
/*End link management*/
/*End main body CSS*/

/*Header formatting*/

.banner img {
	width: 100%;
	height: 280px;
	margin-bottom: -25px;
	/border-bottom: solid 5px Blue;
	}

/*End Header Formatting*/

h1 {
	text-align: left;
	border-bottom: 10px solid Blue;
	}

hr {
	color: Black;
}

/*Navigation bar styling below*/

.navigation {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.navigation h3 {
	font-size: 90%;
}

.navigation li a {
	text-decoration: none;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	color: Blue;
}

.navigation li {
	float: left;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}

.navigation ul {
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	background-color: rgb(176, 208, 207);
	border-top: 1px solid Blue;
	text-align: center;
}

.navigation li:hover {
	background-color: Gray;
}

#currentpage {
	background-color: White;
	}

/*dropdown stuff*/
.clearfix:after {
	display: block;
	clear:both;
}

.submenu {
	position:absolute;
	display: none;
}

.submenu li {
	display: block;
}

.navigation ul li:hover ul {
	display: block;
	background: rgb(176, 208, 207);
	margin-top: 8px;
	margin-left: -8px;
}

/*end dropdown stuff*/

/*styling for bio layouts*/
.bios {
	margin-bottom: 10px;
}

.individuals {
	width: 100%;
	float: left;
}

.individuals img {
	margin-bottom: 5px;
}

.teamprofiles h1 {
	text-align: left;
	}

.teamprofiles h2 {
	border-bottom: 5px solid Blue;
	width: 30%;
	}

.teamprofiles img {
	float: left;
	width: 160px;
	position: relative;
	height: 200px;
	margin-bottom: 0 auto;
	margin-right: 10px;
	display: block;
	}

.teamprofiles blockquote {
	display: block;
	margin-bottom: 0;
	margin-left: 170px;
	position: relative;
	text-align: justify;
	}
	
/*Specific styling for collaborators section*/



.collabwrap p {
	text-align: center;
}

.collabwrap {
	display: inline-block;
	float: left;
}

.collabwrap img {
	margin-bottom: 10px;
}


/*End of styling for bio stuff*/

/*Current studies page styling*/
.currentstudies h2 {
	text-align: left;
	border-bottom: 10px solid Blue;
	margin-bottom: 0px;
}

.apa {
		text-indent: -1em;
		padding-left: 1em;
}

/*Resources page styling*/
.resourceimg img {
	width:398px;
	height:98px;
}

#books {
	width:250px;
	height:370px;
}

#contact {
	margin-left: 0px;
}