/*

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;
	position: relative;
}

div.news-section h4, div.calendar-section h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 6px 5px 5px 5px;
}

div.news-section-new {
	clear: both;
	margin-bottom: 10px;
	float: right;
	width: 180px;
	position: relative;
}


/* Content Section */

div.department-info, div.department-programs {
	clear: left;
	width: 370px;
	margin: 0 10px 20px 0;
	line-height: 150%;
}
div.department-info h4, div.department-programs h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 4px 5px 3px 5px;
}
div.department-info a, div.department-programs a {

}

div.dept-program-concentration {
	line-height:100%;
}
div.dept-program-concentration ul {
	margin:0;
	padding-left:2em;
	list-style-type:square;
}
div.dept-program-concentration ul li {
	line-height:1.5em;
}


/* Upcoming Events */

div.calendar-section dl {
	font-size: 85%;
	font-family: arial, sans-serif;
	line-height: 130%;
	margin: 7px 10px 8px 10px;
	position: relative;
}
div.calendar-section dt {
	float: left;
}
div.calendar-section dd {
	margin-left: 4em !important;
	margin-left: 3.75em; /* Readjust for IE6 and the 3px jog. */
	margin-bottom: 1em;
}

div.calendar-section dd a {
	color: black;
	text-decoration: none;
}
div.calendar-section dd a:hover {
	text-decoration: underline;
}


/* News and Features */

div.news-section ul {
	font-size: 92%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 6px 10px 8px 10px;
}
div.news-section ul li {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	padding-top: 8px;
	line-height: 130%;
	background-image: url("/images/department/department_home_news_divider.gif");
	background-position: top left;
	background-repeat: repeat-x;
	clear: left;
}
div.news-section ul li.first {
	background-image: none;
	border-top-width: 0;
	margin-top: 0;
	padding-top: 0;
}
div.news-section li a {
	border-width: 0;
	text-decoration: none;
	color: #000;
}
div.news-section li a:hover {
	text-decoration: underline;
}
div.news-section li a.news-headline {
	line-height: 140%;
	font-weight: bold;
}
div.news-section li a.news-story {
	font-size: 92%;
}


