/* Richard Gibson:Main Styles - Alex@Popcorn08 */

body {
  margin: 3px 0px 0px 0px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 0.75em;
  background: url(/images/bg.jpg) repeat-x;
}

#header {
  width: 952px;
  height: 161px;
  margin: 0px auto 0px auto;
  background-image: url(/images/header-bg.jpg);
  background-repeat: no-repeat;
  border: 3px solid white;
}

#header img {
  margin: 27px 0px 0px 17px;
  }

#container {
  width: 952px;
  margin: 0px auto 0px auto;
  background-color: white;
  border: 3px solid white;
}

#google_translate_element {
  width: 957px;
  margin: 0 auto 8px auto;
  text-align: right;
}

#navbar {
  width: 172px;
  float: left;
  margin-right: 11px;
  background-color: #EDEDF1;
  background-image: url(/images/navbar-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}
  #navbar ul {
  margin: 0px;
  padding: 0px;
  width: 172px;
  list-style: none;
  }
  #navbar ul li {
  clear: both;
  float: left;

  width: 172px;
  background-image: url(/images/navbar-item.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #ACB6C9;
  }
  #navbar ul li.selected {
  background-image: url(/images/navbar-item-selected.gif);
  background-color: #DBDDE4;
  }
  #navbar ul li a {
  float: left;
  height: 20px;
  width: 164px;
  padding: 7px 0px 0px 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: #24365B;
  font-weight: bold;
  font-size: 92%;
  }
  #navbar ul li ul {
  }
  #navbar ul li ul li {
  background-image: url(/images/navbar-subitem.gif);
  background-color: #E5E5E5;
  }
  #navbar ul li ul li a {
  width: 152px;
  padding: 7px 0px 0px 20px;
  }

#content {
  width: 769px;
  float: left;
}

#footer {
  width: 952px;

  border-bottom: solid 3px #B9B9B9;
  margin: 15px auto 10px auto;
  padding: 0px;
  background-image: url(/images/footer-bg.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  list-style: none;
}
  #footer p {
  text-align: right;
  font-size: 90%;
  margin: 0px 5px 2px 0px;
  padding: 0px;
  }
  #footer li {
  float: left;
  height: 25px;
  margin: 0px 0px 0px 12px;
  }
  #footer li a {
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #4B4B4B;
  font-size: 11px;
  margin: 7px 0px 0px 0px;
  }
#contact {
  width: 952px;
  text-align: right;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 0px;
}