/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#5F5542;
    /*background MUST be the same as the body tag's background in XHTML*/  
    height:100%;
  }
  
  body{
    background:#5F5542;
    height:100%;
    margin:0px;
    padding:0px;    
    font:small/150% Tahoma, Arial, Verdana, Helvetica, sans-serif;
    text-align:left;
    color: #443D30;

  }
  
  
  .printview{
    display:none;
  }  
  
  
  
  * {
    font-size: 100%;
  }
  

  
  HR{
    color: #D5D5CD;
  } 
  

  small {
    font-size:80%;
    line-height: 120%;
  }
  
  h1{
    font-size:220%;
    margin:20px 26px 8px 26px;
    padding:0px 0 0 0;
    color: #551D1C;
    font-weight: normal;
  } 
	
  h2{
    font-size:145%;
    margin: 6px 26px 10px 26px;
    padding:0;
    color: #6F6B61;
  }
  
  h3{
    font-size:115%;
    margin:16px 26px -6px 26px;
    padding:0px;
    color: #88390C;
  }
  
  h4{
    font-weight:bold;
    font-size:105%;
    margin: 8px 26px 14px 26px;
    padding:0;
    color: #6D6960;
  }
  
  p{
    line-height:140%;
    margin:8px 26px 14px 26px;
    padding:0;
    white-space: wrap;
  }
  
  .orange {
    color: #88390C;
  }
     
  a{
    color:#336601;
    font-weight: bold;

  }	
	
  a:hover{
    color:#88390C;
    font-weight: bold;    
  }
  
  img.sectionphoto{
    margin: 8px 0px -12px 0px;
  }
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      list-style-type: square;
      list-style-position: outside;    
      margin:10px 28px 15px 44px;
      padding:0;
    }
    
    ul li{
      margin:0 5px 5px 0;
      padding:0;
      line-height:125%;     
    }
    
    
    ul li ul{
      margin:5px 0 5px 28px;     
    }
    
    ol{
      margin: 18px 28px 24px 44px;
      padding:0;
      font-size:100%;
    }
    ol li{
      margin:5px 0 5px 13px;
      padding:0;
      line-height:125%;    
    }
    
    ol li ul{
      margin:5px 0 5px 28px; 
    }
      
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .container{
    background: #ffffff url(images/bannerbg.gif) repeat-x 0px 0px;
    width:972px;
    margin:0px auto 0 auto;
    padding:0px;
  } 
  
  .parentWrap{
    position:relative;
    background:#ffffff url(images/gradientbg.jpg) repeat-x bottom left;
    width:972px;
    color:#2D2A28;
    margin: -3px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
  } 
  
  /* Hides from IE-mac \*/
  * html .parentWrap {height: 1%;}
  /* End hide from IE-mac */
  
    .parentWrap:after {
      content: "."; 
      display: block; 
      height: 0; 
      clear: both; 
      visibility: hidden;
  }  
  
  .contentWrap{
    position:relative;
    float:left;
    display:inline;
    clear:both;
    width: 972px;
    margin:0px;
    padding: 0px;
    text-align: left;  
    line-height:120%;    
    
  }
  
 
  .footerWrap{
    position:relative;
    width:100%;
    float:left;
    display:inline;
    clear:both;
    margin:0px;
    padding-bottom:0px;  
  }
	

/**/	

/*----Header Section------------------------------------------------------------*/
	
  
  .bannerHeader {
    background: url(images/logo.gif) no-repeat top left;
    width:972px;
    margin: 0px auto 0px auto;
    padding:0 0 12px 0;   
    }


  
  .bannerHeader:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  }
  
  
  /* Hides from IE-mac \*/
  * html .bannerHeader {height: 1%;}
  /* End hide from IE-mac */
  
/**/



