#head{
  height: 158px;
}

#header{
    border: 0px;
    padding-top: 30px;
    padding-left: 5px;
}

#menubar_horizontal{
    margin-top: 35px;
    margin-left: 1px;
    width: 932px;
    height: 30px;
}
#content{
    padding: 5px;
    padding-top: 0px;
}

#footer
{
  padding: 5px;
    height: 86px;
}

/* ------------- Horizontal Menu------------------------ */
#tabs {
  margin-top: 0px;
  float:left;
  font-size:95%;
  padding-left: 110px;
}

#tabs ul {
  margin:0;
  padding:0px 1px 0 50px;
  list-style:none;
  height: 30px;
}

#tabs li {
  display:inline;
  margin:0;
  padding:0;
}

#tabs a {
  float:left;
  background:url("../images/button/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabs a span {
  float:left;
  display:block;
  background:url("../images/button/tabright.gif") no-repeat right top;
  padding:7px 20px 4px 20px;
  color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
}

#tabs a:hover {
  background-position:0% -42px;
}

#tabs a:hover span {
  background-position:100% -42px;
}

/* ------- Footer -------------------- */
.footer #footer-menu{
  text-align: right;
  padding-right: 130px;
  padding-top: 14px;
}

.footer a, a:visited {
  color: #e8f1f8;
  text-decoration: none;
}

.footer a:hover, a:active {
  color: #4e7dc2;
  text-decoration: underline;
}

.footerPipe{
  color:#AFCADE;
  margin:0pt 8px;
}


.footer a:hover, .footer a:active{
  color: #ffcc33;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffcc33;
}
.footer #footer-copyright{
  text-align: right;
  clear:both;
  color:#AFCADE;
  display:block;
  font-family:Tahoma;
  font-size:85%;
  padding-right: 14px;
}