html body{
  color: #000;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: left;
  background-color: #dff0fa;
}
p {
  margin: 11px 0;
  position: relative;
}
#wrapper{
  margin: 0px auto;
  padding: 10px 0 0 0;
  float: none;
  display: block;
  overflow: hidden;
  width: 1000px;
}
li a {
  background-position: 0 0;
}

/* BEGIN 'header' */
a#top-logo {
  display: block;
  height: 54px;
  width: 1000px;
  
  background: #DFF0FA url(../images/nav/top_banner-trans.png) no-repeat 0 0;
}
/* END 'header' */

/* BEGIN 'nav' */
/*styles*/
#top-nav-wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-style: none solid;
}
#top-nav {
  height: 38px;
  width: 998px;
  text-align: center;
  background-color: #a04545;
  z-index: 99999;
  position: relative;
}
ul.levelOne {
  width: 790px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
ul.levelOne li {
  float: left;
  position: relative;
}
ul.levelOne li a {
  display: block;
  height: 38px;
  text-decoration: none;
}
ul.levelTwo {
  position: absolute;
  top: 38px;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  list-style-type: none;
}
ul.levelTwo li {
  position: relative;
  margin: 0;
  float: none;
  border-color: #ccc;
  border-width: 1px;
  border-style: none solid solid;
}
#top-nav ul.levelTwo li a {
  position: relative;
  height: 12px;
  padding: 5px 0;
  color: #a04545;
  white-space: nowrap;
  background-image: none;
}
ul.levelTwo li a:hover {
  color: #000;
  background-color: #ccc;
}
ul.levelThree {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  list-style-type: none;
  border-top: 1px solid #ccc;
}
/*controls*/
ul.levelOne li:hover ul.levelTwo {
  display: block;
}
ul.levelOne ul.levelTwo li:hover ul.levelThree {
  display: block;
}
/*images*/
li.index a {
  background: transparent url(../images/nav/nav_home.gif) no-repeat;
  width: 106px;
}
li.index:hover a {
  background: transparent url(../images/nav/nav_home_f2.gif) no-repeat;
}
li.school a {
  background: transparent url(../images/nav/nav_school.gif) no-repeat;
  width: 103px;
}
li.school:hover a {
  background: transparent url(../images/nav/nav_school_f2.gif) no-repeat;
}
li.philosophy a {
  background: transparent url(../images/nav/nav_philosophy.gif) no-repeat;
  width: 138px;
}
li.philosophy:hover a {
  background: transparent url(../images/nav/nav_philosophy_f2.gif) no-repeat;
}
li.community a {
  background: transparent url(../images/nav/nav_community.gif) no-repeat;
  width: 127px;
}
li.community:hover a {
  background: transparent url(../images/nav/nav_community_f2.gif) no-repeat;
}
li.admissions a {
  background: transparent url(../images/nav/nav_admissions.gif) no-repeat;
  width: 130px;
}
li.admissions:hover a {
  background: transparent url(../images/nav/nav_admissions_f2.gif) no-repeat;
}
li.giving a {
  background: transparent url(../images/nav/nav_giving.gif) no-repeat;
  width: 140px;
}
li.giving:hover a {
  background: transparent url(../images/nav/nav_giving_f2.gif) no-repeat;
}
/* END 'nav' */

/* BEGIN 'main' */
#main {
 border: 1px solid #ccc;
 width: 998px;
 overflow: hidden;
 background-color: #fff;
 clear: both;
 z-index: 9;
}
/* END 'main' */

/* BEGIN 'footer' */
#footer {
  margin: 0 0 30px;
  padding: 0;
  clear: both;
  position: relative;
  bottom: 0;
  background-color: #081722;
  z-index: 0;
}
#footer #bottom_banner {
  display: block;
  width: 998px;
  height: 57px;
  background: #fff url(/images/nav/bottom_banner.jpg) no-repeat 0 0;
  border: 1px solid #ccc;
  border-style: none solid;
}
#footer p {
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  color: #d3e9f6;
}
#footer, #footer a {
  text-align: center;
  white-space: nowrap;
  color: #d3e9f6;
}
#footer a:hover {
  text-decoration: none;
}
/* END 'footer' */