/* 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: 40px;
  left: 200px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 600px;
  z-index: 3 ;
}

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

#page-title {
  color: #ffffff;
  margin: 2px 13px 0px 10px;  
}

#page-title-pre {
  color: #483318;
  font-family: impact;
  font-size: 24px;
  margin: 0px 24px 0px 3px;
  text-transform: uppercase;
}

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


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

#cell_1 {
  background-color: #483318;
  color: #ffffff;
  height: 100px;
}

#cell_2 {
  height: 70px;
  left: 200px;
  overflow: hidden;
  top: 30px;
  width: 600px;
  z-index: 2;
}

#cell_2 table {
  margin: 0px 0px 0px -2px;
  width: auto;
}

#cell_2 td {
  font-family: "Trebuchet MS", Helvetica, Arial, "Lucida Sans", "Lucida Sans Unicode", luxisans, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  padding: 0px 26px 0px 0px;
}

#cell_3 {
  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 {
  left: 800px;
  top: 200px;
}

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