/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
/**----Utility Nav Section-------------------------------------------------------*/
    
    
    .utility{
      float:right;
      display:inline;
      margin:20px 16px 0px 9px;
      padding:0px;
      list-style-type: none;
      clear:both;    
      text-align: right;
    }
    
    .utility li {
      float:left;
      display:inline;
      padding:0px;
      margin:0px;
      width:auto;
      text-align:center;
    }
     
    .utility li a {
      display:block;
      padding:0px 8px 0 8px;
      margin:0px;
      color:#666666;
      text-decoration: none;
      font-size: 86%;
      background: url(images/utilitydivide.gif) no-repeat bottom left;
    }
    
    
    .utility li a:hover{
      color:#666666;
      text-decoration: underline;
    }
    
  /**/
  

/**----Main Nav Section-------------------------------------------------------*/
    
    ul#nav{
      float:left;
      display:inline;
      margin:23px 0px 0px 272px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      width:780px; 
    }
    
    
    ul#nav li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:23px;
      text-align: center;
      border-top: 1px solid #CECEC6;
    }
    
    ul#nav li a {
      display:block;
      padding:6px 13px 5px 13px;
      margin:0px;    
      color:#191919;
      line-height:1em;
      font-size: 85%;     
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;      
      background: url(images/navdivide.jpg) no-repeat left top;      
    } 
    
    ul#nav li#activeSection a{
      background: #5F5542 url(images/navdivide.jpg) no-repeat left top;
      color:#ffffff;
    }    
    
    ul#nav li a:hover{
      color:#A61F0C;
    }

    
  /**----SubNav Section-------------------------------------------------------*/

    .subnavlinks{
      float:center;
      display:inline;
      width:163px;
      list-style:none;
      margin: 0px;
    }
    
    .subnavlinks li{
      margin:0px;
      padding:0px;
      float:none;
      display:inline;      
    }
    
    .subnavlinks li a {
      display:block;
      padding:6px 20px 6px 20px;
      margin:0px 0px 0px 0px;
      color:#551D1C;
      text-decoration: none;
      text-align:right;
      line-height: 100%;
      font-weight: normal;      
    }
    
    .subnavlinks li a:hover{
      padding:6px 10px 6px 20px;
      margin:0px 10px 0px 0px;     
      color:#336601;
      background: url(images/subnavarrow.gif) no-repeat right center;
      font-weight: normal;      
    }
        
    .subnavlinks li#activePage{
      background: #88390C;
      width:163px;      
    }
    
    .subnavlinks li#activePage a{
      color:#F1EFE4;
      font-weight: bold;
      padding:6px 20px 6px 0px;
      margin:0px 0px 0px 0px;
      background: #88390C;
      display: block;
      width:133px;       
    }
    
    .subnavlinks li.thirdlevel a{
      color:#88390C;
      font-weight: normal;
      padding:2px 20px 2px 6px;
      margin:0px 0px 0px 0px; 
      font-size: 86%;
    }
    
    .subnavlinks li.thirdlevel a:hover{
      padding:2px 10px 2px 20px;
      margin:0px 10px 0px 0px;     
      color:#336601;
      background: url(images/subnavarrow.gif) no-repeat right center;       
    }     
    

/*----Footer Styles-------------------------------------------------------------*/



  .footerWrap#footer{
    width:100%;
    color:#CDCBC2;
    margin:0px auto 0 auto;
    padding:0px;
    text-align: center;
    clear:both;
    background: #551D1C;    
  }
  
  .footerWrap#footer p{
    width: 972px;
    color:#CDCBC2;
    font-size: 90%;    
    margin:0 auto 0 auto;
    padding:16px 12px 16px 12px;
    text-align: left;
  }
  
  .footerWrap#footer a{
    color:#CDCBC2;  
    font-weight: bold;
  }  
 
 
  .footerWrap#copyright{
    width:100%;
    color:#CDCBC2;
    margin:0px auto 0 auto;
    padding:0px;
    clear:both;   
  }
  

  .footerWrap#copyright span.credit{
    color:#928C7E;     
  }  
  
  .footerWrap#copyright a.credit{
    color:#928C7E;   
  }  
  
