body, .top_nav ul {
  background: #002344;
}

a {
  color: #005275;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 960px;
}

header, nav, footer {
  font-size: 14px;
}

header {
  background: #005275;
  padding: 10px;
  color: #002344;
}

header h1 {
  background: url('images/logo.png') no-repeat;
  float: left;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
  width: 171px;
}

.login {
  float: right;
  line-height: 16px;
  margin: 17px 0;
}

.login a {
  color: #77A2B5;
  border-left: 1px solid #002344;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}

.top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top_nav li {
  float: left;
}

.top_nav li ul {
  display: none;
  position: absolute;
}

.top_nav li:hover ul {
  display: block;
}

.top_nav li li {
  float: none;
}

.top_nav a {
  color: #77A2B5;
  display: block;
  padding: 10px 20px;
}

.top_nav a:hover {
  background: #005275;
}

.hero {
  background: #77A2B5 url('images/hero.jpg') no-repeat 50% 50%;
  padding-top: 220px;
} 

.hero h1 {
  color: white;
  float: left;
  font-size: 40px;
  font-weight: normal;
  margin: 17px 0 0;
  text-shadow: 0 0 20px black;
  width: 660px;
}

.hero strong {
  display: block;
}

.content {
  background: rgba(0,0,0,.25);
  height: 130px;
}

.sign_up_button {
  background-color: #77a2b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77a2b5), to(#005275));
  background-image: -webkit-linear-gradient(top, #77a2b5, #005275);
  background-image:    -moz-linear-gradient(top, #77a2b5, #005275);
  background-image:      -o-linear-gradient(top, #77a2b5, #005275);
  background-image:         linear-gradient(to bottom, #77a2b5, #005275);
  border: 1px solid #002344;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(255,255,255,.5) inset, -1px -1px 1px 0px rgba(0,0,0,.5) inset;
          box-shadow: 1px 1px 1px 0px rgba(255,255,255,.5) inset, -1px -1px 1px 0px rgba(0,0,0,.5) inset;
  color: white;
  float: right;
  font-size: 30px;
  margin-top: 36px;
  padding: 10px 20px;
}

.details {
  background: #ECE2C6;
  color: #002344;
  padding: 10px 0;
}

.details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.details li {
  background-position: 0 -2px;
  background-repeat: no-repeat;
  margin: 30px auto;
  padding-left: 60px;
  width: 75%;
}

.details h2 {
  margin: 0;
}

.details p {
  margin: 5px 0;
}

.agile {
  background-image: url('images/agile.png');
}

.mobile {
  background-image: url('images/mobile.png');
}

.cloud {
  background-image: url('images/cloud.png');
}

footer, footer a {
  color: #77A2B5;
}

footer h2 {
  float: left;
  margin: 6px 0;
  width: 137px;
  height: 40px;
  text-indent: -9999px;
  background: url('images/logo_small.png') no-repeat 0 0;
}

footer nav {
  float: left;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer li {
  border-left: 1px solid #000;
  float: left;
  margin: 18px 0 0 10px;
  padding-left: 10px;
}

footer li:first-child {
  border: 0;
  margin-left: 0;
  padding: 0;
}

footer small {
  float: right;
  font-size: 1em;
  line-height: 52px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}