/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Programs Style Definitions
********************************************/


/*********************************
* Titles & Headers
*********************************/

#hdr-programs {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_programs.gif) top left no-repeat;
}

#ttl-programs,
#ttl-clinical-services,
#ttl-vocational,
#ttl-education-outreach {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-programs {
	background: url(/images/ttl_programs.gif) top left no-repeat;
}
#ttl-clinical-services {
	background: url(/images/ttl_clinical_services.gif) top left no-repeat;
}
#ttl-vocational {
	background: url(/images/ttl_vocational.gif) top left no-repeat;
}
#ttl-education-outreach{
	background: url(/images/ttl_education_outreach.gif) top left no-repeat;
}

/*********************************
* Subnav 
*********************************/

#subnav a#clinical-services {
    background: url(/images/subnav_clinical_services.gif) top left no-repeat;
    height: 24px;
}
#subnav a#vocational {
    background: url(/images/subnav_vocational.gif) top left no-repeat;
    height: 39px;
}
#subnav a#education-outreach {
    background: url(/images/subnav_education_outreach.gif) top left no-repeat;
    height: 36px;
}


#subnav a:hover#clinical-services, body.clinical-services-on #subnav a#clinical-services {
    background: url(/images/subnav_clinical_services.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#vocational, body.vocational-on #subnav a#vocational {
    background: url(/images/subnav_vocational.gif) bottom left no-repeat;
    height: 39px;
}
#subnav a:hover#education-outreach, body.education-outreach-on #subnav a#education-outreach {
    background: url(/images/subnav_education_outreach.gif) bottom left no-repeat;
    height: 36px;
}
