@charset "utf-8";
/* CSS Document */
#testimonial-div {
	float:left;
	width: 250px;
	_width: 280px;
	height: 90px;
	margin-left:70px;
	_margin-left:60px;
	margin-top: 20px;
	_margin-top: 40px;
	text-align:center;
}

#testimonial-hover {
	float: left;
	text-decoration: none;
	outline: none;
	color: #759241;
}

#testimonial-hover .expand{
	background-color: #D0DBB0;
	color: black;
	border: 3px solid #382D38;
	display: none;
	padding: 15px;
	line-height: 1.3em;
	text-decoration: none !important;
}

#testimonial-hover:hover .expand{
	z-index:1000;
	display: block !important;	
	position: absolute;
	color: #3A2C3B;
	right: 15%;
	width: 300px;
	top: 40px;
	text-decoration: none !important;
}

