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

/*Set-up page for sticky footer */
.wrapper {
   min-height: 730px;
   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;
      }
       
/* Registrtation Buttons */
   table .pbrROL{
      border-collapse: collapse;border-spacing: 0;
      }
   /*Text Link*/
   .ROLtxt a {
      font: bold 16px Arial;
      text-align: center;
      margin-bottom: 7px;
      text-decoration: none;
      color: #3300FF;
   }
   .ROLtxt a: hover {
      text-decoration: underline;
      color: #3300FF;
   }
   .ROLtxt {
      text-align: center;
      }
   /*Generic PBR link*/
   .pbrROL-basic .tt {
      font: 10px Arial, Helvetica, sans-serif;
      background: none; color: #000;
      text-align: center;
      }
   .pbrROL-basic .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }
   /* Button 1 */
   .pbrROL-01 {
      display: block;
      } 
   .pbrROL-01 .ROLbtn {
      display: block;
      clear: both;
      }
   .pbrROL-01 .ROLbtn ul {
      margin: 0;
      padding: 0;
      }
   .pbrROL-01 .ROLbtn ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      text-align: center;
      } 
   .pbrROL-01 .ROLbtn li a {
      background: url(img/btn-g01-right.jpg) no-repeat top right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      white-space: nowrap;
      }  
   .pbrROL-01 .ROLbtn li span {
      background: url(img/btn-g01-left.jpg) no-repeat top left; 
      display: block;
      line-height: 52px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-01 .ROLbtn li a: hover {
      background: url(img/btn-g01-right.jpg) no-repeat bottom right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      }  
   .pbrROL-01 .ROLbtn li a: hover span {
      background: url(img/btn-g01-left.jpg) no-repeat bottom left; 
      display: block;
      line-height: 52px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-01 .tt {
      display: block;
      clear: both;
      font: 10px Arial, Helvetica, sans-serif;
      background: none;
      color: #000;
      text-align: center;
      }
   .pbrROL-01 .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }
    
   /* Button 2 */
   .pbrROL-02 {
      display: block;
      } 
   .pbrROL-02 .ROLbtn {
      display: block;
      clear: both;}
   .pbrROL-02 .ROLbtn ul {
      margin: 0;
      padding: 0;}
   .pbrROL-02 .ROLbtn ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      text-align: center;
      } 
   .pbrROL-02 .ROLbtn li a {
      background: url(img/btn-g02-right.jpg) no-repeat bottom right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      white-space: nowrap;
      }  
   .pbrROL-02 .ROLbtn li span {
      background: url(img/btn-g02-left.jpg) no-repeat bottom left; 
      display: block;
      line-height: 48px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-02 .ROLbtn li a: hover {
      background: url(img/btn-g02-right.jpg) no-repeat top right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      }  
   .pbrROL-02 .ROLbtn li a: hover span {
      background: url(img/btn-g02-left.jpg) no-repeat top left; 
      display: block;
      line-height: 48px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-02 .tt {
      display: block;
      clear: both;
      font: 10px Arial, Helvetica, sans-serif;
      background: none;
      color: #000;
      text-align: center;
      }
   .pbrROL-02 .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }
    
   /* Button 3 */
   .pbrROL-03 {
      display: block;} 
   .pbrROL-03 .ROLbtn {
      display: block;
      clear: both;
      }
   .pbrROL-03 .ROLbtn ul {
      margin: 0;
      padding: 0;
      }
   .pbrROL-03 .ROLbtn ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      text-align: center;
      } 
   .pbrROL-03 .ROLbtn li a {
      background: url(img/btn-g03-right.jpg) no-repeat top right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Georgia, "Times New Roman", Times, serif;
      white-space: nowrap;
      } 
   .pbrROL-03 .ROLbtn li span {
      background: url(img/btn-g03-left.jpg) no-repeat top left; 
      display: block;
      line-height: 46px;
      padding: 0 26px 0 45px;
      }
   .pbrROL-03 .ROLbtn li a: hover {
      background: url(img/btn-g03-right.jpg) no-repeat bottom right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Georgia, "Times New Roman", Times, serif;
      } 
   .pbrROL-03 .ROLbtn li a: hover span {
      background: url(img/btn-g03-left.jpg) no-repeat bottom left; 
      display: block;
      line-height: 46px;
      padding: 0 26px 0 45px;
      }
   .pbrROL-03 .tt {
      display: block;
      clear: both;
      font: 10px Arial, Helvetica, sans-serif;
      background: none;
      color: #000;
      text-align: center;}
   .pbrROL-03 .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }
    
   /* Button 4 */
   .pbrROL-04 {
      display: block;
      } 
   .pbrROL-04 .ROLbtn {
      display: block;
      clear: both;
      }
   .pbrROL-04 .ROLbtn ul {
      margin: 0;
      padding: 0;
      }
   .pbrROL-04 .ROLbtn ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      text-align: center;
      } 
   .pbrROL-04 .ROLbtn li a{
      background: url(img/btn-g04-right.jpg) no-repeat top right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      white-space: nowrap;
      }  
   .pbrROL-04 .ROLbtn li span {
      background: url(img/btn-g04-left.jpg) no-repeat top left; 
      display: block;
      line-height: 46px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-04 .ROLbtn li a: hover {
      background: url(img/btn-g04-right.jpg) no-repeat bottom right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font: bold 16px Arial, Helvetica, sans-serif;
      }  
   .pbrROL-04 .ROLbtn li a: hover span {
      background: url(img/btn-g04-left.jpg) no-repeat bottom left; 
      display: block;
      line-height: 46px;
      padding: 0 31px 0 30px;
      } 
   .pbrROL-04 .tt {
      display: block;
      clear: both;
      font: 10px Arial, Helvetica, sans-serif;
      background: none;
      color: #000;
      text-align: center;
      }
   .pbrROL-04 .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }
    
   /* Button 5 */
   .pbrROL-05 {
      display: block;
      } 
   .pbrROL-05 .ROLbtn {
      display: block;
      clear: both;
      }
   .pbrROL-05 .ROLbtn ul {
      margin: 0;
      padding: 0;
      }
   .pbrROL-05 .ROLbtn ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      clear: both;
      text-align: center;
      } 
   .pbrROL-05 .ROLbtn li a {
      background: url(img/btn-g05-right.jpg) no-repeat top right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #000;
      font: bold 16px Arial, Helvetica, sans-serif;
      white-space: nowrap;
      }  
   .pbrROL-05 .ROLbtn li span {
      background: url(img/btn-g05-left.jpg) no-repeat top left; 
      display: block;
      line-height: 44px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-05 .ROLbtn li a: hover {
      background: url(img/btn-g05-right.jpg) no-repeat bottom right;
      display: inline-block;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      color: #000;
      font: bold 16px Arial, Helvetica, sans-serif;
      }  
   .pbrROL-05 .ROLbtn li a: hover span {
      background: url(img/btn-g05-left.jpg) no-repeat bottom left; 
      display: block;
      line-height: 44px;
      padding: 0 31px 0 30px;
      }
   .pbrROL-05 .tt {
      display: block;
      clear: both;
      font: 10px Arial, Helvetica, sans-serif;
      background: none;
      color: #000;
      text-align: center;
      }
   .pbrROL-05 .tt a {
      background: none;
      color: #3300FF;
      text-decoration: underline;
      }

