html { height: 100%; }
html body { height: 100%; }
body {
  margin: 0;
  font: 12px Arial, sans-serif;
  color: #2c2c2c;
}
a {
  color: #2c2c2c;
  font-weight: bold;
  text-decoration: none;
}
a:hover { color: #3b607b; }
img { border: 0; }
#wrapper {
  position: relative;
  width: 900px;
  margin: 0 auto;
  height: 100%;
  background: #96acb9;
}
#banner {
  height: 450px;
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner h1 {
  position: absolute;
  top: 40px;
  right: 50px;
  display: block;
  margin: 0;
  padding: 0;
}
#banner h1 a {
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 185px;
  height: 46px;
  background: url(../images/crosspack.png) no-repeat top left;
}
#navigation {
  position: absolute;
  top: 125px;
  left: 0;
  width: 840px;
  padding: 0 30px;
}
#navigation a { outline: 0; }
#navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#navigation ul li {
  list-style: none;
  display: block;
  float: left;
}
#navigation ul li a { display: block; }
#navigation .main { padding-bottom: 40px; }
#navigation .main ul li { margin-right: 10px; }
#navigation .main ul li a {
  text-transform: uppercase;
  width: 102px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  font-weight: bold;
  color: #3b607b;
  background: url(../images/navigation-item.png) no-repeat top left;
}
#navigation .main ul li a:hover { color: #274c67; }
#navigation .main ul li.active a {
  color: #ffffff;
  background-image: url(../images/navigation-item-active.png);
}
#navigation .main ul li.active a:hover {
  color: #ffffff;
  background-image: url(../images/navigation-item-active.png);
}
#navigation .main ul li.trail a {
  color: #ffffff;
  background-image: url(../images/navigation-item-active.png);
}
#navigation .main ul li.trail a:hover {
  color: #ffffff;
  background-image: url(../images/navigation-item-active.png);
}
#navigation .sub ul li {
  margin-right: 1px;
  margin-bottom: 1px;
}
#navigation .sub ul li a {
  font-weight: normal;
  color: #505050;
  padding: 0 10px;
  height: 20px;
  background: #ffffff;
  line-height: 20px;
}
#navigation .sub ul li a:hover { color: #212121; }
#navigation .sub ul li.active a {
  color: #ffffff;
  background: #96acb9;
}
#navigation .sub ul li.active a:hover {
  color: #ffffff;
  background: #96acb9;
}
#navigation .sub ul li.trail a {
  color: #ffffff;
  background: #96acb9;
}
#navigation .sub ul li.trail a:hover {
  color: #ffffff;
  background: #96acb9;
}
#main {
  position: relative;
  z-index: 1;
  width: 900px;
  background: #96acb9;
}
#main .content {
  position: relative;
  left: 30px;
  top: -100px;
  width: 540px;
  min-height: 275px;
  padding: 30px;
  background: #ffffff;
}
#main .content h2 {
  color: #003c78;
  font-size: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#main .content .body { line-height: 1.3; }
#main .content .body ul {
  padding-left: 1.5em;
  margin-left: 0;
}
#footer {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: visible;
}
#footer .content {
  line-height: 1.3;
  color: #ffffff;
  position: absolute;
  top: -92px;
  height: 90px;
  width: 540px;
  left: 60px;
}
#footer .content p {
  margin: 0;
  padding: 0;
}
#footer .content a {
  color: #ffffff;
  font-weight: normal;
}
#footer .content a:hover { color: #2c2c2c; }
