

.people {
	list-style: none;
	margin: 0;
	padding: 0;
	
	background: none;
	-moz-box-shadow: none;
	}
	
.people li {
	position: relative;
	margin: 2em 0;
	padding:  1em 2em 2em 105px;
	list-style: none;
	
	background: #fff;
	
	min-height: 1px;
	clear: both;

	font-size: .75em;
	line-height: 1.4em;
	
	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0 1px 0 #fff;
	-moz-border-radius: 2px;
	}
	
	.people li:after {		content: ".";		height: 0;		visibility: hidden;		display: block;		clear: both;		}
	* html .people li	{	height: 1px;}
		
		
.people .fn {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 .25em 0;
	}
	
.people .role {
	color: #999;
	font-size: .875em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
	}
	
.people li img {
	position: absolute;
	top: 1em;
	left: 1em;
	border-bottom: 2px solid #ddd;	
	}
	
.people .type {
	color: #999;
	width: 40px;
	padding: 0 1em 0 0;
	float: left;
	text-transform: lowercase;
	}
	
.people .bio {
	margin: 1em 0;
	}
	
.people .button-disclosurestatement {
	display: block;
	margin: 1em 0 0;
	
	width: 150px;
	height: 27px;
	background: url(button.disclosurestatement.gif) no-repeat;
	
	text-indent: -9000px;
	}