#team-contain {
	float:left;
	clear:both;
	width:958px;
	background-color:#FFF;
	margin: 30px 0 0 0;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;

}

#team-contain #head p {
	float:left;
	clear:both;
	font-size:12px;
	color:#373737;
	padding: 25px 20px 0 20px;
	font-weight:normal;
	line-height:20px;
	width:920px;
}


#team-contain #head h1 {
	float:left;
	clear:left;
	font-size:18px;
	color:#0b0b0b;
	padding: 30px 20px 0 20px;
	width:920px;

}

#team-contain #head h2 {
	float:left;
	clear:both;
	font-size:17px;
	color:#373737;
	padding: 20px 20px 0 20px;
	font-weight:normal;
	line-height:27px;
	width:920px;
}

#team-contain #head p {
	float:left;
	clear:both;
	font-size:12px;
	color:#373737;
	padding: 25px 20px 0 20px;
	font-weight:normal;
	line-height:20px;
	width:920px;

}

#team-contain #head .double-rule {
	width:100%;
	background-image:url('../images/double-line-space.jpg');
	background-repeat:repeat-x;
	height:4px;
	float:left;
	clear:both;
	margin:40px 0 35px 0;
	
}

#team-contain #head .return {
	float:right;
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:150px;
	margin: -15px 15px 0 0;

}

#team-contain #head .return:hover {
	text-decoration:underline;
}


#team-contain #head .return img {
	float:left;
	margin: 3px 8px 0 0;
}


#team-contain #team-left {
	float:left;
	width:310px;
	margin: 0 0 60px 20px;
	
}

#team-contain #team-left ul {
	float:left;
	width:310px;
}

#team-contain #team-left li {
	float:left;
	clear:both;
	margin: 0 0 5px 0;
	width:310px;
	line-height:20px;
	color:#676767;
	
}

#team-contain #team-left a {
	color:#7ab800;
	font-weight:bold;
	text-decoration:none;
}

#team-contain #team-left a:hover {
	text-decoration:underline;
}

#team-contain #team-left span {
	float:left;
	color:#676767;
	margin: 0 0 0 3px;
}

#team-right {
	float:right;
	width:605px;
	margin: 0 0 40px 0;	
}


#team-right .profile {
	float:left;
	margin: 0 7px 7px 0;
	border:1px solid #f8f8f8;
	padding:0;
	cursor:pointer;
	z-index:0;

}

#team-right .profile img.persona {
	float:left;
	z-index:0;
	padding:0;
	margin: 0;
	opacity:0.4;
	filter: alpha(opacity = 40);


}

#team-right .profile img.selected {
	z-index:0;
	opacity:1;
	filter: alpha(opacity = 100);
	position:relative;
}

#team-right .profile h3 {
	float:left;
	margin: 108px -139px 0 0;
	background-color:#000;
	text-align:center;
	color:#FFF;
	width:139px;
	font-size:11px;
	padding: 10px 0 10px 0;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

#team-right .profile h3.selected {
	background-color:#7ab800;
	opacity:1;
	filter: alpha(opacity = 100);
	z-index:10;
	position:relative;
}

/* team hub */

.hub-selected {
	border:2px solid #52514d !important;
	color:#52514d !important;
	background-color:#fffffd !important;
}

.hub-selected-text {
	color:#52514d !important;
}

#team-hub {
	margin: 0 auto 35px auto;
	width:918px;
	text-align:center;
	position:relative;
	z-index:0;
}

#team-hub #hub-tl {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	width:230px;
	text-align:left;
	padding:8px;
	border:2px solid #7ab800;
	background-color:#FFF;
}

#team-hub #hub-tl:hover {
	border:2px solid #52514d;
	background-color:#fffef9;
}


#team-hub #hub-tl:hover .hub-head, #team-hub #hub-tl:hover p a {
	color:#52514d;
}

