html {
  height: 100%;
}

body {
  font-family: 'OpenSansLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #666;
  height: 100%;
  font-size: 12px;
}

#social {
  float: right;
  margin-top: 30px;
  margin-right: 30px;
}

.main {
  height: 50%;
  width: 950px;
  position: relative;
}

.title {
  float: left;
  margin: 30px 0 0 30px;
}

.title img {
  width: 124px;
  height: 185px;
}

.content {
  float: right;
  width: 380px;
  margin: 60px 38px 0 0;
}

.content p {
  margin-bottom: 1em;
}

.nav {
  position: absolute;
  bottom: 0;
  width: 950px;
  background-color: #fff;
}

.nav li {
  float: left;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0px 10px 35px;
}

.nav li a {
  color: #000;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 11px;
}

.nav li a:hover, .nav li.active a {
  color: #666;
}

.nav li.welcome a {
  color: #8ab8cb;
}

.foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.showcase .foot {
  height: 60%;
}

.showcase .main {
  height: 40%;
}

.foot img.fullsize {
  
}
  

.foot .footer-content {
  position: absolute;
  top: 0;
  width: 880px;
  padding: 35px;
  color: #ccc;
}

.foot .showcase {
  height: 408px;
  width: 105%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  position: relative;
}

.foot .showcase-image {
  height: 100px;
  margin: 1px;
  float: left;
  text-align: center;
  line-height: 100px;
}

.foot .showcase .showcase-image img.thumb {
  float: left;
  vertical-align: middle;
  height: 100px;
}

.foot .showcase .showcase-image img.large {
  display: none;
  height: 408px;
  position: absolute;
}

.foot .showcase .showcase-image .selected img.large {
  height: 408px;
  position: absolute;
  left: 0;
  display: block;
  z-index: 10;
}

.foot .showcase .pane {
  position: absolute;
  top: 0;
  left: 0;
  height: 408px;
  width: 96%;
  background-color: #000;
  opacity: 0.75;
  display: none;
}


.hint {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 80%;
  float: right;
  padding: 5px;
  margin-right: 35px;
  text-align: right;
}

.hint span {
  font-size: 80%;
}

.name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 80%;
  float: left;
  padding: 5px;
  width: 40%;
  margin-left: 30px;
}

.name strong {
  color: #000;
}

body.register {
  background-color: #000;
  color: #fff;
}

body.register img {
  position: absolute;
  top: 0;
}

.registration {
  width: 240px;
  font-size: 16px;
  text-align: center;
}

.registration a {
  color: #fff;
  text-transform: uppercase;
}
 
.registration p {
  text-transform: uppercase;
  letter-spacing: 1px;
}
 
.registration label {
  letter-spacing: 1px;
  font-size: 80%;
}

.registration input {
  border: 0;
  padding: 2px;
  width: 226px;
  text-align: center;
}

.who-we-are .content, .expertise .content, .typical-briefs .content {
  width: 532px;
}

#jane {
  float: right;
  margin: 64px 20px 0 0;
  display: block;
  width: 135px;
  height: 175px;
}

