/* CSS RESET
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* END RESET
--------------------------------------------- */

.clear {
  clear: both;
}

body {
  text-align: center;
  background: #fff url(../images/bg.jpg) repeat-x center 18px;
  border-top: 17px solid #fff;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: inherit;
}

blockquote {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  padding: 8px 0px;
  margin: 16px 10px 20px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.35em;
  color: #667c96;
}

h1 {
  color: #336699;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 18px;
  line-height: 24px;
}

h2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #666;
  font-style: italic;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
}

h3 {
  color: #336699;
  margin: 20px 0px 10px;
  font-size: 15px;
}

#container {
  width: 740px;
  margin: 0 auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  color: #444;
}

#header {
  height: 141px;
  width: 550px;
  margin: 0 auto;
  margin-top: 20px;
}

.headingLeft {
  float: left;
  margin-top: 22px;
}

.headingRight {
  float: right;
  margin-top: 32px;
}

#nav {
  width: 141px;
  height: 350px;
  padding: 20px 10px 0px;
  background-color: #336699;
  float: right;
  z-index: 2;
  position: relative;
}

  #nav li {
    display: block;
    width: 135px;
    border-bottom: 1px solid #5c85ad;
    text-align: left;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
  }

    #nav li:last-child {
      border-bottom: none;
      
    }

    #nav li:hover {
      background-color: #5c85ad;

    }

    #nav li a {
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 6px 0px 6px 6px;
      width: 100%;
      height: 100%;
      -webkit-font-smoothing: antialiased;
    }

.featureImage {
  width: 700px;
  margin-bottom: 20px;
}

#footer {
  margin: 25px 0px 30px;
  font-size: 11px;
  color: #999;
}

  #footer p {
    margin-bottom: 5px;
  }

  #footer li {
    display: inline;
  }

  #footer a {
    text-decoration: none;
  }

    #footer a:hover {
      text-decoration: underline;
      color: #666;
    }

.footerLeft {
  text-align: left;
  float: left;
  padding-left: 20px;
}

.footerRight {
  float: right;
  padding-right: 18px;
  margin-top: -2px;
}

.facebook {
  margin-right: 20px;
  position: relative;
  top: -4px;
}


/* INSIDE PAGE
--------------------------------------------- */

.insidePage {
  background: #fff url(../images/inside-bg.jpg) repeat-x center 18px;
}

#insideFeature {
  float: left;
  margin-bottom: 30px;
}

#mainInsideContent {
  width: 519px;
  min-height: 400px;
  margin-left: 20px;
  text-align: left;
  margin-bottom: 40px;
}

  #mainInsideContent p {
    line-height: 1.5em;
    font-size: 12px;
    margin-bottom: 10px;
  }

.lists {
  min-height: 100px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

  .tallList {
    min-height: 150px;
  }

  .smallList {
    min-height: 60px;
  }

.leftList, .rightList {
  font-size: 12px;
  width: 240px;
}

.leftList {
  float: left;
}

.rightList {
  float: right;
}

  .leftList li, .rightList li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 4px;
  }

#insideFooter {
  padding: 25px 0px 30px;
  font-size: 11px;
  color: #999;
  border-top: 4px solid #f1eae0;
}

  #insideFooter p {
    margin-bottom: 5px;
  }

  #insideFooter li {
    display: inline;
  }

  #insideFooter a {
    text-decoration: none;
  }

    #insideFooter a:hover {
      text-decoration: underline;
      color: #666;
    }

.sitemap li {
  margin-bottom: 14px;
  list-style-type: disc;
}

  .sitemap li a {
    text-decoration: none;
  }
    .sitemap li a:hover {
      text-decoration: underline;
    }

.indent {
  margin-left: 11px;
}


/* GALLERY
--------------------------------------------- */

#galleryThumbs {
  margin: 20px 0px 30px 20px;
}

.fancybox {
  display: inline-block;
  margin: 10px;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
}

  .fancybox:hover {
    opacity: 0.85;
  }


/* CONTACT FORM
--------------------------------------------- */

