/******************************************************************************
 * Layout related css. No design stuff like colors and background images...   * 
 ******************************************************************************/

body {
  margin: 0;
  padding: 10px 5px;
}

#container {
  margin: auto;
  border-width: 1px;
  border-style: solid;
  max-width: 1000px;
  min-width: 750px;
}

#header {
  text-align: right;
}

#logo {
  float: left;
  height: 100px;
  width: 274px;
  margin: 10px 0 0 10px;
}

#skyline {
  height: 110px;
  width: 458px;
}

#content {
  padding: 10px 5px;
  margin-left: 165px;
}

#footer {
  padding: 5px;
  clear: both;
  max-width: 1000px;
  min-width: 750px;
  margin: auto;
  color: gray;
}

#commercial {
  margin: 10px auto;
  width: 728px;
}

#breadcrumbs {
  text-align: left;
  margin: 10px 0 0 170px;
  font-size: 95%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #DDD;
}

#breadcrumbs * {
  font-size: inherit;
}

#menu {
  width: 160px;
  float: left;
  padding-top: 10px;
}

h1 {
  margin-top: 0;
  padding: 5px;
  border-left-width: 1px;
  border-left-style: solid;
}

.firstBlock {
  margin-top: 0;
}

.lastBlock {
  margin-bottom: 0;
}

ul {
  padding-left: 15px;
  margin: 5px 0 20px 0;
}

ul li {
  margin-bottom: 3px;
}

ul.spaced li {
  margin-bottom: 10px;
}

.eyeCatcher {
  font-size: 140%;
}

a img {
  border: none;
}

/*** front page ***************************************************************/

.featured {
  width: 190px;
  float: left;
  margin: 30px 0 0 8px;
  text-align: center;
}

.featured img {
  margin: 5px 0 0 5px;
  width: 180px;
  height: 121px;
}

.featured a {
  font-size: 130%;
  font-weight: bold;
}

/*** job market ***************************************************************/

table.jobs {
  width: 100%;
  clear: right;
}

table.jobs a {
  font-weight: bold;
}

table.jobs td, table.jobs th {
  padding: 5px;
  border-bottom: 1px solid #DDD;
}

table.jobs th {
  text-align: left;
}

table.jobs th.branch {
  padding-top: 15px;
  font-style: italic;
}

table.jobs tr:hover td {
  background: #DDD;
}

table tr.row1 {
  background: #EEE;
}

table.jobProperties {
  width: 100%;
}

table.jobProperties td {
  padding: 5px;
}

table.jobProperties .label {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
}

.job h4 {
  background: #EEE;
  padding: 5px;
  margin-bottom: 10px;
}

.job p {
  margin: 5px 0;
}

.job ul {
  margin-bottom: 10px;
}

/*** contact page *************************************************************/

.address {
  float: left;
  line-height: 200%;
  width: 20%;
}

.communication {
  margin-left: 22%;
  line-height: 200%;
}

.communication div {
  float: left;
  width: 4em;
}

.contactForm {
  margin: 0 5% 0 0;
}

.contactForm table {
  width: 100%;
}

.contactForm td {
  padding: 3px;
}

.contactForm td.spacer {
  padding-bottom: 20px;
}

.contactForm input, .contactForm textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  background: #EEE;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  width: auto;
}

.contactForm #inputZip {
  width: 22%;
  float: left;
}

.contactForm #inputCity {
  width: 75%;
  float: right;
}

.contactForm .label {
  font-weight: bold;
  white-space: nowrap;
  text-align: right;
}

.contactForm .input {
  width: 40%;
}

.contactForm .empty {
  color: red;
  border-width: 1px 1px 0 1px;
  border-style: dashed;
  border-color: red;
  padding: 5px;
}