/* About Page Specific Header */

#logo {
	width: 419px;
	height: 95px;
	float: left;
	margin-top: 40px;
	border-top: 1px solid #c8c5c2;
	padding-top: 15px;
	margin-bottom: 20px;
	
}

#content {
	padding-left: 15px;
}

h1 {
	background: url('../../../images/homelogo.png') no-repeat;
	height: 65px;
	width: 265px;
	text-indent: -9999px;
}

ul#mid {
	float: left;
	width: 870px;
	height: 46px;
	background: url('../../../images/mid_bg_2.gif') top left no-repeat;
	text-transform: uppercase;
	margin-bottom: 10px;
}

ul#mid li {
	display: block;
	float: left;
	font-size: 1.4em;
	padding-top: 14px;
}

/* About Page */

#aboutContent {
	float: left;
	width: 410px;
}

#aboutContent p{
	margin: 10px 0 10px 0;
}

#aboutContent a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	line-height: 0px;
}
#aboutContent a:hover {
	color: #222222;
}

#aboutContent h3 {
	background: #F4F0A6;
	padding: 10px 20px 22px 15px;
	font-size: 1.6em;
	margin-left: -15px;
	height:1em;
}

#col1, #col2 {
	float: left;
	width: 195px;
}
#col1 { }
#col2 {	margin-left: 20px; padding-top: 168px; }

#testimonials {
	float: left;
	width: 458px;
	margin-left: 15px;
}

#testimonials h3 {
	background: #2F1F0F;
	color: #ffffff;
	padding: 10px 20px 22px 13px;
	font-size: 1.6em;
	height:1em;
}

.testimonial {
	padding-left: 15px;
	width: 428px;
	float: left;
	position: absolute;
	height: auto;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

.testimonial span.date, .testimonial span.name {
	padding: 25px 0 25px 0;
	display: block;
}

span.name {
font-style: italic;  
}

#testimonialNav {
	background: #2F1F0F;
	color: #ffffff;
	float: right;
	z-index: 999;
	margin-top: 400px;
}


span.prior {
	float: left;
	display: block;
	width: 60px;
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	cursor: pointer;
}
span.prior:hover {
	color: #cecece;
}

span.next {
	float: left;
	display: block;
	width: 60px;
	height: 20px;
	padding-top: 8px;
	padding-left: 20px;
	cursor: pointer;
}
span.next:hover {
	color: #cecece;
}

#testimonialNav span.info {
	display: block;
	height: 23px;
	padding-top: 7px;
	float: left;
}

div.ynr {
	font-size:0.55em;
	margin-top:0.2em;
}



