h1  {
	font-size: 1.5em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
}
.NpageNav {
	font-size: .8em;
	text-align: center;
}
.ContentContainerL {
	display: block;
	width: 49%;
	float: left;
}
.ContentContainerR  {
	display: block;
	float: right;
	width: 49%;
	padding: 0 0 0 10px;
	border-left: 2px dashed #0F6FB8;
}
.clearB {
	clear: both;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.centerMargin {
	margin: 0px auto;
}
#map {
	height: 300px;
	width: 100%;
	margin-top: -10px;
	border: 1px solid #000;
}
#emails {
	width: 100%;
}
#emails .grey {
	background-color: #CCCCCC;
}
#doctrine li {
	padding: 0 0 20px 0;
}
.directionsHdr {
	margin: 0px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#FTstaff {
	margin:0;
	padding:0 8px;
}
#FTstaff li {
	display: block;
	float: left;
	width: 152px;
	height: 211px;
	margin-right: 17px;
	padding: 4px;
	background:#fff;
	border:1px solid #333;
	list-style:none;
	font-size: 10px;
	margin-bottom: 16px;
}
#FTstaff li.last { margin-right:0px;}
#FTstaff li.first { clear:left;}
#FTstaff li img.triggers {cursor:pointer; width:152px; height:152px;}
#FTstaff li div.NameBox {position:relative; height:56px;}
#FTstaff li a.triggers { position:absolute; bottom:0; right:0;}
#FTstaff li a.StaffSuppportBtn {
	position:absolute;
	bottom:-20px;
	right:-15px;
	width:100px;
	background:#F90;
	color:#fff;
	height:25px;
	line-height:25px;
	text-align:center;
	border:3px solid #F90;
	font-size: 12px;
	font-weight:bold;
}
#FTstaff li a.StaffSuppportBtn:hover { color:#000; text-decoration:none; border-color:#900}
#FTstaff li .details img {float:right; background:#fff; padding:2px; border:1px solid #666; margin-left:8px;}