@import url(styles.css);

#headerimg {
  border-right: solid 2px #333;
  height: 93px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 145px;
  z-index: 3;
}

#header {
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 2;
}

#header a, #header a:link, #header a:visited, #menu a, #menu a:link, #menu a:visited, #footer a, #footer a:link, #footer a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#header a:hover, #menu a:hover, #footer a:hover {
  text-decoration: underline;
}

#headertop {
  background-color: #3366cc;
  height: 93px;
  padding-left: 165px;
  padding-top: 16px;
}
html>body #headertop {
  height: 78px;
}

#headerbtm {
  background-color: #666;
  border-bottom: solid 3px #ff9900;
  border-top: solid 1px #484545;
  color: #fff;
  height: 26px;
  padding: 5px;
}
html>body #headerbtm {
  height: 15px;
}

#quicklinks {
  float: left;
  width: 45%;
}

#hotline {
  float: right;
  text-align: right;
  width: 45%;
}

#container {
  left: 0px;
  position: absolute;
  top: 122px;
  z-index: 1;
}

#left {
  float: left;
}

#menu {
  background-color: #3366cc;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: right;
}

#menu ul {
  list-style: none none outside;
  margin: 0px;
  padding: 0px;
  width: 182px;
}

#menu ul li {
  height: 30px;
  margin: 0px;
  padding: 0px;
  width: 182px;
}

#menu ul li a {
  height: 30px;
  padding: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  width: 182px;
}

#menu ul li a:hover {
  background-color: #ff9900;
}

#menu ul li a:active {
  background-color: #666;
}

#menu ul li a:hover {
  background-color: #ff9900;
}

#content {
  background-image: url(../images/bg.gif);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  float: left;
  margin: 30px;
  width: 65%;
}

#right {
  float: right;
}

#footer {
  background-color: #3366cc;
  border-top: solid 3px #666;
  clear: both;
  color: #fff;
  padding: 4px;
}

