*{
  margin: 0;
  padding: 0;
}

img{
  border: 0;
}

html{
  background: #FFF;
}

body{
  font-family: "Calibri", "Arial", sans-serif;
  width: 800px;
  margin: 0 auto;
  margin-top: 2.5em;
  position: relative;
  height: 100%;
}

body #splash{
  color: #c8c8c8;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10em;
  z-index: 1000;
}

body #splash img{
  margin-bottom: 2em;
}

h1{
  text-align: center;
}

h2, p, .text ul{
  margin-bottom: 1em;
}

h2{
  font-weight: normal;
  font-size: 1.15em;
}

h2 span{
  font-weight: bold;
}

a{
  text-decoration: none;
  color: #656565;
}

a:hover{
  text-decoration: underline;
}

#navigation{
  border-top: 2px solid #656565;
  padding-top: 0.7em;
  border-bottom: 2px solid #656565;
  margin: 0.65em 0 1.4em 0;
  padding-bottom: 0.7em;
}

#navigation ul{
  text-align: center;
}

#navigation ul li{
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0 2em;
}

.text ul li{
  margin-bottom: 0.5em;
  margin-left: 2em;
}

#footer{
  position: relative;
  border-top: 2px solid #656565;
  padding: 1em 0 0 0;
  border-bottom: 2px solid #656565;
  margin-top: 0.65em;
}

#footer p{
  text-align: center;
}

.box {
  overflow: hidden;
}

.clients .image {
  float: left;
  width: 25%;
}

.box .image, .pageLink.box  {
  display: block;
  position: relative;
}

.clients .image a {
  padding: 5em 1em 1em 1em;
  margin: 2em;
  margin-left: 0;
  margin-top: 0;
}

.services-side-box  .image a {
  margin-bottom: 1em;
  padding: 4em 1em 1em 1em;
}

.box a {
  min-height: 140px;
  display: block;
  text-align: center;
}

.box a:hover {
  background: #faffc7;
}

.clients .image span {
  left: 1em;
  right: 3em;
}

.box span {
  display: block;
  font-size: 90%;
  font-weight: bold;
  position: absolute;
  top: 1em;
}