
/* ABOUT SECTION CSS */


/* Subnavigation  */

#subnav #history a 			{ background: url(../images/about/subnav_history.gif) no-repeat; width: 55px; }
#subnav #history a:hover	{ background-position: -55px 0; }
#subnav #staff a 			{ background: url(../images/about/subnav_staff.gif) no-repeat; width: 37px; }
#subnav #staff a:hover		{ background-position: -37px 0; }

/* Subav "Current Page" Highlight States */
#wrapper.history #subnav #history a	{ background: url(../images/about/subnav_history.gif) no-repeat; background-position: -55px 0; }
#wrapper.staff #subnav #staff a		{ background: url(../images/about/subnav_staff.gif) no-repeat; background-position: -37px 0; }



/* Background Image */

#about #wrapper.history #contentBlock {
	background: url(../images/about/mainPhoto_history.jpg) no-repeat 280px 90px;
	min-height: 516px;
}

#about #wrapper.staff #contentBlock {
	background: url(../images/about/mainPhoto_staff.jpg) no-repeat 280px 90px;
	min-height: 585px;
}


/* Photo Strip Element*/

#about #contentColumn	{ background: url(../images/about/photoStrip_about.jpg) no-repeat; }
