

/*------------team.css----------*/

/* list
-------------------------------------*/
div.department {
	margin:0;
	padding:0;
	clear:both;
}
div.divider {
	text-indent:-9999px;
	margin:0 0 20px 0;
	padding:0;
	background:url(/images/divider_team.gif) 50% 50% no-repeat;
	clear:both;
}
div.department h3 {
	margin:0;
	padding:0;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
	color:#bf2e1a;
}
div.department div.mugshots div.l,
div.department div.mugshots div.r {
	float:left;
	width:290px;
	padding:0 0 35px 0;
}
div.department div.mugshots div img {
	float:left;
	padding:0 15px 0 0;
}
div.department div.mugshots div p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:18px;
}
div.department div.mugshots div p.name {
	font-weight:bold;
}
div.department div.mugshots div p.name a {
	text-decoration:none;
	color:#000;
}
div.department div.mugshots div p.info {
	margin:0;
	padding-top:7px;
}
div.department div.mugshots div p.links {
	margin:0;
	padding-top:5px;
}
p.links a.email,
p.links a.vcard {
	display:block;
	float:left;
	margin:0;
	padding:0 10px 0 0;
	height:9px;
	line-height:9px;
	text-indent:-9999px;
}
p.links a.email {
	width:13px;
	background:url(/images/icons/email_hover.gif) 0 0 no-repeat;
}
p.links a.vcard {
	width:13px;
	background:url(/images/icons/vcard_hover.gif) 0 0 no-repeat;
}
p.links a.email:hover { background:url(/images/icons/email_hover.gif) 0 -9px no-repeat; }
p.links a.vcard:hover { background:url(/images/icons/vcard_hover.gif) 0 -9px no-repeat; }
.ie6 p.links a.email:hover { background:url(/images/icons/email_hover.gif) 0 0 no-repeat; }
.ie6 p.links a.vcard:hover { background:url(/images/icons/vcard_hover.gif) 0 0 no-repeat; }
div.department div.col {
	float:left;
}

/* bio
-------------------------------------*/
div.team-member {
	margin:0;
	padding:20px 0 20px 0;
}
div.contact-info {
	float:right;
	margin:0;
	padding:0 0 40px 40px;
	background-color:#fff;
}
div.contact-info p.info {
	margin:0;
	padding-top:7px;
}
div.contact-info p.links {
	margin:0;
	padding-top:5px;
}
div.name {
	margin:0;
	padding:0 0 20px 0;
	border-bottom:1px solid #9a9a9a;
}
#main div.name h3 {
	margin:0;
	padding:0 0 8px 0;
	font-size:22px;
	font-weight:normal;
	color:#000;
}
div.name h4 {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#bf2e1a;
}
div.bio {
	margin:0;
	padding:20px 0 0 0;
}
div.gallery {
	margin:0;
	padding:10px 0 0 0;
}
div.gallery table tbody tr td {
	padding:8px;
}
div.gallery table tbody tr td a {
	display:block;
	width:100px;
	height:100px;
	text-indent:-9999px;
	background-color:#000;
	border:1px solid #000;
}