/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Programs Style Definitions
********************************************/


/*********************************
* Titles & Headers
*********************************/

#hdr-en-espanol {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_en_espanol.gif) top left no-repeat;
}

#ttl-en-espanol,
#ttl-acerca-de-sarrc,
#ttl-programas,
#ttl-el-autismo,
#ttl-investigaciones,
#ttl-comparta {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-en-espanol {
	background: url(/images/ttl_en_espanol.gif) top left no-repeat;
}
#ttl-acerca-de-sarrc {
	background: url(/images/ttl_acerca_de_sarrc.gif) top left no-repeat;
}
#ttl-programas {
	background: url(/images/ttl_programas.gif) top left no-repeat;
}
#ttl-el-autismo {
	background: url(/images/ttl_el_autismo.gif) top left no-repeat;
}
#ttl-investigaciones {
	background: url(/images/ttl_investigaciones.gif) top left no-repeat;
}
#ttl-comparta {
	background: url(/images/ttl_comparta.gif) top left no-repeat;
}


/*********************************
* Subnav 
*********************************/

#subnav a#acerca-de-sarrc {
    background: url(/images/subnav_acerca_de_sarrc.gif) top left no-repeat;
    height: 24px;
}
#subnav a#programas {
    background: url(/images/subnav_programas.gif) top left no-repeat;
    height: 24px;
}
#subnav a#el-autismo {
    background: url(/images/subnav_el_autismo.gif) top left no-repeat;
    height: 24px;
}
#subnav a#investigaciones {
    background: url(/images/subnav_investigaciones.gif) top left no-repeat;
    height: 24px;
}
#subnav a#comparta {
    background: url(/images/subnav_comparta.gif) top left no-repeat;
    height: 36px;
}

#subnav a:hover#acerca-de-sarrc, body.acerca-de-sarrc-on #subnav a#acerca-de-sarrc {
    background: url(/images/subnav_acerca_de_sarrc.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#programas, body.programas-on #subnav a#programas {
    background: url(/images/subnav_programas.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#el-autismo, body.el-autismo-on #subnav a#el-autismo {
    background: url(/images/subnav_el_autismo.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#investigaciones, body.investigaciones-on #subnav a#investigaciones {
    background: url(/images/subnav_investigaciones.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#comparta, body.comparta-on #subnav a#comparta {
    background: url(/images/subnav_comparta.gif) bottom left no-repeat;
    height: 36px;
}


