/* CSS Document for Bioscene Branding - Overview Page */

#content p {
	font-size: 14px;
	line-height: 22px;
		}
#content ul, #content ol {
	margin: 5px 0px 5px 20px;
	padding: 0px 5px 0px 10px;
		}		
		
#content li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #666;	
		}

.testimonial {
        text-align:left;
}
#content .testimonial p {
        font-style:italic;
	text-align:justify;

	float:left;
	padding-left:45px;
	padding-right:45px;

	background-image: url(quote-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;

	clear:none;

	width:240px;
}

html>body #content .testimonial p {
	width:150px;

	background-image: url(quote-left.jpg), url(quote-right.jpg);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
}
	
