/* CSS Document */



/* Team Members */

#our-team .team-member {
	position: relative;
	padding-left:10px;
	border-bottom:solid 1px #dedede;
	min-height:200px;
}

/* min-height for IE6 */
* html #our-team .team-member{
	height: 200px;
}


#our-team .team-member h2 {
	margin:0px;
	padding:0px;
	
	margin-left:130px;
	margin-bottom: 10px;
	font-size:18px;
	padding-top:3px;
	line-height:32px;
	color: #555;
}

#our-team .team-member h4 {
	margin:0px;
	padding:0px;
	
	margin-left:130px;
	font-size:12px;
	
	font-weight:normal;
	font-style:italic;

}

#our-team .team-member p {
	margin-left:130px;
	text-align:justify;
}

#our-team .team-member img{
	position: absolute; top: 17px; left: 0;
} 


/* Section Headers */

#our-team .team-header {
	margin-top: -1px;
	padding:0px 5px 10px 10px;
	border-top:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	background: url(../../images/branding/text_bg_grad.jpg) no-repeat center left;
}

#our-team .team-header h2 {
 margin: 10px 0;
}

#our-team .team-header p {

}


#our-team .first {
	border-top: #dedede 1px solid;
}

#our-team .last{
	border-bottom: none; margin-bottom: -15px;
}


