.teal {
  color: #12638f; }

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

h1, h2, h3, h4, h5 {
  color: #421915;
  font-weight: normal; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.1em; }

h3 {
  color: #efedea;
  font-size: 1.3em; }

h4 {
  font-size: 1.3em; }

h5 {
  color: #032b23;
  font-size: 1.3em;
  margin: 5px 0; }

body {
  background: #243b41;
  line-height: 1;
  color: black;
  position: relative;
  font-size: .8em;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif; }

#wrapper {
  width: 856px;
  margin: 20px auto 20px auto;
  padding: 0px 0 0 0;
  position: relative; }

#portfolios {
  width: 900px;
  padding: 0px 50px 0 0px;
  margin: 0 auto;
  height: 27px;
  text-align: center;
  position: relative; }
  #portfolios h1 {
    color: #85879e;
    font-weight: normal;
    width: auto;
    font-size: 2.2em; }
  #portfolios a {
    font-size: 1.4em;
    padding: 6px 20px 3px;
    color: #b1b39e;
    display: inline-block;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    background: #344E57; }
    #portfolios a:hover {
      color: #d9ab0c; }
    #portfolios a.current {
      background: #CB8C12;
      color: #072C28; }
    #portfolios a:first-child {
      -moz-border-radius-bottomleft: 20px;
      -webkit-border-bottom-left-radius: 20px;
      -moz-border-radius-bottomright: 0px;
      -webkit-border-bottom-right-radius: 0px; }

#outer_container {
  border: 2px solid #072c28;
  background: #09252a;
  width: 850px;
  margin: 0px auto;
  position: relative; }
  #outer_container a#title {
    position: absolute;
    top: 15px;
    left: 332px;
    z-index: 2;
    background: transparent url('/images/media/title.png') no-repeat;
    width: 186px;
    height: 131px; }
  #outer_container #top .abs_top a {
    display: block;
    font-size: 1.8em;
    margin: 30px 0 0 0; }
  #outer_container #top #top_left a {
    padding: 0 2px 0 0; }
  #outer_container #top #top_right a {
    padding: 0 0 0 8px; }
  #outer_container #top #top_left, #outer_container #top #top_right {
    position: absolute;
    top: -3px;
    width: 429px;
    height: 124px;
    border: none; }
  #outer_container #top #top_left {
    background: transparent url('/images/media/top_left.png') no-repeat;
    left: -5px; }
  #outer_container #top #top_right {
    background: transparent url('/images/media/top_right.png') no-repeat;
    right: -5px; }
  #outer_container #media {
    display: block;
    width: 100%;
    height: 300px;
    margin: 70px 0 0 0;
    text-align: center;
    border-top: 2px solid #072c28; }
    #outer_container #media #main_photo {
      border-spacing: 0px;
      width: 424px;
      height: 350px; }
    #outer_container #media td#prev_arrow, #outer_container #media #next_arrow {
      width: 50%;
      color: #fff;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      z-index: 0; }
    #outer_container #media #prev_arrow {
      background: transparent url('/images/media/prev.png') no-repeat 20px 160px; }
    #outer_container #media #next_arrow {
      background: transparent url('/images/media/next.png') no-repeat 160px 160px; }
    #outer_container #media h1 {
      color: #b0afaa;
      font-size: 1.5em;
      font-weight: normal;
      padding: 70px 0 0 0; }
    #outer_container #media #nav {
      width: 424px;
      height: 300px;
      padding: 50px 0 0 0;
      background: #3c5055;
      border-left: 1px solid #072c28; }
      #outer_container #media #nav #inner {
        background: #eeede9;
        width: 250px;
        margin: 6px auto 16px auto;
        padding: 14px 20px;
        text-align: left; }
        #outer_container #media #nav #inner a {
          display: block;
          color: #604041;
          margin: 6px 0; }
          #outer_container #media #nav #inner a:hover {
            color: #d9ab0c; }
        #outer_container #media #nav #inner a.current {
          color: #d9ab0c; }
      #outer_container #media #nav h3.sm {
        font-size: .9em;
        font-weight: normal; }
  #outer_container #photo_window {
    width: 100%;
    overflow: hidden;
    height: 60px;
    background: #072c28;
    border-top: 2px solid #072c28;
    border-bottom: 2px solid #072c28;
    float: left; }
    #outer_container #photo_window #photos {
      width: 10000px; }
      #outer_container #photo_window #photos a {
        opacity: 0.5; }
        #outer_container #photo_window #photos a img {
          background: grey; }
      #outer_container #photo_window #photos a.current, #outer_container #photo_window #photos a:hover {
        opacity: 1; }
  #outer_container #base {
    height: 50px;
    padding: 40px 0 0 0;
    clear: both; }
    #outer_container #base h3 {
      color: #efedea;
      font-size: 1.8em; }

a.button {
  font: 1em normal Lucida Sans Unicode, Lucida Grande, sans-serif;
  background: #344e57;
  color: #efedea;
  font-variant: small-caps;
  padding: 5px 0px 4px 0px;
  width: 160px;
  margin: 0 auto; }
  a.button:hover {
    background: #cc9933;
    color: #102B30; }
