/*  - RESET -  */
/* Don't forget to set a foreground and background color
   on the 'html' or 'body' element! */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}
/*table, caption, tbody, tfoot, thead, tr, th, td*/

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/*  - TYPOGRAPHIC -  */
body
{
  font: 75% "helvetica neue", arial, calibri, sans-serif;
  line-height: 1.5em;
  background-color: white;
  color: #333333;
}
html>body
{
  font-size: 12px;
}
  h1, h2, h3, h4, h5, h6
  {
    font-weight: normal;
    margin: .75em 0 .5em 0;
  }
  h1
  {
    font-size: 218%;
    color: #003399;
  }
  h1.title
  {
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 0;
    line-height: 1.2em;
  }
  h2
  {
    font-size: 164%;
    color: #003399;
  }
  h3
  {
    font-size: 145%;
    color: #003399;
  }
  h4, h5, h6 , #mean_rating
  {
    font-size: 118%;
  }
  span.title_portion
  {
    color: #fff;
    letter-spacing: .05em;
  }
  p
  {
     font-size: 1em;
     margin: 1.5em 0;
  }
  em
  {
  clear: both;
  color: #f5811f;
  font-style: normal;
  font-weight: bold;
  }
  a:active em, a:focus em, a:hover em {color:#fff;background-color:#06417e}
  p.category_opening
  {
    text-align: justify;
  }
  blockquote, q
  {
    margin: 1.5em 0;
  }
  a:link , a:visited , a:active , a:hover
  {
    color: #003399;
    text-decoration: none;
  }
  a:visited
  {
  color: #003399;
  }
  a:active
  {
  color: #333;
  }
  a:hover
  {
    color: #003399;
    text-decoration: underline;
  }
  ul.artist_listing li h3 a:link , ul.artist_listing li h3 a:visited, ul.category_listing li h3 a:link , ul.category_listing li h3 a:visited
  {
    text-decoration: none;
    color: #f58727;
    font-weight:bold;
  }
  ul.artist_listing li h3 a:active, ul.artist_listing li h3 a:focus, ul.artist_listing li h3 a:hover, ul.category_listing li h3 a:active, ul.category_listing li h3 a:focus, ul.category_listing li h3 a:hover
  {
    color:#003399;
    text-decoration:underline;
    font-weight:bold;
  }
  .artist_listing a:link, .category_listing a:link , a:visited , a:active , a:hover
  {
    color: #003399;
    text-decoration: none;
  }
  .artist_listing a:link , .category_listing a:link, .artist_listing a:visited , .category_listing a:visited
  {
  color: #f58727;
  text-decoration:none;
  }
  .artist_listing a:active , .category_listing a:active, .artist_listing a:hover , .category_listing a:hover, .artist_listing a:focus, .category_listing a:focus, ul.artist_listing li:hover a:link, ul.category_listing li:hover a:link, ul.artist_listing li:hover a:visited, ul.category_listing li:hover a:visited, .sfhover a:link, .sfhover a:visited, ul.artist_listing li.sfhover h3 a:link, ul.artist_listing li.sfhover h3 a:visited
  {
    color: #003399;
    text-decoration: underline;
  }
  ul.artist_listing li, ul.category_listing li
  {
    border: 1px solid #f58727;
    margin: 0 0 5px 0;
  }
  ul.artist_listing li:hover, ul.category_listing li:hover, ul.artist_listing li.sfhover
  {
    border-color:#003399;
    background-color:#CAF1FF;
  }
  #navigation li a:link , #secondary_navigation a:link
  {
    text-decoration: none;
    color: #fff;
  }
  #navigation li a:visited , #secondary_navigation a:visited
  {
    color: #fff;
    text-decoration: none;
  }
  #navigation li a:active , #secondary_navigation a:active
  {
    color: #003399;
    text-decoration: underline;
  }
  #navigation li a:hover , #secondary_navigation a:hover
  {
    color: #003399;
    text-decoration: underline;
  }
  #bottom_links
  {
    text-align: center;
    font-size: .9em;
    line-height: 1.3em;
  }
  span.required
  {
    color: red;
  }
  strong
  {
    font-weight: bold;
  }
  em
  {
    font-style: normal;
    font-weight: bold;
    color: #f5811f;
  }
  ul.artist_listing li table td strong , ul.category_listing li table td strong
  {
    color: #06417e;
  }
  .search_query
  {
    background-color: #FDDFC6;
  }
  .breadcrumb
  {
    display: block;
    margin-top: .25em;
    color: #a4a4a4;
  }
    .breadcrumb a:link , .breadcrumb a:visited
    {
      color: #a4a4a4;
    }
    .breadcrumb a:active
    {
      color: #333;
    }
    .breadcrumb .current , .breadcrumb a:hover
    {
      color: #f5811f;
    }
/*  - STRUCTURE -  */
body
{
  background: #759AB7 url('/images/design/pattern_bgrd.png') repeat scroll top left;
  text-align: center; /*  IE6 center #container  */
}
  #container
  {
    text-align: left;  /*  counter IE6 center  */
    margin: 15px auto;  /*  proper centering  */
    width: 760px;
  }
    #header
    {
      background: #759AB7 url('/images/design/header_bgrd.gif') no-repeat scroll top center;
      width: 760px;
      height: 111px;
      border-bottom: 2px solid #fff;
      position:relative;
      margin-bottom:4px;
    }
      #header h1
      {
        position:absolute;
        top:53px;
        left:175px;
        font-size:14px;
        z-index:99;
      }
        #header h1 a
        {
          text-decoration:none;
          color:#fff;
          font-weight:bold;
        }
      #logo
      {
        margin: 20px 0 0 93px;
        z-index:1;
      }

      #header form div
      {
        margin: -20px 10px 10px 0 ;
        float: right;
      }

      #contactImg{
          position:absolute;
        right:0;
      }

    #nav_container
    {
      background: #ee550c url('/images/design/nav_bgrd.png') repeat-x scroll bottom left;
      border-bottom: 1px solid #f5811f;
      width: 100%;
      height: 23px;
    }
      #navigation
      {
        width: 100%;
      }
        #navigation li
        {
          float: left;
          border-right: 1px solid #f5811f;
          border-left: 1px solid #ee550c;
          height: 21px;
          padding: 2px 6px 0 6px;
        }
        #navigation li a:hover
        {
            color: #003399;
          background-color: #f5811f;
        }
        #navigation li.start
        {
          border-left: none;
        }
        #navigation li.end
        {
          border-right: none;
        }

    #headernav_container
    {
        position: relative;
      margin-top: -30px;
      width: 100%;
      height: 24px;
      border-bottom: 2px solid #fff;
/*      background-color: #234167;*/

    }
      #header_navigation
      {
        width: 100%;
      }
        #header_navigation li
        {
          float: left;
          border-right: 1px solid #7894af;
          border-left: 1px solid #333333;
          height: 20px;
          padding: 2px 12px 0 12px;
        }
        #header_navigation li a {
          font-weight: bold;
        }
        #header_navigation li a:link
        {
            color: #f5811f;
        }
        #header_navigation li a:visited
        {
            color: #f5811f;
        }
        #header_navigation li a:hover
        {
            color: #fff;
          text-decoration: underline;
        }
        #header_navigation li a:active
        {
            color: #fff;
          text-decoration: underline;
        }
        #header_navigation li.start
        {
          border-left: none;
        }
        #header_navigation li.end
        {
          border-right: none;
        }
          #header_navigation input  {
            margin-bottom: 10px;
          }
          #magnify {
            position: relative;
            top: -5px;
          }

    #content_container
    {
      background-color: #fbfae2;
      position: relative;
      padding-top: 3px;
    }
      #secondary_navigation
      {
        position: absolute;
        top: 3px;
        left: 0;
        width: 145px;
        margin: 0 0 3px 3px;
        background-color: #f5811f;
        float: left;
      }
        #sec_nav_t_r_round_corner
        {
          background: #f5811f url('/images/design/sec_nav_t_r_round_corner.png') no-repeat scroll top right;
          width: 100%;
          height: 7px;
        }
        #secondary_navigation ul li
        {
          border-top: 1px solid #FBC399;
          /*border-top: 1px solid #f5811f;
          border-bottom: 1px solid #ee550c;*/
        }
          #secondary_navigation ul li span
          {
/*            margin-left: 10px;*/
          }
          #secondary_navigation ul li ul
          {
            margin-left: 25px;
            list-style: none;
            color: #fff;
          }
            #secondary_navigation ul li ul li
            {
              border: none;
            }
            #secondary_navigation ul li ul li a:hover, #navigation a
            {
              font-weight: bold;
            }
            #secondary_navigation ul li span  {
              color: white;
              border-top: 1px solid white;
              letter-spacing: .025em;
              display: block;
            }
              #secondary_navigation ul li span a  {
                display: block;
                font-weight: bold;
                background-color: #06417e;
                height: 100%;
                width: 125px;
                padding: .25em 10px;
              }
              #secondary_navigation ul li span a:hover, #secondary_navigation ul li span a:focus  {
                background-color: #fff;
                font-weight: bold;
                color: #06417e;
              }
        #sec_nav_b_r_round_corner
        {
          background: #f5811f url('/images/design/sec_nav_b_r_round_corner.png') no-repeat scroll bottom right;
          width: 100%;
          height: 7px;
        }
      #content
      {
        margin-left: 180px;
        color: #333333;
        width: 546px;
        min-height: 120em;
        height: auto;
      }
        h1.title , #subnav_container
        {
          width: 100%;
          margin-left: -.3em;
          padding: .5em .3em .75em .3em;
        }
        h1.title
        {
          background-color: #06417e;
        }
        #subnav_container
        {
          border: 1px solid #F5811F;
          background-color: #fff;
          height: 1.5em;
          margin-left: -.4em;
          margin-top: -.5em;
        }
          #subnav_container ul
          {
            margin-left: -1px;
          }
            #subnav_container ul li
            {
              float: left;
              margin-top: -.5em;
              padding: .2em .4em;
            }
              #subnav_container ul li a
              {
                border:1px solid transparent;
                display: block;
                height: 100%;
                width: 100%;
                padding: .4em;
                font-weight: bold;
                text-align:center;
              }
              #subnav_container ul li a:link, #subnav_container ul li a:visited
              {
                color: #003399;
                text-decoration:none;
              }
              #subnav_container ul li a:active, #subnav_container ul li a:hover, #subnav_container ul li a:focus
              {
                background-color: #CAF1FF;
                border-color:#000;
                color:#003399;
                text-decoration:underline;
              }

        /*  CATEGORIES , ARTISTS  */
        #artist_content
        {
        margin-left: 0;
        }
        .title_portion_left
        {
          width: 198px;
          background-color: #f58727;
          display: block;
                    margin: 2px 2px 2px 2px;
        }
        .title_portion_right
        {
          width: 198px;
          background-color: #f58727;
          display: block;
                    margin: 2px 0 2px 4px;
        }
        .title_portion_left p
        {
          text-align: center;
          color: #FFFFFF;
          font-weight: bold;
          margin-top: 6px;
        }
        .title_portion_right p
        {
          text-align: center;
          color: #FFFFFF;
          font-weight: bold;
          margin-top: 6px;
        }
        .artist_index_left
        {
          width: 546px;
          margin-top: 12px;
              background-color: #fbfae2;
        }
        .artist_index_left img
        {
          height: 135px;
          width: 200px;
          margin: 2px 4px 0 2px;
          background-color: #fff;
        }
        .artist_index_right
        {
          width: 546px;
          margin-top: 12px;
          background-color: #fbfae2;
        }
        .artist_index_right img
        {
          height: 135px;
          width: 200px;
          margin: 2px 4px 0 4px;
          background-color: #ffff;
        }
        .artist_text
        {
          border: 1px solid #F5811F;
          /*padding: 4px;*/
          background-color: #fff;
        }
        .artist_text p
        {
            margin: 6px;
          color: #333;
        }
        .artist_index_base
        {
          background-color: #06417e;
          text-align: center;
          color: #FFFFFF;
          font-weight: normal;
          margin: 14px 4px 4px 4px;
          border: 1px solid #526c8a;
        }
        .artist_index_base a:link, a:visited
        {
          color: #F5811F;
          text-decoration: none;
        }
        .artist_index_base a:hover
        {
          color: #ffffff;
          text-decoration: underline;
        }
        .artist_link
        {
          font-size: 1em;
          text-align: center;
          margin: 0 4px 10px 4px;
        }
        marquee a , marquee
        {
          color: #f58727;
        }
        #category
        {
        margin: 0 0 7px 0;
        }
        #category img
        {
          margin: 2px 0 10px 10px;
          height: 135px;
          width: 200px;
          background-color: #f5811f;
        }
        .category_text
        {
        padding: 0 6px 0 6px;
        background-color: #fff;
        }
        ul.repertoire , ul.downloads
        {
          list-style: circle;
        }
        #artist_repertoire
        {
        margin: 5px 0 0 8px;
        }
        #artist_downloads
        {
        margin: 5px 0 0 8px;
        }
        .2column
        {
        width: 558px;
        margin-left: 20px;
        }
        .column1
        {
        width: 270px;
        }
        .column2
        {
        width: 250px;
        }
        ul.region_listing , ul.category_listing, ul.artist_listing
        {
          list-style: none;
        }
        ul.artist_listing li , ul.category_listing li , ul.region_listing li
        {
          background-color: #fff;
          padding: 0 .5em 0 .5em;
        }
        ul.region_listing li
        {
          padding: .5em;
          margin: .25em 0;
        }
          ul.region_listing li h3
          {
            padding-top: .5em;
            margin-bottom: .25em;
          }
          ul.category_listing li h3 , ul.artist_listing li h3
          {
            margin: .1em 0 0 .25em;
          }
          ul.artist_listing li table td , ul.category_listing li table td , ul.region_listing li table td
          {
            vertical-align: top;
            padding: .5em;
          }
      #trust-logos  {
        text-align: center;
      }
        #trust-logos img {
          padding: 0 .5em;
        }
      #bottom_links
      {
        clear: left;
        margin: 12px 3px;
        border-top: 2px solid #759ab7;
        padding: 9px 24.4px 3px 24.4px;
      }
      #bottom_links a:link, a:visited
      {
         color: #003399;
      }
      #bottom_links a:hover, a:active
      {
        text-decoration: underline;
      }
    #bottom_round
    {
      background: transparent url('/images/design/bottom_round_bgrd.png') no-repeat scroll bottom center;
      width: 100%;
      height: 14px;
      margin-top: -14px;
    }
