/* CSS Document */

/*pictures for rollovers in Innisfil Energy Services pages*/
/*normal image background*/
a#home img {background-image: url(buttons/IES_standard.jpg); border-width: 0px; margin-top:4px;}
/*rollover background image*/
a#home:hover img {background-image: url(buttons/IES_highlight.jpg); border-width: 0px; margin-top:4px;}

/*normal image background*/
a#terms img {background-image: url(buttons/price_standard.jpg); border-width: 0px; margin-top:4px;}
/*rollover background image*/
a#terms:hover img {background-image: url(buttons/price_highlight.jpg); border-width: 0px; margin-top:4px;}

/*normal image background*/
a#water img {background-image: url(buttons/consumption_standard.jpg); border-width: 0px; margin-top:4px;}
/*rollover background image*/
a#water:hover img {background-image: url(buttons/consumption_highlight.jpg); border-width: 0px; margin-top:4px;}

/*normal image background*/
a#IH img {background-image: url(buttons/IH_standard.jpg); border-width: 0px; margin-top:4px;}
/*rollover background image*/
a#IH:hover img {background-image: url(buttons/IH_highlight.jpg); border-width: 0px; margin-top:4px;}

