@charset "UTF-8";

/*===========================================

 * _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;
}

article#content dl.dl-table > dt {
  width: 160px !important;
}

article#content dl.dl-table > dd {
  margin-left: 160px !important;
}


/* 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.scss
 */

.summary{
	margin-top:2em;
	font-size:18px;
	color:#366e7c;
	line-height:48px;
	font-weight:bolder;
}
