﻿body {
}

#team-list
{
	list-style: none;
	margin: 0px;
	padding: 0px 29px 0px 6px;
	width: 210px;
	border-left: 4px solid #E4E4E9;
	border-right: 1px solid #E4E4E9;
	margin-right: 30px;
	float: left;
}

#team-list li
{
	padding: 8px 10px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

#team-list li.active
{
	background: #eee;
}




.team
{
	width: 450px;
	overflow: hidden;
}

.team th
{
	text-align: left;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e4e4e9;
	width: 450px;
}

.team th.secondary
{
    padding-top:10px;   
}

#team-contact-view
{
	float: left;
	width: 450px;
}

#team-contact-view .team
{
	display: none;
}

#team-contact-view .team .lead
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e4e4e9;
}

#team-contact-view .team tbody
{
	padding-top: 10px;
	margin-top: 10px;
}


#team-contact-view .team tbody tr:first-child td
{
	padding-top: 10px;
}

#team-contact-view .team thead a:link, #team-contact-view .team thead a:visited
{
	text-decoration: none;
}

#team-contact-view .team .title
{
	color: #999;
}

#team-contact-view .team td
{
	padding: 5px 3px;
	width: 144px;
}

#team-contact-view .team tbody a:link, #team-contact-view .team tbody a:visited
{
	color: #004D9A;
	text-decoration: none;
	text-transform: capitalize;
}

#team-contact-view .active
{
	display: block;
}

.phone
{
	font-size: 10px;
	color: #666;
}

.col
{
	float: left;
	width: 140px;
	margin-right: 10px;
}