/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#E8E5E0 url(images/bg2.gif) repeat-x center top;
    /*background MUST be the same as the body tag's background in XHTML*/  

  }
  
  body{
    background:#E8E5E0 url(images/bg2.gif) repeat-x center top;

    margin:0px;
    padding:0px;    
    font:small/150% Tahoma, Arial, Verdana, Helvetica, sans-serif;
    text-align:left;
    color: #47443F;

  }
  
  * {
    font-size: 110%;
  }
  
  #home {
    background:#E8E5E0 url(images/bg.gif) repeat-x center top;  
  }
    
  
  HR{
    color: #D5D5CD;
  } 
  

  small {
    font-size:10%;
    line-height: 120%;
  }
  
  h1{
    font-size:200%;
    margin:20px 24px 0px 24px;
    padding:0px 0 0 0;
    color: #193577;
    line-height: 100%;
  } 
	
  h2{
    font-size:145%;
    margin: 12px 24px 10px 24px;
    padding:0;
    color: #6F6B61;
  }
  
  h3{
    font-size:105%;
    margin:16px 16px -6px 16px;
    padding:4px 8px 4px 8px;
    color: #005DAA;
    background: #F6F9FC;
  }
  
  h4{
    font-weight:bold;
    font-size:105%;
    margin: 8px 28px 14px 28px;
    padding:0;
    color: #6D6960;
  }
  
  p{
    line-height:140%;
    margin:8px 28px 14px 28px;
    padding:0;
    white-space: wrap;
   
  }
  
  td {
    white-space: wrap;
  }	
     
  a{
    color:#193577;

  }	
	
  a:hover{
    color:#646058;
  }
  
  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: 10px 28px 15px 44px;
      padding:0;
      font-size:100%;
    }
    ol li{
      margin:0 5px 5px 0;
      padding:0;
      line-height:125%;    
    }
    
    ol li ul{
      margin:5px 0 5px 28px; 
    }
      
  /**/

/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/
	
  .container{
    width:972px;
    margin:0px auto 0 auto;
    padding:0px;
  } 
  
  .parentWrap{
    position:relative;
    background:#ffffff;
    width:972px;
    color:#2D2A28;
    margin: -7px 0px 0px 0px;
    padding: 0px 0px 8px 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;
    background:#ffffff;
    float:left;
    display:inline;
    clear:both;
    margin:0px;
    padding: 0px;
    text-align: left;  
  }
  
 
  .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 10px 0px;
    width:972px;
    margin: 0px auto 0px auto;
    padding:0 0 0px 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 */
  
/*

    .NavImageHeader {    
    margin: 0px auto 0px auto;
    width:972px;
    height:65px; 
    background-repeat:no-repeat;     
  }*/
  
  .PanelImageHeader 
  {
	width:972px;
    height:94px;     
    margin:8px 0px 0px 0px;    
    background-repeat:no-repeat;     
  }
  


/*----Nav Section---------------------------------------------------------------*/

  a.aSkipNav{
    position: absolute;
    left: -1000em; 
    width: 20em;
  }
  
/**----Utility Nav Section-------------------------------------------------------*/
    
    
    .utility{
      float:right;
      display:inline;
      margin:0px 9px 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;
      height:20px;
      text-align:center;
    }
     
    .utility li a {
      display:block;
      padding:9px 8px 0 8px;
      margin:0px;
      color:#5F5B53;
      text-decoration: none;
      font-size: 86%;
      background: url(images/utilitydivide.gif) no-repeat bottom right;
    }
    
    
    .utility li a:hover{
      color:#5F5B53;
      text-decoration: underline;
    }

    .utility li form {
      padding:6px 8px 0 8px;
      margin:0px;
      color:#5F5B53;
      text-decoration: none;
      font-size: 86%;
    } 
    
    input.search {
      height: 12px;
      width: 115px;
      margin-top:6px;
    }    
    
    
  /**/
  