/*  - MISC -  */
  /*  Notices, Errors etc  */
  div.Success , div.Error , div.Notice
  {
    text-align: center;
    padding: .5em 0;
    margin: 1em 0;
  }
  div.Success
  {
    background-color: #99ff99;
  }
  div.Error
  {
    background-color: #ffcccc;
  }
  div.Notice
  {
    background-color: #ffffcc;
  }
  /* Form stuff  */
  form.extended label , form.extended input
  {
    display: block;
  }
    form.extended input
    {
      margin: 6px 0 9px 3px;
    }
  /* Review stuff  */
  #mean_rating
  {
    margin: 1em 0 .5em 0;
  }
  .review_listing li
  {
    background: #fff url('/images/design/ldquo.png') no-repeat scroll top left;
  }
    .review_listing li .rating
    {
      color: #000;
    }
    .review_listing li .comment
    {
      display: block;
    }

div.content-item  {
  width: 100%;
  color: black;
  background-color: white;
}
  .content-item h3  {
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    padding: .5em;
    background-color: #f5811f;
  }
  .content-item h4  {
    color: black;
    font-size: 110%;
    font-weight: bold;
    padding: .5em;
    background-color: #CAF1FF;
    border:1px solid #000;
  }

  .content-item h5  {
    color: black;
    font-size: 110%;
    font-weight: bold;
    padding: .5em;
    background-color: white;
  }
  .content-item div  {
    padding: 0 .5em .5em .5em;
  }

  table#rollimg-container  {
      margin-top: 7px;
    width: 536px;
  }
    #rollimg-container ul  {
      width: 128px;
      margin-top: -3px;
      margin-left: 6px;
      border-top: 1px solid #f5811f;
      border-left: 1px solid #f5811f;
      border-right: 1px solid #f5811f;
    }
      #rollimg-container li  {
        padding: 1.025em 6px;
        font-size: 145%;
        text-align: center;
        color: #06417e;
        background-color: #fff;
        border-bottom: 1px solid #f5811f;
      }
        #rollimg-container li a {
          display: block;
          width: 100%;
          height: 100%;
        }
      table#rollimg-links td  {
          width: 200px;
          border-bottom: 5px solid #fbfad9;
          border-top: 5px solid #fbfad9;
      }
        #rollimg-links a {
          font-weight: bold;
          display: block;
          height: 100%;
          width: 100%;
              padding: 5px 0 7px 10px;
        }
        #rollimg-links a:link, #rollimg-links a:visited  {
        background-color: #06417e;
        color: #fff;
        }
        #rollimg-links a:active  {
          background-color: #f5811f;
        }
        #rollimg-links a:hover {
          color: #06417e;
          background-color: #fff;
          text-decoration: underline;
        }
