/* CSS Document */

#inner_content {
	border-top: 1px solid #4e4e4e;	
	padding-top: 10px;
}

.content_section {
	border-bottom: 1px solid #4e4e4e;	
	padding-bottom: 10px;
}

#team_member_first, #board_observers_first {
	border-top: none;
	padding-top: 0;
}

.team_member {
	padding-top: 5px;
	border-top: 1px solid #4e4e4e;
	float: left;
	margin-bottom: 16px;
	width: 100%;
}

.team_member_last {
	padding-top: 5px;
	border-top: 1px solid #4e4e4e;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}

/* 	
	IE <= v6 doesn't recognize the child selector so I am
	it to hide rules which are correcting problems with IEs box layout.
*/
#content>.team_member {
	margin-bottom: 17px;
}

.team_member {
	margin-bottom: 17px;
}

#content>.team_member_last {
	margin-bottom: 0px;
}

.team_member_last {
	margin-bottom: 0px;
}

.team_member p, .team_member_last p{
	margin-top: 3px;
}

.team_member h3, .team_member_last h3{
	margin-bottom: 0px;
}

.team_member_description {
	float: left;
	/* width: 360px; uncomment if/when images are added back to the layout */
}

.team_member_image {
	float: left;
	margin-right: 10px;
}

.link {
	margin-left: 10px;
}
