﻿/********************* Style ************************/
.giStaffInfo span.giTitle,
.purple .CSGeneralInfo .giType,
.purple .CSStaffList .giType {color: #DE701E;}

/********************* Structure ************************/
#DPTop .CSGeneralInfo a,	/* Gen. info Links */
.giStaffInfo h4,			/* Staff phones hdr */
.CSGeneralInfo h3			/* Gen info main hdr */
{display: none; visibility: hidden;}

/* Bring back the info sub-headers */
#DPTop .CSGeneralInfo h4 {display: block; visibility: visible; font-weight: bold; margin-top: .5em;}

/* Dept img wrapper */
.DPImgHldr	{text-align: right;}

/* Dept img */
.DPImg 
{
	width: 439px;
	height: 174px;
	margin-top: .25em;
	margin-right: .25em;
}

/* Holds Staff Info blocks */
.giStaffInfo
{
	display: inline-block;
	width: 45%;
	margin: 2em 2%;
	vertical-align: top;
}

/* Staff img wrapper */
.giImgHldr	{text-align: center;}

/* Name/Title spans */
.giStaffInfo span.giName,
.giStaffInfo span.giTitle	{display: block;}

/* Phones */
.giStaffInfo ul, .giStaffInfo li
{
	margin: 0;
	list-style-type: none;
}
.giStaffInfo ul {margin-bottom: .75em;}
.giStaffInfo li {font-size: 85%;}