/**=================================
 * Global styles
 */
body{
  text-align: center;
  padding: 0 0 39px 0;
}

html, body {
  min-height:100%;
  background: #fff url(/images/bg.gif) no-repeat 50% 0;
}

#wrapper {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.indent, .indent-double, .noindent {
  text-align: left;
  position: relative;
  z-index: 1;
}

.indent {
  padding: 0 10px 0 28px;
}

.indent-double {
  padding-left: 50px;
}

.layout-1 .col-2 .indent {
  padding: 0 15px 0 25px;
}

.layout-2 .col-3 .indent {
  padding: 0 30px 0 25px;
}

/* = Error class  */
.error { background-color:#D15A6C; font-weight:bold; color:#fff; padding:3px;}

/*
 Generic layout styles
 */
.col-1, .col-2, .col-3, .col-left, .col-right, .col {
  float: left;
  display: inline;
  position: relative;
  min-height: 1px;
}
.col-1, .col.odd {
  clear: left;
}

.layout-1 .col-1 {
  width: 680px;
}
.layout-1 .col-2 {
  width: 260px;
}

.layout-2 .col-1 {
  width: 330px;
  padding-right: 20px;
}
.layout-2 .col-2 {
  width: 330px;
}
.layout-2 .col-3 {
  width: 260px;
}

.layout-2 .col-left {
  width: 320px;
  padding-right: 30px;
}

.layout-2 .col-right {
  width: 323px;
}

.layout-3 .col-1 {
  width: 270px;
  padding-right: 17px;
}
.layout-3 .col-2 {
  width: 340px;
  padding-right: 33px;
}
.layout-3 .col-3 {
  width: 300px;
}

.layout-3 .col-2.span-2 {
  width: 673px;
  padding-right: 0;
}

.layout-3 .col-3.hidden {
  display: none;
}

.layout-portfolio .col.odd {
  width: 460px;
  padding-right: 40px;
}
.layout-portfolio .col.even {
  width: 460px;
}


/**=================================
 * Header styles
 */
#header {

}

#header .content {
  height: 130px;
}

#logo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 320px;
  height: 90px;
}
#logo a, #logo a:visited, #logo a:hover {
  display: block;
  height: 90px;
  text-indent: -9999px;
  outline: 0;
}

#contact-details {
  padding-top: 54px;
  height: 45px;
  background: transparent url(/images/contact-details.gif) no-repeat 0 90%;
}

#contact-details p {
  visibility: hidden;
}

/**=================================
 * Banner styles
 */
#banner {
  height: 160px;
  background: transparent url(/images/bg-banner-sm.gif) no-repeat 0 0;
  margin-bottom: 20px;
}

.home #banner {
  background-image: url(/images/bg-banner.gif);
  height: 260px;
}

#banner h1 {
  font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
  margin-bottom: .33em;
  font-size: 36px;
  color: #fff;
}

#banner h2 {
  font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
  padding-top: 1em;
  margin-bottom: .5em;
  font-size: 22px;
  color: #009fea;
}

#banner h2 em {
  color: #fff;
}

#banner a {
  border: none;
}

#banner .col-2 p {
  margin-bottom: .666em;
}

#banner .col-2 {
  color: #fff;
}

/*
 Primary nav
*/
#primary_nav {
  margin: 0;
  margin-bottom: 2em;
  padding-left: 3px;
  height: 50px;
  width: 672px;
  font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
}

.home #primary_nav {
  margin-bottom: 1em;
}

#primary_nav li {
  margin: 0 0;
    padding: 0 12px;
  display: inline;
  line-height: 30px;
  height: 30px;
  font-size: 17px;
  letter-spacing: -0.75px;
}
#primary_nav a {
  line-height: 25px;
  height: 27px;
  padding-top: 13px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  text-transform: lowercase;
}
#primary_nav a, #primary_nav a:visited { color: #fff; border: none; background-color: transparent; }

#primary_nav a:hover {
  color: #2d2d2e;
}

#primary_nav li.last {
  margin-right: 0;
  padding-right: 0;
}




/**=================================
 * Main body styles
 */

#body {
  padding-bottom: 20px;
  border-bottom: 1px dotted #3c3d3e;
}

#body .col-3 h2 {
  font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
  margin-bottom: .5em;
  font-size: 22px;
  line-height: 1em;
  color: #009fea;
}

#body .col-3 h2 em {
  color: #3c3d3e;
}

#body .item {
  border-bottom: 1px dotted #3c3d3e;
  padding-bottom: .66em;
  margin-bottom: .66em;
}

#body .item.last {
  border-bottom: 0;
  margin: 0;
}

#body .item p {
  margin: 0;
}

#body .item a {
  font-size: 14px;
  font-weight: bold;
  border: none;
}

/* Jobs */
ul.job-list {margin:0; padding: 0; list-style: none;}
ul.job-list li {margin:0 0 1.666em 0; padding: 0; list-style: none; border-bottom: 1px solid #ccc;}
ul.job-list li h2 {margin-bottom: 0.2em}

/**=================================
 * Infobar styles
 */
#infobar {
  font-size: 11px;
  padding: 1em 0 0;
  border-bottom: 1px dotted #3c3d3e;
  text-align: center;
  letter-spacing: 0.3px;
}

#infobar p {
  margin-bottom: 1em;
}

#infobar a {
  border: none;
  font-weight: bold;
}

/**=================================
 * Menubar styles
 */

#menubar {
  background: #fff url(/images/bg-menubar.gif) no-repeat 50% 0;
  padding: 5px 0 10px;
  font-size: 11px;
  border-bottom: 1px dotted #3c3d3e;
  text-transform: lowercase;
}

#menubar ul {
  margin: 0;
  padding: 5px 0;
}

#menubar ul li {
  margin: 0;
  padding: 0 55px 0 20px;
  white-space: nowrap;
  display: inline;
  float: left;
  line-height: 24px;
  background: transparent url(/images/arrow-main.gif) no-repeat 0 50%;
}

#menubar ul li.last {
  padding-right: 0;
}

#menubar ul a {
  text-decoration: none;
  border: none;
}


/**=================================
 * Footer copyright styles
 */
#footer-copyright {
  padding: 10px 0 0;
  margin-bottom: 50px;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 1.6em;
  background: transparent url(/images/bg-footer.gif) no-repeat 50% 100%;
}

#footer-copyright .content {
  background: transparent url(/images/footer-icon.gif) no-repeat 100% 13px;
  padding: 0;
}

.contact {
  float: left;
  display: inline;
}

.copyright {
  float: right;
  display: inline;
  text-align: right;
}

#footer-copyright a {
  text-decoration: none;
  border: 0;
}

