/* Colours */
  body {
    background-color: white;
  }
  a {
    color: black;
  }
    #footer a {
      color: white;
    }
  #header, #footer {
    background-color: #9ad5c9;
    color: white;
  }
  .navigation {
    background-color: #d1d3d4;
  }
  .copy-box {
    background-color: black;
    color: white;
  }
/* Type */
  body {
    font-size: 1em;
    font-family: Georgia, serif;
  }
  h2 {
    text-transform: uppercase;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  h3 {
    font-size: 100%;
  }
  .navigation {
    font-size: 95%;
  }
  .navigation li {
    margin-right: 20px;
  }
  a {
    text-decoration: none;
  }
  .copy-box {
    line-height: 1.2;
  }
  #footer {
    font-size: 80%;
  }
  
/* Structure */
body {
/*  width: 880px;*/
  margin: 4px auto;
}
  #container {
    width: 991px;
    margin: 0px auto;
  }
h1 {
  width: 800px;
  height: 92px;
  margin: 0px auto;
  padding: 0px;
}
h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
h3 {
  margin: 0px;
  padding: 0px;
}
p {
  margin-top: 0px;
}
a img {
  border: 0px;
}
  #header {
    margin-top: 10px;
    height: 110px;
    padding: 10px 0px 10px 0px;
  }
  .navigation {
    height: 28px;
    line-height: 28px;
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
  }
    .navigation a {
      text-decoration: none;
    }
    .navigation li {
      float: left;
      padding: 0px 30px;
      margin-right: 0px;
    }
  #footer {
    margin-top: 10px;
    height: 48px;
    padding-left: 10px;
    line-height: 48px;
    text-align: center;
  }
.box {
  width: 485px;
  float: left;
  overflow: hidden;
  display: inline;
}
.equal-cols #left-box, .equal-cols #right-box {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
#content {
  overflow: hidden;
}
.copy-box {
  width: 396px;
  padding: 25px;
}
.homepage-copy-box {
  width: 315px;
  padding: 30px 48px;
}
  .copy-box #copy-container {
    overflow: auto;
  }
.image-box {
  overflow: hidden;
}
#footer span.tel, #footer a, #footer span.fax {
  margin-left: 10px;
}

/* Allow for narrow right-hand column */
body.narrow-right .copy-box {
  width: 460px;
  padding: 40px 20px;
}
body.narrow-right .image-box {
  width: 580px;
}

/* Behaviours */
    .navigation li.active {
      background-color: black;
      border: 0;
      border-left: 3px solid white;
      border-right: 3px solid white;
    }
      .navigation li.home-link.active {
        border-left: none;
      }
    .navigation li:hover, .navigation li.hover {
      background-color: black;
    }
    .navigation li.active a, .navigation li:hover a, .navigation li.hover a {
      color: white;
    }

/* One Good Eye branding - Footer/homepage */
p#one-good-eye {
  text-align: center; 
  vertical-align: bottom; 
  font-size: 80%; 
  margin: 20px 0px;
}
  p#one-good-eye img {
    margin-left: 4px; 
    vertical-align: top;
  }

/* One Good Eye branding - Contact page */
p#design-development {
  height: 30px; 
  top: 425px; 
  right: 10px; 
  position: absolute; 
  text-align: center; 
  vertical-align: middle; 
  font-size: 80%; 
  margin: 20px 0px;
}
  p#design-development img {
    margin-left: 4px;
    vertical-align: bottom;
  }
