/* CSS Document */

.profiles {
	min-height: 1px;
	margin: 0 -20px 0 0;
	}
	
* html .profiles {
	height: 1px;
	}
	
.profiles:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.profile {
	position: relative;
	margin: 0;
	padding: 5px 10px 10px 100px;
	background: #fff;
	height: 115px;
	border: 1px solid #c6c6c6;
	width: 130px;
	margin: 10px 20px 10px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	display: inline;
	}
	
.profile .contact {
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
	}
	
.profile strong {
	display: block;
	float: left;
	width: 20px;
	font-weight: normal;
	color: #999;
	text-transform: lowercase;
	}
	

	
.profile h4 {
	margin: 0;
	font-size: 12px;
	min-height: 1px;
	color: #046FBD;
	position: relative;
	font-weight: bold;
	z-index: 1;
	}
	
* html .profile h4 {
	height: 1px;
	}

	
.profile h5 {
	font-size: 11px;
	margin: 0 0 3px 0;
	color: #666;
	position: relative;
	z-index: 1;
	}
	
.profile .thumb {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	}
	
	
.profile .thumb img {
	display: block;
	}
	
.profile .read_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	} 
	
/*** Large Profile ***/

.profile_large h1,
.profile_large h3,
.profile_large h4
 {
  width: 300px;
}

.profile_large {
  color: #555;
}

.profile_large p {
  line-height: 1.4em;
}

.profile_large .photo {
	float: right;
	}
	
.profile_large .contact {
  line-height: normal;
  margin: 0 0 20px 0;
}

.profile_large .contact strong {
  float: left;
  width: 20px;
  color: #888;
  text-transform: lowercase;
}