/* CSS Document */
div#MeetTheTeam {
	background-image: url(../../images/meet_the_team.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 525px;
	margin: 0px 1% 0px 1%;
	padding: 0px;
	border: 1px solid #93A7A8;
	}
div#CobyLangford {
	border: 1px solid #93A7A8;
	padding: 8px;
	_padding: 6px;
	width: 31%;
	position: relative;
	left: 1%;
	top: 285px;
	background-image: url(../images/top_logo_bar_bg.gif);
	background-position: top;
	background-repeat: repeat;
	z-index: 100;
	}
div#CyrilIrvine {
	border: 2px solid #93A7A8;
	padding: 8px;
	_padding: 6px;
	width: 41%;
	position: relative;
	left: 54%;
	top: -130px;
	background-image: url(../images/top_logo_bar_bg.gif);
	background-position: top;
	background-repeat: repeat;
	z-index: 101;
	}
div#SobatDinn {
	border: 2px solid #93A7A8;
	padding: 8px;
	_padding: 6px;
	width: 50%;
	position: relative;
	left: 40%;
	top: 15px;
	background-image: url(../images/top_logo_bar_bg.gif);
	background-position: top;
	background-repeat: repeat;
	z-index: 102;
	}
div#MeetTheTeam h2 {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dashed #93A7A8;
	}
div#MeetTheTeam p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p.FullProfile {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: right;
	font-size: 68%
	}
div#MeetTheTeam a:link {
	color: #2E8889;
	text-decoration: underline;
	}
div#MeetTheTeam a:active {
	color: #2E8889;
	text-decoration: underline;
	}
div#MeetTheTeam a:visited {
	color: #2E8889;
	text-decoration: underline;
	}
div#MeetTheTeam a:hover {
	color: #5DAFC9;
	text-decoration: underline;
	}

/*START Gallery Index Page*/
div#SootheTeamGallery {
	margin: 20px auto 0 auto;
	width: 95%;
	}
div#SootheTeamGallery table {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	}
div#SootheTeamGallery table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	}
div.TeamGalleryProfileContainer {
	border: 2px solid #DBE9EA;
	min-height: 580px;
	margin: 10px;
	padding: 5px;
	}
div.TeamGalleryProfileContainer h3 {
	color: #5DAFC9;
	font-size: 130%;
	text-align: center;
	margin: -5px 0 0 0 !important;
	}
div.TeamGalleryProfileContainer img {
	margin: 0 auto 5px auto;
	display: block;
	border: 0px;
	}
div.TeamGalleryProfileContainer  p{
	width: 175px;
	margin: 0 auto 5px auto !important;
	}
/*END Gallery Index Page*/
	
/*START Profile Page Specific Style*/
div#ProfileContainer {
	width: 99%;
	margin: 0px;
	padding: 0px;
	}
div#ProfileContainer table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
div#ProfileContainer table h2{
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	border-bottom: 1px solid #E1F0F5;
	}
div#ProfileContainer table h2 span#ProfileQualifications {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 58%;
	line-height: 130%;
	padding: 3px 0px 2px 0px;
	margin: 0px;
	color: #3A4B4C;
	}
img#ProfileImage {
	float: left;
	width: 175px;
	height: 250px;
	border-top: 3px solid #93A7A8;
	border-left: 3px solid #93A7A8;
	/*margin: 0px 10px 620px 0px;*/
	margin: 0px 10px 50px 0px;
	padding: 1px 0px 0px 1px;
	}
/*END Profile Page Specific Style*/
