/*our-clients*/
#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: #598527;
	font-size: 29px;
	clear: both;
	margin-top: 1em;
}
.testimonial{
	display: block;
	overflow: hidden;
	margin: 2em 0;
}
	.testimonial img{
		float: left;
	}
	.client-testimonial-container{
		background: #ffffff url("../images/msg_bg.jpg") top left no-repeat;
		height: 94px;
		width: 985px;
	}
		.client-name{
			font-family: helvetica, tahoma, arial;
			color: #598527;
			font-size: 25px;
			letter-spacing: -.5pt;
			line-height: 21px;
			margin-top: 2px;
			padding:0 0 5px 30px !important;
		}
		.client-testimonial{
			font-family: helvetica, tahoma, arial;
			color: #555555;
			font-size: 16px;
			padding: 1em 2em;
		}