.col1 {
  float: left;
  width: 250px;
  height: 90px;
}

.col2 {
  width: 250px;
  height: 90px;
  float: right;
}

#contactForm {
  text-align: center;
  margin-top: 20px;
}

  .textInput input {
    border: 1px solid #bbb;
    outline: none;
    padding: 8px;
    width: 350px;
    margin-bottom: 10px;
    font-size: 12px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
  }

    .textInput input:focus {
      border-color: #666;
    }

  .textareaInput textarea {
    width: 350px;
    border: 1px solid #bbb;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    padding: 9px;
    font-size: 12px;
    resize: none;
    outline: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
  }

    .textareaInput textarea:focus {
      border-color: #666;
    }

  .submitInput input {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #369;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 10px 20px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
  }

    .submitInput input:hover {
      background-color: #4280b5;
    }


/* LINKS PAGE
--------------------------------------------- */


.linkLogo {
  float: left;
}

.linkLogo a {
  display: block;
  width: 170px;
  height: 170px;
  background: #fff url(../images/links.png) no-repeat;
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
}

 .link1 a { background-position: -510px 0; }
 .link2 a { background-position: -680px 0px; }
 .link3 a { background-position: -850px 0px; }
 .link4 a { background-position: -510px -170px; }
 .link5 a { background-position: -680px -170px; }
 .link6 a { background-position: -850px -170px; }
 .link7 a { background-position: -510px -340px; }
 .link8 a { background-position: -680px -340px; }
 .link9 a { background-position: -850px -340px; }
.link10 a { background-position: -510px -510px; }
.link11 a { background-position: -680px -510px; }
.link12 a { background-position: -850px -510px; }
.link13 a { background-position: -510px -680px; }
.link14 a { background-position: -680px -680px; }
.link15 a { background-position: -850px -680px; }
.link16 a { background-position: -510px -850px; }
.link17 a { background-position: -680px -850px; }
.link18 a { background-position: -850px -850px; }

   .link1 a:hover { background-position: 0 0; }
   .link2 a:hover { background-position: -170px 0px; }
   .link3 a:hover { background-position: -340px 0px; }
   .link4 a:hover { background-position: 0 -170px; }
   .link5 a:hover { background-position: -170px -170px; }
   .link6 a:hover { background-position: -340px -170px; }
   .link7 a:hover { background-position: 0 -340px; }
   .link8 a:hover { background-position: -170px -340px; }
   .link9 a:hover { background-position: -340px -340px; }
  .link10 a:hover { background-position: 0 -510px; }
  .link11 a:hover { background-position: -170px -510px; }
  .link12 a:hover { background-position: -340px -510px; }
  .link13 a:hover { background-position: 0 -680px; }
  .link14 a:hover { background-position: -170px -680px; }
  .link15 a:hover { background-position: -340px -680px; }
  .link16 a:hover { background-position: 0 -850px; }
  .link17 a:hover { background-position: -170px -850px; }
  .link18 a:hover { background-position: -340px -850px; }

    


/* PROJECT PAGES
--------------------------------------------- */

.projectLink {
  display: inline-block;
  width: 150px;
  height: 170px;
  margin: 0px 10px 20px;
  text-align: center;
  text-decoration: none;
}

  .projectLink img {
    background-color: #ccc;
    width: 100%;
    margin-bottom: 6px;
    opacity: 1;
    -webkit-transition: .25s;
     -moz-transition: .25s;
      -ms-transition: .25s;
       -o-transition: .25s;
          transition: .25s;
  }

    .projectLink:hover img {
      opacity: 0.8;
    }

  .projectLink em {
    text-decoration: none;
    font-style: normal;
  }

.backButton {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 10px 7px;
  background-color: #336699;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

  .backButton:hover {
    padding: 6px 8px 5px;
    color: #336699;
    background-color: #fff;
    border: 2px solid #336699;
  }

  .backButton:before {
    content: "\2190 ";
    margin-right: 5px;
    position: relative;
    top: -1px;
  }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             