/**----Main Nav Section-------------------------------------------------------*/
    
    ul#nav{
      float: left;
      display:   inline;
      margin:61px 0px 0px 0px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      width:972px; 
      background: url(images/navdivide.jpg) no-repeat top left;
    }
    
    
    ul#nav li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:23px;
      text-align: center;
    }
    
    ul#nav li a {
      display:block;
      padding:5px 10px 5px 10px;
      margin:0px;    
      color:#ffffff;
      line-height:1em;
      font-size: 92%;      
      font-weight: bold;
      text-decoration: none;
      background: url(images/navdivide.jpg) no-repeat top right;      
    }
    
    ul#nav li#activeSection a{
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
      color:#ffffff;
    }    
    
    ul#nav li a:hover{
      color:#ffffff;
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
    }


/**----Service Line Nav Section-------------------------------------------------------*/
    
    ul#nav2{
      float:left;
      display:inline;
      margin:57px 0px 0px 0px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      
      background: #cccccc url(images/navdivide.jpg) no-repeat top left;
    }
    
    
    ul#nav2 li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:21px;
      text-align: center;
    }
    
    ul#nav2 li a {
      display:block;
      padding:6px 10px 5px 10px;
      margin:0px;    
      color:#ffffff;
      line-height:1em;
      font-size: 92%;      
      font-weight: bold;
      text-decoration: none;
      background: url(images/navdivide.jpg) no-repeat top right;      
    }
    
    ul#nav2 li#activeSection a{
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
      color:#ffffff;
    }    
    
    ul#nav2 li a:hover{
      color:#ffffff;
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
    }

    
  /**----SubNav Section-------------------------------------------------------*/

    .subnavlinks{
      float:center;
      display:inline;
      width:163px;
      list-style:none;
      margin: 0px;
      font-size: 90%;
    }
    
    .subnavlinks li{
      margin:0px;
      padding:0px;
      float:none;
      display:inline;      
    }
    
    .subnavlinks li a {
      display:block;
      padding:6px 10px 6px 10px;
      margin:0px;
      color:#6D6960;
      text-decoration: none;
      border-bottom: 1px solid #E5E6E3;
      text-align:right; 
      font-weight: bold;      
    }
    
    .subnavlinks li a:hover{
      color:#494640;
      background: #F6F9FC;
    }
        
    .subnavlinks li#activePage a{
      color:#ffffff;
      background: #193577;
    }
    
  /**----Third Level Nav Section-------------------------------------------------------*/
   
    .subnavlinks li.ThirdLevelBG a {
      display:block;
      padding:2px 10px 4px 10px;
      margin:0px;
      color:#6D6960;
      text-decoration: none;
      text-align:right; 
      font-weight: normal;
      font-size: 96%;      
      background: #ffffff url("images/thirdnavbg.jpg") repeat-y top right;
      border-bottom: 0px solid #E5E6E3;
    }
    
    .subnavlinks li.ThirdLevelBG a:hover{
      color:#646058;
      text-decoration:underline;
    }
        
    .subnavlinks li#activePage a.ThirdLevelBG {
      display:block;
      padding:2px 10px 4px 10px;
      margin:0px;
      color:#1F4577;
      font-weight: bold;  
      text-align:right;       
      font-size: 96%; 
      border-bottom: 0px solid #E5E6E3;
      background: #ffffff url("images/thirdnavbg.jpg") repeat-y top right;    
    }    
    
    /**----Parent Menu Section-------------------------------------------------------*/

      .subnavlinks li.ParentMenuBg a{
            color:#ffffff;   
      }      
      
      .subnavlinks li.ParentMenuBg {
      display:block;      
      color:#ffffff;     
      background: #193577;      
    }
    
    .subnavlinks li.ParentMenuBg a:hover{
      color:#ffffff;
      background: #193577;
    }         
   

/*----Footer Styles-------------------------------------------------------------*/



  .footerWrap#footer{
    width:100%;
    color:#CDCBC2;
    margin:12px auto 0 auto;
    padding:0px;
    text-align: center;
    clear:both;
    background: #193577;    
  }
  
  .footerWrap#footer p{
    width: 972px;
    color:#CDCBC2;
    font-size: 86%;    
    margin:0 auto 0 auto;
    padding:16px 12px 16px 12px;
    text-align: left;
    background: url(images/spacer.gif) no-repeat;
  }
 

  .footerWrap#footer a{
    color:#CDCBC2;   
  }
  
  div.credit{
    color:#928C7E; 
    font-size:10px;
    padding: 12px 58px 12px 12px;
    text-align: right;
    width: 972px;
    margin: 0px auto;
  }  
  
  a.credit{
    color:#928C7E;   
  }  
  
