@font-face {
  font-family: "Brixton Book";
  src: url("fonts/Brixton_Book.eot?") format("eot"), url("fonts/Brixton_Book.woff") format("woff"), url("fonts/Brixton_Book.ttf") format("truetype"), url("fonts/Brixton_Book.svg#BrixtonBook") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brixton Bold";
  src: url("fonts/Brixton_Bold.eot?") format("eot"), url("fonts/Brixton_Bold.woff") format("woff"), url("fonts/Brixton_Bold.ttf") format("truetype"), url("fonts/Brixton_Bold.svg#BrixtonBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Brixton Light";
  src: url("fonts/Brixton_Light.eot?") format("eot"), url("fonts/Brixton_Light.woff") format("woff"), url("fonts/Brixton_Light.ttf") format("truetype"), url("fonts/Brixton_Light.svg#BrixtonLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ms500";
  src: url("fonts/MuseoSans_500-webfont.eot");
  src: url("fonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/MuseoSans_500-webfont.woff") format("woff"), url("fonts/MuseoSans_500-webfont.ttf") format("truetype"), url("fonts/MuseoSans_500-webfont.svg#museo_sans_500regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

body, html {
  padding: 0;
  margin: 0;
  color: #2c2c2c;
  background: #ccc url("../images/bg-darktexture.jpg") repeat 0 0;
  font-family: "Brixton Light";
}

header {
  border-top: 4px solid #114051;
}
header #logoContainer {
  position: relative;
  width: 960px;
  margin: auto;
  padding: 0 10px;
  min-width: 960px;
}
header #logoContainer .logo {
  background: url(../images/logo.png);
  background-repeat: repeat;
  background-position: 0 0;
  width: 349px;
  height: 85px;
  position: absolute;
  top: 8px;
  left: 40px;
}
header .navContainer {
  background: url(../images/bg-header.png);
  background-repeat: repeat;
  background-position: 0 0;
  width: 960px;
  margin: auto;
  padding: 0 10px;
  min-width: 960px;
}
header .navContainer nav {
  width: 200px;
  margin: auto;
  float: right;
  padding: 0;
}
header .navContainer nav div.current {
  position: relative;
}
header .navContainer nav div.current .marker {
  background: url(../images/bg-currentnav.png);
  display: block;
  position: absolute;
  height: 86px;
  width: 25px;
  top: -37px;
  left: 34%;
}
header .navContainer.main {
  text-align: right;
  height: 75px;
  background-color: #0e7ea6;
  border-bottom: 1px solid #4299b9;
}
header .navContainer.main nav {
  position: relative;
  top: 34px;
  letter-spacing: 1px;
  text-shadow: 0px 1px #222;
  padding-right: 10px;
}
header .navContainer.main div {
  padding: 0 1em;
  text-align: center;
  float: left;
  border-left: 1px solid #5dafc9;
  border-right: 1px solid #105972;
}
header .navContainer.main div:first-child {
  border-left: 0;
}
header .navContainer.main div:last-child {
  border-right: 0;
}
header .navContainer.main div a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
header .navContainer.sub {
  text-align: right;
  height: 45px;
  background-color: #114051;
  background-position: 0 -80px;
}
body.innerPage header .navContainer.sub {
  border-bottom: 3px solid #4ba0b0;
}

#introFeaturePhoto {
  background: #000 url(../images/headerphoto.jpg) no-repeat 50% 0;
  height: 371px;
  margin: auto auto 11px;
  position: relative;
  min-width: 958px;
}
#introFeaturePhoto div {
  position: absolute;
  left: 150px;
  top: 54px;
  color: white;
  font-size: 35px;
  width: 400px;
  line-height: 40px;
  text-shadow: 2px 2px 1px #000;
}

