/* [Layout Style] */

/* [Centering box] */
#layout_outer_c         { text-align: center; padding: 15px 0;}
#layout_inner_c         { margin: auto; text-align: left; width: 819px;}

#layout_banner {
  position: relative;
  height: 311px;
}
#layout_banner #layout_banner_overlap {
  position: absolute;
  top: 0px;
  left: 28px;
  padding: 0px;
  border: 1px solid #0d7870;
  background-color: black;
  xopacity: 0.8;
  xfilter:alpha(opacity=80);
}
#layout_banner #image_fader_banner {
  position: absolute;
  top: 61px;
  left: 0;
  padding: 4px 7px 4px 6px;
  border: 1px solid #0d7870;
  background-color: #000;
}

#layout_nav_main {
  background-color: #363921;
  border-left: 1px solid #0d7870;
  border-right: 1px solid #0d7870;
  border-top: 1px solid #0d7870;
}

#nav_root_1{
}

#layout_content {
  border: 1px solid #0d7870;
  padding: 10px;
  // this is the "Verdana" font stack
font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
  color: #eeeeee;
}
.zoom_text p { font-size: 120%; line-height: 1.5em; }

#tagLine {
  float: right;
  margin:0;
  text-align: right;
}
.fancyScript {
  color: white;
}
