/*  LowDose Basic Stylesheet
    Author: Jeff Boyus
    Last Updated: July 2009
*/
/*  Reset Stylesheet
    Based on Eric Meyer's
*/

  html, body, div, span,
  applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dd, dl, dt, li, ol, ul,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    text-align: inherit;
    vertical-align: baseline;
    font-size: 100%;

  }

  a img, :link img, :visited img {
    border: 0;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  ol, ul {
    list-style: none;
  }

  q:before, q:after,
  blockquote:before, blockquote:after {
    content: "";
  }

/******** Begin LowDose Style ********/
  body {
    background: #484E7F url("../images/lowdose_bg_tile.jpg") top left;
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
  }

  a:link {
    color: #0077a4;
    text-decoration: none;
  }

  a:visited {
    color: #6b2f81;
    text-decoration: none;
  }
  
  a:hover {
    color: #0077a4;
    text-decoration: underline;
  }

  em, cite {
    font-style: italic;
  }
  
  strong {
    font-weight: bold;
  }

  sup {
    vertical-align: top;
    font-size: 75%;
  }

  sub {
    vertical-align: bottom;
    font-size: 75%;
  }
  
  #page {
    width: 950px;
    padding: 0 1px;
	background-color: #FFF;
	border-left: 8px solid #000;
	border-right: 8px solid #000;
  }

  #main p, #main ul, #main .vcard {
    margin: 0 0 1em 0;
  }

  #main h1, #main h2 {
    color: #3A486B;	
	font-weight: bold;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  #main h3, #main h4 {
    color: #3A486B;
  }

  #main h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  #main h2 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  #main h3 {
    font-size: 12px;
    margin-bottom: 12px;
  }

  #main th {
    text-align: left;
  }

  #main dt {
    color: #3A486B;
    font-size: 14px;
  }

  #main dd {
    margin-bottom: 1.5em;
  }

  #main li {
    margin-left: 18px;
    margin-bottom: 8px;
  }

  #main ul{
    list-style-image: url("../images/bullet_square.png");
  }

  * html #main ul{
      list-style-image: url("../images/bullet_square.gif");
  }

  #main ul ul {
    list-style-image: url("../images/bullet_circle.png");
    margin-top: 8px;
  }

  * html #main ul ul{
      list-style-image: url("../images/bullet_circle.gif");
  }

  #rightCol ul ul , #leftNav ul ul {
    list-style-image: url("../images/bullet_dash.png");
	color: #606060;
	padding-left: 15px;
    margin-top: 4px;
  }

  * html #rightCol ul ul , * html #leftNav ul ul {
    list-style-image: url("../images/bullet_dash.gif");
	color: #606060;
	padding-left: 15px;
  }

  #rightCol ul ul li, #leftNav ul ul li{
    margin-left: 18px;
    margin-bottom: 8px;
  }

  * html #rightCol ul ul li, * html #leftNav ul ul li{
    margin-left: 18px;
    margin-bottom: 8px;
  }

  #rightCol ul ul li a, #leftNav ul ul li a{
	padding: 0px;
  }

  * html #rightCol ul ul li a, * html #leftNav ul ul li a{
	padding: 0px;
  }

  #main ol {
    list-style-type: decimal;
  }

  #main blockquote {
    padding-left: 40px;
    font-style: italic;
    background-image: url("../images/blockquote_bg.gif");
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 180%;
    margin: 1.5em 1em 1.5em .5em;
  }

  hr {
    border: none;
    border-top: 1px solid #b2b3b5;
    height: 1px;
    margin: 1em 0;
    padding: 0;
  }

  a.more {
    white-space: nowrap;
  }

  button.copper {
    background-color: #d57500;
    background-image: url("/images/button_bg.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    color: white;
    font-size: 11px;
    padding: 3px 6px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  button.copper:active {
    position: relative;
    top: 1px;
    left: 1px;
  }

  *+html button.copper {
    padding: 0px;
  }

  *+html button.copper.inline {
    position: relative;
    top: 2px;
  }

  .caption {
	display: block;
    color: #484e7f;
	padding: 0px 3px;
  }

  .clear {
    clear: both !important;
    float: none !important;
  }


/******** Footer ********/
#footer {
  clear: both;
  padding: 15px 15px 30px 15px;
  font-size: 11px;
  color: #6f6f6f;
  border-top: 1px solid #a3a3a3;
}

* html #footer {
  width: 950px; /* I don't understand why IE6 requires this to force proper width*/
}

.updatedDate {
  font-weight: bold;
}

#footerLinks {
  float: right;
}

#footerLinks a:link {
  color: #3A486B;
}

