/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#BC302E url(images/bg5.gif) repeat left top;
    /*background MUST be the same as the body tag's background in XHTML*/  
  }
  
  body{
    background:#BC302E url(images/bg5.gif) repeat left top;

  }    
  
  HR{
    color: #FFEAED;
  } 
  

  h1{
    color: #7A201E;
  } 
	
  h2{
    color: #BB302D;
  }
  
  h3{
    color: #CC3937;
    border-bottom: 3px solid #FFEAED;
  }
  
  h4{
    background: #FFEAED;  
    color: #3d3d3d;
  }
  
  h5{
    background: #FFF6F7;  
    border: 2px solid #EE7877;
  }  
  
     
  a{
    color:#D34B4A;
    font-weight: bold;

  }	
	
  a:hover{
    color:#BB302D;
  }
  
  /**----Unordered List Styles--------------------------------------------------*/
  
  .footerWrap{
    background: url(images/footerbg5.jpg) repeat-x 0px 0px;   
  }
	

/**/	

/*----Header Section------------------------------------------------------------*/
	
  
  .bannerHeader {   
    background: url(images/logo5.png) no-repeat 0px 0px; 
    
  }
 
  
/**/

  
/**----Utility Nav Section-------------------------------------------------------*/
    
    
     
    ul.utility li h1 {
      color:#ffffff;
    }
        
    
  /**/
  

/**----Main Nav Section-------------------------------------------------------*/
    
    
    ul#nav li {    
      background: url(images/navbg5.jpg) no-repeat bottom left;
    }
     
    
    ul#nav li.end {
      background: url(images/navend5.jpg) no-repeat bottom right;
    }
      

    ul#nav li#activeSection {      
      background: url(images/activenav5.jpg) no-repeat bottom left;
    } 
    
    ul#nav li#activeSection a{     
      color: #982726;
    }     
    
    ul#nav li.activeend{  
      background: url(images/activenavend5.jpg) no-repeat bottom right;
    }  
    

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


  .contentWrap#mainContent{  
    background: #ffffff url(images/mainContentbottom5.gif) no-repeat bottom left;
  }


  
  .contentWrap#right {
      background: #D34B4A url(images/contentrightbg5.jpg) no-repeat top right;
      
 }
 

  .contentWrap#right .rightbottom{
    padding: 0px 0px -10px 0px;   
    background: url(images/rightbottom5.jpg) no-repeat bottom right;
  }
  
/*------------------------------------------------------------------------------*/
/*----HOME PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

    
    ul#home li {
      background: url(images/bullet5.gif) no-repeat center left;
    }