/* CSS Document */
    .grey_box{
      margin:8px  0 0 0 ;
      width:478px;
      background:transparent url(./images/grey_box_bg.png) no-repeat scroll 0px -58px;     
      border:0px solid red; 
      float:left;      
    }                    
    .grey_box h2{
      color:#6fa241;
      font-weight:normal;
      float:left;
      font-size:22px;
      height:42px;
      padding:17px 0 0 10px;
      width:476px;
      margin:0px;
    } 
    *html   .grey_box h2{
      height:61px; 
      width:186px;
    }            
    .grey_box  div.gb_content{   
      width:470px;  
      float:left;
      padding:6px 0 0 6px;       
      background:transparent url(./images/grey_box_content_bg.png) repeat-y scroll 0 0;                                                                                                
    }
    
    .grey_box  div.gb_footer{ 
      clear:both;
      height:6px;                            
      background:transparent url(./images/grey_box_footer.png) no-repeat scroll 0 0;
    }
    
    
    
    
   .round_box , .grey_round_box{
      margin:8px  0 16px 0 ;
      width:964px;
      background:transparent url(./images/box_round_corners_top.png) no-repeat scroll 0px -1px;     
      border:0px solid red; 
      padding-top:6px;      
    }            
    .round_box  div.rb_content , .grey_round_box  div.rb_content{   
      padding:6px 0 0 6px;       
      background:transparent url(./images/box_round_corners_middle.png) repeat-y scroll 0 0;                                                                                                
    }
    .round_box p,.grey_round_box p{
      margin-bottom:0px;
    }
    .round_box  div.rb_footer,.grey_round_box  div.rb_footer{ 
      height:6px;                            
      background:transparent url(./images/box_round_corners_bottom.png) no-repeat scroll 0 0;
    }
    
    .grey_round_box{
      background:transparent url(./images/box_round_corners_h_grey_top.png) no-repeat scroll 0px -1px;
    }            
    .grey_round_box  div.rb_content{    
      background:transparent url(./images/box_round_corners_h_grey_middle.png) repeat-y scroll 0 0;                                                                                                
    }
    .grey_round_box  div.rb_footer{                 
      background:transparent url(./images/box_round_corners_h_grey_bottom.png) no-repeat scroll 0 0;
    }
    
    
div.columns{
      width: 250px;
      float:left;
    }
div.columns ul li{
      color:#8CC63F;
      float:left;
      margin-bottom:10px;
      list-style-position:inside;
      list-style-type:square;
      width:248px;
    }
div.columns ul li a{
      color:#333336;
      margin-bottom:10px;
    }