/* -------------------------------------------------------------------------------------------

 * Filename: 		people.css
 * Description: 	Styles for people pages.
 * Version: 		1.0.0 (2009-09-01)
 * Website: 		http://www.roycefunds.com
 * Author:			Christian, Kristen and Charlene

== STRUCTURE ==================================================================================



---------------------------------------------------------------------------------------------*/

.meetpeople-container {
	margin: 10px 0px; 
	width: 650px;
	height:160px;
}
div.meetpeople-images {
	padding: 0px; 
	float: left; 
	margin: 3px 5px 5px 0px; 
}
div.meetpeople-top {
	padding-right: 0 0 5px 0; 
	float: left; 
	margin: 0px; 
	width: 450px; 
	border-bottom: #d1d1d1 1px solid
}
div.meetpeople-bottom {
	padding-right: 5px; 
	margin-top: 5px; 
	float: left; 
	width: 240px
}
div.meetpeople-bottom ul {
	padding: 0px; 
	margin: 0px; 
	list-style-type: none; 
}
div.meetpeople-bottom li {
	background-position: 0px 0.4em; 
	padding-left: 0.8em; 
	background-image: url('../images/designelements/bullet.gif'); 
	background-repeat: no-repeat;
	line-height:12pt;
	padding-bottom:5px;
}