/*our-people*/
#header-container{
	overflow: hidden;
	margin-top: -1em;
}
#header-img-container{
	width: 488px;
	height: 307px;
	background: transparent url("../images/client-header-img-bg.gif") no-repeat left top;
	float: left;
}
	#header-img-container img{
		margin: 10px;
	}
	#header-container p{
		width: 477px;
		float: right;
		color: #555;
		font-family: helvetica, tahoma, arial;
		text-align: justify;
		margin-top: 2px;
		line-height: 21px;
	}
#page-title{
	font-family: helvetica, tahoma, arial;
	color: #62912a;
	font-size: 32px;
	clear: both;
	margin-top: 1em;
}
/*slides*/
div.question,div.question:hover{
	cursor: pointer;
}
div.question{
	height: 22px;
	font-family: helvetica, tahoma, arial;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
li.each-people{
	margin: .7em 0;
	display: block;
	clear: both;
}
li.each-people:hover{
	cursor: pointer;
}
.answer{
	padding: 1em 0;
	overflow: hidden;
	width: 985px;
}
.answer img{
	float: left;
}
.answer p{
	float: right;
	width: 800px;
	font-family: helvetica, tahoma, arial;
	color: #363636;
	text-align: justify;
	font-size: 13px;
	line-height: 21px;
}
