
.home .mainNav {
	height:382px;
	background:url(../images/home/nav_filler.png) bottom left no-repeat;
	left:26px;
}


/* ------------------------------*/

.mainBlock {
	position:relative;
	height:382px;
	padding-bottom:13px;
}

#textStreamOuter {
	position:absolute;
	top:312px;	
	left:0;
}
#audioPlayerOuter {
	position:absolute;
	top:290px;	
}

.mainBlock .collaborative {
	left:595px;
}
.mainBlock .trust {
	left:475px;
}
.mainBlock .proactive {
	left:565px;
}
.mainBlock .problemSolving {
	left:585px;
}
.mainBlock .creative {
	left:475px;
}
.mainBlock .expertise {
	left:485px;
}

.peopleMenu {
	border-bottom:#cfcecf solid 1px;
	height:103px;
	width:928px;
}
.peopleMenu li {
	width:115px;
	padding-right:47px;
	float:left;
}
.peopleMenu li.last {
	padding-right:0;
}
.peopleMenu li a {
	display:block;
	text-indent:-9999px;
	width:115px;
	overflow:hidden;
}
.peopleMenu li a.thumb {
	height:67px;
	position:relative;
}
.peopleMenu .loader {
	position:absolute;
	top:25px;
	left:50px;
}

.peopleMenu li a.menuLabel {
	margin:11px 0 10px 0;
	height:16px;
}
.peopleMenu li.collaborative a.thumb {
	background-image:url(../images/home/thumb_collaborative.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li.trust a.thumb {
	background-image:url(../images/home/thumb_trust.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li.proactive a.thumb {
	background-image:url(../images/home/thumb_proactive.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li.problemSolving a.thumb {
	background-image:url(../images/home/thumb_problemSolving.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li.creative a.thumb {
	background-image:url(../images/home/thumb_creative.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li.expertise a.thumb {
	background-image:url(../images/home/thumb_expertise.jpg);
	background-repeat:no-repeat;
}
.peopleMenu li a.isActive:hover {
	background-position:0 -67px;
}
body div ul.peopleMenu li a.selected {
	background-position:0 -134px;
}


.peopleMenu li.collaborative a.menuLabel {
	background:url(../images/home/txt_collaborative.gif) top center no-repeat;
}
.peopleMenu li.trust a.menuLabel {
	background:url(../images/home/txt_trust.gif) top center no-repeat;
}
.peopleMenu li.proactive a.menuLabel {
	background:url(../images/home/txt_proactive.gif) top center no-repeat;
}
.peopleMenu li.problemSolving a.menuLabel {
	background:url(../images/home/txt_problemSolving.gif) top center no-repeat;
}
.peopleMenu li.creative a.menuLabel {
	background:url(../images/home/txt_creative.gif) top center no-repeat;
}
.peopleMenu li.expertise a.menuLabel {
	background:url(../images/home/txt_expertise.gif) top center no-repeat;
}



/* Used to spread out spacing of menu items */
.leftPad {
	padding-left:1px;
}

.callout {
	float:left;
	width:500px;
	padding:13px 24px 0 0;
	margin-bottom:10px;
	border-right:#cfcecf solid 1px;
}
.info {
	padding:13px 24px 0 0;
}
.infoGraphic {
	padding:10px 20px 10px 20px;
	float:left;
}