* {
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: #ccc;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: #999;
  text-decoration: underline;
}

  a:hover {
    color: #666;
    text-decoration: none;
  }

h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 32px 0;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

p {
  margin-bottom: 1em;
}

ol, ul {
  margin: 0 1.5em 1em;
}

  ol li, ul li {
    margin-bottom: 1em;
  }

img.left {
  float: left;
  margin: 0 1em 1em 0;
}

img.right {
  float: right;
  margin: 0 0 1em 1em;
}

#link {
  color: #0000ff;
}

#header {
  background-color: #ccc;
  padding: 32px 0;
  text-align: center;
}

  #logo {
    display: block;
    margin: 0 auto;
    width: 800px;
  }

  #tagline {
    color: #333;
    font-weight: bold;
    margin: 16px 0 0;
  }

#content {
  overflow: hidden;
  padding: 32px 0 48px;
}

  #navigation {
    float: left;
    font-size: 14px;
    list-style: none;
    margin: 32px 0 0;
    width: 200px;
  }

    #navigation li {
    }

      #navigation li a {
        color: #999;
        cursor: pointer;
        font-weight: bold;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;
      }

      #navigation li a:hover {
        border-bottom: 1px solid #999;
      }

        #navigation li.active a {
          color: #333;
        }

        #navigation li.active a:hover {
          text-decoration: none;
        }

  #copy {
    float: right;
    width: 550px;
  }

  #video {
    float: right;
    width: 640px;
    text-align: center;
  }

    #hero {
      margin-bottom: 16px;
    }

.internal {
  margin: 0 auto;
  width: 800px;
}

#footer {
  background-color: #ccc;
  clear: both;
  padding: 64px 0;
}

  #copyright {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
  }