#team-hub #hub-tl .hub-head {
	font-size:14px;
	color:#7ab800;
	font-weight:bold;
	line-height:20px;
	
}

#team-hub #hub-tl p {
	line-height:20px;
	font-size:12px;
	color:#373737;
}

#team-hub #hub-tl p a {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#7ab800;
	text-decoration:none;
}

#team-hub #hub-tl p a:hover {
	text-decoration:underline;
}


#team-hub #hub-tr {
	position:absolute;
	right:0;
	top:0;
	z-index:0;
	width:230px;
	text-align:left;
	padding:8px;
	border:2px solid #7ab800;
	background-color:#FFF;
}

#team-hub #hub-tr:hover {
	border:2px solid #52514d;
	background-color:#fffef9;
}

#team-hub #hub-tr:hover .hub-head, #team-hub #hub-tr:hover p a {
	color:#52514d;
}

#team-hub #hub-tr .hub-head {
	font-size:14px;
	color:#7ab800;
	font-weight:bold;
	line-height:20px;
	
}


#team-hub #hub-tr p {
	line-height:20px;
	font-size:12px;
	color:#373737;
}

#team-hub #hub-tr p a {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#7ab800;
	text-decoration:none;
}

#team-hub #hub-tr p a:hover {
	text-decoration:underline;
}

#team-hub #hub-bl {
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
	width:230px;
	text-align:left;
	padding:8px;
	border:2px solid #7ab800;
	background-color:#FFF;
}

#team-hub #hub-bl:hover {
	border:2px solid #52514d;
	background-color:#fffefa;
}

#team-hub #hub-bl:hover .hub-head, #team-hub #hub-bl:hover p a {
	color:#52514d;
}

#team-hub #hub-bl .hub-head {
	font-size:14px;
	color:#7ab800;
	font-weight:bold;
	line-height:20px;
	
}

#team-hub #hub-bl p {
	line-height:20px;
	font-size:12px;
	color:#373737;
}

#team-hub #hub-bl p a {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#7ab800;
	text-decoration:none;
}

#team-hub #hub-bl p a:hover {
	text-decoration:underline;
}


#team-hub #hub-br {
	position:absolute;
	right:0;
	bottom:0;
	z-index:0;
	width:230px;
	text-align:left;
	padding:8px;
	border:2px solid #7ab800;
	background-color:#FFF;
}

#team-hub #hub-br:hover {
	border:2px solid #52514d;
	background-color:#fffefa;
}

#team-hub #hub-br:hover .hub-head, #team-hub #hub-br:hover p a {
	color:#52514d;
}

#team-hub #hub-br .hub-head {
	font-size:14px;
	color:#7ab800;
	font-weight:bold;
	line-height:20px;
	
}

#team-hub #hub-br p {
	line-height:20px;
	font-size:12px;
	color:#373737;
}

#team-hub #hub-br p a {
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#7ab800;
	text-decoration:none;
}

#team-hub #hub-br p a:hover {
	text-decoration:underline;
}


/* end team hub */

/* team profile */
#team-contain #team-navigate {
	float:left;
	clear:both;
	border-bottom:1px solid #eaeaea;
	padding:20px;
	width:918px;
	margin: 0 0 40px 0;
}

#team-contain #team-navigate #nav-left {
	float:left;
	width:319px;
}

#team-contain #team-navigate #nav-left a {
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
}

#team-contain #team-navigate #nav-left a:hover {
	text-decoration:underline;
}

#team-contain #team-navigate #nav-left a.nomove {
	color:#c9c9c9;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}

#team-contain #team-navigate #nav-left img {
	margin: 0 9px 0 0;
}



#team-contain #team-navigate #nav-middle {
	float:left;
	width:280px;
	text-align:center;
}

#team-contain #team-navigate #nav-middle img {
	margin: 0 5px 0 0;
}

#team-contain #team-navigate #nav-middle a {
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
}

#team-contain #team-navigate #nav-middle a:hover {
	color:#7ab800;
	text-decoration:underline;
	font-weight:bold;
}


