/* Home page css */

/****************
 General Elements
 ****************/
div#content-header {
  background-color: #c6ac79;
  background-image: url(/ejaf_images/bg_underprimary_on_brown3.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  color: #483318;
  display: block;
  height: 45px;
  left: 200px;
  position: absolute;
  top: 0px;
  width: 800px;
  z-index: 1000;
}


div.secondaryNavigation a,
div.secondaryNavigation span {
  font-size: 12px;
  text-transform: uppercase;
}

/***************
 Hidden elements
 ***************/

/*************
 Content Areas
 *************/
div.contentArea {
  left: 0px;
  height: 200px;
  position: absolute;
  top: 0px;
  width: 200px;
}

#cell_1 {
  height: 100px;
}

#cell_2 {
  color: #ffffff;
  height: 55px;
  left: 200px;
  top: 45px;
  width: 800px;
}

#cell_2 div.component {
  margin-top: 0px;
}

#cell_3 {
  height: 400px;
  top: 100px;
}

#cell_4 {
  height: 390px;
  left: 213px;
  top: 100px;
  width: 774px;
}


