

/*
style sheet referenced by all hnh pages
*/


a.credit
   {
   color: #AAAAAA;
   text-decoration:none;
   font-size: 75%;
   }

a.credit:link
   {
   color: #AAAAAA;
   text-decoration:none;
   font-size: 75%;
   }

a.credit:visited
   {
   color: #AAAAAA;
   text-decoration:none;
   font-size: 75%;
   }

a.credit:hover
   {
   color:#B20002;
   text-decoration:none;
   font-size: 75%;
   }

a.linksText
   {
   color: #2C509A;
   text-decoration: none;
   font-weight: 900;
   }

a.linksText:link
   {
   color: #2C509A;
   font-weight: 900;
   }

a.linksText:visited
   {
   color: #2C509A;
   font-weight: 900;
   }

a.linksText:hover
   {
   color: #EA4041;
   font-weight: 900;
   }

a.linksLinks
   {
   color: #2C509A;
   font-weight: 100;
   text-decoration: none;
   font-weight: 900;
   }

a.linksLinks:link
   {
   text-decoration: none;
   color: #2C509A;
   font-weight: 900;
   }

a.linksLinks:visited
   {
   color: #2C509A;
   text-decoration: none;
   font-weight: 900;
   }

a.linksLinks:hover
   {
   color: #EA4041;
   text-decoration: none;
   font-weight: 900;
   }
   

body
   {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   color: #7C530C; 
   background-color: #90914B;
   line-height: 120%;
   margin-top: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   margin-left: 20px;
   text-align:center;
   }


div
   {
   border-style: solid;
   border-width: 0px;
   border-color: #00ff00;
   }

div.boxedQuote
   {
   text-align: center;
   postion: relative;
   font-weight: 300;
   border: 1px solid #7C97B5;
   width: 155px;
   /*
   padding-bottom:20px;
   */
   margin-top: 20px;
   margin-left:auto; margin-right:auto;
   }


div.dummyLink
   {
   color: #715e23;
   text-decoration: none;
   font-weight: 700;
   font-size: 79%;
   }

div.navBar
   {
   width: 99%;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   color: #000000;
   background-color: #d0c8ae;
   text-decoration: none;
   padding-top: 0px;
   padding-bottom: 5px;
   font-weight: 600;
   }

   div.navBar p
      {
      padding: 2px 10px 3px;
      margin: 0px;
      }

   div.parentNav
      {
      width:100%; 
      margin: 0px;
      text-align: center;
      font-size: 85%;   
      }

      div.parentNav a
         {
         padding-left:5px;padding-right:5px;   
         text-decoration: none;
         }   

      div.parentNav a:link
         {
         color: #2C509A;
         }

      div.parentNav a:visited
         {
         color:#2C509A;
         }

      div.parentNav a:hover
         {
         color:  #EA4041;
         }

      div.parentNav a.current:link
         {
         color: #2C509A;
         }

      div.parentNav a.current:visited
         {
         color: #2C509A;
         }

      div.parentNav a.current:hover
         {
         color: #EA4041;
         }

      div.parentNav span
         {
         padding-left:5px;padding-right:5px;   
         }
   
   div.childNav
      {
      width:100%; 
      text-align: center;   
      font-weight: 600;
      font-size: 75%;   
      }

      div.childNav a
         {
         padding-left:0px;padding-right:0px;   
         text-decoration: none;
         }   

      div.childNav a:link
         {
         color: #2C509A;
         }

      div.childNav a:visited
         {
         color: #2C509A;
         }

      div.childNav a:hover
         {
         color:  #EA4041;
         }

      div.childNav a.current:link
         {
         color: #2C509A;
         }

      div.childNav a.current:visited
         {
         color: #2C509A;
         }

      div.childNav a.current:hover
         {
         color: #2C509A;
         }

      div.childNav span
         {
         padding-left:3px;padding-right:3px;   
         }   

div.said
   {
   text-align: left; 
   font-size: 1em; font-weight:700;
   padding: 7px;
   margin: 0px;
   color: #911716;  
   }


.cutline
   {
   font-size: 75%;
   color: #000000;
   font-weight: 600;
   border: 1px solid #7C530C;
   padding: 5px;
   margin: 2px;
   margin-top: 0px; 
   padding-top: 0px;
   }
   
.gg
   {
   font-size: 75%; 
   font-weight: 600;
   border: 0px solid #715E23;
   padding: 2px;
   margin-bottom: 12px;
   margin-top: 0px;
   padding-top: 0px;
   margin-right: 30px;
   margin-left: 30px;
   color: #000000;
   }
   
   
#id_LogoTbl
   {
   width:100%;   
   }

#id_LogoTxt
   {
   }

#id_PageSubTtl
   {
   margin-top:0px;
   margin-bottom:0px;
   }
   

/* outer container for all page content...including nav bar and footer*/
#idOuterCentering
   {
   width: 790px;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   }

#id_pplLinksBox
   {  
   padding-top:10px; padding-bottom:10px;
   font-family: Arial, Helvetica, sans-serif;
   text-align: left;
   font-size: 90%;
   font-weight: 600;
   background-color: #C394E4;
   color: #7C530C;      
   text-decoration: none;
   border: 1px solid #6d537f;
   }

      
  .sideBar
      {
      text-align: left;
      font-size: 80%;
      font-weight: 600;
      text-align: center;      
      }
      
  


