body {
  font-size: 62.5%;  /*1em = 10px, 1.2em = 12px etc.*/
  background: #fff;
  color: #020746;
  line-height: 1.6em;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  
}
p, ul, dl, ol {
  margin-bottom: 1em;
}
blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em 1em;
}
blockquote .from {
  display: block;
  font-style: normal;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
h2 {
  font-weight: normal;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #c08c5c;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
#page {
  position: relative;
}
/** Header **/
#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 15em;
}
#logo {
  margin: 1em;
  float: right;
}
#date {
  position: absolute;
  right: 13px;
  top: 114px;
  z-index: 100;
}
#header-text {
  margin-right: 15em;
  font-size: 2.1em;
  line-height: normal;
  font-family: 'Franklin Gothic Book', sans-serif;
  background: transparent url('images/bg-text-header.jpg') 0 -90px no-repeat;
  min-height: 108px;
  position: relative;
}
#header-text p {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  color: #003399;
}
#header-text p.show {
  z-index: 500;
  opacity: 1.0;
}
/** Navigation **/
#navigation {
  clear: both;
  float: left;
  width: 940px;
  font-size: 1.2em;
  background: #e3e3e3;
}
#primary-links {
  float: left;
  margin: 0;
  border-bottom: 1px solid #fff;
  width: 940px;
}
#primary-links li {
  list-style-type: none;
  float: left;
  font-weight: bold;
  border-right: 1px solid #b18858;
  position: relative;
  white-space: nowrap;
}
#primary-links li.last {
  border: none;
}
#primary-links li a,
#primary-links li a:link {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #b18858;
}
#primary-links li a:hover,
#primary-links li a:active,
#primary-links li a:focus,
#primary-links li a.active,
#section-links li a.active {
  color: #020746;
  text-decoration: none;
}
#primary-links li.first a {
  
}
#primary-links li ul {
  position: absolute;
  left: 0;
  top: 2.3em;
  display: none;
  z-index: 1000;
  background: #e3e3e3;
  border: 1px solid #fff;
  border-top: none;
}
#primary-links li.first ul {
  border-left: none;
}
#primary-links li ul li {
  float: none;
  border-right: none;
}
#primary-links li:hover ul { 
  display: block;
}

/** Content top **/
#content-top {
  background: #b18858;
  color: #fff;
  clear: both;
  overflow: hidden;
  margin-top: 13.8em;
}
#content-top h2, #content-top p {
  font-size: 1.4em;
}
.home #content-top {
  margin-top: 13.8em;
}
.with-slideshow #content-top {
  margin-top: 0;
}
#content-top-inner {
  margin: 1.5em;
}

/** Content **/
#content-container {
  font-size: 1.2em;
  overflow: hidden;
  background: #e3e3e3;
  padding-bottom: 2em;
  padding-top: 2em;
}
.content-inner {
  margin: 0 2em;
}
.content-inner h3,
.content-inner h4,
.content-inner h5 {
  padding: 0 0 1em;
}
.content-inner h3 {
  clear: both;
  margin-top: 2em;
}
.content-inner ul {
  overflow: hidden;
  margin-top: 1em;
}
.content-inner ul li {
  margin-left: 3em;
  margin-bottom: 0.5em;
  list-style-type: square;
}
.content-inner table {
  margin-bottom: 3em;
}
.content-inner thead {
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  text-align: left;
}
.content-inner tr {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.content-inner th,
.content-inner td {
  padding: 0.5em;
}

/** Footer **/
#footer {
  clear: both;
  color: #666;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 7em;
  font-family: "Franklin Gothic Book", "ITC Franklin Gothic", "URW Gothic L", Geneva, sans-serif;
}
  #footer-column-1-inner,
  #footer-column-2-inner,
  #footer-column-3-inner,
  #footer-column-4-inner {
    padding: 0 2em;
  }
  #footer h2 {
    font-size: 1.2em;
  }
  #footer a {
    color: #666;
  }
  #footer a.more {
    display: block;
    clear: both;
    float: right;
    margin-top: 1em;
    font-weight: bold;
  }
/** site sections **/
.about-us {
}
.services {
}
.projects {
}
.collaborations {
  
}
.collaborations #content li {
  clear: both;
  list-style-type: none;
  margin-top: 20px;
}
.collaborations #content .box {
  float: left;
  margin: 0 20px 20px 0;
}
.qhse {
}
.contact-us {
}
/** home **/
#content-column-3 li {
  list-style-type: none;
  margin-left: 0;
}
#news-events li {
  margin-bottom: 20px;
}
#external-links li {

}