/* Home page css */

/****************
 General Elements
 ****************/
div#content-header {
  background-image: url(/ejaf_images/bg_underprimary_on_white.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  display: none !important; /* client decided to remove */
  height: 50px;
  left: 200px;
  position: absolute;
  top: 0px;
  width: 400px;
  z-index: 1000;
}

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


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

#cell_1 {
  color: #ffffff;
  height: 100px;
}

#cell_2 {
  background-image: url(/ejaf_images/bg_underprimary_on_white.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  height: 490px;
  left: 200px;
  padding: 10px 0px 0px 13px;
  top: 0px;
  width: 387px;
}

#cell_2 div.component {
  padding: 0px 13px 13px 0px;
}

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

#cell_3 {
  left: 600px;
}

#cell_4 {
  left: 800px;
}

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

#cell_6 {
  left: 600px;
  top: 200px;
}

#cell_7 {
  left: 800px;
  top: 200px;
}

#cell_8 {
  height: 100px;
  left: 600px;
  top: 400px;
}
#cell_9 {
  height: 100px;
  left: 800px;
  top: 400px;
}

