/* people styles ---------------------------------------------------------------- */

#people {
	background: #FFF9F0;
	clear:none;
	float:left;
	height: 140px;
	margin: 20px 0 20px 0;
	padding: 0;
	position: relative;
	width: 660px;
}
#people-list{
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
	position: absolute;
	width: 636px;
	text-align: center;
}
.person {
	background: #FFF9F0;
	clear:none;
	float:left;
	height: 150px;
	margin: 18px 2px 0px 2px;
	padding: 0;
	position: relative;
	width: 150px;
}
.person-title {
  position:absolute;
  bottom: 0px;
  left: 0px;
/*   background: black; */
  color:white;
  font-size: 11px;
  text-align: left;
  line-height: 110%;
  height:30px;
  padding:0px 10px;
  width: 130px;
/*   opacity:.3; filter: alpha(opacity=30); -moz-opacity: .3; */
}
/*
.tip-person {
	background: url(../images/tip-person.png) no-repeat top left;
	display: block;
	color: white;
	height: 80px;
	left: -400px;
	opacity:0; filter: alpha(opacity=0); -moz-opacity: 0;
	padding: 20px 0 0 0;
	position: absolute;
	text-align: center;
	width:188px;
	z-index: 80;
}
*/



/* about styles ---------------------------------------------------------------- */

#about {
	clear:both;
	margin: 0 0 0 20px;
	position: relative;
	width: 400px;
}
.about-item {
	background: #FFF9F0;
	clear:none;
	display: block;
	float:left;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 18px 0;
	width: 400px;
}
.about-item p{
	margin: 0 20px 10px 20px;
}

/* news styles ---------------------------------------------------------------- */

#news {
	clear:both;
	margin: 0 0 0 20px;
	position: relative;
	width: 400px;
}
.news-item {
	background: #FFF9F0;
	clear:none;
	display: block;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 7px 0;
	width: 400px;
}
.news-item p{
	margin: 0 20px 0px 20px;
}
.news-byline {
  font-size: 11px;
}


/* jobs styles ---------------------------------------------------------------- */

#jobs {
	clear:none;
	float:left;
	line-height: 20px;
	margin: 20px 0 0 20px;
	width: 400px;
}
.job-item {
	background: #FFF9F0;
	clear:none;
	display: block;
	float:left;
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 18px 0;
	width: 400px;
}
.job-title {
	clear:both;
	display: block;
	float: left;
	margin: 0 0 0 20px;
	width: 360px;
}
.job-description {
	clear:both;
	display: block;
	float: left;
	margin: 0 0 0 20px;
	width: 360px;
}


/* timeline styles ---------------------------------------------------------------- */

#timeline {
	clear:none;
	float:right;
	margin: 0 20px 0 0;
	width: 240px;
}
#timeline-list{
	background: url(../images/info-area.png) no-repeat 0 0;
	list-style: none;
	height: 60px;
	margin: 0 0 0 0px;
	padding: 18px 0;
	width: 240px;
}
.timeline-item{
	clear:both;
	float:left;
	margin: 0 0 16px 20px;
	padding: 0;
	width: 200px;
}
.timeline-date{
	clear:right;
	display:block;
	float:left;
	width:180;	
}
.timeline-title{
	clear:both;
	float:left;
	line-height: 15px;
	margin: 0 0 0 12px;
	width: 180px;
}












