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, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-size: 13px;
  line-height: 24px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 
  font-family: 'Quicksand', sans-serif;
  }

p, ul, ol {
  margin-bottom: 24px; }
  p:last-child, ul:last-child, ol:last-child {
    margin-bottom: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.hidden {
  display: none;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

body {
  position: relative; }
  body > section > section div, body > section > header div, body > section > footer div {
    margin: 0 auto;
    width: 960px;
    zoom: 1; }
    body > section > section div:before, body > section > section div:after, body > section > header div:before, body > section > header div:after, body > section > footer div:before, body > section > footer div:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    body > section > section div:after, body > section > header div:after, body > section > footer div:after {
      clear: both; }
  body > section > section div, body > section > header div {
    padding: 60px 0; }
  body > section > header {
    width: 100%;
    height: 230px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #152b53; }
    body > section > header > div {
      padding-bottom: 0;
      padding-top: 36px;
      height: 194px;
      position: relative; }
    body > section > header hgroup {
      width: 280px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      float: left;
      zoom: 1;
      padding-top: 24px; }
      body > section > header hgroup h1, body > section > header hgroup h2 {
        text-indent: -9999px;
        background-color: transparent;
        background-repeat: no-repeat; }
      body > section > header hgroup h1 {
        background-image: url(images/h1.png);
        width: 280px;
        height: 60px;
        margin-bottom: 6px; }
      body > section > header hgroup h2 {
        background-image: url(images/h2.png);
        width: 280px;
        height: 20px;
        margin: 0; }
    body > section > header section {
      width: 580px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      float: left;
      zoom: 1;
      margin-left: 70px; }
      body > section > header section > article {
        width: 160px;
        margin-right: 10px;
        margin-left: 10px;
        display: inline-block;
        float: left;
        zoom: 1;
        color: white;
        font-size: 11px;
        line-height: 17px;
        opacity: 0.5;
        -webkit-transition: 0.25s opacity ease-out; }
        body > section > header section > article.first {
          width: 220px;
          margin-right: 10px;
          margin-left: 10px;
          display: inline-block;
          float: left;
          zoom: 1;
          margin-left: 0; }
        body > section > header section > article.last {
          margin-right: 0; }
        body > section > header section > article h2 {
color: white;
font-size: 14px;
letter-spacing: -1px;
margin-bottom: 2px;
 }
        body > section > header section > article a {
          color: white;
          text-decoration: none;
          font-style: normal;
          -webkit-transition: 0.25s color ease-out; }
          body > section > header section > article a:hover {
            color: white;
            -webkit-transition: 0.15s color ease-in; }
        body > section > header section > article address {
          margin: 0;
          font-style: normal; }
          body > section > header section > article address a {
            color: white;
            display: block; }
            body > section > header section > article address a:hover {
              color: white; }
        body > section > header section > article:hover {
          -webkit-transition: 0.35s opacity ease-in;
          opacity: 1.0; }
    body > section > header nav {
      zoom: 1;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      clear: both; }
      body > section > header nav ul {
        padding-top: 1px;
        clear: both;
        margin: 0 33px 0 0;
        float: right; }
        body > section > header nav ul li {
          float: left;
          display: inline-block;
          margin-left: 0px; }
          body > section > header nav ul li a {
            zoom: 1;
            display: block;
            height: 40px;
            color: white;
            text-decoration: none;
            text-indent: 0;
            background: none;
            text-align: center;
            font-family: 'Quicksand', sans-serif;
            font-size: 20px;
            padding: 10px 19px 0px 18px;
             }
            body > section > header nav ul li a {
              width: auto;
               }
              body > section > header nav ul li a:hover {
                background-position: 0 0;background: #FFF;color: #3368b7; }
              body > section > header nav ul li a:active, body > section > header nav ul li a.active {
                background-position: 0 -40px;
                background: #FFF;color: #3368b7;
                 }
                 
                #contact a{ color:#3368b7; text-decoration: none; } 
                
                #contact{color: #8F8F9B;
font-size: 15px;}
            
  body > section > section {
    margin-top: -230px;
    padding-top: 230px;
    background: white url(images/section_bg.png) repeat-x bottom; }
  body > section > section#arcforms {
    margin-top: 0;
    padding-top: 230px; }
    body > section > section#arcforms header, body > section > section#arcforms article {
      width: 940px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      float: left;
      zoom: 1; }
    body > section > section#arcforms header h3 {

      margin-bottom: 6px; }
    body > section > section#arcforms article {
      color: #8F8F9B;
      font-size: 15px;
      text-shadow: 0 1px 0 white; }
  body > section > section#projects dl dt, body > section > section#awards dl dt {
    font-weight: bold;
    float: left;
    clear: left;
    padding-right: 0.5em; }
  body > section > section#projects li {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
    zoom: 1;
 min-height: 380px;   
     }
    body > section > section#projects li a, body > section > section#projects li img {
      display: block; }
    body > section > section#projects li a {
      text-decoration: none;
      color: black;
      position: relative; }
      body > section > section#projects li a:hover span {
        background-position: right bottom; }
      body > section > section#projects li a span {
        width: 100%;
        height: 14px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-top: 2px solid #152B53;
        background: transparent url(images/project_zoom.png) no-repeat right 0; }
      body > section > section#projects li a img {
        margin-bottom: 24px; }
      body > section > section#projects li a strong {
        font-size: 11px;
        color: #8F8F9B;
        padding-right: 15px;
        background: transparent url(images/arrow.png) no-repeat right 2px; }
        body > section > section#projects li a strong:hover {
          background-position: right -18px;
          color: #002b54; }
  body > section > section#design header {
    width: 400px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
    zoom: 1; }
    body > section > section#design header h3 {
      background: transparent url(images/section_design_header.png) no-repeat;
      width: 364px;
      height: 239px;
      margin-bottom: 6px;
      text-indent: -9999px; }
  body > section > section#design article {
    width: 220px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
    zoom: 1;
    color: #8F8F9B;
    font-size: 15px;
    text-shadow: 0 1px 0 white; }
    body > section > section#design article.first {
      margin-left: 70px; }
  body > section > section#awards {
    font-size: 14px; }
    body > section > section#awards header {
      margin-bottom: 24px; }
      body > section > section#awards header h4, body > section > section#awards header h5 {
        color: #8F8F9B;
        font-size: 15px;
        text-shadow: 0 1px 0 white; }
      body > section > section#awards header h5 {
        font-weight: normal; }
    body > section > section#awards article {
      width: 220px;
      margin-right: 10px;
      margin-left: 10px;
      display: inline-block;
      float: left;
      zoom: 1; 
     height: 280px; 
      }
      body > section > section#awards article dl dt {
        float: none; }
  body > section > footer {
    zoom: 1;
    text-align: right;
    font-size: 10px;
    color: #8F8F9B;
    background: #F7F7F8;
    padding-top: 48px;
    padding-bottom: 180px;
    text-shadow: 0 1px 0 white;
    padding-bottom: 800px; }
    body > section > footer:before, body > section > footer:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    body > section > footer:after {
      clear: both; }

