
h2{
    margin-top: 1em;
}

.people-container {
	padding: 0 0 0 20px;
	font-size: .875em;
	}

.people {
	list-style: none;
	margin: 0;
	padding: 0;
	
	background: none;
	-moz-box-shadow: none;
	}
	
.people li {
	position: relative;
	margin: .25em 0;
	padding: .5em;
	list-style: none;
	
	line-height: 1.4em;

	background: #fff;

	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0 1px 0 #fff;
	-moz-border-radius: 2px;
	}
	
		
.people .fn {
	font-size: 1em;
	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;
	}
	
.person .vcard {	
	position: relative;
	padding:  1em 2em 2em 105px;
	margin: 0 0 1em;
	background: #fff;

	border: 1px solid #f0f0f0;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0 1px 0 #fff;
	-moz-border-radius: 2px;	
	
	}
	
	* html .person .vcard {
		height: 1px;
		}
	
.person .fn {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 .25em 0;
	}
	
.person .role {
	color: #999;
	font-size: .875em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
	}
	
.person .contact {
	font-size: .875em;
	line-height: 1.3em;
	}
	
.person img {
	position: absolute;
	top: 1em;
	left: 1em;
    border-bottom: 2px solid #ddd;	
	}
	
.person .type {
	color: #999;
	width: 40px;
	padding: 0 1em 0 0;
	float: left;
	text-transform: lowercase;
	}
	
.person .bio {
	margin: 1em 0;
	}
	
.person .button-disclosurestatement {
	display: block;
	margin: 1em 0 0;
	
	width: 150px;
	height: 27px;
	background: url(button.disclosurestatement.gif) no-repeat;
	
	text-indent: -9000px;
	}	