/* container for all page content...between nav bar and footer*/
#id_Content1
   {
   width: 790px;
   text-align: left;
   background-color: #d0c8ae;
   border-style: solid; 
   border-width: 4px; 
   border-color: #C394E4;
   padding-top: 2px;
   padding-bottom: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   }


#id_HeronLogo
   {
   vertical-align:top;
   width: 222px;
   padding: 10px 10px 10px 10px;
   margin: 0px;
   }

.tdContent
   {
   vertical-align: top;
   width: 70%;
   padding: 10px 10px 10px 10px;
   margin: 0px;
   }

.lineBreaker
   {
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #7C97B5;
   width: 70%;
   height: 0px;
   line-height: 0;
   font-size: 0%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   }


   
  
h1
   {
   font: bold 1.9em Verdana, Arial, sans-serif;
   color: #000000;   
   margin-bottom: 0px;
   padding-top: 0px;
   text-align: left;
   padding-left: 100px; 
   padding-top: 10px; 
   padding-bottom:0px;
   }

h2
   {
   font-size: 1em;
   color: #000000;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 10px;
   line-height: 115%;
   padding-left: 110px;
   }

h3
   {
   font-size: 1.1em;
   line-height: 135%;
   color: #7C530C;
   padding: 0px;
   position: relative;
   padding-left: 10px;
   }
h4
   {
   font-size: 1em;
   color: #7C530C; 
   padding: 10px;
   margin: 0px;
   padding-left: 20px;
   padding-bottom: 10px;
   text-align: center;
   }

/*
input.go
   {
   font: bold 90% Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   background-color: #C58400;
   border: 1px #CCCC99 outset;
   }
*/


img.foto
   {
   margin:10px; margin-left:auto; margin-right:auto; margin-bottom: 0px; padding-bottom: 0px;
   border: 1px solid #715E23;
   }

img.fotoJstfLeft
   {
   margin:10px; margin-left:auto; margin-right:10px;
   border: 1px solid #715E23;
   }

img.fotoJstfCntr
   {
   margin:10px; margin-left:auto; margin-right:auto;
   border: 1px solid #715E23;
   }

img.fotoJstfRght
   {
   margin:10px; margin-left:10px; margin-right:auto; 
   border: 1px solid #715E23;
   }


.linksText
   {
   color: #2C509A;
   font-weight: 900;
   text-decoration: none;
   }

.linksText a:link
   {
   text-decoration: none;
   color: #2C509A;
   font-weight: 900;
   }

.linksText a:visited
   {
   color: #2C509A;
   text-decoration: none;
   font-weight: 900;
   }

.linksText a:hover
   {
   color: #EA4041;
   text-decoration: none;
   font-weight: 900;
   }

.copyright
   {
   color: #FFFFFF;
   font-weight: 200;
   font-size: 75%;
   margin-bottom: 10px; 
   margin-top: 0px; 
   padding-top: 0px;
   }

.listElement
   {
   margin-top: 10px;
   margin-bottom: 10px;
   }

.mini
   {
   font-size: 1.1em;
   line-height: 135%;
   color: #5C267E;
   padding: 0px;
   position: relative; 
   text-align:left; 
   padding-left: 20px;
   }
   
.para
   {
   padding: 0px;
   margin-right: 10px;
   margin-left: 10px;
   text-align: center;
   font-weight: 100;
   color: #7C530C;
   line-height: 135%;
   font-size: 90%;
   }   
   
.news
   {
   padding: 0px;
   margin-right: 10px;
   margin-left: 10px;
   text-align: left;
   font-weight: 100;
   color: #000000;
   line-height: 135%;
   font-size: 90%;
   }

.banner
   {
   font-weight:600; 
   margin: 7px; 
   padding: 7px; 
   color: #F0AC09; 
   background-color: #911716;
   }
   
.by
   {
   padding-top: 0px; 
   padding-bottom: 0px; 
   margin-bottom: 0px;
   }
   
.said
   {
   color: #911716;  
   text-align: left; 
   padding: 0px;
   margin-bottom: 0px;
   }
  
   
.tagline
   {
   color: #911716; 
   text-align: left; 
   padding-left: 200px;
   font-style: italic;
   padding-bottom: 0px;
   margin-top: 0px;
   margin-bottom: 20px;
   padding-top: 10px;
   }

.title
   {
   font-size: 1.2em;
   color: #000000;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-bottom: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   line-height: 115%;
   padding-left: 10px;   
   }  

table
   {
   table-layout: fixed;   
   border-style: solid;
   border-width: 0px;
   border-color: #ff0000;
   margin:10px; margin-left:auto; margin-right:auto;
   text-align:center;   
   }
   
table.centering
   {
   text-align:center;   
   }

table.order
   {
   layout:fixed;
   width:680px;
   margin-left:20px;
   font-style: italic;
   }

td
   {
   border-style: solid;
   border-width: 0px;
   border-color: #ff0000;
   padding:5px;
   text-align:center;   
   }

td.centering
   {
   text-align:center;   
   }

  
td.orderIdxCol
   {
   width:25px;
   text-align:right;
   margin-left:auto; margin-right:20px;
   font-weight:900;
   }

td.orderContentCol
   {
   width:640px;
   text-align:left;
   }
  
ul
   {
   text-align:left;
   }