.ie6 body section header article p span {
  display: none; }

.lightbox-overlay {
  background: #020f1c;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

.lightbox-content {
  display: none;
  background: #002b54;
  width: 860px;
  height: 498px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); }
  .lightbox-content > section {
    zoom: 1;
    padding: 10px 10px 20px 10px; }
    .lightbox-content > section:before, .lightbox-content > section:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .lightbox-content > section:after {
      clear: both; }
    .lightbox-content > section > div {
      height: 430px;
      width: 840px;
      position: relative; }
      .lightbox-content > section > div ul {
        position: absolute;
        list-style: none outside;
        margin-bottom: 0;
        top: 0;
        left: 0; }
        .lightbox-content > section > div ul li {
          position: absolute; }
          .lightbox-content > section > div ul li img {
            position: relative;
            display: block; }
      .lightbox-content > section > div aside {
        position: relative;
        z-index: 4;
        float: right;
        width: 565px;
        height: 100%;
        color: white;
        background: transparent url(images/transparent_overlay.png);
        position: relative;
        line-height: 18px; }
        .lightbox-content > section > div aside p {
          margin-bottom: 18px; }
        .lightbox-content > section > div aside div {
          position: relative;
          padding: 72px 20px 20px 20px; }
          .lightbox-content > section > div aside div article {
            height: 272px;
            column-width: 200px;
            column-gap: 30px;
            column-fill: auto;
            -webkit-column-width: 200px;
            -webkit-column-gap: 30px;
            -webkit-column-fill: auto;
            -moz-column-width: 200px;
            -moz-column-gap: 20px;
            -moz-column-fill: auto; }
          .lightbox-content > section > div aside div dl {
            margin-bottom: 24px; }
            .lightbox-content > section > div aside div dl dt {
              font-weight: bold;
              float: left;
              clear: left;
              padding-right: 0.5em; }
      .lightbox-content > section > div .close {
        position: absolute;
        top: 0px;
        right: 12px;
        z-index: 5;
        height: 20px;
        background: transparent url(images/lightbox-close.png) no-repeat right 0;
        padding-right: 24px;
        color: #b4b4bf;
        font-size: 11px;
        line-height: 20px;
        text-decoration: none; }
        .lightbox-content > section > div .close:hover, .lightbox-content > section > div .close.hover {
          background-position: right -38px; }
    .lightbox-content > section nav {
      clear: both;
      zoom: 1;
      padding: 20px 0 0 0; }
      .lightbox-content > section nav:before, .lightbox-content > section nav:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .lightbox-content > section nav:after {
        clear: both; }
      .lightbox-content > section nav span {
        display: block;
        float: left;
        color: #bdbdc6;
        line-height: 18px;
        font-size: 13px; }
      .lightbox-content > section nav ul {
        list-style: none outside;
        float: right; }
        .lightbox-content > section nav ul li {
          float: left;
          margin-left: 10px; }
          .lightbox-content > section nav ul li a {
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 16px;
            background: transparent url(images/lightbox-bullets.png) no-repeat 0 0; }
            .lightbox-content > section nav ul li a:hover {
              background-position: 0 -30px; }
            .lightbox-content > section nav ul li a:active, .lightbox-content > section nav ul li a.active {
              background-position: 0 -60px; }
