/*

Generic Department Homepage Style Sheet

*/


/* Branding Images */

img.branding {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.branding-first {
	margin-left: 0;
}


/* Feature Columns */

div.news-section, div.calendar-section {
	clear: both;
	margin-bottom: 10px;
	float: right;
	width: 180px;
	background-color: #eaeae1;
	position: relative;
}

div.news-section h4, div.calendar-section h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 6px 5px 5px 5px;
	background-color: #d6d6c2;
	font-size: 107%;
}



/* Content Section */

div.office-info {
	clear: left;
	width: 540px;
	margin: 0px 10px 10px 10px;
	line-height: 140%;
	padding-top: 0px;
	position: relative;
	padding-top: 0px;
	color: #333;
}
div.office-info h2 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 170%;
	font-family: helvetica, arial, sans-serif;
}
div.office-info p {
	margin: 1em 0;
}
div.office-info a {
	color: #900;
}



div.contact-info {
	display: block;
	border-top: 1px dotted #ccc;
	width: 200px;
	font-size: 92%;
	margin-left: 10px;
	color: #333;
	line-height: 130%;
	padding-top: 10px;
	margin-bottom: 20px;
}
div.contact-info h4 {
	margin: 0;
	font-size: 112%;
}
div.contact-info address {
	font-style: normal;
}
div.contact-info a {
	color: #900;
	text-decoration: none;
}
div.contact-info a:hover {
	text-decoration: underline;
}
