#company_info_inset {
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  width: 645px;
  font-size: 12px;
  float: left;
}

#company_info_inset p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 17px;
}

h2.network, h2.datacenter_info, h2.company_info {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 14px; /*inherent property of h1, must be turned off for IE*/
  background: url(/images/company/h2_network.gif) 0 0 no-repeat;
  height: 17px;
}
h2.datacenter_info {
  background: url(/images/company/h2_datacenter_info.gif) 0 0 no-repeat;
}
h2.company_info {
  background: url(/images/company/h2_company_info.gif) 0 0 no-repeat;
}

#company_info_inset ul {
  margin: 6px 0px;
  padding: 0px;
  text-align: left;
  list-style-type: none;
}
#company_info_inset ul li {
  margin: 0px;
  margin-left: 3px;
  padding: 0px;
  padding-left: 8px;
  background: url(/images/company/bullet_yellow.gif) 0 5px no-repeat;
}