﻿#Content #TeamPhoto
{
	float: right;
	display: inline;
	margin: 20px;
	padding: 1px;
	border: solid 1px #8EC3ED;
}

/* Meet The Team
--------------------------------------------------------------------------------------- */

#Content .Separator
{
	float: left;
	display: inline;
	width: 510px;
	margin: 6px 0 6px 10px;
	border: solid #DDEDFA;
	border-width: 0 0 2px 0;
}

#Content .Person
{
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url('/images/team-title-bg.gif') no-repeat bottom right;
}

#Content .Person input
{
	float: left;
	display: inline;
	padding: 3px; 
	border: none;
	background: url('/images/team-photo-bg.gif') no-repeat bottom left;
}

#Content .Person a
{
	float: left;
	display: inline;
	margin: 25px 0 0 15px;
	width: 125px;
	font-size: 1.2em;
	color: #001F42;
	text-decoration: none;
	font-weight: bold;
}

#Content .Person small
{
	float: left;
	display: inline;
	width: 125px;
	margin: 3px 0 0 15px;
	font-size: 1.1em;
	color: #8EC3ED;
}