body {
  margin: 0;
  border-top: 20px solid #d6d6d6;
  background: #ffffff;
  }

p, body, li, ul, dd, td {
  font: 16px helvetica, verdana, arial, sans-serif;
  color: #000;
  line-height: 150%;
  }

img a, a img {
  border: 0;
  }
  
a {
  font: 16px helvetica, verdana, arial, sans-serif;
  color: #00aadb;
  text-decoration: underline;
  outline: none;
  }
  
a:hover {
  color: #000; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  line-height: 120%;
  }

h1, h1 a {
  font-size: 24px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 22px;
  }
h3, h3 a {
  font-size: 18px;
  }

hr {
  height: 1px;
  border: 0;
  width: 100%;
  background: #81aad2;
  color: #81aad3;
  margin: 5px 0 15px 0; 
  }

td {
  vertical-align: top;
  }

#wrapper {
  width: 950px;
  margin: 0 auto;
  }

#header {
  height: 159px;
  }

#clientlogin {
  width: 170px;
  height: 78px;
  padding: 0 12px;
  float: right;
  margin-top: -4px;
  background: #d6d6d6;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  }
#clientlogin h3 {
  margin: 0 0 2px 0;
  }
#clientlogin .loginField {
  border: 1px solid #000;
  width: 74px;
  height: 12px;
  padding: 4px;
  font-size: 12px;
  color: black;
  }
#clientlogin .loginField:hover {
  border-color: #888;
  }
#clientlogin .loginButton {
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 64px;
  background: #fff;
  float: right;
  cursor: pointer;
  }
#clientlogin .loginButton:hover {
  background: #aaa;
  color: #fff;
  }
#clientlogin td {
  padding: 3px 5px;
  font-size: 14px;
  }

#navbar {
  background: #00aadb;
  height: 32px;
  }
#navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  }
#navbar li {
  display: inline;
  }
#navbar ul li a {
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  }
#navbar ul li a:hover, #navbar a.current_page_item {
  color: #fff;
  }
  
#content {
  margin: 25px;
  overflow: auto;
  height: 100%;
  min-height: 300px;
  }

#content-main {
  width: 640px;
  float: left;
  }

#content-right {
  margin-left: 32px;
  width: 184px;
  float: left;
  }

#footer {
  padding: 15px 0;
  border-top: #00aadb 1px solid;
  text-align: center;
  }
 
#footer a, #footer, #footer p {
  color: #808080;
  font-size: 12px;
  }

.imagecaption-left {
  width: 216px;
  padding: 10px;
  margin-right: 20px;
  background: #eee;
  font-size: 12px;
  line-height: 150%;
  float: left;
  }

.services img {
  margin: 0 20px 8px 0;
  border: 4px solid #00aadb;
  }