/* Staff */
div.staff-members {
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 5px;
}
div.staff-members h3 {
	margin: 10px 0px 5px 0px;
}
a.location {
	font-size: 16px;
	font-weight: bold;
}
div.staff-members div.staff-member {
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	padding: 15px 20px;
	font-size: 12px;
}

div.staff-members div.staff-member dt { 
	float: left; 
	clear: left; 
	width: 60px;
	font-weight: bold;
}
div.staff-members div.staff-member dd { 
	margin: 0 0 0 80px; 
	padding: 0 0 0.5em 0; 
}



ul#locations  {
	list-style: none;
	margin-bottom: 30px;
}
ul#locations li a {
	font-size: 12px;
}

#member-nav-top {
	margin-bottom: 30px;
}
#member-nav-top a { font-weight: bold; color: #b2170f; text-decoration: none;}
#member-nav-top a.disabled { color: #ccc; }

#member-nav-bottom {
	margin-top: 40px;
}
#member-nav-bottom a { font-weight: bold; color: #b2170f; text-decoration: none;}
#member-nav-bottom a.disabled { color: #ccc; }

.back-link { float: left; font-size: 14px;} 
.back-link a { font-size: 12px;} 
.member-nav { float: right; font-size: 14px;} 
.member-nav a { font-size: 12px;} 

div.staff-member h2 {
	margin-top: 0;
}
.staff-member img {
 float:left;
 margin:0px 0px 20px 0px;
 padding:3px;
 border: 1px solid #ccc;
}
div.staff-member .contact {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	width: 250px;
}
div.staff-member .contact a {
	font-size: 12px;
}
div.staff-member table {
	margin:0;
	border:0;
	border-collapse:collapse;
}
div.staff-member table td {
	padding:6px 10px 0 0;
}

/* Procurement */
.contract {
	padding: 15px 0px 5px 0px;
	font-size: 12px;
}
#sub-content-pad .contract p {
	line-height: 18px;
	margin: 5px 0px;
}
.contract h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
.contract strong {
	font-size: 11px;
}

/* Contact */
#location-info {
	margin: 15px 0px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 12px;
}
#location-info dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 110px;
	text-align: right;
}
#location-info dd {
	margin: 3px 0 3px 120px;
	padding: 0 0 0.5em 0; 
}

/* Performance Reports */
div#reports {
	margin: 20px 0px 10px 0px;
}
div#reports table {
	border-collapse:collapse;
	width: 100%;
}
div#reports td,
div#reports th {
	padding:0.5em;
	border:1px solid #ccc;
	font-size: 12px;
}
div#reports th {
	text-align: left;
	background-color:#ddd;
}
div#reports td.back-to-top {
	padding:0;
	border:none;
}
div#reports td.back-to-top a {
	font-weight: bold;
	display: block;
	text-align: right;
}
div#reports td {
	font-size: 11px;
}
div#reports thead {
	background-color:#ddd;
}
div#reports tfoot td,
div#reports tfoot th {
	border:0;
}
div#reports tr.rowodd {
	background-color:#fff;
}
div#reports tr.roweven {
	background-color:#eee;
}
div#reports tr.row-mouseover,
div#reports tr.row-selected {
	background-color:#e2f9e3;
}
div#reports .nosort {
	cursor:default;
}
div#reports th.resize-handle-active {
	cursor:e-resize;
}
div#reports div.resize-handle {
	cursor:e-resize;
	width:2px;
	border-right:1px dashed #1e90ff;
	position:absolute;
	top:0;
	left:0;
}




