/* CSS Document */
/* --== TEAM NAV ==-- */
#team-nav {
	width: 180px;
	float: left;
	}

#team-nav ul {
	float: right;
	}
	
	#team-nav ul li { 
		text-align: right;
		list-style: none;
		line-height: 1em;
		}
		
		#team-nav ul li a {
			color: #7B7B7B;
			}
			
			#team-nav ul li a:hover {
				color: #8594AE;
				}
				
/* --== PROFILES ==-- */
#team-profiles {
	width: 700px;
	float: left;
	padding: 0 0 0 44px;
	}
	
	#team-profiles .profile-box {
		border-left: 1px solid #9a9a9a;
		width: 700px;
		float: left;
		margin-bottom: 30px;
		padding-left: 5px;
		}
		
		#team-profiles .profile-box p {
			line-height: 1.2em;
			width: 593px;
			float: left;
			}
		
		#team-profile .profile-box div {
			width: 473px;
			float: left;
			}
		
		#team-profiles .profile-box p span.title {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-variant: small-caps;
			font-size: 110%;
			letter-spacing: .1em;
			text-align: right;
			width: 120px;
			float: left;
			color: #595959;
			padding-right: 5px;
			}
			
		#team-profiles .profile-box p span.info {
			width: 468px;
			float: left;
			}
		
		#team-profiles .profile-box img {
			float: left;
			padding: 0 10px 10px 0;
			}

				
				
