#TB_window {
	position: fixed;
	background: #251e0f;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
	z-index: 302;
	color: #ac9d84;
	display:none;
	border: 1px solid #81643b;
	text-align:left;
    top: 50%;
    left: 50%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/***************************************************************************************************
staff bio popup
/***************************************************************************************************/
.staff-bio-bg
{
/*	background: #1f1b0f;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;	
*/	
	color:#ac9d84;	
	width: 100%;
	height: 100%;
}
.staff-bio-content-hd
{
	padding-left: 31px;
}

.staff-bio-content { 
padding: 15px 30px 15px 0px;
padding-left: 70px;
}

.staff-bio-content p

{
 font-size: 12px;
 line-height: normal;
}



