
/* ----------------------------- HP CONTENT BOX ----------------------------- */

  #hp-content-box
  {
    background: url(img/hp-content-bg.png) no-repeat left top #fffaed;
  }

  .hp-chapter-preview-box
  {
    clear: both;
    background: url(img/column-2-shadow.png) repeat-y left top #fffaed;
    ^height: 100%;
  }

  .hp-chapter-preview-box-padding
  {
    background: url(img/hp-box-bg.png) no-repeat left top ;
    padding: 20px;
  }

  #column-2 .hp-chapter-preview-box h2
  {
    font-size: 2.1em;
    padding-left: 0px;
  }
  
  #column-2 .hp-chapter-preview-box h2 a         { color: #000000; text-decoration: none;}
  #column-2 .hp-chapter-preview-box h2 a:link    { color: #000000; text-decoration: none;}
  #column-2 .hp-chapter-preview-box h2 a:visited { color: #000000; text-decoration: none;}
  #column-2 .hp-chapter-preview-box h2 a:active  { color: #000000; text-decoration: none;}
  #column-2 .hp-chapter-preview-box h2 a:hover   { color: #000000; text-decoration: underline;}


  #column-2 .hp-chapter-preview-box  p
  {
    text-indent: 0px;
  }

  .hp-chapter-content-column-1
  {
    float: left;
    width: 290px;
  }

  .hp-chapter-content-column-2
  {
    float: right;
    width: 290px;
  }

  .hp-chapter-img-1
  {
    float: right;
    padding: 5px;
    margin-left: 20px;
    margin-top: 15px;
    background: url(img/hp-img-bg.png) no-repeat 50% 50%;
    ^border:5px solid #ffffff;
  }

  .hp-chapter-img-2
  {
    float: left;
    padding: 5px;
    margin-right: 20px;
    margin-top: 15px;
    background: url(img/hp-img-bg.png) no-repeat 50% 50%;
    ^border:5px solid #ffffff;
  }


  .hp-chapter-preview-box .chapter-path
  {
    color: #669b49;
  }

  .hp-chapter-preview-box a.chapter-path         { color: #669b49; text-decoration: none;}
  .hp-chapter-preview-box a.chapter-path:link    { color: #669b49; text-decoration: none;}
  .hp-chapter-preview-box a.chapter-path:visited { color: #669b49; text-decoration: none;}
  .hp-chapter-preview-box a.chapter-path:active  { color: #669b49; text-decoration: none;}
  .hp-chapter-preview-box a.chapter-path:hover   { color: #669b49; text-decoration: underline;}

/* -------------------------- HP RIGHT COLUMN NEWS -------------------------- */

  .news-right-column-item
  {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  
  .news-right-column-item-padding
  {
    padding-left: 11px;
    background: url(img/right-menu-bullet-normal.png) no-repeat left 3px;
    ^height: 100%;
  }


  .news-right-column-item strong.date
  {
    color: #d9b94e;
    font-size: 90%;
  }
  
  .news-right-column-item h4
  {
    color: #FFFFFF;
    margin: 0px;
    text-transform: uppercase;
  }
  
  .news-right-column-item h4 a         { color: #FFFFFF; text-decoration: none;}
  .news-right-column-item h4 a:link    { color: #FFFFFF; text-decoration: none;}
  .news-right-column-item h4 a:visited { color: #FFFFFF; text-decoration: none;}
  .news-right-column-item h4 a:active  { color: #FFFFFF; text-decoration: none;}
  .news-right-column-item h4 a:hover   { color: #FFFFFF; text-decoration: underline;}



  .news-right-column-item .text
  {
    color: #d9b94e;
    font-size: 90%;
  }


/* --------------------- HP LEFT COLUMN QUESTIONNARIE ----------------------- */

  .questionnaire-left-column-item
  {
    margin-bottom: 30px;
  }

  .questionnaire-left-column-item-padding
  {
    padding-left: 20px;
    padding-right: 15px;
  }


  .questionnaire-left-column-item strong.date
  {
    color: #d9b94e;
    font-size: 90%;
  }

  .questionnaire-left-column-item h4
  {
    color: #FFFFFF;
    margin: 0px;
    text-transform: uppercase;
  }

  .questionnaire-left-column-item h4 a         { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item h4 a:link    { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item h4 a:visited { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item h4 a:active  { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item h4 a:hover   { color: #FFFFFF; text-decoration: underline;}



  .questionnaire-left-column-item .text
  {
    color: #d9b94e;
    font-size: 90%;
  }
  
  .questionnaire-left-column-item p
  {
    margin-top: 0px;
  }
  
  .questionnaire-left-column-img-box
  {
    text-align: center;
    margin-bottom: 15px;
  }

  .questionnaire-left-column-item-img
  {
    border: 3px solid #FFFFFF
  }
  
  .questionnaire-left-column-item-slider
  {
    border: 1px solid black;
  }
  
  .questionnaire-left-column-item .questions
  {
    padding-top: 15px;
    color: #FFFFFF;
  }
  
  .questionnaire-left-column-item .questions a         { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item .questions a:link    { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item .questions a:visited { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item .questions a:active  { color: #FFFFFF; text-decoration: none;}
  .questionnaire-left-column-item .questions a:hover   { color: #FFFFFF; text-decoration: underline;}


  .questionnaire-left-column-item-slider-box
  {
    background: #644b28;
    margin-top: 2px;
    margin-bottom: 10px;
    width: 160px;
  }
