.horizontal-separator {
  border-bottom: 1px solid #eaebea;
  padding-bottom: 30px !important;
}

.chevron-list, #footer .footer-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.chevron-list li, #footer .footer-list ul li {
  background: url(../img/chevron.png) no-repeat 0 50%;
  padding-left: 15px;
}
.chevron-list a, #footer .footer-list ul a {
  color: #666666;
  text-decoration: none;
  line-height: 2;
}

a img {
  border: 0;
}

body {
  background: #ababab url(../img/body.png) repeat-x;
  font: 12px/1.5 Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#page {
  width: 870px;
  display: block;
  margin: 0 auto;
}

#header {
  background: url(../img/header.png) no-repeat 100% 0;
  height: 127px;
  overflow: hidden;
  position: relative;
}
#header .logo {
  position: absolute;
  top: 35px;
  left: 0;
}
#header #slogan {
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  right: 0;
}

#content {
  background: white;
  behavior: url(PIE.htc);
  box-shadow: 0 5px 15px #666666;
  margin-top: 5px;
  overflow: hidden;
  min-height: 800px;
}
#content .inner {
  background: url(../img/inner-content.jpg) no-repeat;
  float: left;
  overflow: hidden;
  padding: 25px;
  margin: 3px 5px;
  min-height: 300px;
  width: 595px;
}

#navigation {
  background: url(../img/navigation-sprite.png) repeat-x;
  height: 43px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation ul {
  display: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  background: url(../img/navigation-sprite.png) no-repeat 100% -50px;
  display: block;
  float: left;
}
#navigation li:hover ul {
  background: #2ab3d7;
  border-radius: 0 0 5px 5px;
  display: block;
  position: absolute;
}
#navigation li:hover ul li {
  background: none;
  float: none;
}
#navigation li:hover ul a {
  background: none;
  line-height: 35px;
}
#navigation li:hover ul a:hover {
  text-decoration: underline;
}
#navigation li a {
  color: white;
  text-decoration: none;
  display: block;
  line-height: 43px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #666666;
  text-transform: uppercase;
  padding: 0 1em;
}
#navigation li a:hover, #navigation li a.current {
  background: url(../img/white-triangle.png) no-repeat 50% 100%;
}

#sidebar {
  width: 180px;
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}
#sidebar h2 {
  color: #2ab3d7;
  font-size: 22px;
}
#sidebar a[href^="mailto"] {
  color: #2ab3d7;
}

#footer {
  background: black url(../img/footer.png) repeat-x;
  height: 118px;
  padding: 40px 0 0 0;
}
#footer .inner {
  color: #a4a4a4;
  width: 870px;
  display: block;
  margin: 0 auto;
}
#footer .inner a {
  color: #a4a4a4;
}
#footer #copy-and-credits {
  float: left;
  max-width: 300px;
}
#footer .footer-list {
  float: right;
  min-width: 150px;
  overflow: hidden;
}
#footer .footer-list a {
  text-transform: uppercase;
}
