﻿
#companyLi dt
{
	background-image: url('/images/navlink_active.gif'); 
	background-repeat: repeat-x; 
}
h3
{
	font-size: 150%;
	color: #7092b1;
}

.staffPic
{
	float: left;
	margin: 0px 5px 0px 0px;
	padding-bottom: 20px;
	width: 125px;
	height: 167px;
	overflow: hidden;
}
.staffText
{
	position: relative;
	font-size: 85%;
	float: left;
	width: 160px;
	height: 167px;
	margin: 0px 10px 0px 0px;
	z-index: 1;
		overflow: hidden;
}
.staffText a
{
	position: absolute;
	bottom: 0px;
}
.accordionHeader 
{
	width:620px; 
	border:2px solid #b2bed5; 
	padding:7px 8px 7px 8px; 
	font-weight:bold; 
	margin-top:5px; 
	cursor:pointer; 
	background:url('/images/header.gif'); 
	overflow: hidden;
}
.accordionHeader:hover 
{
	color: White;
	background:url('/images/header_over.gif');
 }
.accordionHeaderSelected
{
	color: White;
	width:620px;
	border:2px solid #b2bed5; 
	padding:7px 8px 7px 8px;
	font-weight:bold; 
	margin-top:5px; 
	cursor:pointer;
	background:url('/images/header_over.gif');
 }
.accordionContent 
{
	border:2px solid #b2bed5; 
	border-top:none; 
	padding: 15px;
	overflow: hidden;
 }

 #rightContent img
 {
 	padding: 0px 20px 20px 0px;
 	float: left;
 }
 #rightContent p
 {
 	margin: 10px;
 }