/* CSS Document */

/* Department Listing */

#departments dt {
	font-size: 135%;
	color: #194E84;
	background-image: url(../i-p/serv-item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9CAD9;
	margin: .5em 0px 0.5em;
}
#departments dl {
font-size: 90%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}
#departments dd {
	font-size: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px 0px .25em;
	line-height: 1.5em;
}
#departments dd.email {
	padding-bottom: 0.5em;
	margin: 0;
	}

/* 1 point Smith maneuver */

/* Hide form IE5-mac. Only IE-win sees this.
The Holly Hack -
http://www.positioniseverything.net
Used to combat the IE6 Peekaboo Bug
\*/
* ul, ol, dl {
	position: relative;
	}
/* End hide from IE5/mac
End Holly Hack*/

p.depttext {
	line-height: 1.65em;
	color: #666;
}
p.depttext + p.depttext {
	margin-bottom: 1.5em;
}
