body {
  background: #fff;
  color: #111;
  font-family: Lucida Sans, Lucida Grande, Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
}
body.ie {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}
a:link, a:visited {
  color: #596c86;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/* Header 
------------------------*/
#header {
  background: #596c86;
  width: 100%;
  height: 100px;
  float: left;
}
#header .wrapper {
  width: 950px;
  margin: 30px auto 0 auto;
}
#header h1 {
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  float: left;
}
#header h1 span {
  color: #acb6c3;
  padding: 0 2px;
}
#header h2 {
  font-size: 11px;
  color: #fff;
  float: right;
  padding-top: 12px;
  font-weight: normal;
}
#header h2 span {
  padding: 0 3px;
}

/* Navigation
------------------------*/
#nav {
  background: #dee2e7;
  width: 100%;
  height: 32px;
  float: left;
}
#nav ul {
  width: 905px;
  margin: 0 auto;
}
#nav li {
  float: left;
  display: inline;
}
#nav li a:link,
#nav li a:visited {
  color: #596c86;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  padding: 10px 40px;

}
#nav li:hover,
#nav li:active {
  background: #fff;
}

#home .home a,
#services .services a,
#projects .projects a,
#information-strategy .information-strategy a,
#about .about a,
#contact .contact a {
  background-color: #fff;
}


/* Content
------------------------*/
#main {
  width: 100%;
  float: left;
}
#main .wrapper {
  width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}
#main h2 {
  color: #596c86;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 25px;
}
#main p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
#main p.top,
#main p.bottom {
  font-size: 21px;
  line-height: 26px;
  float: left;
  clear: both;
  width: 100%;
}
#main p.top {
  margin: 0 0 50px 0;
}

.container {
  float: left;
  width: 400px;
  padding: 0 25px 25px 0;
}
#home .container {
  height: 150px;
}
#services .container {
  height: 125px;
}

.container h3 {
  font-weight: bold;
  color: #596c86;
  font-size: 18px;
}
.container p {
  font-size: 12px;
  line-height: 18px;
}
#main ul {
  float: left;
  clear: both;
  padding: 25px 0 0 0;
  width: 650px;
  margin-left: 50px;
}
#main li {
  font-size: 14px;
  list-style-type: circle;
  line-height: 20px;
  padding: 0 0 20px 10px;
}
#main .indent {
  margin: 0 50px 0 50px;
}

#about .text {
  width: 500px;
  float: left;
  margin-right: 50px;
}

#about img {
  float: right;
}


/* Footer
------------------------*/
#footer {
  width: 100%;
  float: left;
  padding: 25px 0;
}
#footer .wrapper {
  width: 850px;
  margin: 50px auto;
  border-top: 1px solid #bbb;
  padding-top: 5px;
}
#footer span {
  font-size: 11px;
  color: #bbb;
}
#footer a:link,
#footer a:visited {
  color: #bbb;
  text-decoration: none;
}
#footer a:hover,
#footer a:active {
  text-decoration: underline;
}
#footer .copyright {
  float: left;
}
#footer .credit {
  float: right;
}



/* Print
------------------------*/
@media print {
  
  #header, #nav, .credit {
    display: none;
  }
  .ie {
    width: 400px;
  }
}