#contentContainer {
  width: 978px;
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  margin: auto;
  background: url(../images/bg-content.png);
  background-repeat: repeat;
  background-position: 0 0;
  height: 100%;
  overflow: hidden;
}
* html #contentContainer {
  height: 1%;
  overflow: visible;
}
* + html #contentContainer {
  min-height: 1%;
}
#contentContainer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contentContainer h2 {
  text-transform: uppercase;
  font-size: 13px;
  color: #222;
  font-family: "Brixton Bold";
}
#contentContainer #leftCol {
  float: left;
  width: 615px;
}
#contentContainer #rightCol {
  float: right;
  width: 310px;
}
#contentContainer ul#featuredProjects {
  margin: 0;
  padding: 0;
}
* html #contentContainer ul#featuredProjects {
  height: 1%;
  overflow: visible;
}
* + html #contentContainer ul#featuredProjects {
  min-height: 1%;
}
#contentContainer ul#featuredProjects:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#contentContainer ul#featuredProjects li {
  width: 288px;
  height: 168px;
  overflow: hidden;
  background: #626262 url(../images/bg-header.png);
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#contentContainer ul#featuredProjects li img {
  width: 100%;
  margin-top: -171px;
}
#contentContainer .featurePoints {
  background: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #dfe1e1;
  border-bottom: 1px solid #dfe1e1;
}
#contentContainer .featurePoints ul {
  list-style: none;
  padding: 20px;
  display: block;
  height: auto;
  overflow: hidden;
}
#contentContainer .featurePoints ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 45%;
  text-align: center;
  line-height: 20px;
}
#contentContainer .featurePoints ul li:first-child {
  margin-right: 5%;
}
#contentContainer .featurePoints ul h1 {
  font-size: 20px;
  font-family: "Brixton Book";
  color: #1785a5;
  margin-right: 30px;
}
#contentContainer .featurePoints ul p {
  margin-right: 30px;
}
#contentContainer .contentHeader {
  width: 880px;
  padding: 60px 50px 20px;
  line-height: 26px;
}
#contentContainer .contentHeader p.flt-left {
  width: 45%;
}
#contentContainer .contentHeader p.flt-right {
  float: left;
  font-size: 13px;
  width: 40%;
  margin-left: 5%;
}
#contentContainer .contentHeader h2 {
  padding: 0;
  margin: 0;
  font-size: 49px;
  font-family: "Brixton Bold";
  color: #4ba0b0;
  text-transform: capitalize;
}
#contentContainer .contentHeader h2 span {
  font-family: "Brixton Light";
  font-weight: normal;
}
#contentContainer .mainContent {
  width: 960px;
  margin: auto;
  padding: 0 10px;
  min-width: 960px;
}
body.innerPage #contentContainer .mainContent {
  color: #fff;
  background: url(../images/bg-darktexture.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  padding-top: 20px;
}
body.innerPage #contentContainer .mainContent .templateWrapper {
  width: 960px;
  margin: auto;
  padding: 0 10px;
  min-width: 960px;
  margin-top: 40px;
}
body.innerPage #contentContainer .mainContent .aboutPhoto {
  float: left;
  margin-right: 10px;
}
body.innerPage #contentContainer .mainContent .aboutPhoto .mask {
  display: block;
  margin: auto;
  width: 200px;
  height: 127px;
  background: #000;
  overflow: hidden;
}
body.innerPage #contentContainer .mainContent .aboutPhoto .mask img {
  width: 200px;
  height: auto;
}
body.innerPage #contentContainer .mainContent .aboutPhoto div {
  color: #fff;
  width: 200px;
  clear: both;
  font-size: 12px;
  letter-spacing: 1px;
}
body.innerPage #contentContainer .mainContent .aboutPhoto h4 {
  color: #4ba0b0;
  font-size: 15px;
  font-famiily: "Brixton Bold";
  margin: 10px 0 5px;
}
body.innerPage #contentContainer .mainContent .map {
  margin-bottom: 60px;
  width: 600px;
  overflow: hidden;
}
body.innerPage #contentContainer .mainContent .map img {
  width: 600px;
  height: auto;
}
body.innerPage #contentContainer .mainContent .add {
  color: white;
  font-style: normal;
  line-height: 20px;
  font-size: 13px;
  font-family: "Brixton Book";
  margin-bottom: 40px;
  letter-spacing: 1px;
}
body.innerPage #contentContainer .mainContent .add span {
  display: block;
}
body.innerPage #contentContainer .mainContent .add .bName {
  font-family: "Brixton Book";
  font-size: 19px;
}
body.innerPage #contentContainer .mainContent h3 {
  color: #4ba0b0;
  font-family: "Brixton Book";
  margin: 0;
  padding: 0;
  font-size: 22px;
}
body.innerPage #contentContainer .mainContent #rightCol {
  line-height: 22px;
  font-size: 14px;
  float: left;
  margin-left: 0;
}
body.innerPage #contentContainer .mainContent #rightCol span {
  display: block;
  clear: both;
  color: #4ba0b0;
  font-family: "ms500";
}
body.innerPage #contentContainer .mainContent #rightCol span.typ {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
body.innerPage #contentContainer .mainContent #rightCol span.h3border {
  display: inline-block;
  background-color: #4ba0b0;
  height: 3px;
  width: 70px;
}

#contentContainer.about {
  padding-bottom: 20px;
}

#footer {
  width: 978px;
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  font-family: "ms500";
  color: #fff;
  margin: auto;
  padding-bottom: 50px;
  background-image: url(../images/bg-footer.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  font-size: 14px;
}
#footer ul {
  margin: 0;
  padding: 50px;
  list-style: none;
}
* html #footer ul {
  height: 1%;
  overflow: visible;
}
* + html #footer ul {
  min-height: 1%;
}
#footer ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer ul li {
  float: left;
  margin: 0 1% 0 0;
  padding: 0;
  width: 24%;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer ul li h3 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}
#footer ul li.follow a {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
  width: 120px;
  height: 40px;
  background-image: url(../images/sprite-follow.jpg);
  background-repeat: repeat;
  background-position: 0 0;
}
#footer ul li.follow a:hover {
  background-position: 0 -40px;
}
#footer ul li.follow a.follow_fb {
  background-position: 0 -80px;
}
#footer ul li.follow a.follow_fb:hover {
  background-position: 0 -120px;
}
#footer ul li.contact div {
  margin-right: 10px;
  font-size: 13px;
}
#footer ul li.contact div span {
  letter-spacing: 1px;
  display: block;
  line-height: 17px;
  font-family: "Brixton Light";
}
#footer ul li.contact.uc div span {
  text-transform: uppercase;
}
#footer ul li.links a {
  text-decoration: none;
  color: #fff;
  clear: both;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-bottom: 5px;
}
#footer ul li.links a:hover {
  text-decoration: underline;
}
#footer ul li.links a.external {
  font-size: 12px;
  background: url(../images/icon-extlink.png) no-repeat right 0;
  padding-right: 13px;
}
#footer .fb-like {
  margin-left: 20px;
}
#footer .copy {
  font-size: 11px;
  color: #666;
  margin: 20px;
}
#footer .copy a {
  color: #666;
  text-decoration: none;
}
#footer .copy a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
