

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO THE "WHO WE ARE" Section  ---------------------------------------------------------*/


/* SIDEBAR / SUB NAV ----------------------------------------- */

/* Sub Nav is hidden by default in the global CSS. First, set this section's Sub Nav to display... */

#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav { display: block; }


/* Then provide styls for the Subnav... */

#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav			 	{ list-style: none; margin: 5px 0 0 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li 		{ height: 25px; margin: 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li a 	{ display: block; text-indent: -5000px; height: 25px; }

/* Sub Nav Rollovers */

#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.story a						{ width: 69px; background: url(../images/shared/subNav_story.gif) no-repeat; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.story a:hover			{ background-position: -69px 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.story a:focus			{ outline: 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.footprint a				{ width: 97px; background: url(../images/shared/subNav_footprint.gif) no-repeat; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.footprint a:hover	{ background-position: -97px 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.footprint a:focus	{ outline: 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.careers a					{ width: 89px; background: url(../images/shared/subNav_careers.gif) no-repeat; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.careers a:hover		{ background-position: -89px 0; }
#whoWeAre ul#mainNav li.whoWeAre ul.wwa_subNav li.careers a:focus		{ outline: 0; }

/* Sub Nav "Current Page" Highlight States */

#whoWeAre #story ul#mainNav li.whoWeAre ul.wwa_subNav li.story a					{ background-position: -138px 0; }
#whoWeAre #footprint ul#mainNav li.whoWeAre ul.wwa_subNav li.footprint a	{ background-position: -194px 0; }
#whoWeAre #careers ul#mainNav li.whoWeAre ul.wwa_subNav li.careers a			{ background-position: -178px 0; }
