/* Copyright 5Point Ventures 2006 */
body {
  font-family: Verdana, sans-serif;
  font-size: 12pt;
  color: #666666;
  background-color: #FFFFFF;
}
#left-section {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 215px;
}
#top-section {
  position: absolute;
  top: 0px;
  left: 215px;
  height: 70px;
  width: 580px;
  clear: right;
}
.nav {
  position: absolute;
  top: 51px;
  left: 0px;
  z-index: 10;
}
#body-section {
  position: absolute;
  top: 70px;
  left: 215px;
  width: 525px;
  clear: right;
  margin: 0%;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 4%;
  padding-right: 2%;
}
html>body #body-section {
  /* Hack to hide from IE. */
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-section {
  position: absolute;
  left: -215px;
  height: 4%;
  width: 795px;
  z-index: 5;
  background-image: url(../img/white.gif);
  background-repeat: repeat;
  clear: both;
  color: #9B9B9B;
  font-size: 8pt;
  text-align: right;
  padding-top: 1mm;
  border-top-style: solid;
  border-top-color: #999999;
  border-top-width: 1px;
}
html>body #footer-section {
  /* Hack to hide from IE. */
  position: fixed;
  top: 96%;
  left: 0%;
  /* This behavior is preferred. It is supported by non-IE browsers. */
}
img {
  border: 0px;
}
#left-image {
  height: 350px;
  width: 215px;
}
#top-image {
  height: 70px;
  width: 580px;
  z-index: 0;
}
.person {
  font-weight: bold;
}
h4 {
  position: relative;
  margin-bottom: -2%;
}
.bullets {
  list-style-image: url(../img/5parrow.gif);
  list-style-type: disc; /* default */
  margin-bottom: 5%;
}
p li h4 {
  width: 96%;
}
li {
  margin-top: 5mm;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link, a:active, a:visited {
  color: #465082;
}
a:hover {
  color: #333333;
}
.nav-img {
  /* If CSS Selectors worked in IE, could avoid this one. */
  height: 19px;
}
.hash-img {
  width: 24px;
}
.home-img {
  width: 61px;
}
.services-img {
  width: 51px;
}
.aboutus-img {
  width: 59px;
}
.clients-img {
  width: 42px;
}
.partners-img {
  width: 52px;
}
.contactus-img {
  width: 68px;
}
