html, body {
  margin: 0; padding: 0;
}
body {
  font-size: 62.5%;
  background: #b6cae3;
  background: #fff;
  background-color: #9fb3cc;
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
  color: #333;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
h1, #latest_news h2 {
  margin-top: 0;
}
#wrapper {
  background: #fff;
  color: #333;
  border-left: 10px solid #0f396e;
  border-right: 10px solid #0f396e;
  border-bottom: 10px solid #0f396e;
  width: 940px;
  margin: 0 auto 10px auto;
}
#header {
  background: #fff;
  height: 161px;
  width: 960px;
  margin: 10px auto 0 auto;
}
#logo {
  background-image: url(/images/logo.gif);
  background-repeat: none;
  width: 222px;
  height: 88px;
  margin: 37px 0 0 20px;
  float: left;
}
#logo span {
  display: none;
}
#call_us {
  text-align: right;
  background-image: url(/images/headset-hottie.jpg);
  background-position: right;
  background-repeat: no-repeat;
  height: 161px;
  float: right;
  margin: 0 0 0 0;
  line-height: 161px;
  width: 592px;
  padding-right: 60px;
  color: #fff;
}
#call_us span {
  color: #fff;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  display: none;
}
#call_us strong {
  font-size: 1.25em;
}
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 31px;
  /*background-image: url(/images/nav.png);*/
  background-color: #0f396e;
  border-top: 1px solid #0f396e;
}
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 31px;
  height: 31px;
}
#nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
/*  background-image: url(/images/button.png);
  background-position: top right;*/
  padding: 0 20px;
}
#nav a:hover, #nav a.current {
  color: #f7ec33;
/*  background-position: bottom right;*/
  background-color: #fff;
  color: #000;
}
#home {
  float: left;
  width: 750px;
}
#welcome, #content {
  padding: 10px 20px;
}
#welcome p, #welcome ul, #content p, #content ul, #content ol, #content td, #content th {
  font-size: 1.2em;
}
#content ol ol {
  font-size: 1em;
  list-style-type: lower-alpha;
}
#content table {
  border-collapse: collapse;
}
#content td, #content th {
  padding: 3px 6px;
  border: 1px solid #ccc;
}
#content th {
  text-align: left;
}
#developments_summary {
  height: 165px;
  border-top: 10px solid #0f396e;
  overflow: hidden;
}
.development_summary {
  float: left;
  width: 237px;
  height: 159px;
  padding: 3px;
  background-image: url('/images/development-summary-bg.png');
}
.development_summary img {
  display: block;
}
.development_summary span {
  display: block;
  padding: 3px;
  font-size: 12px;
  line-height: 16px;
}
.middle {
  border-left: 10px solid #0f396e;
  border-right: 10px solid #0f396e;
}
#latest_news {
  float: left;
  width: 180px;
  padding: 10px 0 10px 10px;
  background: #0f396e;
  color: #fff;
}
#latest_news a { color: #fff; }
#latest_news h3 { font-size: 1.2em; }
#footer {
  clear: left;
  line-height: 32px;
  text-align: center;
}
#footer a {
  color: #222;
}
a {
  color: #33c;
}
.wpfrequired {
  color: #f33;
  font-weight: bold;
}
dl {
  font-size: 1.2em;
}
dt {
  margin: 10px 0 5px 0;
}
dd {
  margin: 5px 0 10px 0;
}
.wpform h1 { display: none; }

#wrapper p, #wrapper h1, #wrapper h2, #wrapper h3 {
/*  text-shadow: 0 1px 1px #000000*/
}
.home #wrapper {
  background-image: url(/images/home-bg.png);
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1px;
  font-size: 1px;
}
#logos {
  overflow: hidden;
  width: 200px;
  height: 200px;
  float: right;
  margin: 10px;
}

#download {
  background: #444;
  padding: 6px;
  text-align: center;
  -moz-border-radius-bottomleft:0.75em;
  -moz-border-radius-bottomright:0.75em;
  -moz-border-radius-topleft:0.75em;
  -moz-border-radius-topright:0.75em;
  -webkit-border-top-left-radius:0.75em;
  -webkit-border-top-right-radius:0.75em;
  -webkit-border-bottom-left-radius:0.75em;
  -webkit-border-bottom-right-radius:0.75em;
}
#download:hover {
  background: #222;
}
#download a {
  color: #fff;
  display: block;
}
ol li {
  margin-top: 4px;
  margin-bottom: 4px;
}
em {
  font-style: normal;
  color: #633;
}
.feeds {
  display: none;
}

ul#developments_menu {
  list-style: none;
  margin: 0 12px 12px 0;
  padding: 0;
  float: left;
  width: 12em;
  background: #444;
  border: 1px solid #222;
}
#developments_menu li {
  margin: 0;
  padding: 0;
  text-align: center;
}
#developments_menu span {
  line-height: 20px;
  display: block;
  background: #000;
  color: #fff;
  font-style: italic;
}
#developments_menu a {
  line-height: 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#developments_menu a:hover {
  background: #222;
}