/*
 * _company-common.scss
 */

header h1 {
  background: url("../img/h-company.jpg") no-repeat;
  text-indent: -99999px;
}

h3, h4 {
  margin-top: 2em;
  color: #366e7c;
}

h2 + h3 {
  margin-top: 0;
}


/* Company overview */
dl.dl-table dl dt {
  margin-top: 0;
  font-weight: bold;
}

dl.dl-table dl dt:first-child {
  margin-top: 0;
}


/* Employment */
article#content h3#employment-slogan {
  margin: 1em 0;
  font-weight: normal;
}


/*
 * _common-mixins.scss
 */

#main-container {
  *zoom: 1;
}

#main-container:before, #main-container:after {
  display: table;
  line-height: 0;
  content: "";
}

#main-container:after {
  clear: both;
}

article#content {
  float: left;
  width: 535px;
}

nav#side-nav {
  float: right;
  width: 170px;
}

/*
 * company-topnav2.scss
 */
