.desktop {
  width: 1200px;
  margin: auto;
}
.desktop .half {
  width: 50%;
}
.desktop .third {
  width: 33.3%;
}
.desktop .fourth {
  width: 25%;
}
header {
  background: #004C80;
  width: 100%;
}
.main,
.half,
.third,
.fourth {
  display: inline-block;
}
#logo,
#company {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  padding-top: 15px;
}
#logo img:hover {
  opacity: 0.8;
}
header h1,
header h2 {
  color: #fff;
  font-family: "Myriad Pro";
  margin: 0;
  line-height: 20px;
  text-shadow: 1px 1px 1px #333;
}
header large {
  font-size: 40px;
}
header small {
  font-size: 20px;
}
header h2 {
  font-size: 20px;
}
.nav {
  font-family: arial;
  width: 100%;
  background: #333;
}
.nav a {
  color: #fff;
  font-family: arial;
  text-decoration: none;
  display: table-cell;
  position: relative;
  padding: 10px 4px;
  text-align: center;
  border-left: 1px solid #888;
}
.nav a:last-child {
  border-right: 1px solid #fff;
}
.table {
  display: table;
  table-layout: fixed;
}
.main {
  vertical-align: top;
}
.side {
  background: #004C80;
}
.side a {
  color: #fff;
  font-family: arial;
  text-decoration: none;
  display: block;
  padding: 10px;
  border-top: 1px solid #fff;
}
.side a:hover,
.nav a:hover {
  background: #278AC4;
}
.main {
  min-height: 600px;
}
footer {
  background: #278AC4;
  color: #fff;
  height: 130px;
  font-family: arial;
  text-align: center;
}
.address {
  padding-top: 30px;
}
