/* Chalkwell overall structure - template only */

  body { background:url('../images/background_strip.jpg') repeat-x #343436; }
  
  #overall {
    width:1000px;
    float:none;
    margin:auto;
    background-color:#ffffff;
  }
  
  #main {
    width:951px;
    margin-left:25px;
  }
  
    #min_height { width:1px;height:944px; }
  
    * html #main { margin-left:12px; }
  
    #header {
      width:100%;
      height:104px;
      background:url('../images/header_strip.jpg') repeat-x;
    }
  
  #menu {
    width:100%;
    height:39px;
  }
    
    #menu ul {
      width:100%; 
      float:left; 
      padding:0px; 
      margin:0px; 
    }
  
  #all {
    margin-top:8px;
    width:100%;
  }
    
    #rightbar h2 { height:30px; float:left; margin:0px; }
    
    .righttext {
      margin-left:10px;
      color:#ffffff;
      font-size:9pt;
      width:200px;
    }
    
      .righttext a { color:#ffffff; }
      .righttext a:hover { color:#ffcc00; }
    
    .service_dates { color:#ffcc00; }
    
    .right_divs { padding-top:8px;}
    * html right_divs { padding-top:0px; }
    
    #news_container { height:159px; }
    
      .news_sep {
        color:white;
        margin-left:10px;
        height:6px;
        line-height:6px;
        vertical-align:middle;
        width:100%;      
        margin-top:-8px;
        line-height:15px;
        background-color:blue;
      }      
      
      * html .news_sep { margin-bottom:2px; }
        
      /* Effectively for IE6/7 only */
      .news_heads { margin-top:7px; }    
      html>/**/body .news_heads { margin-top:5px; }
      * html .news_heads { margin-top:7px; }      
    
    #status_container { height:140px;  }
    
    #special_offers {
      width:100%;
      height:26px;
    }
    
      #special_offers a { color:#FFCC00; }
    
    #request_container {
      width:220px;
      height:151px; 
      margin-left:11px;
      background:url('../images/brochure.png') no-repeat bottom right;      
    }
    
      * html #request_container { 
        margin-top:-6px; 
        margin-left:6px; 
        width:220px;
        background:none;
      }
    
      #request_brochure,#newsletter { 
        height:151px; 
        width:100px; 
        color:#ffffff;
        font-size:9pt;
      }              
            
      /* Only IE6 anyway */
      * html #brochure_request {
        width:120px;
        height:163px;
        margin-top:-6px;
      }           

  #footer {
    margin-top:8px;
    height:111px;
    width:100%;
    background:url('../images/footer_strip.jpg') repeat-x;
    font-size:8pt;
  }
    
    * html #footer { width:931px; }
  
    #foot_p1 {
      margin-top:18px;
      margin-left:20px;
      margin-bottom:0px;
      color:#c6c6c6;      
    }
    
      #foot_p1 a { color:#c6c6c6; }
    
    #foot_p2 {
      margin-top:42px;
      margin-left:20px;
      color:#bababa;
    }
    
      #foot_p2 a { color:#bababa; }
  
  #sub_footer {
    width:910px;
    margin:20px 0 20px 20px;
    color:#666666;
    font-size:8pt;
  }

  #sub_footer a { color:#666666; }

  /* Standard settings for FORMS */
  .form input,.form textarea,.form select { 
    border-collapse:none; 
    border:1px solid #CCCCCC; 
    padding:3px; 
  }
  
  form select { width:150px; }
  .form_p { margin:0 0 5px 0; }
  
  .pt10 { font-size:10pt; }
  .pt14 { font-size:14pt; }
  .pt7p5 { font-size:7.5pt; }  
  
  .w100 { width:170px; }
  .w200 { width: 250px; }
  
  textarea { width:250px; height:70px; }
  label { width:170px; float:left; font-weight:bold;  }  
