@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules for the People overview page and the     */
/*          individual team pages                                                         */
/* Section Summary:                                                                       */
/*  - People overview: layout for this page                                               */
/*  - Individual Team: Layout for each of the teams                                       */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/

/* Start People Overview */

.people_types {
	margin-top:20px;
}
.people_type {
	width:140px;
	float:left;
	margin-right:20px;
}
.people_type .name{
	margin-top:11px;
	margin-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color:#333;
}
.people_type .description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
	color:#666;
	margin-bottom:15px;
}
.people_type .link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	line-height:1.3;
	color:#00AF9E;
	text-decoration:none;
}
.people_type_vertical_bar{
	/* This is for when the third people type is not activated */
	float:left;
	width:140px;
	height:125px;
	background:url(../../images/general_layout/dash.gif) left repeat-y;
}

/* End People Overview */

/* Start Individual Team */

.people_type_heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333;
}

.togglers{
	padding-top:20px;
	cursor:pointer;
}

.team_member .name {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:11px;
	font-style:italic;
	color:#00AF9E;
	font-size:18px;
	font-weight:normal;
}
.team_member .title {
	padding-top:5px;
	font-style:normal;
	color:#333;
	font-size:11px;
	line-height:1.2;
	min-height:2.4em;
}

.team_member .description {
	padding-top:3px;
	font-style:normal;
	color:#666;
	font-size:12px;
	line-height:1.3;
}

/* End Individual Team */
