

div#testimonials
{
	width: 198px;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	padding: 0;
	margin: 0;
}



/* ---------------------------------------------------------------
 * Testimonials Page
 * --------------------------------------------------------------- */

div#test-top
{
	margin: 0 0 0 1px;
	height: 154px;
	width: 740px;
	overflow: hidden;
}
div#test-top h2
{
	margin: 0;
	background-image: url(/images/testimonials/test-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 0 !important;
	overflow: hidden;
	padding: 154px 0 0;
	height /* */: 154px;
}
div#test-main
{
	margin: 0;
	padding: 20px 65px;
	background-image: url(/images/testimonials/test-bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
div#test-tail
{
	margin: 0;
	padding: 0;
	height: 17px;
	overflow: hidden;
	background-image: url(/images/testimonials/test-tail.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%; /* IE Mac */
}
p.test-quote
{
	font-size: 22px;
	font-weight: bold;
	color: #38536C;
	margin: 10px 0;
	text-indent: -12px;
}

p.test-quote a
{
	font-size: 18px;
	font-weight: bold;
	color: #38536C;
	margin: 10px 0;
	text-indent: -12px;
}

p.test-quote a:hover
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 10px 0;
	text-indent: -12px;
}

p.test-name
{
	margin: 10px 0 40px;
}


p.test-blurb
{
	width:100%;
	color:#38536C;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin: 10px 0 10px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #38536C;
	border-bottom:1px solid #38536C;
	font-family:Helvetica,Arial;
}

