

.faqs-list {
	margin: 0;
	padding: 0;
	}
	
.faqs-list dt {
	position: relative;
	z-index: 0;
	
	margin: 0;
	padding: 15px 20px 15px 35px;
	
	background: #f6f6f6 url(dt.gif) no-repeat 10px 20px;
	
	
	font-size: 1.125em;
	font-weight: normal;
	color: #C9282D;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #ccc;	
	}
	
	* html .faqs-list dt, * html .faqs-list dd {	height: 1px;}
	
.faqs-list dd {
	position: relative;
	z-index: 1;	

	margin: 0 0 2em 0;
	padding: 20px 20px 40px 35px;
	
	background: #f6f6f6;
	
	border-top: 1px dashed #ccc;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #ccc;		
	}
	
	
.testimonials blockquote {
	padding: 20px 30px 20px 40px;
	margin: 0 0 0 0;
	
	background: #eee url(pullquote.gif) no-repeat 10px 22px;
	color: #5a5552;
	
	font-size: 1.125em;
	line-height: 1.5em;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #ccc;
	}
