/* 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: 100px !important;
  left: 200px !important;
}

#cell_6 table,
#cell_7 table {
  margin-bottom: 0px;
  width: 370px;
}

#page-title { 
  margin: 6px 13px 0px 13px;
}

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

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

#cell_1 {
  height: 100px;
  width: 200px;
}

#cell_2 {
  height: 100px;
  left: 400px;
  width: 200px;
}

#cell_3 {
  height: 300px;
  left: 600px;
  width: 400px;
}

#cell_3 div.FeatureProjectList {
  width: 160px;
}

#cell_3 div.featureProject img {
  position: absolute;
  right: 0px;
  top: 0px;
}

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

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

#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: 100px;
  left: 600px;
  top: 300px;
  width: 400px;
}

#cell_7 {
  height: 100px;
  left: 600px;
  top: 400px;
  width: 400px;
}