/*NEW*/
  table#hover-container  {
      margin-top: 7px;
    width: 536px;
  }
    #hover-container ul  {
      width: 128px;
      margin-top: -3px;
      margin-left: 6px;
      border-top: 1px solid #f5811f;
      border-left: 1px solid #f5811f;
      border-right: 1px solid #f5811f;
    }
      #hover-container li  {
        padding: 1.025em 6px;
        font-size: 145%;
        text-align: center;
        color: #06417e;
        background-color: #fff;
        border-bottom: 1px solid #f5811f;
      }
        #hover-container li a {
          display: block;
          width: 100%;
          height: 100%;
        }

      table#hover-links td  {
          width: 200px;

      border-bottom: 5px solid #fbfad9;
      border-top: 5px solid #fbfad9;
      }
        #hover-links a {
          font-weight: bold;
          display: block;
          height: 100%;
          width: 100%;
              padding: 5px 0 7px 10px;
        }
        #hover-links a:link, #hover-links a:visited  {
        background-color: #06417e;
        color: #fff;
        }
        #hover-links a:active  {
          background-color: #f5811f;
        }
        #hover-links a:hover {
          color: #06417e;
          background-color: #fff;
          text-decoration: underline;
        }

  .small
         {
    margin-left: 10px;
      color: #fff;
    font-style: italic;
    font-size: 9px;
    }
  .small a
         {
      color: #fff;
    font-style: italic;
    font-size: 9px;
        text-decoration: none;
    }
