@charset "UTF-8";
/* CSS Document */

.people_panel {
	display:inline;
	float:left;
	background:#BAD879 url(/images/people/panel-bottom.png) right bottom no-repeat;
	margin-bottom:20px;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.people_panel:hover {
	background:#C8C7C7 url(/images/people/panel-bottom_grey.png) right bottom no-repeat;
}

.people_panel .portrait {
	border-bottom:#9CC740 4px solid;
}

.people_panel_overview {
	padding:10px;
}

#our_people h2{
	font-size:16px;
	margin-bottom:-5px;
	padding-bottom:8px;
	clear:both;
	overflow:hidden;
	padding-top:20px;
}


.people_panel_overview h3{
	font-style:italic;
	font-weight:normal;
	font-size:16px;
}

.people_panel_overview h2{
	font-style:italic;
	font-weight:normal;
	font-size:12px;
	height:2em;
	margin-top:0.2em;
}



.people_panel_overview a{
	font-style:italic;
	font-size:12px;
	color:#FEFAEA;
}



.collapsable_text {
	position:relative;
	overflow:hidden;	
}

.overflow_opacity {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:20px;
}

.people_panel:hover .overflow_opacity{
	display:none;	
}


.people_panel .read_more
{
	position:absolute;
	right:10px;
	top:10px;
}


#our_people h3
{
	margin-left:10px;
	font-weight:normal;
	margin-bottom:3px;
}

.person_description
{
	display:none;	
}

#our_people #sbox-content p
{
	margin-bottom:1em;
	padding-right:10px;
}
