@font-face {
	font-family: 'CgFuturaMaxiBold';
	src: url('../typefaces/futura_maxi/cgfutmaxbol-webfont.eot');
	src: local('☺'), url('../typefaces/futura_maxi/cgfutmaxbol-webfont.woff') format('woff'), url('../typefaces/futura_maxi/cgfutmaxbol-webfont.ttf') format('truetype'), url('../typefaces/futura_maxi/cgfutmaxbol-webfont.svg#webfontMraJacI7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CgFuturaMaxiRegular';
	src: url('../typefaces/futura_maxi/cgfutmaxboo-webfont.eot');
	src: local('☺'), url('../typefaces/futura_maxi/cgfutmaxboo-webfont.woff') format('woff'), url('../typefaces/futura_maxi/cgfutmaxboo-webfont.ttf') format('truetype'), url('../typefaces/futura_maxi/cgfutmaxboo-webfont.svg#webfontEoehdrpd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CgFuturaMaxiDeRegular';
	src: url('../typefaces/futura_maxi/cgfutmaxde-webfont.eot');
	src: local('☺'), url('../typefaces/futura_maxi/cgfutmaxde-webfont.woff') format('woff'), url('../typefaces/futura_maxi/cgfutmaxde-webfont.ttf') format('truetype'), url('../typefaces/futura_maxi/cgfutmaxde-webfont.svg#webfontlcwItKMz') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CgFuturaMaxiLtRegular';
	src: url('../typefaces/futura_maxi/cgfutmaxlt-webfont.eot');
	src: local('☺'), url('../typefaces/futura_maxi/cgfutmaxlt-webfont.woff') format('woff'), url('../typefaces/futura_maxi/cgfutmaxlt-webfont.ttf') format('truetype'), url('../typefaces/futura_maxi/cgfutmaxlt-webfont.svg#webfontAjf24KP6') format('svg');
	font-weight: normal;
	font-style: normal;
}



html {
	/* gotta have this to make all text work the same on the iphone */
	-webkit-text-size-adjust: none;
}  
body {
  height: 100%;
  background-color: black;
  color: #333;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ 
  padding: 0;
  background-image: url("../images/header.jpg"); 
  background-repeat:repeat-x;
  
}
pre {
  font-family: Verdana;
  margin: 0px;
  white-space: pre-line; /* css-3 */
  white-space: -moz-pre-line !important; /* Mozilla, since 1999 */
  white-space: -pre-line; /* Opera 4-6 */
  white-space: -o-pre-line; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
pre a {
  color: #459900;
  text-decoration: none;
}
.clear {
  clear: both;
}
#wrapper {
  position: relative;
  left: 50%;  
  width: 750px;
  margin-left: -350px;
}
header {
  display: block;
  position: relative;
  top: 55px;
  width: 750px;
  height: 200px;
  background-image: url("../images/header_logo.png"); 
  background-repeat: no-repeat;
}

#siteMenu {
  position: relative;
  top: -17px;
  margin: 0px;
  padding: 0px;
}
#siteMenu li {
  position: absolute; 
  list-style: none;
}
/*.workNav #workTab, .newsNav #newsTab, .whyNav #whyTab, .usNav #usTab {*/
/*line-height: .85;*/
/*font-size: 32px;*/
/*color: #9FF048;*/
/*text-shadow: black 5px 2px 5px;*/
/*}*/

#workTab a {
  display: block;
  position: absolute;
  left: 0px; 
  width: 98px;
  height: 22px;
  margin-right: 40px;
  background-image: url("../images/nav_sprite.jpg"); 
  background-position: 0px 23px;  
} 
#workTab a:hover {
  background-position: 0px 0px;  
} 
.workNav #workTab a {
  background-position: 0px 0px;  
} 
#newsTab a {
  display: block;
  position: absolute;
  left: 138px; 
  width: 108px;
  height: 22px;
  background-image: url("../images/nav_sprite.jpg"); 
  background-position: -108px 23px;  
} 
#newsTab a:hover {
  background-position: -108px 0px;  
}
.newsNav #newsTab a{
  background-position: -108px 0px;  
} 

#whyTab a {
  display: block;
  position: absolute;
  left: 280px; 
  width: 85px;
  height: 22px;
  background-image: url("../images/nav_sprite.jpg"); 
  background-position: -216px 22px;  
} 
#whyTab a:hover {
  background-position: -216px 0px;  
} 
.whyNav #whyTab a {
  background-position: -216px 0px;  
} 
#youTab a {
  display: block;
  position: absolute;
  left: 409px; 
  width: 70px;
  height: 22px;
  background-image: url("../images/nav_sprite.jpg"); 
  background-position: -324px 22px;  
} 
#youTab a:hover {
  background-position: -324px 0px;  
} 
#usTab a {
  display: block;
  position: absolute;
  left: 525px; 
  width: 70px;
  height: 22px;
  background-image: url("../images/nav_sprite.jpg"); 
  background-position: -432px 22px;  
} 
#usTab a:hover {
  background-position: -432px 0px;  
} 

.usNav #usTab a {
  background-position: -432px 0px;  
} 

