/*TEAM*/

.teamBanner{
	float:left;
	height:20px;
	width:536px;
	background-image:url(images/teamBanner.jpg);
	color:#2b2f74;/*dark blue*/
}

.teamCont{
	float:left;
	width:536px;
	min-height:140px;
	background-color:white;
	background-position:bottom right;
	background-repeat:no-repeat;
	height:auto;
	background-repeat:repeat-x;
	background:url(images/teamContBack.png);
	margin:0 auto;
	overflow:visible;
}
.teamCinfo{
	height:20px;
	width:536px;
	color:#585858;
	background-color:#F3FCFF;
	background-repeat:repeat-x;
	background:url(images/teamContTop.png);
	margin:0 auto;
	
}

.teamName{
	margin-top:0px;
	float:left;
	height:20px;
	width:268px;
	font-size:1.3em;
	font-weight:bold;
	color:#003;
	}
	
.teamTitle{
	margin-top:6px;
	float:left;
	height:20px;
	width:268px;
	font-size:1.0em;
	font-weight:bold;
	}
	
	
	
.teamPhoto{
	float:left;
	margin-left:20px;
	margin-top:0px;
	width:88px;
	height:100px;
	}
	
.teamDescription{
	float:left;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:7px;
	width:360px;
	color:#8C8C8C;
	height:116px;
	overflow:visible;
	}
	
.teamDescriptionB{
	float:left;
	margin-left:20px;
	margin-top:-13px;
	padding-bottom:5px;
	width:480px;
	color:#2b2f74;/*dark blue*/
	height:auto;
	overflow:visible;
	}
	
.teamCtop{
	height:12px;
	width:536px;
	color:#585858;
	background-image:url(images/teamContTop.png);
	
}


	
.teamContFooter{
	float:left;
	height:51px;
	width:536px;
	background-image:url(images/teamLowerCont.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:-4px;
	margin-bottom:30px;
	}
.contFooterEmail{
	float:left;
	margin-left:20px;
	width:500px;
	height:12px;
	color:#1C8B84;
	margin-top:8px;
	}
.contFooterDirect{
	float:left;
	margin-left:20px;
	margin-left:20px;
	width:500px;
	color:#1C8B84;
	margin-top:5px;
	}
/*TEAM END*/