@charset "UTF-8";
/* People, Place, Practice segments at top of col 3 */

#col3 div.ppp_people, #col3 div.ppp_place, #col3 div.ppp_practice {
	display:block;
	width:192px;
	height:68px;
	margin:0;
	padding:0;
	color:#7a7b6c;
}
	#col3 div.ppp_people h3, #col3 div.ppp_place h3, #col3 div.ppp_practice h3 {
		margin:0;
		padding:0;
		font-size:14px;
		font-weight:normal;
		line-height:1.2;
		border-bottom:5px solid #76be4b;
	}
		#col3 div.ppp_place h3 {
			border-color:#22b0ec;
		}
		#col3 div.ppp_practice h3 {
			border-color:#582244;
		}
	#col3 div.ppp_people p, #col3 div.ppp_place p, #col3 div.ppp_practice p {
		margin:0;
		padding:0;
		font-size:11px;
		font-weight:normal;
		line-height:1.2;
	}

/* Link styles */
#col3 div.ppp_people a, #col3 div.ppp_place a, #col3 div.ppp_practice a {
	color:#7a7b6c;
	text-decoration:none;
}
	#col3 div.ppp_people a:hover {
		color:#76be4b;
	}
	#col3 div.ppp_place a:hover {
		color:#22b0ec;
	}
	#col3 div.ppp_practice a:hover {
		color:#582244;
	}
	
/* End */