@charset "utf-8";
/* CSS Document */

div.page-wrap{ clear:both; width:100%; }

div.views-field-body
{ 
}
div.views-field-field-headshot-fid{ display:none; }
div.views-field-filepath{ display:none; }

div.staffRow
{
	/*background-color:#000 ;
	opacity:0.55;
	-moz-opacity:0.55;
	-khtml-opacity:0.55;*/
	background-image:url(../images/opacity55Tile.png);
	background-repeat:repeat ;
	height:150px;
	margin-bottom:15px;
	margin-top:15px;
	display: table; 
	#position: relative; 
	overflow: hidden;
	width:92%;
	margin-left:15px;
}

div.staffRow table
{
}

div.staffRow td.image
{
	width:15% ;
	height:150px;
	padding-left:20px;
	padding-right:20px;
}

div.staffRow td.image img
{
	border:1px solid #f08703;
	
}

div.staffRow td.body
{
	width:80% ;
	height:150px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif ;
	font-size:12px;
	color:#fff;
	line-height:18px;
}

span.pagerLink
{
	font-family:Verdana, Geneva, sans-serif ;
	font-size:14px;
	color:#fff ;
	padding-left:10px;
}

span.pagerLink a
{
	font-family:Verdana, Geneva, sans-serif ;
	font-size:14px;
	color:#fff ;
	text-decoration:none ;
}