/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* Research and Medical Affairs Style Definitions
********************************************/
	

/*********************************
* Layout Definitions
*********************************/


#interior-photo {
    background: url(/images/interior_photo1.jpg) top left no-repeat;
}

/*********************************
* Titles & Headers
*********************************/

#hdr-research-medical {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_research_medical.gif) top left no-repeat;
}

#ttl-research-medical,
#ttl-current-projects,
#ttl-completed-projects,
#ttl-research-team,
#ttl-research-publications,
#ttl-research-partners,
#ttl-research-faq,
#ttl-physician-outreach {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-research-medical {
	background: url(/images/ttl_research_medical.gif) top left no-repeat;
}
#ttl-current-projects {
	background: url(/images/ttl_current_projects.gif) top left no-repeat;
}
#ttl-completed-projects {
	background: url(/images/ttl_completed_projects.gif) top left no-repeat;
}
#ttl-research-team {
	background: url(/images/ttl_research_team.gif) top left no-repeat;
}
#ttl-research-publications {
	background: url(/images/ttl_research_publications.gif) top left no-repeat;
}
#ttl-research-partners {
	background: url(/images/ttl_research_partners.gif) top left no-repeat;
}
#ttl-research-faq {
	background: url(/images/ttl_research_faq.gif) top left no-repeat;
}
#ttl-physician-outreach {
	background: url(/images/ttl_physician_outreach.gif) top left no-repeat;
}

/*********************************
* Subnav 
*********************************/

#subnav a#current-projects {
    background: url(/images/subnav_current_projects.gif) top left no-repeat;
    height: 24px;
}
#subnav a#completed-projects {
    background: url(/images/subnav_completed_projects.gif) top left no-repeat;
    height: 24px;
}
#subnav a#research-team {
    background: url(/images/subnav_research_team.gif) top left no-repeat;
    height: 24px;
}
#subnav a#research-publications {
    background: url(/images/subnav_research_publications.gif) top left no-repeat;
    height: 24px;
}
#subnav a#research-partners {
    background: url(/images/subnav_research_partners.gif) top left no-repeat;
    height: 24px;
}
#subnav a#research-faq {
    background: url(/images/subnav_research_faq.gif) top left no-repeat;
    height: 24px;
}
#subnav a#physician-outreach {
    background: url(/images/subnav_physician_outreach.gif) top left no-repeat;
    height: 36px;
}





#subnav a:hover#current-projects, body.current-projects-on #subnav a#current-projects {
    background: url(/images/subnav_current_projects.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#completed-projects, body.completed-projects-on #subnav a#completed-projects {
    background: url(/images/subnav_completed_projects.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#research-team, body.research-team-on #subnav a#research-team {
    background: url(/images/subnav_research_team.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#research-publications, body.research-publications-on #subnav a#research-publications {
    background: url(/images/subnav_research_publications.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#research-partners, body.research-partners-on #subnav a#research-partners {
    background: url(/images/subnav_research_partners.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#research-faq, body.research-faq-on #subnav a#research-faq {
    background: url(/images/subnav_research_faq.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#physician-outreach, body.physician-outreach-on #subnav a#physician-outreach {
    background: url(/images/subnav_physician_outreach.gif) bottom left no-repeat;
    height: 36px;
}
