/* CSS Document */

#content .line {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	padding-top:4px;
	margin-bottom:6px;
	min-height:36px;
}
#facs {
	width:243px;
	margin-right:8px;
	float:left;
	border-right: 1px solid #ccc;
	padding-right:16px;
}
#depts {
	width:243px;
	margin-left:8px;
	float:left;
}
#facs h2, #depts h2 {
	font-size:110%;
}
#facs ul, #depts ul {
	padding: 0;
	margin: 0;
}
#facs ul ul, #depts ul ul {
	padding: 0;
	margin: 4px 0 0 30px;
	border-bottom:0;
}
#facs ul li, #depts ul li {
	padding:5px 0 5px 0;
	margin-bottom:0;
	list-style:none;
	min-height:0;
	border-bottom:1px dotted #ccc;
	font-size:94%;
}
#facs ul li a, #depts ul li a {
	text-decoration:none;
	font-weight:bold;
}
#facs ul ul li, #depts ul ul li {
	padding:1px 0 2px 0;
	border-bottom:0;
	list-style-image: url(../images/arrow_bullet.png);
	font-weight:normal;
	font-size:100%;
}
#facs ul ul li a, #depts ul ul li a {
	font-weight:normal;
}


.graphs {
	background-color:#fff;
	width:130px;
	border:1px solid #ccc;
	float:left;
	margin-right:6px;
	text-align:center;
	padding:6px;
	min-height:110px;
	font-size:94%;
	font-weight:bold;
}
.graphs img {
	margin-bottom:4px;
	border:0;
}
.graphs br {
	display:block; /* stops graphic underlining on hover in Firefox */
}
.map {
	border: 1px solid #ccc;
	margin-bottom:12px;
}