/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Resources Style Definitions
********************************************/

/*********************************
* Titles & Headers
*********************************/

#hdr-resources {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_resources.gif) top left no-repeat;
}

#ttl-resources,
#ttl-community-directory,
#ttl-community-workshops {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-resources {
	background: url(/images/ttl_resources.gif) top left no-repeat;
}
#ttl-community-directory {
	background: url(/images/ttl_community_directory.gif) top left no-repeat;
}
#ttl-community-workshops {
	background: url(/images/ttl_community_workshop.gif) top left no-repeat;
}


/*********************************
* Subnav 
*********************************/

#subnav a#community-directory {
    background: url(/images/subnav_community_directory.gif) top left no-repeat;
    height: 24px;
}
#subnav a#community-workshops {
    background: url(/images/subnav_community_workshops.gif) top left no-repeat;
    height: 51px;
}



#subnav a:hover#community-directory, body.community-directory-on #subnav a#community-directory {
    background: url(/images/subnav_community_directory.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#community-workshops, body.community-workshops-on #subnav a#community-workshops {
    background: url(/images/subnav_community_workshops.gif) bottom left no-repeat;
    height: 51px;
}
