/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#EEF5E9 url(images/bg.gif) repeat center top;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;  
  }
  
  body{
    background:#EEF5E9 url(images/bg.gif) repeat center top;
    padding:0px;
    height:100%;
    margin:0px;
    font:small/150% Verdana, Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    text-align:left;    
  }  
  
  HR{
    color: #E3F1E8;
  } 
  
  
  h1{
    font-size:150%;
    margin:0px 24px 12px 24px;
    padding: 0px;
  } 
	
  h2{
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:100%;
    line-height:125%;
    color:#5B5B5B;
    margin: 12px 21px 8px 21px;
    padding:2px 3px 2px 3px;
    background: #FAF7F0;
    border: 1px solid #F5F1E7;
  }
  
  h3{
    font-size:100%;
    margin: 8px 24px 2px 24px;
    padding:0 0 0 0;
    text-transform: uppercase;
    line-height: 130%;
  }
  
  h1.fl {
    color: #37372B;
    font-size: 140%;
    margin:24px 24px 18px 24px;
  }
  
  .red {
    color:#8E0000;
    font-weight: bold;
  }  
  
  .green {
   color: #007640;
   font-weight: bold;
  }

  p{
    font-size:85%;
    line-height:160%;
    margin:8px 24px 14px 24px;
    padding:0;
  }
  
  .printonly{
      display:none;
    }  

  img.bio {
      border: 1px solid #F4EFE5;
      padding: 3px;
      margin: 0px 0px 14px 14px;
      float: right;
  }

  
  acronym,
  abbr{
    cursor:help;
  }
	
  a{
    color:#008349;
    text-decoration:underline;
  }	
	
  a:hover{
    color:#016438;
  }
  
  /**----Blockquote Styles------------------------------------------------------*/
  
    blockquote{
      margin:4px 24px 12px 24px;
      padding:16px;
      font-size:85%;
      line-height: 140%;
      background: #F4EACE;
    }
  
  /**/
  
  /**----Unordered List Styles--------------------------------------------------*/

    ul{
      list-style-type: circle;
      margin: 0px 32px 10px 24px;
      padding:0;
      font-size:85%;
    }
    
    ul li{
      margin: 0 8px 5px 15px;
      padding:0;
      line-height:150%;
    }
      
    
    ul li ul{
      margin:5px 0 5px 15px;
      font-size:1em;
    }

      
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
  .container{
    width: 804px;
    margin:0px auto 0 auto;
    padding:0;
    background: #ffffff url(images/contentbg.gif) repeat-y top center;
  } 
  
   .parentWrap{
    background: url(images/contentbottom.gif) no-repeat bottom center;
    width:804px;
    margin:0px auto 0 auto;
    padding:15px 0px 0px 0px;
    text-align:left;
    color:#3a3a3a;
    position:relative;
  } 
  
  .parentWrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
  } 
  
  /* Hides from IE-mac \*/
  * html .parentWrap {height: 1%;}
  /* End hide from IE-mac */
  
  .contentWrap{
    float:left;
    display:inline;
    clear:both;
    margin:0px 0 0 0px;
    position:relative;
    background: #ffffff;
  }
  


/**/	

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    width:804px;
    height: 150px;
    margin:0px auto 0 auto;
    padding:0;
    text-align:center;
    background: url(images/logo.gif) no-repeat top center;
  }
  
  .bannerHeaderHome {
    width:804px;
    height: 283px;
    margin:0px auto 0 auto;
    padding:0;
    text-align:center;
    background: url(images/logohome.gif) no-repeat top center;
  }
  
  .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;
  }
  
