
/* General */

* {
  font-family: Lucida Grande, Verdana, serif;
  color: #3d3d3d;
  padding: 0;
  margin: 0;
  }
  
body {
  behavior: url(loaded.htc);
  background: url('/img/bkg.gif');
  }

td {
  font-size: 11px;
  }

.nodisplay {
  display: none;
  }

#wrapper {
  width: 789px;
  background: url('/img/bkg_left.gif') repeat-y;
  }

/* Header */

#header {
  height: 260px;
  background: url('/img/header.jpg') no-repeat;
  }

/* Header */

#body {
  background: url('/img/bkg_body.gif') repeat-y;
  }

/* Left Content Area - Menu is imported at the top of this page. */

#left {
  width: 622px;
  float: left;
  }

#leftInfo {
  padding: 11px;
  }

/* Navigation Menu */

#leftMenu {
  width: 167px;
  margin: 0 455px 0 -3px;
  }

#left>#leftMenu {
  width: 167px;
  margin-left: -1px;
  }

#leftMenu #nav {
  margin-top: -178px;
  }

#leftMenu ul {
  list-style: none;
  }

#nav li {
  width: 166px;
  font-size: 12px;
  color: #fff;
  position: relative;
  margin-bottom: -3px;
  white-space: nowrap;
  border-top: 1px solid #626262;
  border-right: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  background: #3d3d3d;
  }

#leftMenu>#nav li {
  margin-bottom: 0;
  }

.navArrow {
  background: #fff url('/img/foo.gif');
  }

li ul {
  position: absolute;
  top: -2px;
  left: 166px;
  margin-bottom: -2px;
  display: none;
  border-top: 1px solid #2c2c2c;
  border-left: 1px solid #2c2c2c;
  }

li ul li {
  width: 400px;
  }

li:hover > ul {display: block;}


/* Main Content Area */

#main {
  width: 436px;
  float: right;
  padding: 15px 8px;
  margin-left: -2px; 
  }

#main h2 {
  font-size: 18px;
  font-style: italic;
  color: #B8000B;
  margin: 0 .5em 1em .5em;
  border-bottom: 1px solid #ccc;
  }

#main h3 {
  font-size: 14px;
  color: #B8000B;
  padding-bottom: .2em;
  margin: 0 .5em .25em .5em;
  border-bottom: 1px dotted #707070;
  }

#main h3 span {
  font-size: 11px;
  float: right;
  margin-top: 3px;
  }

#main h4 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 2px 2px 2px 4px;
  margin: 1.5em .5em .25em .5em;
  background: #7e7e7e;
  }

#main p, td, table {
  font-size: 12px;
  line-height: 1.25em;
  text-align: justify;
  margin: .5em .75em 1em .75em;
  }

#main ul, #main ol {
  font-size: 12px;
  list-style-position: inside;
  margin-left: 2em;
  }

#main li {
  margin-bottom: 1em;
  }

#main img {
  float: right;
  padding: 3px;
  margin: 0 .5em 0 .75em;
  border: 1px solid #bbb;
  }

#hiddenMenu {
  display: none;
  }

#faculty li {
  margin-bottom: .25em !important;
  margin-left: -15px;
  }

#faculty #department {
  font-weight: bold;
  }

.review {
  font-size: 10px !important;
  }

/* Right Column */

#right {
  margin-left: 623px;
  }

#right h5 {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: .25em .5em .25em .25em;
  margin: 1px;
  background: #B8000B;
  }

#body>#right h5 {
  padding-left: .5em;
  }

#right dl, #right ul {
  font-size: 11px;
  padding: 1em;
  }

#right dt, #right li {
  font-size: 11px;
  padding-bottom: .5em;
  list-style: none;
  }

.submenu {
  font-size: 11px;
  padding: 1em;
  list-style: none;
  }

.submenu li {
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  }

.submenu a {
  text-decoration: none;
  }

.submenu a:hover {
  background: none;
  }

#body>#right p {
  padding: .55em;
  }

#right img {
  margin: 1px 0 0 1px;
  }

/* Footer */

#footer {
  height: 26px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  clear: both;
  background: url('/img/bkg_footer.gif');
  }

/* Links */

a {
  color: #3d3d3d;
  }

#nav a {
  font-size: 11px;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: .5em .5em .5em .75em;
  }

a:visited {
  color: #3d3d3d;
  }

#nav a:visited {
  color: #fff;
  }
  
a:hover {
  color: #B8000B;
  }

#nav a:hover {
  background: #515151;
  }
  
a:active {
  color: #000;
  }
  
