﻿#dsContentWrapper {
	margin: 0 0 50px 0;
	clear: both;
	overflow: hidden;
}

#deptMastHead {
	height: 92px;
	width: 840px;
	background: url(../images/mastHeadDeptsServices.jpg) no-repeat top left;
	clear: both;
}
#deptMastHead h1 {
	position: relative;
	top: 65px;
	left: 15px;
	color: #ffffff;
}

/* Departments and Services Tabbed Navigation
---------------------------------------------------------- */
#deptNavWrap {
	height: 39px;
	width: 840px;
	background: url(../images/DStabNavBG.jpg) no-repeat top left;
	clear: both;
	overflow: hidden;
}
#deptNav {
	height: 39px;
	width: 759px;
	margin: 0 0 0 7px;/*margin: 17px 0 0 7px;*/
	background: url(../images/DStabNav.jpg) no-repeat top left;
}
#deptNav li, #deptNav a {
	height: 39px;
	display: block;
}
#deptNav li {
	width: 189px;
	float: left;
	display: inline;
}
#deptNav a {
	/*font-size: 75%;*/
	padding: 0 0 0 32px;
	color: #838EA0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.125em;
	cursor: pointer;
}
#deptNav b {
	float: left;
	padding: 8px 0 0 0;
}
#deptNav a:hover {
	color: #333d61;
	background: url(../images/DStabNavHover.jpg) no-repeat top left;
}
#deptNav li#meth a:hover {
	color: #333d61;
	background: url(../images/DStabNavHover_Meth.jpg) no-repeat top left;
}
#deptNav .active {
	color: #333d61;
	background: url(../images/DStabNavHover.jpg) no-repeat bottom left;
}
#deptNav li#meth .active {
	color: #333d61;
	background: url(../images/DStabNavHover_Meth.jpg) no-repeat bottom left;
}

/* Departments and Services Content
---------------------------------------------------------- */
.HidableDiv {
	float: left;
	width: 840px;
	margin: 20px 0 0 0;
}
.HidableDiv h2 {
	margin: 10px 0 0 15px;
	padding: 0 0 10px 0;
	font-family: Trebuchet MS, Sans-Serif;
	color: #333d61;
	text-transform: uppercase;
	border-bottom: solid 1px #d4d4d4;
}
#dsLeftContent {
	float: left;
	width: 670px;
}
.dsTriColumn {
	float: left;
	width: 206px;
	margin: 0 14px 0 0;
}
.dsCategory {
	float: left;
	width: 674px;
	margin: 0 0 20px 0;
}
.deptList {
	margin: 10px 0 0 15px;
	/*font-size: 70%;*/
	line-height: 1.3em;
}
.deptList a {
	color: #888CA5;
	text-decoration: none;
}
.deptList a:hover {
	text-decoration: underline;
}
.deptList li {
	padding: 0 0 0 8px;
	background: url(../images/dsNavArrow.jpg) no-repeat left -1px;
}
.deptList li ul li {
	padding: 0 0 0 10px;
	background: url(../images/dsNavDot.jpg) no-repeat left 6px;
	display: block;
}
.deptList li.nonLinkDot {
	padding: 0 0 0 11px; 
	background: url(../images/dsNavDot.jpg) no-repeat left 6px;
}
#dsRightColumn {
	float: right;
	width: 144px;
	margin: 0 0 0 20px;
}
#dsRightColumn p {
	text-align: center;
}
