@import url("components/side_nav.css");

/*---------------------------------[COMPANY/MANAGEMENT]-------------------------*/

#links a#nav_about { 
	color: #fff;
	background-color: #718ecc;
}

#management { margin-top: 25px }
#management h2, #investors h2, #board h2 { margin-bottom: 15px } 
#investors p { margin-bottom: 8px }
#investors ul { 
	margin-left: 10px;
	list-style-position: inside;
	list-style-type: square;
}
#board { margin-top: 25px }
.member, .bio, .bio p, .photo { float: left }
.member { 
	width: 630px;
	clear: left;
	margin-bottom: 25px;
}
.photo { 
	margin-right: 10px;
	width: 87px;
}
.photo img { border: 1px solid #666 }
.bio { width: 530px }
