/*
 * Styles for PersonIndex.
 */
 

/* Portal */
 
.sortByLinks { margin: 30px 0 0 0; }

.serviceCategory { 
	width: 490px;  
	position: relative; 
	float: left; 
	}

.person { 
	position: relative; 
	float: left; 
	width: 50%;  
	margin: 3px 0 15px 0; 
	font-size: 11px;
	}
	
	.person .pic { 
		position: relative; 
		float: left; 
		width: 75px; 
		}
		
	.person .pic img.personPicture { 
		border: 1px solid #eaeaea; 
		margin: 0 0 0 0; 
		display: block; 
		}
	
	.person .pic img.personPictureNoBorder { 
		border: 1px solid #FFFFFF; 
		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; }

.separator { 
	background: transparent url(/pics/personindex/dotLine.gif) repeat-x; 
	height: 1px; 
	width: 490px; 
	position: relative; 
	float: left;
	margin: 10px 0 20px 0;
	}
	
#content h2.personIndex { margin: 0px 0 0px 0; }

#content ul.numbersPI {
	list-style-type: none;
	margin: 0 0 0 0;
	}


