body {
  background-color: #e5e5e5;
}

img.right {
  float: right;
  border: 2px solid #ccc;
}

/* --- normal[nav] --- */

#top-nav-wrapper {
  background-color: #000;
}

#top-nav {
  background-color: #000;
  padding: 20px 50px;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}

#top-nav ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

#top-nav ul li {
  display: inline;
  margin: 0px 10px 0px 0px;
  background-image: url('/images/site-assets/home_nav_bubbles.png');
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 0px 10px 30px;
  vertical-align: center;
}

#top-nav ul li.first {
  background: none;
  padding-left: 0px;
}

#top-nav ul li a {
  color: #fff;
}

/* --- normal[header] --- */

#header-wrapper {
  background-image: url('/images/site-assets/normal_headerwrapperbg.png');
}

#header a {
  background-image: url('/images/site-assets/normal_header.png');
  height: 193px;
  display: block;
  text-indent: -999em;
}

/* --- normal[content] --- */

#content {
  background-image: url('/images/site-assets/normal_bg.png');
  padding-bottom: 50px;
}


#content .main table {
  margin: .5em 20px 1.5em;
}

#content .main table tr td {
  border-bottom: 1px solid #ccc;
}

#content .main table tr th {
  font-weight: bold;
  border-bottom: 1px solid #999;
}

#content .main table tr td,
#content .main table tr th {
  padding: .5em 20px;  
  font-size: 12px;
}


/* --- normal[nav] --- */

#normal-nav {
  margin: 20px 0px;
}

#normal-nav a:hover {
  color: red;
  text-decoration: underline;
}

#normal-nav li {
  background-image: url('/images/site-assets/normal_nav_bubbles.png');
  background-repeat: no-repeat;
  line-height: 1.5em;
  padding-left: 20px;
  margin-bottom: .5em;
  vertical-align: center;
}

#normal-nav ul li ul {
  margin-left: 15px;
  color: #e51b24;
}

#normal-nav ul li ul li {
  list-style-type: square;
  background-image: none;
  padding: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
}

/* --- normal[content] --- */

div.sidebar {
  float: left;
  width: 280px;
}

div.main {
  float:left;
  width: 650px;
}

div.main p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

div.main ul {
  margin: .5em 35px;
}

div.main ul li {
  list-style-type: disc;
  color: #e51b24;
  line-height: 1.5em;
}

div.main h2 {
  font-weight: bold;
  margin: 1em 0px .5em;
}

div.main h2.title {
  color: #e51b24;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.5em;
  border-bottom: 2px solid #e51b24;
  margin: .5em 0px;
}

div.main a {
  color: #960000;
}

div.main a:hover {
  color: red;
  text-decoration: underline;
}

/* --- normal[contact form] --- */

#contact .conventional th, #contact .conventional td {
  padding: 0px 10px 10px 0px;
  line-height: 1.5em;
}

#contact .conventional th {
  font-weight: bold;
}

#contact h3 {
  border-top: 1px dotted #666;
  padding-top: .5em;
  font-weight: bold;
  margin-bottom: .5em;
}

#contact .form {
  margin-bottom: 1em;
}

#contact iframe {
  border: 4px solid #ccc;
}

#contact .input-element {
  margin-bottom: 1em;
}

#contact .label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: .5em;
}

#contact .required {
  color: #666;
}

#contact .error_specific {
  color: red;
  font-size: 12px;
  margin-bottom: .5em;
}

/* --- normal[testing services] --- */

div.testing-services-row {
  clear: both;
  overflow: hidden;
}

div.testing-services-col1 {
  width: 390px;
  padding-right: 20px;
  float: left;
}

div.testing-services-col1 img {
  border: 1px solid #000;
  margin-bottom: .5em;
}

div.testing-services-col2 {
  float: left;
  font-weight: bold;
  line-height: 1.5em;
  width: 239px;
  border-left: 1px solid #ccc;
}

div.testing-services-col2 ul {
  margin: 10px 60px;
}

div.testing-services-col2 ul li {
  margin-bottom: .5em;
}

/* --- normal[management] --- */

div.profile {
  clear: both;
  overflow: hidden;
  margin-bottom: .5em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5em;
}

div.profile .img {
  float: left;
  width: 90px;
  height: 100px;
  margin-left: 15px;
}

div.profile .img img {
  border: 1px solid #000;
  margin-top: .5em;
}

div.profile .content {
  float: left;
  width: 500px;
}


/* --- normal[patient care locations] --- */

div.location {
  clear: both;
  overflow: hidden;
  padding: 1.5em 0px 1.5em;
  margin-bototm: .5em;
  border-bottom: 1px dotted #ccc;
}

div.location .content {
  float: left;
  width: 300px;
  margin-right: 10px;
  font-size: 12px;
}

div.location .content h2 {
  margin-top: 0px;
  font-size: 18px;
}

div.location .map {
  margin-left: 10px;
  float: left;
  width: 200px;
  font-size: 12px;
}

div.location .map iframe {
  border: 2px solid #ccc;
}

/* --- elabdx --- */

a.screenshot img {
  border: 2px solid #ccc;
  float: right;
  margin: 10px;
}

div.elabdx h2 {
  clear: both;
  overflow: hidden;
}





