/* Mathematical Sciences Style Sheet */

@import url("links.css");
@import url("shared.css");
@import url("dept.css");

/* header */
#dept { float: left; background:   url("../images/departments/math/header/math-home.gif") no-repeat; width: 448px; height: 43px; display: block; text-indent: -30000px; overflow: hidden; }
#dept h1 { margin: 0; }
#dept a { display: block; height: 43px; } 

/* shared elements  */
h3 { color: #B4323B; }
h4 { color: #990000; }
h5 { color: #000066;  }

a { color: #CC0000; }
a:hover { color: #800040;  }

#home-page-container { margin: 0; padding: 0; background:  url(../math/images/bitmaps/dept-home-sidebar-bg.gif) repeat-y;  }

#nav ul li.prospective { float:left; background:url("../images/departments/shared/nav/prospective-students.gif") no-repeat; }
#nav ul li.undergraduates { float:left; background:url("../images/departments/shared/nav/undergraduates.gif") no-repeat; }
#nav ul li.graduates { float:left; background:url("../images/departments/shared/nav/graduates.gif") no-repeat; }
#nav ul li.alumni { float:left; background:url("../images/departments/shared/nav/alumni.gif") no-repeat; }
#nav ul li.faculty { float:right; background:url("../images/departments/shared/nav/faculty-and-research.gif") no-repeat; }
#nav ul li.resources { float:right; background:url("../images/departments/shared/nav/resources.gif") no-repeat; }
#nav ul li.news {	float:right; background:url("../images/departments/shared/nav/news-and-events.gif") no-repeat; }
#nav ul li.contact { float:right; background:url("../images/departments/shared/nav/contact-us.gif") no-repeat; }
