/**
 * Sectional Stylesheet: About
 *
 * Contents:
 *   - Screen
 *     - Overrides
 *     - Intro
 *     - Features
 *  - Print
 *
 * CSS 2.0
 *
 * @author      Dave Robertson <drobertson@jplprod.com>
 * @copyright   Copyright 2007 JPL Productions
 */

/* ========================================================================== */
@media screen {
/* ========================================================================== */

/* --------------------------------------------------------------------------
   INTERIOR PAGE HEADERS */
   
#content h3#who, #content h3#apart, #content h3#process, #content h3#services, #content h3#resources {
	height: 22px;
	margin: 60px 0px 0px -4px;
}

#content h4 { font-weight: bold; }

#content h3#who         { background: url(../img/profile/whoweare.gif) no-repeat; }
#content h3#apart       { background: url(../img/profile/setsusapart.gif) no-repeat; }
#content h3#process     { background: url(../img/profile/prodprocess.gif) no-repeat; }
#content h3#services    { background: url(../img/profile/services.gif) no-repeat; }
#content h3#resources   { background: url(../img/profile/globalresources.gif) no-repeat; }

#content h3 span { visibility: hidden; }

/* --------------------------------------------------------------------------
   PROFILE PAGE SUBNAV */
#subNav ul li 
{
    width: 216px;
}

/* Individual links: */
#subNav ul li#navWho		     { background: url(../img/profile/nav/navWho.png) no-repeat; }
#subNav ul li#navApart		     { background: url(../img/profile/nav/navApart.png) no-repeat; }
#subNav ul li#navProcess		 { background: url(../img/profile/nav/navProcess.png) no-repeat; }
#subNav ul li#navServices		 { background: url(../img/profile/nav/navServices.png) no-repeat; }
#subNav ul li#navResources		 { background: url(../img/profile/nav/navResources.png) no-repeat; }

#subNav ul li#navWhoGreen		     { background: url(../img/profile/nav/navWhoGreen.png) no-repeat; }
#subNav ul li#navApartGreen		     { background: url(../img/profile/nav/navApartGreen.png) no-repeat; }
#subNav ul li#navProcessGreen		 { background: url(../img/profile/nav/navProcessGreen.png) no-repeat; }
#subNav ul li#navServicesGreen		 { background: url(../img/profile/nav/navServicesGreen.png) no-repeat; }
#subNav ul li#navResourcesGreen		 { background: url(../img/profile/nav/navResourcesGreen.png) no-repeat; }

#content p a { text-decoration: underline; }

#content ul 
{
    font-family: Verdana;
	font-size: 1.1em;
	line-height: 1.4em;
 	margin-left: 0px;
}

/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */

