/* CSS Document */

.profile {
	position: relative;
	background: url(images/service.gif) no-repeat left top;
	margin: 0 0 50px;
	padding: 30px 0 30px 110px;
	min-height: 115px;
	color: #bbb;
	}
	
* html  .profile {
	height: 115px;
	}
	
#content .profile h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	}
	
#content .profile h4 object, #content .profile h5 object {
	margin-left: -3px;
	}
	
#content .profile h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #1a85c6;
	}
	
#content .profile p {
	margin: 5px 0;
	}
	
.profile img {
	position: absolute;
	top: 25px;
	left: 0px;
	border: 5px solid #ccc;
	background: url(images/people_img_bg.gif);
	}
	
.profile_contact strong {
	font-weight: normal;
	color: #999;
	width: 20px;
	float: left;
	display: block;
	}