/* 
	Harris Testimonials & Staff
	Master Screen CSS
	beth Dewey	
	06*25*09
	
	COLORS
		
 */
 
 #container {
	}
	
	#content {
		background:url(/content/v1/us/img/contentBG-contact.gif) no-repeat bottom #FFFFFF;
	}
	
	#LeafContainer {
	width:940px;
	padding-left:10px;
	padding-right:10px;
	}
	
	.testimonial {
		border-bottom:1px solid #b3c6dd;
		display:block;
		padding-bottom:1em;
		padding-top:1em;
	}
	.testimonial p{
		margin-bottom:10px;
	}
		.testimonial p.testimonial-signature{
			font-weight:bold;
			color:#004885;
			font-size:.9em;
			line-height:1.5em;
		}
		
	.staff {
		border-bottom:1px solid #b3c6dd;
		display:inline;
		float:right;
		height:inherit;
		padding-bottom:1em;
		padding-top:1em;
		position:relative;
	}
		.staff h4{
			font-weight:bold;
			color:#004885;
			font-size:1.8em;
			line-height:1em;
		}
			.staff h4 span{
				font-weight:normal;
				color:#004885;
				font-size:.8em;
			}
		
		.staff p{
			margin-bottom:1em;
		}
		
	.left-image {
		float:left;
		margin-right:10px;
	}
					
#footer {
	background:url(/content/v1/us/img/footer.png) no-repeat top;
}