/* 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;
  width: 400px !important;
}

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

.worldMapKey {
  left: 0px;
  position: absolute;
  top: 285px;
}

/***************
 Hidden elements
 ***************/
#cell_2 {
  display: none;
}

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

#cell_1 {
  height: 100px;
}

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

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

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

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

#cell_6 {
  color: #ffffff;
  height: 400px;
  left: 600px;
  top: 100px;
  width: 400px;
}

#cell_6 object {
  padding: 0px 5px 5px 5px;
  position: relative;
  top: 5px;
}

#cell_6 .component {
  padding: 0px;
}

#cell_6 #static-world-links {
  left: -10px;
  position: absolute;
  top: 161px;
}

#cell_6 #static-world-links a,
#cell_6 #static-world-links a:visited {
  color: #483318;
  font-size: 12px;
  line-height: 15px;
}

#cell_6 #static-world-links a:hover {
  color: #9a7e56;
}

#cell_6 #static-world-links ul {
  list-style: none;
  float: left;
  width: 80px;
}


