#headerbanner {
	background-image:   url(../images/dept-name.gif);
}
#home #content-col2-left p {
	line-height: 16px;
	padding-bottom: 15px;
}
#home .button {
	padding-bottom: 20px;
}
#content td {
    padding: 4px !important;
}
ul#left-nav li {
	z-index: 1000;
}

#accordion {
	margin-bottom: 10px;
}

/**** Timeline ****/

#accordion img {
	margin-bottom: -30px;
	z-index: 0;
}
/* IE7 */
*:first-child+html #accordion img {
	margin-bottom: -40px;
}

.not-timeline img { /* fixing images in the curriculum table */
	margin-bottom: 0px !important;
}

.ui-accordion .timeline {
    left: 20px;
    padding: 18px !important;
    top: 20px !important;
    width: 590px !important;
    margin-bottom: -1px !important;
}

/* IE7 */
*:first-child+html .ui-accordion .timeline {
	margin-bottom: -7px;
	top: 12px;
}

#accordion .darkcolor {
    background-color: #E9E6DF;
}

#accordion .lightcolor {
	background-color: #faf7f0;
}

#accordion .timeline strong {
	color: #960000;
	font-size: 12px;
}

#accordion .darkcolor strong {
	color: #4e4b43;
}

p.under-accordion { /* p under accordion needs to be pushed down, dunno why */
	margin-top: 150px !important;
}
