a {
  color: #12562c;
  text-decoration: none;
}

body {
  background: #fff;
  color: #333;
  font-family: "Helvetica", "Georgia";
  font-size: 12px;
}

body, html {
  height: 100%;
}

h1 {
  border-bottom: 1px solid #000;
  color: #111;
  font-family: "Times new roman", "Georgia";
  font-size: 25px;
  font-style: italic;
  margin: 0 5px 15px 5px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
  h1 span {
    color: #64be87;
  }

h3 {
  color: #111;
  font-family: "Times new roman", "Georgia";
  font-size: 15px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

p.preamble {
  color: #64be87;
  font-family: "Times new roman", "Georgia";
  font-size: 25px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 90%;
}
    
.cake-sql-log {
  display: none;
}

/* HEADER */

#header {
  background: #64be87;
}
  #header #logo {
    background: url('../images/logo.gif') no-repeat 0 0;
    display: block;
    height: 90px;
    text-indent: -10000px;
    width: 110px;
  }
  #header #office {
    z-index: 1000;
  }
    #header #office p {
      color: #333;
      display: block;
      float: left;
      padding: 10px;
      text-align: right;
      text-transform: lowercase;
      width: 90px;
    }
    #header #office ul {
      background: #333 url('../images/arrows.png') 180px 10px no-repeat;
      left: 110px;
      position: absolute;
      width: 200px;
    }
      #header #office ul li {
        display: none;
      }
      #header #office ul li.selected {
        display: block;
      }
        #header #office ul li a {
          color: #fff;
          display: block;
          padding: 10px;
        }
  #header #header_element {
    clear: both;
  }
        
/* CONTENT */

#content {
  min-height: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

/* FOOTER */

#footer {
  background: #eee;
  padding: 50px 0 150px 0;
}
  #footer a {
    color: #888;
  }
  #footer .grid_6 {
    color: #888;
    font-size: 13px;
    line-height: 20px;
  }
  #footer .grid_6.first {
    font-weight: bold;
  }
  
/* NAVIGATION */

#nav {
  margin-top: 25px;
}
  #nav li {
    display: block;
    float: left;
  }
    #nav li a {
      color: #333;
      display: block;
      font-size: 14px;
      padding: 10px 20px;
    }
    #nav li.selected {
      background: #fff;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
    }
      #nav li.selected a {
        color: #000;
      }
      
/* MENU */

#menu {
  border-bottom: 1px solid #ddd;
  margin: 0 5px 15px 5px;
  padding-bottom: 15px;
}
  #menu li {
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
    #menu li a {
      color: #333;
      display: block;
    }
      #menu li.hover {
        background: #b9e3c9;
      }
      #menu li a:hover {
        color: #333;
      }
    #menu li.disabled {
      background: #ddd;
      color: #fff;
    }
    #menu li.selected {
      background: #64be87;
    }
      #menu li.selected a {
        color: #fff;
      }
      
/* SIDEBAR */

#sidebar li {
  border-bottom: 1px solid #ddd;
}
  #sidebar li.selected a {
    background: #64be87 !important;
    color: #fff !important;
  }
  #sidebar li a {
    color: #333;
    display: block;
    padding: 10px 20px;
  }
  #sidebar li a:hover {
    background: #b9e3c9;
    color: #333;
  }
      
  #header #feature {
    clear: both;
  }
    #header #feature .grid_16 {
      margin: 50px 0;
    }
      #header #feature img {
        border: 5px solid #222;
        width: 620px;
      }
      
/* CONTACT */

.contact #map {
  margin-bottom: 0px;
  overflow: hidden;
  padding-bottom: 15px;
}
  .contact #map #canvas {
    border: 10px solid #eee;
    height: 300px;
    width: 930px;
  }
  
#employees {  
  clear: both;
}

#employees .separator {
  border-top: 1px solid #ccc;
  margin: 0 5px;
  margin-bottom: 15px;
}

#employees .grid_6 {
  height: 125px;
  margin-bottom: 20px;
}
  #employees .grid_6 p.title {
    margin-bottom: 10px;
  }
  #employees .grid_6 img {
    height: 125px;
    width: 230px;
  }
  #employees .grid_6.no_image {
    height: 125px;
    background: #eee;
  }
  
/* HOME */

#banner_cycle {
  border: 5px solid #333;
  height: 350px;
  margin-top: 25px;
  width: 620px;
}
  #banner_cycle .banner {
    background-repeat: no-repeat;
    display: block;
    height: 350px;
    overflow: hidden;
    width: 620px;
  }
    #banner_cycle .banner span {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      display: block;
      font-size: 12px;
      height: 25px;
      margin-top: 310px;
      padding-top: 15px;
      padding-left: 25px;
    }
  
/* NEWSLETTERS */

#newsletter {
  background: #cee3d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
  #newsletter div {
    clear: both;
    overflow: hidden;
    padding: 15px;
  }
    #newsletter div.image_above img,
    #newsletter div.image_below img {
      display: block;
      width: 100%;
    }
    #newsletter div.image_above p,
    #newsletter div.image_below p {
      margin-top: 10px;
    }
    #newsletter div.image_left img {
      float: left;
      margin-right: 20px;
      width: 150px;
    }
    #newsletter div.image_left p {
      float: left;
      width: 410px;
    }
  
/* PAGES */

.pages.view #content img {
  margin-bottom: 10px;
}
.pages.view #content input {
  background: #eee;
  border: none;
  font-size: 25px;
  margin-top: 50px;
  padding: 20px;
  width: 100%;
}
.pages.view #content #movie {
  margin-bottom: 15px;
}
.pages.view #content .body ul {
  list-style: disc;
  margin: 10px 25px;
}

.pages.view #content .grid_24 .body,
.pages.view #content .grid_24 .preamble {
  width: 90%;
}

/* PROJECTS */

#project .description {
  font-size: 12px;
  margin-top: 15px;
  width: 90%;
}

#project #movie * {
  margin: 0;
  padding: 0;
}

.thumb_grid {
}
  .thumb_grid .grid_6 {
    color: #333;
    display: block;
    margin-bottom: 25px;
  }
  .thumb_grid .grid_6:hover {
    color: #000;
  }
    .thumb_grid .grid_6:hover span {
      background: #888;
    }
    .thumb_grid .grid_6 img {
      display: block;
      height: 125px;
      margin-bottom: 10px;
      width: 230px;
    }
      .thumb_grid .grid_6 span {
        background: #aaa;
        color: #fff;
        float: right;
        font-size: 9px;
        padding: 2px;
        text-transform: lowercase;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
      }
    .thumb_grid .grid_6 div.no_image {
      background: #eee;
      height: 125px;
      margin-bottom: 10px;
    }
    
/* PAGING */

#paging {
  background: red;
  clear: both;
}
  #paging .grid_12 a {
    background: #006a29;
    color: #fff;
    display: block;
    float: left;
    padding: 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #paging .grid_12 a:hover {
    background: #009038;
  }
  #paging .grid_12#next a {
    float: right;
  }
  
/* OVERLAY */
#overlay {}
  #overlay #controls {
     text-align: center;
     margin-top: 15px;
  }
  #overlay #controls a {
    background: #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 20px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
  }
  #overlay #controls a:hover {
    background: #64be87;
    color: #fff;
  }