






/* -------------- MODULE: People -------------- */


.people {
	position: relative;
	clear: left;
	width: 100%;
}
		 #ie7plus .people {
			height: 1%;    /* removes 3px jog */
		}
	.person {
		position: relative;
		clear: left;
		margin-left: 130px;
		padding-bottom: 10px;
	}
		 #ie6 .person {
			height: 1%;    /* removes 3px jog */
		}
		.person .photo {
			position: relative;
			float: left;
			margin: 0 10px 10px 0;
			margin-left: -130px;
			background: #CCC;
		}
			#ie6 .person .photo {
				display: inline;
			}
		.person .title {
			font-weight: bold;
		}
		.person .email {
			padding: 0;
			margin-top: -6px;
		}
	.person.noPhoto {
		margin-left: 0;
	}
	.people .readMoreClose {
/*		padding-left: 10px; */
	}


/* end */