.page .header .headerImage {
	display:none;
}
.page .pageContent {
	/*overflow:visible;*/
	overflow:hidden;
	padding:0;
	width:960px;
	margin-bottom:-33px;
	position:relative;
}
.page .pageContent .personInfo {
	position:absolute;
	right:30px;
	bottom:37px;
	z-index:890;
	width:455px;
	height:17px;
	overflow:hidden;
	text-align:center;
}
.page .pageContent .personPicture {
	display:block;
	position:absolute;
	bottom:1px;
	right:55px;
	height:auto;
}
.page .pageContent .personInfo a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:10px;
	color:#000000;
	/*display:block;*/
	font-weight:normal;
	text-transform:none;
	line-height:16px;
	/*float:left;*/
}
.page .pageContent .personInfo .linkedIn {
	background:url(../../Conclusion/images/bg_linkedIn.png) no-repeat 0px 0px;
	padding-left:18px;
	margin-right:5px;
	margin-left:7px;
	font-weight:bold;
}
.page .pageContent .personInfo .companyLink {
	margin-right:5px;
}
.page .pageContent .personInfo .arrowLeft,
.page .pageContent .personInfo .arrowRight {
	display:block;
	width:5px;
	height:9px;
	position:absolute;
	top:3px;
}
.page .pageContent .personInfo .arrowLeft {
	background:url(../../Conclusion/images/bg_personArrow.png) no-repeat 0px 0px;
	left:0px;
}
.page .pageContent .personInfo .arrowLeft:hover {
	background:url(../../Conclusion/images/bg_personArrow.png) no-repeat 0px -9px;
}
.page .pageContent .personInfo .arrowRight {
	left:450px;
	background:url(../../Conclusion/images/bg_personArrow.png) no-repeat -10px 0px;
}
.page .pageContent .personInfo .arrowRight:hover {
	background:url(../../Conclusion/images/bg_personArrow.png) no-repeat -10px -9px;
}
.page .pageContent .transparent {
	position:absolute;
	bottom:0px;
	left:0px;
	width:960px;
	height:60px;
	background:#FFFFFF;
	z-index:0;
}
.page .tabHeader .searchField {
	background:#FFFFFF;
}
.page .tabHeader div a {
	background:#FFFFFF;
}

