/*
	Auburn University Style Sheet (Medium Header with No Sidebar)
	Last Modified: April 5, 2006
	
	Table of Contents:
		header - IE override
		header - logos and wordmarks
*/
@import url(aucss_all.css);

/* header - IE override
----------------------------------------------- */
* html #header { 
/* Hack to make IE display the header correctly. */
	height: 176px;
	overflow: visible;
}
/* header - logos and wordmarks
----------------------------------------------- */
#header #auburnLogo {
	height: 110px;
	background: no-repeat center center url(../images/ddLogoEmblem2.gif);
	cursor: pointer;
}
#header #auburnTitle {
	height: 38px;
	background: no-repeat center center url(../images/ddLogoAuburn.gif);
	cursor: pointer;
}
#header #universityTitle {
	height: 28px;
	background: no-repeat center center url(../images/ddLogoUniversity.gif);
	cursor: pointer;
}
#header #titleGraphic {
	height: 110px;
	background: no-repeat center center url(../images/hrdept.jpg);
}