/**----Main Nav Section-------------------------------------------------------*/
    
    .project{
      display:inline;
      margin: 0px 0 0 320px;
      /**margin: 0px 0px 0px 530px;*/
      padding:0;
      list-style-type: none;
      clear:both;
    }
    
    .project li {
      display:inline;
      padding:0;
      margin:0 0 0 0;
      width:auto;
      height: 21px;
      text-align: left;      
    }    
    
    .nav{
      float:left;
      display:inline;
      margin: 14px 0 0 228px;
      padding:0;
      list-style-type: none;
      clear:both;
      
    }
    
    .nav li {
      float:left;
      display:inline;
      padding:0;
      margin:0 0 0 0;
      width:auto;
      height: 34px;
      text-align: left;      
    }
    
    .nav li a {
      display:block;
      padding:12px 9px 8px 9px;
      margin:0;
      color:#3D3D3D;
      line-height:1em;
      outline:none;
    }
    
    .nav li a:hover{
      background: url(images/nav-over.gif) no-repeat top center;
    }
    
    .nav li#activePage{
      padding:0 0 0 0;
      background: url(images/nav-on.gif) no-repeat top center;
      height: 34px;      
    }
    
    .nav li#activePage a{
      padding:12px 9px 0 9px;
      color:#3D3D3D; 
    }

    .nav li#activePage a:hover{
      background: url(images/nav-on.gif) no-repeat top center; 
    }       
    
  /**/
  

  /**----SubNav Section-------------------------------------------------------*/

    .subnavlinks{
      float:center;
      display:inline;
      width:161px;
      list-style:none;
      margin:0px;
      font-size:82%;
    }
    
    .subnavlinks li{
      margin:0;
      padding:0;
      float:none;
      display:inline; 
      /*float:left;
      clear:both;
      width:161px;*/      
    }
    
    .subnavlinks li a {
      display:block;
      padding:5px 8px 5px 14px;
      margin:0px;
      color:#3A3A3A;
      text-decoration: none;
      border-bottom: 1px solid #F5F1E7;
      text-align:left;       
    }
    
    .subnavlinks li a:hover{
      color:#3A3A3A;
      background: #FDFBF5 url("images/subnav-over.gif") repeat-y top center;
    }
        
    .subnavlinks li#activeSubpage a{
      color:#3A3A3A;
      background: url("images/subnav-on.jpg") repeat-y top center;
      font-weight: bold;
    }

  /**----SubNav Fortified Living Section-------------------------------------------------------*/

    
    .fortified li a {
      display:block;
      padding:5px 8px 5px 14px;
      margin:0px;
      color:#3A3A3A;
      text-decoration: none;
      border-bottom: 1px solid #F5F1E7;
      text-align:left;       
    }
    
    .fortified li a:hover{
      color:#3A3A3A;
      background-image: none;
    }
        
    .fortified li#activeSubpage a{
      color:#8E0000;
      background-image: none;
      font-weight: bold;
    }
 

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

 .contentWrap#subnav{
    clear:none;
    width:161px;
    margin: 0px 15px 0px 15px;
    padding: 0px;
    background: url(images/subnavbg.gif) repeat-y top center;
  }      
 
 .contentWrap#subnav p{
    margin:5px 14px 5px 14px;
  } 
  
.contentWrap#mainarea{
    width:602px;
    clear:none;
    margin:0 0 15px 0;
    padding: 0;
  }
 



/*----Home Page-----------------------------------------------------------------*/
 
 .contentWrap#home{
    background:url(images/footer.gif) no-repeat bottom center;
    clear:none;
    width:804px;
    margin:0;
    padding: 0px;
    padding-bottom: 15px;
  } 
  
.bottomboxes{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:0px;
    position:relative;
  }

.bottomboxes#one{
    width:417px;
    clear:none;
    margin:0px 12px 0px 17px;
    padding: 0;
    background: url("images/box1bg.gif") repeat-y top center;
  }
  
.bottomboxes#one p{
    text-align:left;   
    margin: 8px 16px 8px 16px; 
    padding:0;
  }

.bottomboxes#two{
    width:335px;
    clear:none;
    margin:0px;
    padding: 0px;
    background: url("images/box2bg.gif") repeat-y top center;
  }
  
/**
.bottomboxes#two ul{
    text-align: left;
    margin: 6px 8px 6px 12px;
    font-size: 85%;
    padding:0;
  }
  
.bottomboxes#two ul li{
    text-align: left;
    margin: 2px 6px 2px 10px;
    padding:0;
  }
 **/
  
/**/

/*----Footer Styles-------------------------------------------------------------*/

