/* CSS Document */

/*BKGD-------------------------------------------------------------------------------------*/
.staff_bkgdTop	{
	position:relative;
	background-image:url(images/bkgdTop.png);
	width:300px;
	height:15px;
	margin:0 auto;
	font-size:1px;
	line-height:1px;
	z-index:1;
}
.staff_bkgdMid	{
	position:relative;
	background-image:url(images/bkgdMiddle.png);
	background-repeat:repeat-y;
	width:300px;
	margin:0 auto;
	z-index:1;
}
.staff_contentStuffs	{
	position:relative;
	background-color:#FFFFFF;
	width:286px;
	margin-left:7px;
	margin-right:7px;
	padding-top:10px;
	z-index:2;
}
.staff_textStuffs	{
	position:relative;
	padding:18px;
	text-align:justify;
	z-index:3;
}
.staff_bkgdBottom	{
	position:relative;
	background-image:url(images/bkgdBottom.png);
	width:300px;
	height:16px;
	margin:0 auto;
	font-size:1px;
	line-height:1px;
	z-index:1;
}



/*OTHER STUFF-------------------------------------------------------------------------------------*/
.trHelp	{
	font-size:1px;
	line-height:1px;
}
.staff_photoPadding	{
	margin-right:3px;
	margin-left:0px;
	margin-top:5px;
}
.staff_contentRbkgdTop	{
	position:relative;
	background-image:url(images/blueContent_rightNavTop.gif);
	width:270px;
	height:8px;
	margin-top:6px;
	font-size:1px;
	line-height:1px;
	z-index:6;
}
.staff_contentRbkgdMid	{
	position:relative;
	background-color:#e0f1f9;
	width:235px;
	z-index:6;
}
.staff_contentRbkgdMid2	{
	position:relative;
	background-color:#e0f1f9;
	width:260px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	z-index:6;
}
.staff_contentRbkgdBottom	{
	position:relative;
	background-image:url(images/blueContent_rightNavBottom.gif);
	width:270px;
	height:8px;
	font-size:1px;
	line-height:1px;
	z-index:6;
}

/*PEOPLE-----------------------------------------------------------------------*/

.row1	{
	position:absolute; 
	left:-30px; 
	top:25px; 
	width:300px; 
	height:180px;
	visibility:hidden; 
	z-index:50;
}
.row2	{
	position:absolute; 
	left:-30px; 
	top:150px; 
	width:300px; 
	height:180px;
	visibility:hidden; 
	z-index:50;
}
.row3	{
	position:absolute; 
	left:-30px; 
	top:300px; 
	width:300px; 
	height:180px;
	visibility:hidden; 
	z-index:50;
}


