
body {
  background: #f8f8f8;
  padding: 0px;
  margin: 0px;
}


div.wrapper {
  background: #fff;
  width: 760px;
  border: 1px solid #ccc;
  margin-top: 32px;
  margin-bottom: 0px;
  text-align: left;
}  

form {
  margin: 0px;
  padding: 0px;
}

/* Header */

table.header {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #094197;
}

table.header tr {
}

table.header tr td.logo {
}

table.header tr td.address {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-right: 8px;
}

.address a, .address a:hover {
  color: #000;
}

table.header tr.topmenu {
 background: #d962a2;
 color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-align: right;
} 

table.header tr.topmenu td {
 padding-top: 4px;
 padding-left: 16px;
 padding-right: 16px;
 padding-bottom: 4px;
}

table.header tr.topmenu td.tagline {
 font-size: 18px;
 text-align: left;
 padding-left: 32px;
}

table.header tr.topmenu td.menu {
  text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  color: #fff;
  font-weight: bold;
  font-variant: small-caps;
}


table.header tr.topmenu td.menu {
  text-align: left;
  border-bottom: 1px solid #fff;
}

td.menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  float: right;
  width: 120px;
  text-align: center;
}

td.menu DIV A:visited {
  color : #fff;
}

table.header tr.topmenu td.menu DIV A:hover {
  color : #ff0;
}

IMG.logo {
 margin-left: 16px;
 margin-top: 8px;
 margin-bottom: 8px;
}

/* LH Nav */

table tr td.lhnav {
  width: 150px;
  border-right: 1px dashed #ccc;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

div.lhhdr {
  margin: 0px;
  cursor: pointer;
  background-color: #094197;
  padding: 2px;
  padding-left: 6px;
  color: #fff;
  font-weight: bold;
  font-variant: small-caps;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

div.lhhdr a {
  color: #fff;
  text-decoration: none;
}

div.lhhdr a:hover {
  text-decoration: underline;
}

div.lhgroup {
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

div.lhelement {
  padding: 0px;
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 12px;
}

div.lhelement a {
  color: #666;
  text-decoration: none;
}

div.lhelement a:hover {
  color: #666;
  text-decoration: underline;
}

td.lhlogin {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
}

td.lhtext {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}

td.lhgtext {
  padding: 0px;
  margin: 0px;
  padding-left: 1px;
  padding-top: 0px;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
}

td.lhgtext a, td.lhgtext a:hover {
  color: #666;
}


td.lhinput {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
}

td.lhinput INPUT {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

div#lhabout, div#lhsupport, div#lhexpert, div#lhcasestudies, div#lhcontactinfo, div#lhpatientinfo, div#lhspecialists, div#lhmedicallegal, div#lhusefullinks {
  display: none;
}
/* Content */

table.content {
 border-bottom: 1px dashed #ccc;
}

table tr td.content {
  background: #fff;
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 0px;
  vertical-align: top;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #094197;
}

.content h1 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #d962a2;
}

div.bodytext p {
  color: #006;
}

div.bodytext ul li {
  color: #006;
}

.content h2 {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #094197;
}

.content h3 {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #006;
}

.content h4 {
  font-size: 12px;
}

.content h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 0px;
  margin-left: 16px;
}


.content div.header {
  width: 100%;
  background: #c60;
  margin: 0px;
  padding: 0px;
  margin-bottom: 6px;
}

.content div.smalltext {
  font-size: 10px;
  padding: 8px;
  border: 1px dashed #ccc;
}

.content table.offers {
  width: 100%;
}

.content table.offers tr td.offer {
  width: 32%;
  border: 1px solid #eee;
}

.content table.offers tr td.spacer {
  width: 1.5%;
}

.content ul {
  margin-top: 4px;
  margin-bottom: 8px;
}

table.twocol {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
} 

.twocol th {
  background: #999;
  color: #fff;
  paddding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
  text-align: center;
  width: 50%;
  border-collapse: true;
  border: 1px solid #999;
}

.twocol td {
  paddding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
  width: 50%;
  border: 1px solid #999;
  padding: 4px;
}

.twocol ul {
  margin-left: 16px;
}

.twocol li {
  margin-left: 4px;
}
.content P, .content DIV {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

.content UL LI {
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  margin-bottom: 2px;
}

.content table.profile {
  margin-left: 12px;
  margin-bottom: 12px;
}

.content table.profile h1 {
  color: #000;
}

.profile .ourprice {
  font-size: 13px;
  font-weight: bold;
}

.profile span.price {
  color: #b01f24;
}

.content table.infoarea {
  margin-left: 12px;
  border: 1px solid #ccc;
  background: #eee;
}

.infoarea h2 {
  color: #000;
  margin-left: 4px;
}

table.infospec {
  margin-left: 8px;
}

.infospec .boldtablecells {
  font-weight: bold;
  padding-left: 8px;
  color: #333;
}

.infospec .subsubtitle {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/* RH Nav */
td.rhnav {
  width: 150px;
  vertical-align: top;
  border-left: 1px dashed #ccc;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Arial, helvetica, sans-serif;
  font-size: 12px;
  background: #eee;
}

td.rhnav h1 {
  font-size: 13px;
  margin: 0px;
}

td.rhnav ul {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 10px;
  padding-left: 10px;
  list-style-position: outside;
}

td.rhnav ul li {
  marker-offset: 2px;
}

#rhtopimg {
  margin-bottom: 16px;
  border: 1px solid #000;
}

#rhtext {
  padding-left: 4px;
  padding-right: 4px;
}

#rhtext a {
  color: #000;
  text-decoration: none;
}

#rhtext a:hover {
  color: #000;
  text-decoration: underline;
}

/* Front Page */

DIV.front {
 background: #eee;
}

DIV.front IMG#content {
 width: 160px;
 height: 160px;
 border: 1px solid #000;
}

DIV.front IMG#commerce {
 margin-left: 4px;
 width: 160px;
 height: 160px;
 border: 1px solid #000;
}

DIV.front IMG#community {
 margin-top: 4px;
 margin-bottom: 16px;
 width: 160px;
 height: 160px;
 border: 1px solid #000;
}

DIV.front IMG#sport {
 margin-top: 4px;
 margin-left: 4px;
 margin-bottom: 16px;
 width: 160px;
 height: 160px;
 border: 1px solid #000;
}

table.latestnews {
  border: 1px solid #666;
  background: #fff;
  width: 100%;
  font-size: 12px;
  font-family: Arial, helvetica, sans-serif;
  margin-bottom: 16px;
}

table.latestnews tr td {
  padding-top: 2px;
  padding-bottom: 2px;
}

td.bullet {
  width: 12px;
  padding-left: 8px;
  padding-right: 8px;
}


table.latestnews tr th {
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-right: 16px;
}

/* Footer */

DIV.footer {
 margin-top: 8px;
 margin-left: 16px;
 margin-right: 32px;
 margin-bottom: 16px;
 text-align: right;
 color: #999;
 font-size: 10px;
 font-family: Arial, helvetica, sans-serif;
}

DIV.footer A {
 color: #999;
}

DIV.footer A:visited {
 color: #999;
}

div.imgstrip {
  margin-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #ccc;
}