/**/


 

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

  

  
  .contentWrap#LeftPane{
    border-top: 1px solid #E5E6E3;    
    clear:none;
    width:159px;
    margin:8px 0px 0px 0px;
    padding:0px;
  }
  
  .contentWrap#LeftPane p{
    margin:0px;
    padding:0px;
  }  

  .contentWrap#ContentPane{
    border: 1px solid #DDD2D2;
    /*width:600px;*/
    width:600px; 
    font-size: 94%;    
    clear:none;
    margin:8px 0px 0px 0px;
    padding:0px;
    background: #ffffff;        
  }
  
  .contentWrap#ContentPane p{
    text-align:left;   
    padding:0px;
  }
  
  /*
  body#home td.contentWrap#ContentPane img{
    float: none;
    padding: 0px;
    border: 0px;
  }
 
  td.contentWrap#ContentPane img.nostyle{
    padding: 0px;
    margin: 0px;
  }  
  
  .contentWrap#ContentPane img{
    padding: 0px 0px 20px 20px;
    border: 0px;
  }
  */
  
  .contentWrap#RightPane{
    clear:none;
    margin:8px 0px 8px 0px;
    padding:8px 0px 0px 0px;
    width: 210px;
    color: #57544D;
  }
  
  .contentWrap#RightPane h1{
    text-align:left;   
    padding:0px;
    margin:8px 12px 14px 18px; 
    font-size:115%;
    line-height:115%;
    color: #193577;
    font-weight: bold; 
    text-transform: uppercase;
  } 
  
  .contentWrap#RightPane p{
    text-align:left;   
    padding:0px;
    margin:8px 12px 14px 18px;    
  }  
  
  .contentWrap#RightPane h4{
    text-align:left;   
    padding:0px;
    margin:0px 12px 14px 18px;
    color: #193577;
    text-transform: uppercase;
    line-height: 125%;
  }   
  
  .contentWrap#RightPane ul{
    text-align:left;   
    padding:0px;
    margin:8px 34px 14px 34px;    
  }   
  
  
  
  
 /*----Home Page Styles-------------------------------------------------------------*/ 

 table#boxes{
    margin: 8px 0px 0px 0px;
    padding:0px;
    width: 952px;
    font-size:97%;    
   }
    
  table#boxes td.bottom {
    padding:0px;
    margin:8px 8px 0px 0px;
    width:364px;
    text-align:left;
    border:1px solid #DDD2D2;
  }
  
  table#boxes td.space {
    width:8px;
  }  
  
  table#boxes td.bottom#three {
    width:202px;
    margin:8px 0px 0px 0px; 
  }  
    
      
  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{
   
    margin:2px 0px 2px 0px;
    line-height: 120%;
  }   
  
  table#boxes td.bottom h4{
    font-weight:bold;
    font-size:105%;
    margin:8px 12px 6px 12px;
    line-height:14px;
    padding:0px;
    color: #6D6960;
  }
  
  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 0px 0px 12px;
    border: 0px;
  }   


/* --------------Site Map ------------------- */
  #_ctl1_TabTree1_Treeview1 {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  }
  
  #Table1{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  } 
  
  #TabTree1{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  }   


/* --------------Greystone Health Content ------------------- */


/**----Print View -------------------------------------------------------*/
    
    ul#printview{
      float:left;
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0px;
      list-style-type: none; 
      clear: both;
      
      background: #cccccc url(images/printview.gif) no-repeat top left;
    }
    
    
    ul#printview li {
      width:auto;
      float:left;
      display:inline;
      padding:0px;
      margin:0px; 
      height:18px;
      text-align: center;
    }
    
    ul#printview li a {
      display:block;
      padding:0px 0px 0px 0px;
      margin:0px;    
      color:#ffffff;
      line-height:1em;
      font-size: 92%;      
      font-weight: bold;
      text-decoration: none;           
    }
    
    ul#printview li#activeSection a{
      background: #646058 url(images/printview.gif) no-repeat top right;
      color:#ffffff;
    }    
    
    ul#nav2 li a:hover{
      color:#ffffff;
      background: #646058 url(images/navdivide.jpg) no-repeat top right;
    }


.printview
{
	background: #fff url("images/printview.gif");
	height: 18px;
	width:74px;
}

