﻿/* Content replacement CSS, particularly in order to achieve CSS hover effects. */

a.id_logoOntario,
#headerContent a.id_logoOntario
{
	background-image: url(../images/sport4ontario-grey.gif);
}

a.id_logoOntario:hover,
#headerContent a.id_logoOntario:hover
{
	background-image: url(../images/sport4ontario-colour.gif);
}

a.id_logoCoaches,
#headerContent a.id_logoCoaches 
{
    /*background-image: url(../images/cao-grey.gif);*/
    background-image: url(../images/cao-logo-grey-new.png);
}

a.id_logoCoaches:hover,
#headerContent a.id_logoCoaches:hover
{
	/*background-image: url(../images/cao-colour.gif);*/
    background-image: url(../images/cao-logo-colour-new.png);
}

a.id_logoScoutsCan,
#headerContent a.id_logoScoutsCan
{
	background-image: url(../images/scouts-grey.gif);
}

a.id_logoScoutsCan:hover,
#headerContent a.id_logoScoutsCan:hover
{
	background-image: url(../images/scouts-colour.gif);
}

a.id_logoSportBC,
#sponsorsBottom .joinOrg a.id_logoSportBC
{
	background-image: url(../images/sportbc-grey.gif);
}

a.id_logoSportBC:hover,
#sponsorsBottom .joinOrg a.id_logoSportBC:hover
{
	background-image: url(../images/sportbc-colour.gif);
}


a.id_logoWinningKids,
#sponsorsBottom .joinOrg a.id_logoWinningKids
{
	background-image: url(../images/winning_kids-grey.gif);
	background-repeat:no-repeat;
	width:100px;
}

a.id_logoWinningKids:hover,
#sponsorsBottom .joinOrg a.id_logoWinningKids:hover
{
	background-image: url(../images/winning_kids-colour.gif);
	background-repeat:no-repeat;
}

a.id_logoPlanToProtect,
#sponsorsBottom .joinOrg a.id_logoPlanToProtect
{
	background-image: url(../images/plan-to-protect-grey.png);
	background-repeat:no-repeat;
}

a.id_logoPlanToProtect:hover,
#sponsorsBottom .joinOrg a.id_logoPlanToProtect:hover
{
	background-image: url(../images/plan-to-protect-colour.png);
	background-repeat:no-repeat;
}

a.id_logoCAVR,
#sponsorsBottom .joinOrg a.id_logoCAVR
{
	background-image: url(../images/CAVR-grey.gif);
	background-repeat:no-repeat;
}

a.id_logoCAVR:hover,
#sponsorsBottom .joinOrg a.id_logoCAVR:hover
{
	background-image: url(../images/CAVR-colour.gif);
	background-repeat:no-repeat;
}
