/* 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;
  display: block;
  height: 50px;
  left: 200px;
  position: absolute;
  top: 0px;
  width: 600px;
  z-index: 3;
}

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

#page-title {
  color: #483318;
}

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


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

#cell_1 {
  height: 100px;
}

#cell_2 {
  color: #ffffff !important;
  height: 51px;
  left: 200px;
  overflow: hidden;
  top: 49px;
  width: 600px;
  z-index: 2;
}

#cell_2 {
  color: #9a7e56;
}

#cell_3 {
  height: 100px;
  left: 800px;
}

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

#cell_5 {
  height: 390px;
  left: 213px;
  top: 100px;
  width: 587px;
}

#cell_5 div.component {
  padding-left: 0px;
}

#cell_5 div.document,
#cell_5 div.file,
#cell_5 div.quote {
  margin-right: 13px;
}

#cell_6 {
  height: 400px;
  left: 800px;
  top: 100px;
}


