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

.headshot {
	text-align:center;
	margin-bottom:3px;
}

.headshot_image {
	/*clear:both;*/
	width: 99px;
	text-align:center;
	height: 132px;
	border:none;
}

.headshot_caption {
	width:99px;
	font-size: 0.70em;
	text-align:center;
	height: 2em;
}


.headshot_list {
	clear:both;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	padding-bottom: 10px;
} 


.headshot_list li {
list-style-type: none;
	vertical-align: middle;
	display: block;
    float:left;
}


.headshot_list li.highlight_list_title {
    float:none;
	padding:2px;
}

