
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1000;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 104px;
	height: 36px;
}

.hoverbox li
{
	background: url(../images/people-background.gif) bottom left no-repeat; width: 104px; float: left; font-size: .6em; height: 75px;   font-family:Arial, Helvetica, sans-serif; 
	display: inline;
	float: left;
	margin: 0 8px 40px 0;
	padding: 0px;
	position: relative;
}
.hoverbox li.rightBox { 
margin-right: 0;}


.hoverbox h2 { color: #0067B1; font-weight: bold; padding-left: 5px; padding-top: 4px; padding-bottom:1px; font-size: 1.1em;}
.hoverbox h2 a { color: #0067B1;}
.hoverbox p {padding-left: 5px; color:#FFF; padding-bottom: 4px;}

.hoverbox li.rightBox h2 { color: #0067B1; font-weight: bold; padding-left: 5px; padding-top: 4px; padding-bottom:1px; font-size: 1.1em;}
.hoverbox li.rightBox h2 a { color: #0067B1;}
.hoverbox li.rightBox p {padding-left: 5px; color:#FFF; padding-bottom: 4px;}


.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 190px;
}


/* team 

.teamImage { background: url(../images/people-background.gif) bottom left no-repeat; width: 104px; float: left; font-size: .6em; height: 75px;   font-family:Arial, Helvetica, sans-serif; }
#MeettheTeams  .teamImage h2 { color: #0067B1; font-weight: bold; padding-left: 5px; padding-top: 4px; padding-bottom:1px; font-size: 1.1em;}
#MeettheTeams  .teamImage h2 a { color: #0067B1;}
#MeettheTeams  .teamImage p {padding-left: 5px; color:#FFF; padding-bottom: 4px;}



.teamImageR { background:url(../images/people-background.gif) bottom left no-repeat; width: 104px; float: left; font-size: .6em; margin-left: 8px;  height: 75px; font-family:Arial, Helvetica, sans-serif;  }
#MeettheTeams  .teamImageR h2 { color: #0067B1; font-weight: bold; padding-left: 5px; padding-top: 4px; padding-bottom:1px; font-size: 1.1em;}
#MeettheTeams  .teamImageR h2 a { color: #0067B1;}
#MeettheTeams  .teamImageR p {padding-left: 5px; color:#FFF; padding-bottom: 4px;}*/

