/*/////////////////////////////////////////////////////////////////////
	top nav to team members
/////////////////////////////////////////////////////////////////////*/

	#teamLinks {
		margin:0 0 25px 0;
	}
	#teamLinks li {
		background:url(../../../images/misc/arrow-bullet.gif) 515px 0.6em no-repeat;
		margin:0 0 5px 0; padding:0;
	}
	#teamLinks li a {
		height:20px;
		font-size:0.9em;
		color:#4B4E4F;
		display:block;
		border-bottom:1px solid #D9D9D9;
	}
	#teamLinks li a:hover {
		color:#A637AC;
	}
	
/*/////////////////////////////////////////////////////////////////////
	team member div and image
/////////////////////////////////////////////////////////////////////*/
	
	#introR div.imgTxt {
		width:375px;
		float:left;
	}
	#introR img {
		height:150px; width:101px;
		display:inline; float:left;
		margin:15px 0 0 25px;
	}
