html, body {
  /*background-color: rgb(245, 240, 226);*/
  background-color: #f4f2ed;
/*  background: url(/images/cc-texture.jpg) top left;*/
  margin: 0;
  padding: 0;
}

.noshow {
  display: none;
}

#page {
  width: 1024px;
  background: url(/images/cc-texture.jpg) top left repeat-y;
  margin: auto;
}

#header {
  background: url(/images/cc-header-off.jpg) top left no-repeat;
  width: 1024px;
  height: 102px;
  position: relative;
}

#header>ul {
  list-style: none;
}

#header>ul li a {
  position: absolute;
  top: 55px;
  left: 0;
  width: 120px;
  height: 20px;
  text-decoration: none;
}

#header ul li a span {
  visibility: hidden;

}

#nav-about {
  left: 80px !important;
}

#nav-portfolio {
  left: 230px !important;
}

#nav-whats-new {
  left: 360px !important;
  width: 140px !important;
}

#nav-affiliations {
  left: 520px !important;
  width: 140px !important;
}

#nav-testimonials {
  left: 680px !important;
  width: 150px !important;
}

#nav-contact {
  left: 840px !important;
}

#sub-about-cate {
  background: url(/images/cc-subnav-about-cate.png) top left no-repeat;
  list-style: none;
  position: absolute;
  top: 80px;
  left: 90px;
  height: 14px;
  width: 221px;
  margin: 0;
  padding: 0;
}

#nav-about-bio {
  top: 0px !important;
  left: 0px !important;
  width: 80px !important;
  height: 10px;
  position: absolute;
}

#nav-about-sustainable {
  top: 0px !important;
  left: 95px !important;
  width: 130px !important;
  height: 10px;
  position: absolute;
}

#sub-whats-new {
  background: url(/images/cc-subnav-whats-new.png) top left no-repeat;
  list-style: none;
  position: absolute;
  top: 80px;
  left: 382px;
  height: 14px;
  width: 300px;
  margin: 0;
  padding: 0;
}

#nav-whats-new-new-urbanism {
  top: 0px !important;
  left: 0px !important;
  width: 165px !important;
  height: 10px;
  position: absolute;
}

#nav-whats-new-award-winners {
  top: 0px !important;
  left: 175px !important;
  width: 110px !important;
  height: 10px;
  position: absolute;
}

#sub-portfolio {
  background: url(/images/cc-subnav-architecture.png) top left no-repeat;
  list-style: none;
  position: absolute;
  top: 80px;
  left: 240px;
  height: 13px;
  width: 513px;
  margin: 0;
  padding: 0;
}

#nav-portfolio-architecture-residential {
  top: 0px !important;
  left: 0px !important;
  width: 185px !important;
  height: 10px;
  position: absolute;
}

#nav-portfolio-architecture-commercial {
  top: 0px !important;
  left: 202px !important;
  width: 192px !important;
  height: 10px;
  position: absolute;
}

#nav-portfolio-interior-design {
  top: 0px !important;
  left: 405px !important;
  width: 110px !important;
  height: 10px;
  position: absolute;
}

#footer {
  background-color: #658292;
  color: white;
  font-family: arial;
  font-size: 9px;
  text-align: center;
  width: 1024px;
  margin: auto;
  padding: 15px 0;
  text-transform: uppercase;
}

#footer a {
  text-decoration: none;
  color: white;
}

#tab {
  position: absolute;
  top: 36px;
  left: 292px;
}

#tab-content {
  background: url(/images/cc-texture.jpg) top left repeat-y;
  width: 633px;
  height: 554px;
  position: absolute;
  top: 87px;
  left: 247px;
  border-top: solid 10px #658292;
  border-left: solid 10px #658292;
  border-right: solid 10px #658292;
  padding: 20px 40px 0 40px;
}

#tab-content a {
  text-decoration: none;
  color: #658292;
}

#tab-content p {
  padding: 10px 0 0 0;
  margin: 0;
  color: #818053;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 160%;
}

#tab-content ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
}

#tab-content ul li {
  padding-bottom: 10px;
  margin: 0;
  color: #818053;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  line-height: 160%;
  list-style: none;
}

#page-about {
  background: url(/images/cc-about-bg.jpg) top left no-repeat;
  height: 670px;
  position: relative;
}

#page-whats-new {
  background: url(/images/cc-whats-new-bg.jpg) top left no-repeat;
  height: 670px;
  position: relative;
}

#page-testimonials {
  background: url(/images/cc-testimonials-bg.jpg) top left no-repeat;
  height: 670px;
  position: relative;
}

#page-contact {
  background: url(/images/cc-contact-bg.jpg) top left no-repeat;
  height: 670px;
  position: relative;
}

#page-portfolio {
  height: 670px;
  position: relative;
}

#port-thumbs {
  position: absolute;
  top: 87px;
  left: 36px;
  width: 200px;
}

#port-thumbs img {
  margin-bottom: 12px;
  vertical-align: top;
  border-width: 0;
}

#caption-title-1 {
  font-family: Mason, Verdana;
  font-size: 18px;
  color: #818053;
}

#caption-title-2 {
  font-family: Mason, Verdana;
  font-size: 18px;
  color: #818053;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;

}

@font-face {
  font-family: "Mason";
  src: url("/fonts/MasonSansAlternateBold.ttf");
}

