/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Get Involved Style Definitions
********************************************/

/*********************************
* Titles & Headers
*********************************/

#hdr-get-involved {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_get_involved.gif) top left no-repeat;
}

#ttl-get-involved,
#ttl-donations,
#ttl-inkind-donations,
#ttl-volunteer,
#ttl-special-events,
#ttl-share-your-story,
#ttl-shop,
#ttl-autism-legislation {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-get-involved {
	background: url(/images/ttl_get_involved.gif) top left no-repeat;
}
#ttl-donations {
	background: url(/images/ttl_donations.gif) top left no-repeat;
}
#ttl-inkind-donations {
	background: url(/images/ttl_inkind_donations.gif) top left no-repeat;
}
#ttl-volunteer {
	background: url(/images/ttl_volunteer.gif) top left no-repeat;
}
#ttl-special-events {
	background: url(/images/ttl_special_events.gif) top left no-repeat;
}
#ttl-share-your-story {
	background: url(/images/ttl_share_your_story.gif) top left no-repeat;
}
#ttl-shop {
	background: url(/images/ttl_shop.gif) top left no-repeat;
}
#ttl-autism-legislation {
	background: url(/images/ttl_autism_legislation.gif) top left no-repeat;
}

/*********************************
* Subnav 
*********************************/

#subnav a#donations {
    background: url(/images/subnav_donations.gif) top left no-repeat;
    height: 24px;
}
#subnav a#in-kind-donations {
    background: url(/images/subnav_inkind_donations.gif) top left no-repeat;
    height: 24px;
}
#subnav a#volunteer {
    background: url(/images/subnav_volunteer.gif) top left no-repeat;
    height: 24px;
}
#subnav a#special-events {
    background: url(/images/subnav_special_events.gif) top left no-repeat;
    height: 24px;
}
#subnav a#share-your-story {
    background: url(/images/subnav_share_your_story.gif) top left no-repeat;
    height: 24px;
}
#subnav a#shop {
    background: url(/images/subnav_shop.gif) top left no-repeat;
    height: 24px;
}
#subnav a#autism-legislation {
    background: url(/images/subnav_autism_legislation.gif) top left no-repeat;
    height: 36px;
}



#subnav a:hover#donations, body.donations-on #subnav a#donations {
    background: url(/images/subnav_donations.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#in-kind-donations, body.in-kind-donations-on #subnav a#in-kind-donations {
    background: url(/images/subnav_inkind_donations.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#volunteer, body.volunteer-on #subnav a#volunteer {
    background: url(/images/subnav_volunteer.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#special-events, body.special-events-on #subnav a#special-events {
    background: url(/images/subnav_special_events.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#share-your-story, body.share-your-story-on #subnav a#share-your-story {
    background: url(/images/subnav_share_your_story.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#shop, body.shop-on #subnav a#shop {
    background: url(/images/subnav_shop.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#autism-legislation, body.autism-legislation-on #subnav a#autism-legislation {
    background: url(/images/subnav_autism_legislation.gif) bottom left no-repeat;
    height: 36px;
}
