/* CSS Document */

.profiles {
	min-height: 1px;
	margin: 0 -100px 0 0;
	}
	
* html .profiles {
	height: 1px;
	}
	
.profiles:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.profile {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 100px;
	background: #fff;
	height: 90px;
	border: 1px solid #ddd;
	width: 120px;
	margin: 10px 10px 10px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	display: inline;
	}
	
.profile .contact {
	margin: 5px 0 0 0;
	position: relative;
	z-index: 1;
	line-height: 1.4em;
	}
	
.profile strong {
	display: block;
	float: left;
	width: 20px;
	font-weight: normal;
	color: #999;
	text-transform: lowercase;
	}
	

	
.profile h4 {
	margin: 0 -5px 0 0;
	font-size: 12px;
	min-height: 1px;
	color: #046FBD;
	position: relative;
	font-weight: bold;
	z-index: 1;
	background: url(profile_h4.gif) no-repeat right 5px;
	}
	
* 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: -20px;
	overflow: hidden;
	z-index: 0;
	}
	
	
.profile .thumb img {
	display: block;
	}
	
.profile .read_more {
	/*position: absolute;
	bottom: 10px;
	right: 20px;*/
	position: relative;
	top: 5px;
	} 
	
/*** Large Profile ***/
.profile_large {
	position: relative;
	}

#profile_photo {
	float: right;
	}

.profile_large img {
	border: 2px solid #ccc;
	margin: 5px 0 20px 30px;
	}
	
.profile_large_contact {
	margin: 40px 0 0;
	}
	
.profile_large h1 {
	}
	
.profile_large h3 {
	margin: 0 0 5px;
	}
	
.profile_large h2 {
	margin: 0;
	}
	
.profile_bio {
	line-height: 1.4em;
	}
	
#mcp {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
}