/*--------------------------------------------------*/
/* Working for you				                    */

	#bristol {
		background: url("../../img/workingForYou/bristol.jpg") no-repeat 0 100%;
		margin: 12px 0;
		padding: 12px 12px 0;
	}

		#bristol .introduction {
			font-size: 1.1em;
		}

/*--------------------------------------------------*/
/* People						                    */

	#people .photo {
		float: left;
		width: 175px;
		text-align: center;
		border-top: 1px dotted #fff;
		padding: 12px 0;
	}

		#people .photo img {
			margin: 0 auto;
		}

	#people .details {
		float: left;
		width: 450px;
		margin: 0 0 0 12px;
		border-top: 1px dotted #fff;
		padding: 12px 0 12px 0;
	}

		#people .details h3 {
			font-size: 1.1em;
		}

		/*--------------------------------------------------*/
		/* first						                    */

			#people .first .photo,
			#people .first .details {
				border: 0;
				padding: 0 0 12px;
			}

/*--------------------------------------------------*/
/* Accredited					                    */

	#accredited {
		background: #3e4545 url("../../img/workingForYou/accredited.gif") no-repeat 0 0;
	}

		#accredited div {
			background: url("../../img/workingForYou/accreditedBottom.gif") no-repeat 0 100%;
			padding: 12px 12px 24px;
		}

			#accredited h2 {
				margin: 0 0 6px;
				padding: 0;
			}

			#accredited ul {
				list-style-type: none;
				padding: 12px 0 0 100px;
			}

				#accredited ul li {
					float: left;
					padding: 0 24px 0 0;
				}