/* Commuter section */

  #left { width:712px; }
    
    * html .ie6no { width:95%; }
    
    #h1 {
      margin-top:12px;
      width:100%;
      float:left;
    }

    #sub_menu {
      margin-top:10px;
      width:115px;
      height:300px;
    }
    
      #sub_menu p {
        margin:0 0 5px 0;
        line-height:18px;
        vertical-align:middle;
        height:18px;
        font-size:10pt;
      }
      
      .sub_men_a { 
        margin-left:5px; 
        float:left; 
        color:#666666; 
        font-weight:bold; 
      }
      
      .sub_men_a:hover { color:#f66d05; text-decoration:none; }
    
      #sub_on { color:#f66d05; }
    
    #main_area {
      margin:10px 0 0 20px;
      width:527px;
      font-size:10pt;
      background:url('../images/commuters/sep_1.jpg') repeat-y top left;
      padding-left:20px;
    }
    
    #content { 
      width:340px; 
      margin:13px 0 0 0;  
      height:280px;      
      background:url('../images/contact_strip.jpg') repeat-y top right;
    }
        
    #content2 { 
      width:359px;
      margin:13px 0 0 7px;      
    }
    
      .content { width:48%; }
    
      .table,.table td { border: 1px solid #c0c0c0; border-collapse: collapse; }

      .ptable { width:560px; }
      * html .ptable { width:555px; }

    #main_area2 {
      margin:10px 0 0 12px;
      width:545px;
      font-size:10pt;   
      background:url('../images/commuters/sep_1.jpg') repeat-y top left;
      padding-left:20px;       
    }
    
    .c_span { width:100px; }
    
    .cityarrow { width:300px; }
    
  #rightbar {
    float:right;
    width:231px;
    height:557px;
    background:url('../images/commuters/corner.jpg') no-repeat bottom right #f57a01;
  }

    /* IE6 hack */
    * html #rightbar { width:221px; }
  
    .top { color:#ffffff; font-size:10pt; }
    .top:hover { color:#ab3e05; text-decoration:none; }
    
    .right_divs {
      margin-left:10px;
      width;200px;
      color:#ffffff;
      font-size:10pt;
    }
    
    .right_divs2 { margin:0px; }
  
  h2 { font-size:13pt; }
  
  #calContainer div { float:none; }

  /* Hover images - I know there is duplication!! */

  #readFull {
    background:url('../images/commuters/read_status2.jpg') no-repeat;
    float:left;
    width:160px;
    height:17px;      
    margin-top:3px;
  }
  
    #readFull:hover { background-position:0 -17px; }

  #registerToday {
    background:url('../images/commuters/register_today2.jpg') no-repeat;
    float:left;
    width:72px;
    height:36px;
  }
      
    #registerToday:hover { background-position:0 -36px; }  

  #FindOutMore {
    background:url('../images/commuters/findoutmore2.jpg') no-repeat;
    float:left;
    width:102px;
    height:13px;
  }
        
    #FindOutMore:hover { background-position:0 -13px; }
    
  #howMuch {
    background:url('../images/commuters/how_much2.jpg') no-repeat;
    float:left;
    width:195px;
    height:16px;   
  }  
  
    #howMuch:hover { background-position:0 -16px; }
  
  #freeCommute {
    background:url('../images/commuters/free_days2.jpg') no-repeat;
    float:left;
    width:170px;
    height:16px;       
  }
  
    #freeCommute:hover { background-position:0 -16px; }
    
  .w190 { width:190px; }
  
  .orange { color:#F67600; }