html,
body {
  background: #fff;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

a {
  color: #691b7d;
}

#content-copy h1 {
  margin: 0 0 10px;
  font: 1.85em/1.25em Arial, sans-serif;
  color: #009dc6;
}

#content-copy h2 {
  margin: 20px 0 10px;
  font: bold 1.35em/1.25em Arial, sans-serif;
  color: #000;
}

#content-copy h3,
#content-copy h4 {
  margin: 20px 0 10px 0;
  font: bold 1.15em/1.25em Arial, sans-serif;
  color: #333;
}

#content-copy h5,
#content-copy h6 {
  font: bold 12px Arial, sans-serif;
  line-height: 1.25em;
  color: #333;
}

#content-copy ul,
#content-copy ol {
  margin: 0 0 10px 40px;
  font: 12px Arial, sans-serif;
  line-height: 1.25em;
  color: #333;
  list-style-position: outside;
}

#content-copy li {
  margin: 0 0 10px;
}

#content-copy ul {
  list-style-type: disc;
}

#content-copy ol {
  list-style-type: decimal;
}

#content-copy h1 sup,
#content-copy h2 sup,
#content-copy h3 sup,
#content-copy h4 sup,
#content-copy h5 sup,
#content-copy h6 sup {
  padding: 0 2px;
  vertical-align: top;
  font-size: 0.45em;
}

#content-copy sup {
  padding: 0 2px;
  vertical-align: top;
  font-size: 0.75em;
}


/*** HEADER ***/

#header-wrapper {
  margin: 0 auto;
  height: 116px;
  overflow: hidden;
  position: relative;
}

#header {
  margin: 0 auto;
  width: 930px;
}

h1#logo-edluar {
  margin: 12px 0 0;
  width: 230px;
  height: 88px;
  background: url(../images/logo-edluar.gif) no-repeat 0 0;
  text-indent: -9000px;
  float: left;
}

h1#logo-edluar img {
  display: none;
}


h1#logo-edluar a {
  width: 230px;
  height: 88px;
  display: block;
}

#header-nav-wrapper {
  margin: 0 50px 0 0;
  width: 338px;
  float: right;
}


/*** TOP NAVIGATION ***/

#topnav-wrapper {
  margin: 0 auto;
  width: 930px;
  height: 35px;
  overflow: auto;
}

#topnav-container {
  margin: 0 auto;
  position: absolute;
  z-index: 800;
  top: 116px;
}

ul#topnav {
  width: 930px;
}

ul#topnav li {
  height: 35px;
  display: inline;
  float: left;
}

ul#topnav li a {
  height: 35px;
  display: block;
  text-indent: -9000px;
}

ul#topnav li a:hover,
ul#topnav li a:active,
ul#topnav li a.on {
  background-position: 0 -35px;
}


/*** MAIN CONTENT ***/

#content-wrapper {
  margin: 0 auto;
  width: 835px;
  overflow: hidden;
}

#content-copy {
  float: left;
}

#content-callouts {
  float: right;
}

#content-callouts img {
  margin: 0 0 10px;
}

#content-copy p,
#content-copy td {
  margin: 0 0 10px 0;
  font: 12px Arial, sans-serif;
  line-height: 1.35em;
  color: #333;
}

#content-copy p.footnotes {
  font: 10px Arial, sans-serif;
  line-height: 1.2em;
  color: #5d5d5d;
}

p a.cta-learn {
  margin: 10px 0 30px;
}

a.cta-learn {
  width: 78px;
  height: 8px;
  background: url(../images/cta-learn-more.gif) no-repeat 0 0;
  text-indent: -9000px;
  display: block;
}


/*** FOOTER ***/

#footer-wrapper {
  margin: 0 0 20px;
  border-top: 1px solid #c3eaf2;
}

#footer-content {
  margin: 20px auto;
  width: 560px;
}

h4#logo-meda {
  margin: 30px 0;
  width: 172px;
  height: 44px;
  background: url(../images/logo-meda.gif) no-repeat 0 0;
  text-indent: -9000px;
}

h4#logo-meda img {
  display: none;
}

h4#logo-meda a {
  width: 172px;
  height: 44px;
  display: block;
}

#footer-content p {
  margin: 0 0 18px;
  font: 12px/18px Arial, sans-serif;
  color: #000;
}

#footer-content h3 {
  margin: 0 0 18px;
  font: bold 18px/18px Arial, sans-serif;
  color: #000;
}

.safety-info li {
  margin: 0 0 18px 20px;
  font: 12px/18px Arial, sans-serif;
  color: #000;
  list-style-type: disc;
}

.footer-nav ul {
  text-align: center;
}

.footer-nav li {
  margin: 0 18px 0 0;
  display: inline;
  font: 12px/14px Arial, sans-serif;
}

.footer-nav li.foot-last {
  margin: 0;
}

.footer-nav li a {
  color: #009bc5;
  text-decoration: none;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

/*** POPUP ***/

h1#hcp-popup {
  margin: 0 0 12px 0;
  width: 272px;
  height: 17px;
  background: url(../images/lightbox_h1.gif) no-repeat 0 0;
  text-indent: -9000px;
}

#popup-copy p {
  margin: 0 0 10px 0;
  font: 12px Arial, sans-serif;
  line-height: 1.35em;
  color: #333;
}

#overlay {
  position:absolute;
  z-index:9000;
  width:100%;
  height:1000px;
  background-color:black;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  display:none;
}

#popbox {
  position:absolute;
  z-index:9999;
  width:340px;
  padding:20px 25px 10px 15px;
  background-color:white;
  top:200px;
  left:33%;
  border:4px Solid #999999;
  display:none;
}
