#subnav {
	background: #f1f1f2 url('/static/company/subnavigation-bg.gif') repeat-x;
	margin: -1px 0 0 0;
	padding: 0 0 0 365px;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #c03;
	height: 34px;
}
#subnav li {
	display: block;
	float: left;
}
#subnav a {
	display: block;
	height: 34px;
	text-indent: -999em;
}
#subnav a:hover {
	background-position: 0 -100%;
}
#subnav a.active {
	background-position: 0 -200%;
}
#about {
	background: url('/static/company/about.gif');
	width: 82px;
}
#testimonials {
	background: url('/static/company/testimonials.gif');
	width: 102px;
}

#overlay {
	position: absolute;
	width: 544px;
	height: 156px;
	top: 80px;
	left: 0px;
}
#overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 544px;
	height: 156px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#statement {
	position: absolute;
	width: 500px;
	display: block;
	top: 25px;
	left: 20px;
	z-index: 1;
}
#statement p {
	font-size: 15px;
	line-height: 1em;
}
#overlay h2 {
	margin: 0 0 15px 0;
	padding: 0;
	height: 25px;
}
#overlay h2 span, #overlay h2 span.sIFR-active {
	width: 500px;
	font-size: 25px;
	line-height: 1em;
	font-weight: normal;
}
#overlay h2 span.sIFR-active {
	visibility: hidden;
}

dl {
	width: 355px;
	color: #333;
	line-height: 1.5em;
}
dl.left {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 50px;
}
dl.right {
	float: right;
}
dd {
	margin: 0 0 30px 0;
	padding: 15px 0;
	font: 11px Georgia, serif;
	color: #999;
	text-align: right;
	font-style: italic;
	border-bottom: 1px solid #ccc;
}
dd.bottom {
	margin: 0;
	border: none;
}