/********************************************
* SARRC
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/20/07 - MB
*
* About SARRC Style Definitions
********************************************/
	

/*********************************
* Titles & Headers
*********************************/

#hdr-about-sarrc {
    margin: 0;
    display: block;
    width: 234px;
	height: 37px;
	text-indent: -9999px;
	background: url(/images/hdr_about_sarrc.gif) top left no-repeat;
}

#ttl-about-sarrc,
#ttl-history,
#ttl-board,
#ttl-leadership-team,
#ttl-staff-directory,
#ttl-careers,
#ttl-practicum-internships {
    margin-bottom: 10px;
    display: block;
    width: 427px;
	height: 29px;
	text-indent: -9999px;
}

#ttl-about-sarrc {
	background: url(/images/ttl_about_sarrc.gif) top left no-repeat;
}
#ttl-history {
	background: url(/images/ttl_history.gif) top left no-repeat;
}
#ttl-board {
	background: url(/images/ttl_board.gif) top left no-repeat;
}
#ttl-leadership-team {
	background: url(/images/ttl_leadership_team.gif) top left no-repeat;
}
#ttl-staff-directory {
	background: url(/images/ttl_staff_directory.gif) top left no-repeat;
}
#ttl-careers {
	background: url(/images/ttl_careers.gif) top left no-repeat;
}
#ttl-practicum-internships {
	background: url(/images/ttl_practicum_internships.gif) top left no-repeat;
}

/*********************************
* Subnav 
*********************************/

#subnav a#history {
    background: url(/images/subnav_history.gif) top left no-repeat;
    height: 24px;
}
#subnav a#board {
    background: url(/images/subnav_board.gif) top left no-repeat;
    height: 24px;
}
#subnav a#leadership-team {
    background: url(/images/subnav_leadership_team.gif) top left no-repeat;
    height: 24px;
}
#subnav a#staff-directory {
    background: url(/images/subnav_staff_directory.gif) top left no-repeat;
    height: 24px;
}
#subnav a#careers {
    background: url(/images/subnav_careers.gif) top left no-repeat;
    height: 24px;
}
#subnav a#practicum-internships {
    background: url(/images/subnav_practicum.gif) top left no-repeat;
    height: 36px;
}




#subnav a:hover#history, body.history-on #subnav a#history {
    background: url(/images/subnav_history.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#board, body.board-on #subnav a#board {
    background: url(/images/subnav_board.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#leadership-team, body.leadership-team-on #subnav a#leadership-team {
    background: url(/images/subnav_leadership_team.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#staff-directory, body.staff-directory-on #subnav a#staff-directory {
    background: url(/images/subnav_staff_directory.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#careers, body.careers-on #subnav a#careers {
    background: url(/images/subnav_careers.gif) bottom left no-repeat;
    height: 24px;
}
#subnav a:hover#practicum-internships, body.practicum-internships-on #subnav a#practicum-internships {
    background: url(/images/subnav_practicum.gif) bottom left no-repeat;
    height: 36px;
}

