body {
  margin: 0;
  padding: 0;
  background-color: #2B2C32;
  color: #2A2C32;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #D4D4D4;
  color: #2A2C32;
  margin-left:50px;
  margin-right:40px;
  margin-top:40px;
  margin-bottom:40px;
  padding: 10px;
}
#header-bottom {
  border-top: 1px solid #6F787F;
  border-bottom: 1px solid #6F787F;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#header-bottom li {
  display: inline;
  background-color: #D4D4D4;
  color: #050845;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #d4d4d4;
  color: #050845;
}
#header-bottom a:hover {
  text-decoration: none;
  background-color: #d4d4d4;
  color: #87878f;
}

#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 240px 0 0;
  border: 1px solid #b9d2e3;
  background-color: #768AA3;
  color: black;
  text-align: justify;

}
#content .inner {
  margin: 10px 10px 10px 20px;
  padding: 10px;
  height: 1%;
}
#content .inner h2 {
  padding-bottom: 0.2em;
  border-bottom: 1px solid #6F787F;
  font-size: 120%;
  text-align: center;
}

#content .inner h3 {
  margin-bottom: 10px;
  font-size: 110%;
  text-align: left;
  text-indent: 25px;

}

#content .inner h3.service-hdr {
  margin-left: 0px;
  margin-bottom: 5px;
  font-size: 110%;
  text-align: left;
  text-indent:0px;
}
#content .inner p {
  color: #000000;
  font-size: 110%;
}

#content .inner .features img {
  float: left;
  margin: 0 5px 5px 0;
}

#content .hp-image {
  float: left;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 0;
  padding-bottom: 20px;
  }
  
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#content .inner .list li {
  font-size: 110%;
  list-style-type: square;
}
#content .inner p.col-header {
  font-weight:  bold;
  margin-bottom: 10px;
}

#content .inner p.vendor-list {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 12px;
  font-size: 110%;
}
#content .inner p.services {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 20px;
  text-indent: 0px;
  font-size: 110%;
}

#content p, td a:link, #content p, td a:visited {
  color: black;
  font-size: 100%;
  line-height:120%;
}
#content p,td a:hover {
  color: #bbbbbb;
  font-size: 100%;
}
#content .inner p.col-heading {
  font-weight:  bold;
  margin-bottom: 10px;
}

#content .inner table.contact{
  margin-top: 0;
  text-align: left;
}
#content .inner td.contact-hdr{
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
}
#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  background-color: #666666;
  color: #000000;
    font-size: 100%;
    line-height:125%;
  margin: 0;
  padding: 0;
}
#sidebar .inner {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 5px;
}

#sidebar .inner .service-list li img {
  margin: 0
}
#sidebar ul a:link, #sidebar ul a:visited {
  text-decoration: underline;
  color: black;
  line-height:150%;
}

#sidebar ul a:hover {
  text-decoration: none;
  color: #87878f;
  
}
#sidebar .inner p.col-heading {
  font-weight:  bold;
  margin-bottom: 10px;
}
#footer-bottom {
  border-top: 1px solid #6F787F;
  border-bottom: 1px solid #6F787F;
  height: 1%;
}
#footer-bottom ul {
  margin: 0;
  padding: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#footer-bottom li {
  display: inline;
  background-color: #D4D4D4;
  color: #050845;
}

#clearone {
 clear: both;
 height: 1%;
 }
 
 .td-cell {
 border: 1px solid black;
 padding:4px;
}

 


