/*-----------------------------------------------------------------------------
Team styles - CSS stylesheet
-----------------------------------------------------------------------------*/

.team-list {	
	padding: 0;
	margin: 20px -25px 20px -10px;
	}
	.team-list ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		}
		.team-list ul li {
			width: 100%;
			float: left;
			}
			.team-list ul ul {
				float: left;
				margin: 0 0 16px 0;
				}
				.team-list ul ul li {
					width: 101px;
					float: left;
					margin: 0 10px 10px 0;
					}
					.team-list ul ul li a {
						float: left;
						position: relative;
						}
					.team-list .colour-img {
						display: none;
						position: absolute;
						top: 0;
						left: 0;
						}
	.team-list h2 {
		color: #e91010;
		font-size: 1.4em;
		padding: 6px 10px;
		}
	.team-list p {padding: 0 20px 10px 10px;}
	.tooltip .team-title {
		font-weight: bold;
		color: #e91010;		
		}
		.tooltip .name {
			color: #004963;
			}

/* =Team details
-----------------------------------------------------------------------------*/

body.team .container-inner {
	background: transparent url(/images/branding/TeamContentBg.gif) repeat-y 0% 0%;
	float: left;
	}

body.team p {
	padding: 0 0 30px;
	}
	.member-location,
	.member-job {
		color: #e91010;
		font-size: 1.3em;
		font-weight: bold;
		padding: 6px 0!important;
		}
		.member-job {
			color: #aaacad;	
			margin: -10px 0 0;
			padding: 0 0 30px!important;
			}
	.summary {
		color: #004963;
		font-size: 1em;
		font-weight: bold;
		}
a.view-all {
	background: transparent url(/images/buttons/button-w97.gif) no-repeat 0% 0%;
	width: 97px;
	height: 26px;
	display: block;
	text-decoration: none;
	float: right;
	font-weight: bold;
	color: #004963;
	}
	a.view-all span {
		cursor:pointer;
		float:left;
		padding: 5px 0 0;
		text-align: center;
		width: 100%;
		}
	a.view-all:hover {
		background-position: 0% 100%;
		color: #fff;
		text-decoration: none;
		}
		.primary-content .view-all {
			font-size: 0.9em;
			}

body.team .secondary-content {
	margin: 0;
	padding: 0;
	background: #fff;
	}
	body.team .secondary-content img {
		margin: -10px 0 0;
		}















				