/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#ffffff url(images/bg.gif) repeat-x 0px 0px;
    /*background MUST be the same as the body tag's background in XHTML*/  
    height:100%;
  }
  
  body{
    background:#ffffff url(images/bg.gif) repeat-x 0px 0px;
    height:100%;
    margin:0px;
    padding:0px;    
    font:small/150% "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
    text-align:left;
    color: #443D30;

  }  
  
  #homebody {
    background:#ffffff url(images/bg-home.gif) repeat-x 0px 0px;  
  }
  
  * {
    font-size: 100%;
  }
  
  img {
    border: 0px;
  }
  
  table {
    border: 0px;
  }  
  
  HR{
    color: #D5D5CD;
  } 
  

  small {
    font-size:80%;
    line-height: 120%;
  }
  
  h1{
    font-size:220%;
    margin:0px 35px 8px 35px;
    padding:20px 0px 0px 0px;
    color: #ffffff;
    font-weight: normal;
  } 
	
  .subtitle {
    background:url(images/subpagetitlebg.jpg) no-repeat left top;  
  }
	
  h2{
    font-size:175%;
    margin: 30px 35px 10px 35px;
    padding:0;
    color: #193A7A;
  }
  
  h3{
    font-size:145%;
    margin:16px 35px -6px 35px;
    padding:0px;
    color: #0F2148;
  }
  
  h4{
    font-weight:bold;
    font-size:115%;
    margin: 28px 32px -2px 32px;
    padding:3px;
    color: #666666;
    background: #f7f7f7;
    border-bottom: 1px solid #999999;
  }
  
  h5{
    font-weight:bold;
    font-size:100%;
    margin: 12px 35px 14px 35px;
    padding:0px 0px 20px 0px;
    color: #ffffff;
    width: 310px;
  }  
  
  p{
    line-height:140%;
    margin:8px 35px 14px 35px;
    padding:0;
  }
  
  .orange {
    color: #88390C;
  }
     
  a{
    color:#0137C3;
    font-weight: bold;

  }	
	
  a:hover{
    color:#777777;
    font-weight: bold;    
  }
  
  img.sectionphoto{
    margin: 8px 0px -12px 0px;
  }
  
  /**----Unordered List Styles--------------------------------------------------*/
  
    ul{
      list-style-type: square;
      list-style-position: outside;    
      margin:16px 35px 15px 50px;
      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 35px 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--------------------------------------------*/
	
  .containerhome{
    width:1003px;
    margin:0px;
    padding:0px;
    border-bottom: 2px solid #ffffff;
  } 
  
  .container{
    width:1003px;
    margin:0px;
    padding:0px;
    background: url(images/subnavbg.gif) repeat-y 0px 0px;
    border-bottom: 2px solid #ffffff;
  }   
  
  .parentWrap{
    position:relative;
    width:1003px;
    color:#2D2A28;
    margin: -3px 0px 0px 0px;
    padding: 0px 0px 20px 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: 1003px;
    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 0px 0px;
    width:1003px;
    margin: 0px;
    padding: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;
  }
  
  

/**----Main Nav Section-------------------------------------------------------*/
    
    ul#nav{
      float:left;
      display:inline;
      margin:59px 0px 0px 263px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      width: 770px;
      height: 26px;      
    }
    
    
    ul#nav li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 

      text-align: center;
      background: #1D3C70 url(images/navdivide.jpg) no-repeat bottom left;
    }
    
    ul#nav li a {
      display:block;     
      padding:5px 13px 6px 13px;
      margin:0px;    
      color:#FFFFFF;
      line-height:1em;
      font-size: 95%;     
      font-weight: bold;
      text-decoration: none;
      border-top: 2px solid #ffffff; 
     
    } 
    
    ul#nav li#activeSection a{
      background: #545454;
      padding:6px 13px 8px 13px;      
      color:#ffffff;
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      border-top: 0px solid #545454;        
    }    
    
    ul#nav li a:hover{
      background: #2453AD;
    }

    
  /**----SubNav Section-------------------------------------------------------*/

    .subnavlinks{

      display:inline;
      list-style:none;
      margin: 0px;
    }
    
    .subnavlinks li{
      margin:0px 0px 0px 0px;
      padding:0px;
      float:none;
      display:inline;      
    }
    
    .subnavlinks li a {
      display:block;
      padding:6px 20px 6px 20px;
      margin:0px 0px 0px 0px;
      text-decoration: none;
      text-align:right;
      line-height: 110%;
      font-weight: normal;  
      color: #ffffff;
    }
    
    .subnavlinks li a:hover{
      padding:6px 20px 6px 20px;
      margin:0px 0px 0px 0px;     
      color:#ffffff;
      background: #2453AD;
    }
        
    .subnavlinks li#activePage a{
      color:#F1EFE4;
      font-weight: bold;
      padding:6px 20px 6px 20px;
      margin:0px 0px 0px 0px; 
      background: #777777 url(images/arrow.gif) no-repeat right center;      
    }
    
    .subnavlinks li.thirdlevel a{
      color:#88390C;
      font-weight: normal;
      padding:2px 20px 2px 6px;
      margin:0px 0px 0px 0px; 
      font-size: 92%;
    }    
    

