/* 
  Contact Haines Brown
  Hartford Web Publishing
  brownh@hartford-hwp.com
  Index style
  Last revised 29 Oct 2005. Background like index-c, but distinguished by
  no bottom red line.	
*/

  body { background-color: #CCC; color: #000; font-size: 100%; }
  div.outside {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  div.inside {
    margin-left: auto;
    margin-right: auto;
    max-width: 680px;
    text-align: left;
    background-image: url(../bin/bk-inside.png);
    xpadding: 16px 0px 16px 0px;
    padding: 10px 30px 16px 30px;	
    border: #630 groove 2px; 
    xborder-bottom: solid #C00 4px;
  }
  a:link {
    color: #630; background-color: transparent;
    text-decoration: underline;
  }
  a:visited {
    color: #633; background-color: transparent;
    text-decoration: underline;
  }
  a:active { 
    color: #F00; background-color: transparent; 
    text-decoration: underline;
  }
  a:hover { text-decoration: underline; }
  h1, h2, h3, h4, h5 { font-family: sans-serif; }
  em.bold { font-style: normal; font-weight: bold; }
  em.underline { font-style: normal; text-decoration: underline; }
  .spaced {margin-top: 0.6em;}

/* ====== nested quotes: not used ======== */
  q {quotes: '\201C' '\201D' '\2018' '\2019' '\AB' '\BB';}
  q:before { content: open-quote; }
  q:after { content: close-quote; }

/* ================ logo ================= */
  .top-logo {margin-left: -4px;}
  img.logo {
    width: 680px;
    height: 5.2em;
    padding-left: 4px;	
  }

/* ================ notice ============== */
  p.notice {
    font-size: 0.9em; 
    font-style: italic;
    width: 680px;
    margin-left: 0.5em;
    margin-bottom: 0.7em;
    line-height: 1em;
  }

/* ================= lists =============== */
  ul { list-style-type: none; padding-left: 0px; line-height: 1.4em; }
  ul li { padding-left: 30px; background-repeat: no-repeat; }
  ul a { font-weight: bold; position: relative; }   
  ul.parents {margin-left: 4px;}
  ul.parents li {background-image: url(../bin/arrow-b.png);}
  ul.parents a {top: 0.2em;}
  ul.children {margin-left: 35px;}
  ul.children li {background-image: url(../bin/arrow-f.png);}
  ul.children a {top: 0.1em;}
  li.group {margin-top: 0.6em;}
  dl {margin-left: 2.6em;}
