/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Programs Style Definitions
********************************************/
	

/*********************************
* Layout Definitions
*********************************/


#interior-photo {
    background: url(/images/interior_photo7.jpg) top left no-repeat;
}

/*********************************
* Titles & Headers
*********************************/

#hdr-media-center {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_media_center.gif) top left no-repeat;
}

#ttl-media-center,
#ttl-news,
#ttl-publications,
#ttl-media-kit {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-media-center {
	background: url(/images/ttl_media_center.gif) top left no-repeat;
}
#ttl-news {
	background: url(/images/ttl_news.gif) top left no-repeat;
}
#ttl-publications {
	background: url(/images/ttl_publications.gif) top left no-repeat;
}
#ttl-media-kit {
	background: url(/images/ttl_media_kit.gif) top left no-repeat;
}

/*********************************
* Subnav 
*********************************/

#subnav a#news {
    background: url(/images/subnav_news.gif) top left no-repeat;
    height: 24px;
}
#subnav a#publications {
    background: url(/images/subnav_publications.gif) top left no-repeat;
    height: 24px;
}
#subnav a#media-kit {
    background: url(/images/subnav_media_kit.gif) top left no-repeat;
    height: 36px;
}


#subnav a:hover#news, body.news-on #subnav a#news {
    background: url(/images/subnav_news.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#publications, body.publications-on #subnav a#publications {
    background: url(/images/subnav_publications.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#media-kit, body.media-kit-on #subnav a#media-kit {
    background: url(/images/subnav_media_kit.gif) bottom left no-repeat;
    height: 36px;
}

