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



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

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

#right {
  background: url(/images/header_rightcell.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;	
}

#findacell_sublink {
  width: 99px;
  background: url(/images/subnav_findacell.jpg) no-repeat;
}

#journey_sublink {
  width: 76px;
  background: url(/images/subnav_journey.jpg) no-repeat;
}

#discovery_sublink {
  width: 94px;
  background: url(/images/subnav_discovery.jpg) no-repeat;
}

#leaders_sublink {
  width: 116px;
  background: url(/images/subnav_leaders.jpg) no-repeat;
}


.item_list {
  margin-bottom: 25px;
}

.item_list span{
  float: right;
}

.item_list a{
 float: left;
}

 

