/* Created by Michael L. Finch on May 28, 2004 */

/*Set-up page for sticky footer */
.wrapper {
   min-height: 620px;
   height: auto !important;
   margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
   margin-right: 10px;
   }
   
.footer, .push {
   height: 100px; /* .push must be the same height as .footer */
   }

html>body .wrapper {
   height: auto;
   }
   
/* Set the body properties */
body {
   background-color: #ffffff;
   background-image: url();
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;
   height: 100%;
   }
   
fieldset {
   border: none;
   }
   
h1 {
   margin: 0in;
   margin-bottom: .0001pt;
   page-break-after: avoid;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #00a000;
   }
   
h2 {
   margin: 0in;
   margin-bottom: .0001pt;
   page-break-after: avoid;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   }
   
h3 {
   margin:0in;
   margin-bottom: .0001pt;
   page-break-after: avoid;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;   
   }
   
img {
   border: none;
   }
   
ol {
   margin-bottom: 0in;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #000000;
   }
   
table {
   border: none;
   }
   
ul {
   margin-bottom: 0in;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #000000;
   }
   
.black-extra-small {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: x-small;
   }
   
.black-extra-extra-small {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: xx-small;
   }
         
.black-bold {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-weight: bold;
   }
   
.black-bold-medium {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-weight: bold;
   font-size: medium;
   }
   
.black-italic {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-style: italic;
   }
   
.black-bold-italic {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-weight: bold;
   font-style: italic;
   }
   
.black-underline {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   text-decoration: underline;
   }
   
.black-bold-underline {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-weight: bold; 
   text-decoration: underline;
   }
    
.green-extra-small {
   font-family: Arial, Helvetica, sans-serif;
   color: #00a000;
   font-size: x-small;
   }
   
.green-bold {
   font-family: Arial, Helvetica, sans-serif;
   color: #00a000;
   font-weight: bold;
   }
   
.green-bold-italic {
   font-family: Arial, Helvetica, sans-serif; 
   color: #00a000; 
   font-weight: bold;
   font-style: italic;
   }
   
.green-bold-underline {
   font-family: Arial, Helvetica, sans-serif; 
   color: #00a000; 
   font-weight: bold;
   text-decoration: underline;
   }
   
.magenta {
   color: #cc00cc
   }
   
.magenta-bold {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #cc33cc;
   font-weight: bold;
   }
   
.orange {
   font-family: Arial, Helvetica, sans-serif;
   color: #FF9900;
   }
      
.orange-bold {
   font-family: Arial, Helvetica, sans-serif;
   color: #FF9900;
   font-weight: bold;
   }
   
.orange-bold-underline {
   font-family: Arial, Helvetica, sans-serif; 
   color: #FF9900; 
   font-weight: bold;
   text-decoration: underline;
   }
    
.orange-bold-extra-small {
   font-family: Arial, Helvetica, sans-serif;
   color: #FF9900;
   font-weight: bold;
   font-size: x-small;
   }
   
.red-normal {
   font-family: Arial, Helvetica, sans-serif; 
   color: #FF0000; 
   }

.red-bold {
   font-family: Arial, Helvetica, sans-serif; 
   color: #FF0000; 
   font-weight: bold; 
   }
   
.red-bold-italic {
   font-family: Arial, Helvetica, sans-serif; 
   color: #FF0000; 
   font-weight: bold;
   font-style: italic;
   }
    
.red-bold-underline {
   font-family: Arial, Helvetica, sans-serif; 
   color: #FF0000; 
   font-weight: bold;
   text-decoration: underline;
   }
    
.directors-td {
   border: solid silver .75pt;
   border-top: solid silver .75pt;
   border-left: solid silver .75pt;
   border-bottom: solid silver .75pt;
   border-right: solid silver .75pt;
   border-collapse: collapse;
   padding: 0in 2.0pt 0in 2.0pt;
   }
         
.directors-tr {
   height: 13.5pt;
   vertical-align: middle;
   }
   
.center-image {
   text-align: center;
   }
    
.center-div {
   margin-left:auto; 
   margin-right:auto;
   }
   
.center-table {
   margin-left:auto; 
   margin-right:auto;
   }
   
/*Set Art HTML Listing Folding Tree Stlye */
ul.zzul {
   list-style-type: none; 
   display: block;}
span.zzspace {
   left: 11px;}
         
/* Set link colors */
   A:link{
      color:#0000ff} /* for unvisited links */
   A:visited{
      color:#0000ff} /* for visited links */
   A:active{
      color:#0000ff} /* when link is clicked */
   A:focus {
      background-color: #ffffa4; 
      color: #ff0000} /* when mouse is over link */
   A:hover {
      background-color: #ffffa4; 
      color: #ff0000} /* when mouse is over link */
   
/* Set the Gallery and Slideshow properties */
   #thumbnails {
      text-align: center;      
      }
            
   #gallery {
      text-align: center;
      width: 718px;
      display: none;
      }
          
   #slideshow {
      text-align: center;
      display: none;
      }
            
   .gcap {
      font-size: x-small; /* gallery image/caption font size */           
      margin: 3px; 
      padding:0;
      }
         
   .scap {
      font-size: small; /* slideshow image/caption font size */           
      margin: 3px; 
      padding: 0;
      }
         
   .gcon {
      margin: 10px; /* gallery image/caption container */
      background: #cfd4e6;
      border: 1px solid #bf8660;
      float: left;
      }
         
   .scon {
      margin: 10px; /* slideshow image/caption container */
      background: #cfd4e6;
      border: 1px solid #bf8660;
      }
         
   #gallery img {
      margin: 6px 6px 6px 6px;
      background: #cfd4e6;
      }
             
   #slideshow img {
      margin: 6px 6px 6px 6px;
      background: #cfd4e6;
      }
               
   #prev, #next, #back, #auto, #time {
      color: #bf8660;
      cursor: pointer;
      font-weight: bold;
      margin-right: 20px;
      }
      
   .clearAll {
      clear: both;
      margin: 0; 
      padding: 0;
      }
