
/* CSS Document */


.testimonial {	/* Styling question */
	/* Start layout CSS */
	color:#444;
	font-size:1.0em;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	width:500px;
	margin-bottom:2px;
	padding-left:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	margin-top:20px;
	padding-top:20px;
	float:left;
}

.testimonial a:link, .testimonial a:visited {
	color:#444;
	text-decoration:none;
	}
	
.testimonial a:hover {
	color:#f60;
	}
	
	
.testimonialmore {	/* Parent box of slide down content */
	/* Start layout CSS */
	width:500px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	visibility:hidden;
	height:0px;	
	font-size:1em;
	line-height:1.6em;
	overflow:hidden;
	position:relative;
	border-left:10px solid #f60;
	padding-top:10px;
	padding-left:5px;
}