/*WORK*/
#projectBanners {
  position: relative;
  top: 55px;
  margin: 0px;
  padding: 0px; 
  list-style: none;
}
#projectBanners li {
  padding: 0px 0px 10px 0px;
}
#projectBanners img {
  border: 0px;
}
#centered {
  text-align: center;
}
#projectHeader {
  position: relative;
  left: 55px;
  margin-bottom: 10px;
  margin-top: 15px;
}
#title {
  font-family: CgFuturaMaxiRegular;
  color: #73BD3A;
  font-size: 18px;
}
#shortDescription {
  font-family: CgFuturaMaxiLtRegular;
  color: #73BD3A;
  font-size: 14px;
}
#descriptionWrapper {
  position: relative;
  left: 55px;
  width: 640px;
  margin-bottom: 40px;
  margin-top: 15px;
}
#publishDate {
  font-family: CgFuturaMaxiRegular;
  color: #73BD3A;
  font-size: 15px;
}
#description {
  color: #A8ADA1;
  font-size: 13px;
  font-family: Verdana;
}
#galleryOneHeader img {
  margin-top: 8px;
}
#galleryTwoHeader img {
  margin-top: 8px;
}
#galleryThreeHeader img {
  margin-top: 8px;
}
#galleryOneHeader img {
  border: 0px;
}
#galleryTwoHeader img {
  border: 0px;
}
#galleryThreeHeader img {
  border: 0px;
}
.galleryImage img {
  padding: 7px 6px 7px 7px;
  border: 0px;
}
.hidden {
  display: none;
}

footer {
  display: block;
  width: 750px;
  margin-top: 45px;
}
.footerLinks img {
  border: 0px;
}
#contactsWrapper {
  float: right;
}
#email {
  float: right;
  text-decoration: none;
  /*font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;*/
  font-size: 13px;
  color: #73BD3A;
}
#email:hover {
  color: #c9e3b3;
}
#address {
  float: right;
  /*font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;*/
  font-size: 13px;
  color: #73BD3A;
}




/*NEWS*/
.post {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 15px;
  color: #1F3807;
  line-height: 22px;
  padding: 16px;
  background-color: #c9e3b3;
  margin-bottom: 105px;
  padding-bottom: 40px;
}
h1 {
  font-family: CgFuturaMaxiBold, Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: #66bb20;
  margin: 0px 0px 7px 0px;
  padding: 0px;
}
.publishDate {
  font-family: CgFuturaMaxiLtRegular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #66bb20;
  margin: 0px 0px 20px 0px;
}
.attachmentWrapper {
  float: right;
  width: 515px;
  padding: 0px 0px 10px 25px;
}
.clickImage {
  float: right;
  padding: 6px 0px 20px 0px;
  font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #457519;
}
.attachmentWrapper img {
  float: right;
  border: 0px;
}
.attachmentVideoWrapper {
  width:  515px;
  height: 290px;
  overflow: hidden;
}
.attachmentVideoOverlay {
  position: absolute;
  z-index: 5;
  width: 515px;
  height: 290px;
}
/*Explicit dimensions for Vimeo's iframe based player must be set for Colorbox to work*/
.videoDimensions {
  position: relative;
  width: 516px;
  height: 290px;
}




/*WHY*/
#whyCopy {
  position: absolute;
  z-index: 5px;
  top: 275px;
  left: 210px;
  width: 500px;
  font-size: 14px;
  color: #222;
  line-height: 18px;
}
#whyBackground {
  position: relative;
  top: 20px;
  width: 750px;
  height: 534px;
  background-image: url("../images/why_background.jpg"); 
}


/*Us*/
#usWrapper {
  position: relative;
  top: 30px;
  font-family: CgFuturaMaxiLtRegular, Helvetica, Arial, sans-serif;
  color: #73BD3A;
  line-height: 20px;
  font-size: 14px;
}
#usWrapper img {
  border: 0px;
}
#usWrapper a {
  text-decoration: none;
  color: #73BD3A;
}
#usWrapper a:hover {
  text-decoration: none;
  color: #c9e3b3;
}

#usLeft {
  float: left;
  width: 430px;
  height: 500px;
  padding: 0px 20px 0px 0px;
  border-right: 1px solid #213B05;
  text-align: right;
}
#usRight {
  float: left;
  width: 275px;
  height: 500px;
  padding: 0px 0px 0px 20px;
}
h2 {
  font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0px 0px 7px 0px;
}

.pagination {
  position: relative;
  top: -60px;
  font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.pagination a {
  text-decoration: none;
  color: #73BD3A;
  padding: 3px 5px 2px 5px;
}
.pagination a:hover {
  color: #c9e3b3;
  padding: 2px 5px 1px 5px;
}
.current {
  color: white;
  padding: 2px 5px 1px 5px;
}
.prev_page {
  font-size: 18px;
}
.disabled.prev_page {
  display: none;
}
.next_page {
  font-size: 18px;
}
.disabled.next_page {
  display: none;
}

#missing {
  position: relative;
  top: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #66bb20;
  border-style:solid;
  border-color: #66bb20;
  border-width: 1px;
  text-align: center;
  padding: 40px;
  
}
#missing h2 {
  font-family: CgFuturaMaxiRegular, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