.preload  {
  display: none;
}

/****==========Additions December 2008==========****/
body.home #content, body.menudev #content, body.endorsement #content {width:576px;margin-left:165px}

body.new #content h1 {line-height:1em;color:#f5811f;margin-top:9px}
body.new #content h1.menupage {color:#06417e}
  body.new #content h1 span {font-size:.8em;display:block;color:#06417e}

div.desc-and-photo {float:left;width:576px;margin-bottom:5px;background:#fff}

  ul.description-bullets {color:#000;width:283px;padding:0 5px;float:left}
  body.endorsement ul.description-bullets {width:366px}

    .description-bullets li {margin-bottom:5px}
      ul.description-bullets a, .glowing-endorsement a, .info-item a, a.find-out-more, .info-item a.find-out-more:active, .info-item a.find-out-more:hover, .info-item a.find-out-more:focus {font-weight:normal}
      .description-bullets a:active, .description-bullets a:hover, .description-bullets a:focus, .glowing-endorsement a:active, .glowing-endorsement a:hover, .glowing-endorsement a:focus, .info-item a:active, .info-item a:hover, .info-item a:focus {color:#06417e;font-weight:bold}
      .description-bullets h4 {font-weight:bold;margin:0}
      .description-bullets p {margin:0}
    .link-for-pic {float:left;width:283px}
      .link-for-pic img.pic {float:left}
    body.endorsement .link-for-pic {width:200px}
      body.endorsement .link-for-pic img.pic {float:right}
      /*For not using an img*/
      .link-for-pic a, .link-for-pic .pic {display:block;height:100%;background:#fff url('/images/design/home-guitar.jpg') top center no-repeat;font-weight:bold}
      body.menudev .link-for-pic a, body.menudev .link-for-pic span.pic {background-image:url('/images/design/menu-image.jpg')}
      body.endorsement .link-for-pic a, body.endorsement .link-for-pic span.pic {background-image:url('/images/design/endorsement-image.jpg')}
      .link-for-pic a:link, .link-for-pic a:visited {color:#f5811f}
      .link-for-pic a:active, .link-for-pic a:hover, .link-for-pic a:focus {color:#fff}
        .link-for-pic a span, .link-for-pic .pic span {display:block;padding:216px 0 0 5px}
      /*For using an img*/
      body.menudev img.pic, body.endorsement img.pic {border:1px solid #000;}
      .link-for-pic img.pic {height:auto}

ul.short-listings {margin-bottom:12px;float:left}
  .short-listings li {width:273px;float:left;padding:5px;margin-top:8px;position:relative;}
  .short-listings li.pop-item, .short-listings li.swing-item {margin-top:0}
  .short-listings li.pop-item, .short-listings li.ceilidh-item, .short-listings li.string-item {margin-right:10px}
  .short-listings li.pop-item, .short-listings li.ceilidh-item, .short-listings li.string-item, .short-listings li.blues-item, .short-listings li.caribbean-item, .short-listings li.swing-item {background: #fff no-repeat 7px 8px}
  .short-listings li.pop-item {background-image:url('/images/design/home-short-list/pop.jpg')}
  .short-listings li.ceilidh-item {background-image:url('/images/design/home-short-list/ceilidh.jpg')}
  .short-listings li.string-item {background-image:url('/images/design/home-short-list/classical.jpg')}
  .short-listings li.blues-item {background-image:url('/images/design/home-short-list/blues.jpg')}
  .short-listings li.caribbean-item {background-image:url('/images/design/home-short-list/caribbean.jpg')}
  .short-listings li.swing-item {background-image:url('/images/design/home-short-list/jazz.jpg')}
    .short-listings li h4, .short-listings li p {margin:0 0 0 100px}
      .short-listings a:link, .short-listings a:visited {text-decoration:none;color:#f5811f;font-weight:bold}
      .short-listings a:active, .short-listings a:hover, .short-listings a:focus, .short-listings li:hover a:link, .short-listings li:hover a:visited {color:#003399;text-decoration:underline}
      .short-listings a.over {text-indent:-999em;display:block;position:absolute;top:0;left:0;height:100%;width:100%}
      a.over:link, a.over:visited {border: 1px solid #f5811f}
      a.over:active, a.over:hover, a.over:focus {border: 1px solid #003399}

div.glowing-endorsement {clear:left;background-color:#CAF1FF;padding:.75em;border:1px solid #000}
  .glowing-endorsement h3 {font-weight:bold;color:#000;margin-top:0}
  .glowing-endorsement .author {font-style:italic}

div.info-item {background:#fff;color:#000;padding:.75em;margin-top:10px}
  div.info-item h3 {font-weight:bold}
  body.endorsement div.info-item h3, body.home div.info-item h3 {color:#000}
  body.home div.info-item a:link, body.home div.info-item a:visited {font-weight:bold}
  body.home div.info-item a:active, body.home div.info-item a:hover, body.home div.info-item a:focus {text-decoration:underline}

div.content-item {clear:both}

a.email:link, a.email:visited {font-weight:bold;color:#f5811f;text-decoration:none}
a.email:active, a.email:hover, a.email:focus {font-weight:bold;color:#003399;text-decoration:underline}
/*Additions - April 2009*/
/*Forms:*/
fieldset {text-align:left;border:none}
  fieldset ol,fieldset ul {padding:0;list-style:none}
    fieldset li {padding-bottom:1.1em;float:none;clear:left}
      fieldset label {padding-top:.45em;float:left;width:10em;margin-right:1em;font-weight:bold;text-align:right}
        form .guidance {font-weight:normal}
      fieldset input {position:relative}
fieldset.buttons {margin-top:1.5em;background-color:#CAF1FF}
    fieldset.buttons li {padding:1em 0}
      fieldset.buttons input, fieldset li.button input {margin:-.1em 0 0 11.7em}
    fieldset.checkboxes li {clear:both;padding:.75em}
      fieldset.checkboxes label {margin:0 0 0 1em;width:20em}
      fieldset.checkboxes input {float:left}

a.action {padding:.1em .3em;color:#fff}
a.negative:link, a.negative:visited {background-color:#AA0E28}
a.negative:active, a.negative:hover, a.negative:focus {background-color:#D11232}
a.positive:link, a.positive:visited {background-color:#A0BF34}
a.positive:active, a.positive:hover, a.positive:focus {background-color:#C0E53E}
.quiet {color:#aaa}
em.quiet {font-weight:normal;font-style:italic}

ul.minor-nav {padding:0;margin:0;list-style:none;float:left;width:100%}
  .minor-nav li {padding:.5em;margin:0;float:left}
ul.minor-nav:after, dl, hr {clear:left}
hr {margin:.75em 0;border-style:normal}