html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

html {
  overflow-y: scroll; }

body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

select, input, textarea, button {
  font: 99% sans-serif; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

body {
  overflow: hidden;
  background: #666666 url("../img/bg-stripes.gif") 0 0; }

h1, a {
  position: absolute; }

h1 {
  top: 45px;
  left: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  text-indent: -9999px;
  background: url("../img/logo.gif") 0 0 no-repeat;
  z-index: 3; }

#offices {
  position: relative; }
  #offices li {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1; }
    #offices li a {
      display: block;
      position: relative;
      overflow: hidden; }
      #offices li a span {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: 91px;
        font-size: 12px;
        background: white;
        color: #666;
        z-index: 2; }
        #offices li a span strong {
          display: block;
          margin: 55px 0 0 60px; }
          #offices li a span strong small {
            display: block;
            color: #aeadad; }
      #offices li a img {
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
      #offices li a .color {
        display: none; }
    #offices li#ny {
      left: 50%; }
      #offices li#ny span {
        left: 0;
        right: auto; }
      #offices li#ny img {
        right: 0;
        left: auto; }
    #offices li:hover {
      z-index: 5; }
