/*
 * Styles for PersonIndex.
 */
 
#sortByLinks { margin: 0 0 20px 0; }

.serviceCategory { width: 460px;  position: relative; float: left; }

.person { position: relative; float: left; width: 50%;  margin: 3px 0 10px 0; font-size: 11px; }
	.person .pic { position: relative; float: left; width: 75px; }
	.person .pic img.personPicture { border: 2px solid #ccd9e3; margin: 0 0 0 0; display: block; }
	

table.personIndexTable {  margin: 0 0 0 0; position: relative; float: left; width: 140px; }
	table.personIndexTable th { width: 200px; }
	table.personIndexTable td { padding: 1px 0 1px 0;  vertical-align: top; }