/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* About Autism Style Definitions
********************************************/


/*********************************
* Titles & Headers
*********************************/

#hdr-about-autism {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_about_autism.gif) top left no-repeat;
}

#ttl-about-autism,
#ttl-autism-overview,
#ttl-early-signs,
#ttl-evaluation-diagnosis,
#ttl-treatment-interventions,
#ttl-autism-faq {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-about-autism {
	background: url(/images/ttl_about_autism.gif) top left no-repeat;
}
#ttl-autism-overview {
	background: url(/images/ttl_autism_overview.gif) top left no-repeat;
}
#ttl-early-signs {
	background: url(/images/ttl_early_signs.gif) top left no-repeat;
}
#ttl-evaluation-diagnosis {
	background: url(/images/ttl_evaluation_diagnosis.gif) top left no-repeat;
}
#ttl-treatment-interventions {
	background: url(/images/ttl_treatment_interventions.gif) top left no-repeat;
}
#ttl-autism-faq {
	background: url(/images/ttl_autism_faq.gif) top left no-repeat;
}


/*********************************
* Subnav 
*********************************/

#subnav a#autism-overview {
    background: url(/images/subnav_autism_overview.gif) top left no-repeat;
    height: 24px;
}
#subnav a#early-signs {
    background: url(/images/subnav_early_signs.gif) top left no-repeat;
    height: 24px;
}
#subnav a#evaluation-diagnosis {
    background: url(/images/subnav_evaluation_diagnosis.gif) top left no-repeat;
    height: 24px;
}
#subnav a#treatment-interventions {
    background: url(/images/subnav_treatment.gif) top left no-repeat;
    height: 24px;
}
#subnav a#autism-faq {
    background: url(/images/subnav_autism_faq.gif) top left no-repeat;
    height: 36px;
}





#subnav a:hover#autism-overview, body.autism-overview-on #subnav a#autism-overview {
    background: url(/images/subnav_autism_overview.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#early-signs, body.early-signs-on #subnav a#early-signs {
    background: url(/images/subnav_early_signs.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#evaluation-diagnosis , body.evaluation-diagnosis-on #subnav a#evaluation-diagnosis  {
    background: url(/images/subnav_evaluation_diagnosis.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#treatment-interventions, body.treatment-interventions-on #subnav a#treatment-interventions {
    background: url(/images/subnav_treatment.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#autism-faq, body.autism-faq-on #subnav a#autism-faq {
    background: url(/images/subnav_autism_faq.gif) bottom left no-repeat;
    height: 36px;
}

