#mid div.testwrap {
	background-image: url(../images/leftquote.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #728ca3;
	padding: 5px 0 15px 0;
	margin: 5px 0;
}

#mid div.testimonial {
	background-image: url(../images/rightquote.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 8px 0;
	margin: 0;
}

#mid div.testimonial p.signature {
	text-align: right;
	margin: 15px 0 0 0;
	font-weight: bold;
}

#mid img.leftquote {
	position: absolute;
	top: 72px;
	left: 22px;
}

img.rightquote {
	position: absolute;
	top: 125px;
	left: 470px;
}

#mid .tabnav {
	height: 29px;
	border-bottom: 2px solid #728ca3;
	padding-left: 5px;
}

#mid .tabnav a {
	display: block;
	float: left;
	padding: 7px 10px;
	font-size: 13px;
	line-height: 13px;
	border: 2px solid #728ca3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 -2px 0 0;
	background-color: #113a6a;
}

#mid .tabnav a.current {
	border-bottom: 2px solid #012a5a;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

#mid .tabnav a:hover {
	background-color: #dcd28d;
}
