﻿ul.StaffDirectory-DepartmentList
{
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
	margin-bottom: 16px;
}
ul.StaffDirectory-DepartmentList li
{
	display: inline;

	float: left;
	margin-right: 8px;
	white-space: nowrap;
}
a:link {color: #FEE496}     /* unvisited link */
a:visited {color: #FEE496}  /* visited link */
a:hover {color: #ffffff}   /* mouse over link */
a:active {color: #FEE496}   /* selected link */

.StaffDirectory-RootDepartment
{
	/*border: solid 1px blue;*/
	margin-top: 16px;
	margin-left: 10px;
	
	clear: left;
}

.StaffDirectory-RootDepartment h2
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 16pt;
	font-style: normal;
	margin-top: 16px;
	margin-bottom: 3px;
	color: #ffffff;
}

.StaffDirectory-DepartmentList
{
	margin-left: 10px;
	margin-bottom: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;

}

.StaffDirectory-SubDepartment
{
	/*border: solid 1px orange;*/
	width: auto;
	
	margin-left: 10px;
	margin-bottom: 16px;
	/*clear: left;*/
	vertical-align:top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;

	
}

.StaffDirectory-SubDepartment-Name
{
	/*border: solid 1px pink;*/
	width: auto;
	
	margin-top: 10px;
	margin-bottom: 16px;
	vertical-align:top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;

}
.StaffDirectory-SubDepartment-Name h3
{
	font-size: 13pt;
	margin: 0px;
	margin-bottom: 3px;
	
}

.StaffDirectory-Department-Email
{
	/*border: solid 1px purple;*/
	
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align:top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;

}

.StaffDirectory-Employee
{
	/*border: solid 1px red;*/
	
	width: auto;
	height: 100px;
	padding: 6px;
	margin: 6px 0px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}

.StaffDirectory-Employee img.StaffDirectory-Employee-Pic
{
	width: 72px;
	height: 102px;
	float: left;
	
	margin-right: 6px;
	
	display: none;
}

.StaffDirectory-Employee ul
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	
}
.StaffDirectory-Employee ul li
{
	list-style-image: none;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.StaffDirectory-Employee span
{
	display: block;
	
}

.StaffDirectory-Employee-Name
{
	font-weight: bold;
	color: #ffffff;
}

.StaffDirectory-Employee-Title
{
	font-weight: bold;
}

.StaffDirectory-Employee-Phone
{
	font-weight: bold;
}

.StaffDirectory-Employee-Email
{
	font-weight: bold;
}

.StaffDirectory-Employee-Comments
{
}

.StaffDirectory-ReturnToTop
{
	text-align: right;
}