﻿/*
 * styles to control main layout of page
 */
* {
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
  font-family: Arial;
  color: #ccc;
  outline: 0 none;
}

* html body { /* ie6 */
  text-align: center;
}

a {
  color: #ddd;
  outline: 0 none;
}

  a:visited {
    color: #566C11;
  }

  a:hover {
    color: #566C11;
  }

div.boundary {
  max-width: 1198px; /* not quite 1280 to account for scrollbars */
  min-width: 718px; /* not quite 800 to account for scrollbars */
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}

* html div.boundary { /* ie6 */
  height: auto;
  width: 1158px;
  text-align: left;
  padding: 0;
}

div#page {
  position: relative;
  top: 0;
  min-height: 100%;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px;
}

div#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  padding-top: 20px;
  width: 100%;
}

* html div#header { /* ie6 */
  position: absolute;
  left: -1px;
}

div#header_content {
  border-width: 1px 0 0;
  overflow: visible;
  height: 76px;
  padding: 20px 0;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0;
}

* html div#header_content { /* ie6 */
  width: 1160px;
}

a#mobilesite {
  display: none;
  color: #fff;
  float: right;
  font-size: .7em;
  font-weight: bold;
  margin-left: 5px;
  margin-top: -114px;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
}

div#middle {
  padding-top: 137px; /* should equal outer height of header */
  padding-bottom: 138px; /* should equal height of footer */
}

* html div#middle { /* ie6 */
  width: 1158px;
}

div#sidenavigation {
  position: fixed;
  z-index: 1;
  margin-left: 10px;
  background-color: #000;
  width: 300px;
  float: left;
  font-size: 1em;
  margin-top: 65px;
}

div#content {
  overflow: auto;
  margin: 0;
  padding: 0 28px 20px;
  margin-left: 290px;
}

div#currentopeningsframe {
  background: #fff;
  color: #fff;
}

div#footer {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  padding-bottom: 20px;
}

* html div#footer { /* ie6 */
  position: absolute;
  left: -1px;
}

div#footer_content {
  padding: 8px 0 0;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 0;
}

* html div#footer_content { /* ie6 */
  width: 1160px;
}

div.clear {
  clear: both;
}

/*
 * header content styles
 */
div#header_content h1 {
  float: left;
  /*background: url(images/logos/HNY_FinalLogo_White.png) center center no-repeat;*/
  margin: 0 0 0 15px;
}

  div#header_content h1 a {
    display: block;
    height: 76px;
    width: 280px;
    /*text-indent: -100000px;*/
    outline: 0 none;
  }

    div#header_content h1 a img {
      width: 140px;
    }

/*
 * footer content styles
 */
ul.infoboxes {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  display: block;
}

  ul.infoboxes li {
    text-align: center;
    width: 33%;
    display: block;
    float: left;
    text-transform: uppercase;
    outline: 0 none;
  }

    ul.infoboxes li.pressroom,
    ul.infoboxes li.social {
      width: 34%;
    }

      ul.infoboxes li.pressroom a.box div {
        font-size: 18px;
      }ul.infoboxes a.box {
  font-family: Fujiyama;
  display: block;
  border-style: solid;
  border-color: #999;
  border-width: 1px;
  padding: 0.6em;
  height: 5.5em;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
}

ul.infoboxes a.box:hover {
  border-color: #fff;
}

ul.infoboxes a.box div.infobox-text {
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.infoboxes a.box div {
  opacity: .9;
}

* html a.box { /* ie6 */
  height: 6.8em;
}

ul.infoboxes li.pressroom a.box {
  background-image: url(images/infoboxes/pressroom/background.jpg);
  margin: 0 0.5em;
}

ul.infoboxes li.social a.box {
  background-image: url(images/infoboxes/social/background.jpg);
  margin: 0 0.5em;
}

ul.infoboxes li.project .infobox-text,
ul.infoboxes li.careers .infobox-text {
  white-space: normal;
  text-overflow: inherit;
  line-height: 30px;
}

ul.infoboxes li .infobox-title {
  font-size: 18px;
}

ul.infoboxes li.careers a.box {
  background-image: url(images/infoboxes/careers/background.jpg);
}

ul.infoboxes li.leaders a.box {
  background-position: center -50px;
}

  ul.infoboxes li.leaders a.box .infobox-title,
  ul.infoboxes li.social a.box .infobox-title {
    margin-top: 0.5em;
    margin-bottom: 3px;
    position: relative;
    top: 8px;
  }

ul.infoboxes li.project-oneline a.box .infobox-title,
ul.infoboxes li.divisions-oneline a.box .infobox-title {
  margin-top: 0.8em;
}

ul.infoboxes li.leaders a.box p {
  font-size: 1.6em;
}
