﻿#team_faces{
	margin:0;
	padding:0;
	min-height: 1px;
}

#team_faces:after {
		height: 0;
		clear: both;
		display: block;
		content: ".";
		visibility: hidden;
		}

	#team_faces a{
		border:none;
		text-decoration:none;
		display:block;
		float:left;
		width:70px;
		height:100px;
		margin:20px 11px 0 0;
	}
	
	* html #team_faces a{
		margin:18px 10px 0 0;
	}
	
	#team_faces a:hover{
		background:none;
	}
	
	#team_faces a img,
	.team_img img{
		border:solid 1px #DEE3E5;
		margin:0 auto;
	}
	
	#team_faces a:hover img{
		 border:1px solid #ccc;
		margin:0 auto;
	}


#teams{
	margin: 18px 0;
	clear:both;
	float:none;
	height:40px;
}

h4 a{
	color:#555555;
}

.locum_link {
	float:left;
		display: block;
		width: 154px;
		height: 35px;
		background: url(locum_button.gif) no-repeat 0 0;
		border: none;
		margin: 0 -5px;
		margin-top:5px;
		}
		
		.locum_link:hover {
			background-color:Transparent !important;
			background: url(locum_button.gif) no-repeat 0 -35px;
			border:none;
			}
		
		.locum_link strong {
			display: none;
			}
			
.permanent_link {
		float:left;
		display: block;
		width: 154px;
		height: 35px;
		background: url(permanent_button.gif) no-repeat 0 0;
		border: none;
		margin: 0 -5px;
		margin-top:5px;
		margin-left:64px;
		margin-right:64px;
		}
* html .permanent_link{
	margin-left:40px;
	margin-right:40px;
}
		
		.permanent_link:hover {
			background-color:Transparent !important;
			background: url(permanent_button.gif) no-repeat 0 -35px;
			border:none;
			}
		
		.permanent_link strong {
			display: none;
			}
			
	.corperate_link {
		float:left;
		display: block;
		width: 154px;
		height: 35px;
		background: url(corporate_button.gif) no-repeat 0 0;
		border: none;
		margin: 0 -5px;
		margin-top:5px;
		}
		
		.corperate_link:hover {
			background-color:Transparent !important;
			background: url(corporate_button.gif) no-repeat 0 -35px;
			border:none;
			}
		
		.corperate_link strong {
			display: none;
			}

.team_profile{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #DEE3E5;
}
	.team_profile .team_img{
		width:85px;
		float:left;
	}
	
	
	
	.team_profile .team_details{
		float:left;
		width:350px;
	}
	
	.team_profile .team_details h4,
	.team_profile .team_details h5{
		margin:0px;
	}
	
	.team_profile .team_details h4{
		margin-bottom:5px;
	}
	
.team_profile {
  min-height: 1px;
}
 
* html .team_profile {
  height: 1px;
}
 
.team_profile:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
 
 * html #page{
	width:620px;
 }
 
 .team_profile_large{
	padding-left:175px;
	position:relative;
 }
 
 .team_profile_large img{
	padding: 5px;
	border: 1px solid #DEE3E5;
	position:absolute;
	left:0;
	top:0;
 }
 
 * html .team_profile_large{
	height:1px;
	
 }