.footerWrap{
    float:left;
    display:inline;
    clear:both;
    width:100%;
    margin:0px 0 0 0px;
    padding-bottom:0px;
    position:relative;
  }
	
	
.footerWrap#footer{
    width:770px;
    color:#666666;
    clear:none;
    margin:0 17px 0 17px;
    padding: 0;
    border-top: 1px solid #C3CCB7;    
  }
  
.footerWrap#footer p{
    color:#666666;
    text-align:center;
    font-size: 80%;    
    margin: 7px 0px 13px 0px;
    padding:0;

  }
  
.footerWrap#footer_fl{
    width:792px;
    color:#666666;
    clear:none;
    margin:0px;
    padding: 0px 6px;
    border-top: 0px solid #C3CCB7;  
    text-align:center;
    font-size: 80%;     
  }  
  
.footerWrap#footer_fl image{
    display: block;
    margin:0px;
    padding: 0px;   
  }    

/**/

/*----TreeMenu Styles-------------------------------------------------------------*/

	.header1
		{color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding: 0px;}
	.header2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.intd
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px; padding-right: 15px;}
	.ctrl
		{font-family: Tahoma, Verdana, sans-serif; font-size: 12px; width: 100%; }
	
	
	ul.tree {
		margin-top: -10px;
		margin-bottom: 16px;
	}
	
	.tree a:link
		{color: #008349; text-decoration: none;}
		
	.tree a:visited
		{color: #008349; text-decoration: none;}
		
	.tree a:active
		{color: #008349; text-decoration: none;}
		

	
	.tree A:hover
		{color: ##016438; text-decoration: underline;}	
		
	
	
/*----Pop Box Styles-------------------------------------------------------------*/
	
	
	.tabcontent {
	   margin: 20px;
	   padding: 0px;
	   border: 1px solid #F4F4F6;
	   background: #FDFCF8;
	}

	.tabcontent img{
	   padding:4px; 
	   border:1px solid #F0E5C5; 
	   float:right; 
	   margin:0px 0px 20px 20px;
	   background: #ffffff;
	}
	
	.tabcontent h3 {
	   font-size: 110%;
	   margin: 16px 20px 10px 20px;
	   padding: 0px;
	   line-height: 100%;
	   text-transform: normal;
	}
	
	.tabcontent p {
	   margin: 8px 20px 12px 20px;
	   padding: 0px;
	   line-height: 130%;

	}
	
	ul#columns {
	   margin: 0px 22px 22px 22px;
	   padding:0;
	   list-style-type: none;
        }


	
/*----New Home Page-------------------------------------------------------------*/
	

div#homeMain {
    background: url("images/home_photos-new.jpg") no-repeat top center;

  }

div#homeMain h1 {
    color: #ffffff;
    padding: 25px 275px 0px 210px;
    margin: 0px;
    text-align: center;
    font-size: 120%;
    font-weight: normal;
  }
  
div#homeMain h3 {
    color: #ffffff;
    text-transform: none;
    padding: 32px 310px 36px 230px;
    margin: 0px;
    text-align: center;
    font-size: 110%;
    font-weight: normal;    
  }
  
  
.boxes{
    float: left;
    display: inline;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }

.boxes#living{
    width:469px;
    height: 235px;    
    clear:none;
    margin:0px 10px 0px 16px;
    padding: 0px;    
    background: url("images/livingBox-bg.jpg") repeat-y top center;
    border-bottom: 6px solid #5F7B46;    
  }
  
#livingLogo {
    position: absolute;
    top: 2px;
    right: 20px;
}
  
.boxes#living p{  
    text-align:left;   
    margin: 0px 16px 0px 19px; 
    padding: 18px 0px 0px 0px;    
  }
  
.boxes#living img.rotate{  
    float: right;   
    margin: 0px; 
    padding: 8px 0px 12px 50px;
  }  

.boxes#news{
    width:288px;
    height: 235px;
    clear:none;
    margin:0px;
    padding: 0px;
    background: url("images/whatsnew_bg.gif") repeat-y top center;
    border-bottom: 6px solid #5F7B46;
  }
  
 
