

@charset "UTF-8";


.aboutTop {
	margin: 0 0 16px 32px;
}

.leadIn {
	width: 534px;
	height: 321px;
	margin: 0 10px 0 0;
	padding: 0;
}

.leadIn img {
	display: block;
}

.leadIn p {
	height: 81px;
	min-height: 81px;
	background: black url(/images/homeVideoCaptionBG.png) repeat-x;
	padding: 16px;
	font-style: italic;
	color: white;
	margin: 0;
	line-height: 20px;
}

.headshots {
	float: right;
	width: 375px;
	white-space: nowrap;
	margin: 0 19px 10px 10px;
	padding: 0;
	position: relative;
}
.headshots img {
	display: block;
	margin-bottom: 4px;
}
.headshots .headshot {
	margin: 0 10px 10px 0;
	padding: 0;
	display: block;
	float: left;
}
.headshots .info {
	clear: both;
	white-space: normal;
	background: black url(/images/homeVideoCaptionBG.png) repeat-x;
	padding: 16px 0 16px 48px;
	width: 314px;
	height: 165px;
	position: relative;
	color: #9c9c9c;
	margin: 0;
}
.headshots .info p {
	margin-right: 16px;
	font-size: 10px;
}
.headshots .info .head {
	position: relative;
	left: -16px;
	background: url(/images/headTriangle.png) no-repeat left;
	padding-left: 16px;
}

#yuriSelBar, 
#jeanneSelBar, 
#bobSelBar {
	width: 114px;
	background-color: #6eaa07;
	height: 10px;
	position: absolute;
	top: 114px;
}
#yuriSelBar {
	left: 0;
}
#jeanneSelBar {
	left: 124px;
}
#bobSelBar {
	left: 248px;
}

.side p {
	line-height: 20px;
}

.side em {
	font-style: italic;
	font-weight: bold;
	color: #6eaa07;
}

.side h3 {
	position: relative;
	left: -16px;
	background: url(/images/headTriangleBlack.png) no-repeat left;
	padding-left: 16px;
}

