@charset "utf-8";
/* Custom styles for "People" section */

#mainnav a:hover, #mainnav a:active, #mainnav a:focus , #mainnav a.thispage{
	text-decoration: none;
	background-color: #1D2246;
	color: #FFFFFF;
}

footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	background-color: #1D2246;
	color: #FFFFFF;
	clear: left;
	font-family: raleway, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: small;
}

.figure-wide {
	margin-left: -200px;
	width: 1000px;
}

a:link, a:visited {
	color: #1D2246;
}

a:hover, a:active, a:focus {
	color: #343D80;
	text-decoration: none;
}


/* Styles required for expandable info boxes */

.expandable-box {
    width: 100%;
    position: relative;
    min-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
} 

.expandable-box-heading {
    width: auto;
    cursor: pointer;
    min-height: 130px;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px 10px 15px 140px;
	text-align: left;
}

.expandable-box-heading h2 {
    font-size: 18px;
	text-align: inherit;
	color: #1D2246;
    line-height: 21px;
	margin: 20px 15px 9px 0px;
}

.expandable-box-heading img {
	-webkit-box-shadow: 1px 1px 10px #999999;
	box-shadow: 1px 1px 10px #999999;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 5px;
	margin: 0px 15px 0px 0px;
	width: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.expandable-box-heading h2:hover {
    color: #343D80;
}

.expandable-box-content {
    padding: 0px 10px 0px 10px;
	border: 0px;
    margin-top: -999px;
}

.expandable-box-content p {
    padding: 4px 0px 6px 0px;
	margin: 0px;
}

.expandable-box-content p:first-child  {
    padding-top: 10px;
}

.expandable-box-content p:last-child {
    padding-bottom: 15px;   
}

.expandable-box-content h3 {
	color: #1D2246;
	text-align: left;
	margin: 0px;
	padding: 12px 0px 6px 0px;
}

.icon-expand {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../images/icon_expand_members.png);
    right: 10px;
	top: 10px;
	opacity: 0.5;
}

.icon-expand:hover {
	opacity: 1.0;
}

.header-active {
	background-color: #EEF0FF;
}

.active-box {
	border-style: solid;
	border-width: 5px;
	border-color: #B8C0FF;
}

.position {
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	font-family: raleway, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
	margin: 0px 15px 0px 0px;
}

.contact {
	margin: 0px 15px 6px 0px;
	line-height: 1.3;
}

.research {
	font-size: 13px;
	font-family: raleway, sans-serif;
	font-weight: 300;
	color: #999999;
	margin: 25px 15px 6px 0px;
}

.author {
	font-size: 13px;
	font-style: italic;
	text-align: right;
	color: #666666;
	margin: 0px;
}