﻿/**
 * 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 h2#awards, #content h2#clients {
	height: 22px;
	margin: 60px 0px 0px -2px;
}

#content h2#awards        { background: url(../img/awards/awards.gif) no-repeat; }
#content h2#clients       { background: url(../img/awards/clients.gif) no-repeat; }

#content h2 span { visibility: hidden; }

/* --------------------------------------------------------------------------
   PROFILE PAGE SUBNAV */

/* Individual links: */
#subNav ul li#navAwards		     { width: 215px; background: url(../img/awards/nav/navAwards.png) no-repeat; }
#subNav ul li#navClients		 { width: 215px; background: url(../img/awards/nav/navClients.png) no-repeat; }

#subNav ul li#navAwardsGreen	 { width: 215px; background: url(../img/awards/nav/navAwardsGreen.png) no-repeat; }
#subNav ul li#navClientsGreen	 { width: 215px; background: url(../img/awards/nav/navClientsGreen.png) no-repeat; }

#col1, #col1awards { border-right: 1px solid black; float: left; width: 268px; margin-top: 15px; }
#col2 { float: left; padding-left: 50px; width: 268px; margin-top: 15px; }

#col1 ul, #col2 ul, #col1awards ul { margin-left: 0px; }
#col1 ul li, #col2 ul li, #col1awards ul li { list-style: none; }
#col1awards ul li { padding-bottom: 2px; }

#awardsList {
	margin-top: 15px;
	}
#awardsList td {
	font-size: 1em;
	line-height: 18px;
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 28px;
	}

/* ========================================================================== */
}  /* end: SCREEN */
/* ========================================================================== */