#team-contain #team-navigate #nav-right {
	float:right;
	width:319px;
	text-align:right;
}

#team-contain #team-navigate #nav-right a {
	color:#7ab800;
	text-decoration:none;
	font-weight:bold;
}

#team-contain #team-navigate #nav-right a:hover {
	text-decoration:underline;
}

#team-contain #team-navigate #nav-right a.nomove {
	color:#c9c9c9;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}

#team-contain #team-navigate #nav-right img {
	margin: 0 0 0 9px;
}

#team-contain #team-profile-left {
	float:left;
	width:220px;
	margin: 0 0 60px 20px;

}

#team-contain #team-profile-left img {
	float:left;
	border:10px solid #f4f4f4;
}

#team-contain #team-profile-right {
	width:658px;
	float:left;
	margin: 0 20px 0 40px;
	overflow:visible;
	padding:0 0 30px 0;
	
}

#team-contain #team-profile-right img {
	float:right;
	margin: -30px 0 0 0;
	cursor:pointer;
}

#team-contain #team-profile-right h1 {
	float:left;
	width:500px;
	font-size:24px;
	color:#0b0b0b;
	margin: 0 0 2px 0;
}

#team-contain #team-profile-right h2 {
	float:left;
	width:500px;
	font-size:20px;
	color:#7ab800;
	clear:left;
	font-weight:normal;
	margin: 0 0 30px 0;
}

#team-contain #team-profile-right p {
	color:#575757;
	font-size:12px;
	line-height:20px;
	margin: 0 0 20px 0;
}

#team-contain #team-profile-right p.question {
	float:left;
	color:#575757;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	margin:20px 0 0 0;
	width:300px;
}

#team-contain #team-profile-right p.question span {
	color:#7ab800;
}

#team-contain #team-profile-right p.answer {
	float:left;
	color:#575757;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 20px 0;;
	width:300px;
}

#team-contain #team-profile-right p.answer span {
	color:#7ab800;
}


#team-contain #certificate-contain {
	position:absolute;
	top:199px;
	left: 206px;
	width:566px;
	height:487px;
	background-image:url('../images/profile-certificate-bg.png');
	background-repeat:no-repeat;
	z-index:10;
	display:none;
}

#team-contain #certificate-contain img.close {
	float:right;
	margin: 35px 30px 0 0;
	cursor:pointer;
}

#team-contain #certificate-contain img.cert-head {
	float:left;
	margin: 25px 0 0 15px;
	clear:both;
}

#team-contain #certificate-contain img.cert-foot {
	float:left;
	margin: 0 0 0 15px;
	clear:both;
}


#team-contain #certificate-contain p.awarded-to {
	float:right;
	clear:both;
	width:480px;
	margin: 10px 0 0 0;
	font-size:26px;
	color:#000100;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/* end team profile*/

/* proVC Team
==========================*/
#provc-team-wrapper {
	width:541px;
	margin:0 auto;
}

#provc-team {
	padding:10px;
	border:1px solid #ececec;
	float:left;	
	margin:20px 0 40px 0;

}
	
	#provc-team > img {
		float:left;
	}

	#provc-team > .copy {
		float:left;
		margin:0 0 0 2px;
		border:2px solid #00c0b5;
		min-height:88px;
		width:263px;
	}

		#provc-team > .copy > p {
			float:left;
			clear:both;
			color:#373737;
			font-size:12px;
			line-height:18px;
			margin:0 0 0 8px;
			width:250px;
		}

		#provc-team > .copy > p:first-child {
			font-size:14px;
			font-weight:bold;
			color:#00c0b5;
			margin:8px 0 0 8px;
		}

			#provc-team > .copy > p > a {
				color:#00c0b5;
				text-decoration:none;
				font-weight:bold;
			}

			#provc-team > .copy > p > a:hover {
				text-decoration:underline;
			}
