/* CSS Document */


#profile_brief {
	position: relative;
	margin: 20px 0px;
	padding: 10px 0;
	background: #F8F6F5;
	min-height: 150px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #CAB5AB;
	}
	
* html #profile_brief {
	height: 150px;
	}
	
#profile_brief:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
	
#profile_brief h4 {
	margin: 0 0 5px 0;
	}


#profile_thumb {
	width: 110px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #999;
	}
	
#lblPosition {
	display: block;
	margin: -2px 0 0 0;
	}
	
#lblPosition h5 {
	font-size: 14px;
	margin: 0;
	}
	
	
#lblPdf {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 11px;
	}
	
#lblPdf  a {
	display: block;
	padding: 5px 5px 5px 25px;
	border: none;
	background: url(../../../../_resx/css/images/pdf.gif) no-repeat 5px 4px;
	}
	
#lblPdf  a:hover {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 24px;
	color: #cc0000;
	}
	
#lblOfficeName {
	margin: 5px 0 0 0;
	font-size: 11px;
	}
	
.team_profile_contact {
	width: 190px;
	float: left;
	padding: 0 0 1px 20px;
	border-left: 1px solid #ddd;
	font-size: 11px;

	position: relative;
	left: 100%;
	margin: 0 0 0 -240px;
	}
	
.profile_service_areas {
	width: 180px;
	float: left;
	position: relative;
	min-height: 100px;
	display: inline;
	left: 100%;
	padding-right: 0px;
	margin-left: -430px;	
	} * html .profile_service_areas { height: 100px; }
	
#content .profile_service_areas ul {
	margin: 0;
	padding: 0;
	}
	
#content .profile_service_areas li {
	margin: 2px 0;
	}
	
#content .team_profile_contact p {
	line-height: normal;
	font-size: 11px;
	margin: 0 0 0 0;
	color: #666;
	}

.team_profile_contact span {
	display: block;
	}

.team_profile_contact strong
 {
	display: block;
	float: left;
	width: 30px;
	text-transform: lowercase;
	color: #999;
	font-weight: normal;
	}
	
	