/**/


 

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  
  .contentWrap#mainarea{
    clear:none;
    width:952px;    
    font-size: 90%;
    margin:0px;
    padding:0px 10px 0px 10px;
  }
  
  .contentWrap#subnav{  
    clear:none;
    width:153px;
    margin:22px 0px 0px 0px;
    padding:0px;
  }
  
  .contentWrap#subnav p{
    margin:0px;
    padding:0px;
  }  

  .contentWrap#mainContent{
    border: 1px solid #551D1C;
    width:604px;
    clear:none;
    margin:8px 0px 8px 0px;
    padding:0px;
    background:#ffffff;    
  }
  
  .contentWrap#mainContent p{
    text-align:left;   
    padding:0px;
    line-height:120%;       
  }
  
  .contentWrap#rightContent{
    clear:none;
    margin:8px 0px 8px 0px;
    padding:0px;
    width: 204px;
    color: #88390C;
  }
  
  .contentWrap#rightContent img{
    margin: 0px;
    padding:0px 0px 10px 10px;
    border: 0px;
  }  
  
  .contentWrap#rightContent h1{
    text-align:left;   
    padding:0px;
    margin:8px 18px 14px 18px; 
    font-size:115%;
    line-height:115%;
    color: #88390C;
    font-weight: bold; 
  } 
  
  .contentWrap#rightContent p{
    text-align:left;   
    padding:0px;
    margin:6px 18px 3px 18px; 
    line-height:115%;    
  }  
  
  .contentWrap#fullContent{
    border: 1px solid #551D1C;
    width:808px;
    clear:none;
    margin:8px 0px 8px 0px;
    padding:0px;
    background: #ffffff;
  }  
  
 /*----Home Page Styles-------------------------------------------------------------*/ 

 table#boxes{
    margin: 10px 0px 0px 0px;
    padding:0px;
    width: 952px;
    font-size:100%;   
   }
    
  table#boxes td.bottom {
    padding:0px 0px 4px 0px;
    margin:8px 8px 0px 0px;
    width:310px;
    text-align:left;
    border:2px solid #E1D6D2;
    background:#ffffff;    
  }
  
  table#boxes td.space {
    width:10px;
  }  
    
  table#boxes td.bottom p{
    margin:8px 12px 6px 12px;
    line-height:120%;
  }
  
  table#boxes td.bottom ul{  
    margin:8px 12px 6px 28px;
  }  
  
  table#boxes td.bottom ul li{
    list-style-type: square;
    list-style-image: url(images/bullet.gif);
    list-style-position:outside;    
    margin:2px 0px 2px 0px;
    line-height: 120%;
  }  
      
  table#boxes td.bottom form{
    margin:8px 12px 6px 12px;
    padding:0px 0px 6px 0px;
    line-height:14px; 
    text-align:right;
  }
  
  table#boxes td.bottom input{
    width:123px;
  }

  table#boxes td.bottom img.button{
    margin:0px 12px 6px 12px;
    float:right;
    padding:0px 12px 0px 12px;
  }  
  
  table#boxes td.bottom h4{
    font-weight:bold;
    font-size:125%;
    margin:8px 12px -4px 12px;
    line-height:14px;
    padding:0px;
    color: #551D1C;
  }  
  
  img.boxesimg {
    float: right;
    padding: 4px 6px 4px 4px;
    margin: 0px;
    border: 0px;
  }    
  
  p.marketingarea {
    margin: 0px 0px 0px 24px;
    padding: 110px 0px 0px 0px;
    width: 250px;
    color: #F1EFE4;
  }
  
  p.marketingarea a{
    color: #F1EFE4;
    font-weight: bold;
  }  
  
  .flash {
    display:block; 
    float:right; 
    border: 0px;  
  }
  
  
 /*----Gallery Page Styles-------------------------------------------------------------*/ 
  
   table#gallery{
      margin:24px 16px 14px 16px;   
     }
      
    table#gallery td {
      padding:4px;
      margin:0px;
      text-align:left;  
      font-size:86%; 
      line-height: 115%;
  }
  