@import url(/css/base.css);
@import url(/css/sub_double.css);


#midheader {
  background: url(/images/header_aboutsection.jpg) no-repeat;
}

#left {
  background: url(/images/header_left1.jpg) top no-repeat;
  padding-top: 55px;
}

#right {
  background: url(/images/header_right1.jpg) top no-repeat;
  padding-top: 275px;
}


/*about page sub nav */

#midheader li {
  float: left;  
  height: 48px;
}
	
#midheader li a {
  display: block;
  text-indent: -5000px;
  overflow: hidden;
  background-position: top;
  height: 48px;
}

#midheader li a:hover {
  background-position: bottom;
}
	
#sub_nav {
  position: absolute;
  left: 104px;
  top: 11px;
  list-style: none;	
}

#about_sublink {
  width: 90px;
  background: url(/images/subnav_about220.jpg) no-repeat;
}

#staff_sublink {
  width: 97px;
  background: url(/images/subnav_staff.jpg) no-repeat;
}

#location_sublink {
  width: 95px;
  background: url(/images/subnav_locations.jpg) no-repeat;
}

#beliefs_sublink {
  width: 96px;
  background: url(/images/subnav_beliefs.jpg) no-repeat;
}




/* Profiles ============== */

.profile {
  margin: 20px 0px 0px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.profile h4{
  padding-top: 3px;
  margin: 0px 0px 10px 0px;
  color: #000;
}
 

