I am trying to change the view of shipping method in checkout page, this is what i have now :

I want to remove radio button and show free shipping if its free, other wise i want to show flat rate, its decided by the total purchase amount.
But i am not able to find the page where i can change this, I found some files related to shipping :
/app/design/frontend/base/default/template/checkout/onepage/shipping.phtml
/app/design/frontend/base/default/template/checkout/onepage/shipping_method.phtml
but shipping method content is not coming from these files.