/*----Footer Styles-------------------------------------------------------------*/



  .footerWrap#footer{
    width:100%;
    color:#0F2148;
    margin:0px;
    padding:0px;
    clear:both;
    border-top: 4px solid #1B4782;    
  }
  
  .footerWrap#footer p{

    color:#0F2148;
    font-size: 92%;    
    margin:0px;
    padding:6px 12px 16px 12px;
    text-align: left;
  }
   
  span.copyright{
    color:#193A7A;
    font-weight: bold;    
  }  

  .footerWrap#copyright p.credit{
    color:#8790A3;  
    text-align: right;
  }  
  
  a.creditlink{
    color:#8790A3;
    font-weight: normal;    
  }  
  
/**/


 

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  
  .contentWrap#mainarea{
    clear:none;
    width:757px;    
    margin:0px;
    padding:0px;
    border-top: 1px solid #ffffff;    
  }
  
  .marketingbg {
    background: url(images/homemarketingarea01.jpg) no-repeat 0px 0px;
    width: 757px;
    border-bottom: 10px solid #ffffff;
  }
  
  .contentWrap#subnav{  
    clear:none;
    width:147px;
    margin:0px 0px 0px 32px;
    padding:12px 0px 0px 0px;
    border-left: 1px solid #ffffff;
    background: #193A7A;
  }
  
  .contentWrap#subnav p{
    margin:0px;
    padding:0px;
  }  

  .contentWrap#mainContent{
    border: 1px solid #ffffff;
    width:577px;
    clear:none;
    margin:0px 0px 8px 0px;
    padding:0px;
    background:#ffffff;    
  }
  
 
  .contentWrap#rightContent{
    background: #ffffff;
    clear:none;
    margin:0px;
    padding:0px;
    width: 243px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
  }
  
  .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 img{   
    padding:0px;
    margin:0px; 
    display: block;
    border: 0px;
  } 
  
  .contentWrap#rightContent img.title{   
    padding:0px;
    margin:0px 18px 0px 18px;
    display: block;
    border: 0px;
  }   
  
  .contentWrap#rightContent p{
    text-align:left;   
    padding:6px 0px 3px 0px;
    margin:0px 18px 0px 18px; 
    line-height:115%;    
  }

  .offwhite {
    color: #EEECDF;
  }
  
  .contentWrap#rightContent div.lightblue{
    background:#E6ECF6;   
    padding:0px;
    margin:0px;  
    font-size: 100%;
  }  
  
  .contentWrap#rightContent h3{
    text-align:left;   
    padding:6px 0px 22px 0px;
    margin:0px 18px 0px 18px; 
    color: #092A79;
    font-size: 108%;
    line-height:115%;    
  }
  
  
  .contentWrap#fullContent{
    border: 1px solid #551D1C;
    width:808px;
    clear:none;
    margin:8px 0px 8px 0px;
    padding:0px;
  }  
  
 /*----Home Page Styles-------------------------------------------------------------*/ 

  p.marketingarea {
    margin: 0px 0px 20px 35px;
    padding: 62px 0px 0px 0px;
    width: 290px;
    color: #ffffff;
    line-height:120%;     
  }
  
  p.marketingarea a{
    color: #ffffff;
    font-weight: bold;
  }  
  
  p.marketingbtn {
    padding:0px 35px 0px 35px;
    margin: 0px 0px -5px 0px;
    text-align: right;
  } 
  
  p.marketingbtn img{
    margin: 0px;
    padding: 0px;
    border: 0px;
  }  
  
/**----Home page Tab Section navigation-------------------------------------------------------*/
    
    div.featurearea {
      position: relative; 
      background: #ffffff;
      font-size: 100%;
      padding:0px 35px 10px 35px;        
    }
    
    div.featurearea table{
      display: block; 
      border: 0px;
    }
    
    ul#tabs{
      position: relative;  
      float:left;
      display:inline;
      margin:0px 0px 10px 0px;
      padding:0px 0px 0px 0px;
      list-style-type: none; 
      clear: both;
      border-bottom: 1px solid #BEBEBE;
      width: 708px;
    }
    
    
    ul#tabs li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:22px; 
      text-align: center;
      width: 218px; 
    }
    
    ul#tabs li a {
      display:block;     
      padding:3px 0px 5px 0px;
      margin:3px 0px 0px 12px;    
      color:#6B6B6B;
      line-height:1em;
      font-size: 100%;     
      font-weight: normal;
      text-decoration: none;
      border: 1px solid #BEBEBE;
      height:10px;
      background: #F0F0F0;
    } 
    
    ul#tabs li#activeTab a{
      background: #ffffff;
      color:#363636;
      font-weight: bold;
      border: 1px solid #BEBEBE;
      border-bottom: 1px solid #ffffff;
      height:13px; 
      margin:0px 0px 0px 12px;      
    }    
    
    ul#tabs li a:hover{

    }
    