h1 {
font-size: 42px;
font-weight: normal;
color: #000;
line-height: 1em;
letter-spacing: -2px;
margin-bottom: 20px;
}

dl {
overflow: hidden;
}
body .centered .portfolio-slideshow {
margin: 0px auto 0;
text-align: center;
}

#slideshow-nav0 {
position: absolute;
left: 0px;
bottom: -3px;
width: 170px;
}


body #fancybox-content {
border-color: #002b54;
background: #002b54;
}

body.single-project{
	background: #002b54;
	color: #FFF;
	height: 585px;
}

body.single-project a, body.single-project{
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
}

#pager0 {
position: absolute;
right: 0px;
bottom: 0px;
}

#fancybox-frame, html{
	background: #002b54;
}

body #fancybox-close {
position: absolute;
top: 15px;
right: 25px;
width: 30px;
height: 30px;
background: transparent url('images/close.png') -40px 0px;
cursor: pointer;
z-index: 11003;
display: none;
}

body .slideshow-wrapper .numbers a {
background: #FFF;
width: 15px;
height: 15px;
border-radius: 20px;
overflow: hidden;
text-indent: -999px;
display: inline-block;
position: relative;
z-index: 300;
}

body .slideshow-wrapper .numbers a.activeSlide{
	background: #AAA;
}

#awards h5, #awards h4 {
color: #8F8F9B;
font-size: 15px;
text-shadow: 0 1px 0 white;
}

#awards h4{
	font-weight: bold;
}

#awards h5	{
	margin-bottom: 15px;
}

#fancybox-outer{
	background: #8F8F9B;
}

.slideshow-caption {
width: 800px;
padding-left: 0px;
z-index: 0;
position: absolute;
font-size: 9px;
bottom: 0px;
text-shadow: 2px 1px #777777;
text-transform: none;
}


