/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Programs Style Definitions
********************************************/


/*********************************
* Titles & Headers
*********************************/

#hdr-contact-us {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_contact_us.gif) top left no-repeat;
}

#ttl-contact-us,
#ttl-map-directions,
#ttl-error,
#ttl-thankyou,
#ttl-notfound {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-contact-us {
	background: url(/images/ttl_contact_us.gif) top left no-repeat;
}
#ttl-map-directions {
	background: url(/images/ttl_map_directions.gif) top left no-repeat;
}
#ttl-error {
	background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-thankyou {
	background: url(/images/ttl_thankyou.gif) top left no-repeat;
}
#ttl-notfound{
	background: url(/images/ttl_notfound.gif) top left no-repeat;
}


/*********************************
* Subnav 
*********************************/

#subnav a#map-directions {
    background: url(/images/subnav_map_directions.gif) top left no-repeat;
    height: 36px;
}


#subnav a:hover#map-directions, body.map-directions-on #subnav a#map-directions {
    background: url(/images/subnav_map_directions.gif) bottom left no-repeat;
    height: 36px;
}
