/*
	Auburn University Style Sheet (Large Header with Sidebar)
	Last Modified: April 10, 2006
	
	Table of Contents:
		header - IE override
		header - logos and wordmarks
*/

/* NOTE: 'sidebar' must come after 'all' */
@import url("aucss_all_wide.css");
@import url("aucss_sidebar_lh_wide.css");

/* header - IE override
----------------------------------------------- */
* html #header {
/* Hack to make IE display the header correctly. */
	height: 148px;
	overflow: visible;
}
/* header - logos and wordmarks
----------------------------------------------- */
#header #auburnLogo {
	height: 100px;
	background: no-repeat center center url("logoEmblem2.jpg");
	cursor: pointer;
	margin-top:10px;
}
#header #auburnTitle {
	height: 34px;
	background: no-repeat center center url("logoAuburn.gif");
	cursor: pointer;
}
#header #titleGraphic {
	height: 110px;
	background: no-repeat center center url("topLinksBackground_TitledWide.jpg");
}
#universityTitle {
	height: 28px;
	background: no-repeat center center url("logoUniversity.gif");
	cursor: pointer;
}

