/* 
	File:			about-us.css
	Author:			adam maxfield
	Created:		8-2009
	Description:	This file contains all styles for About Us pages. 

*/

/********** General About Us Styles **********/
div#sidebar { /*Do not put anything in here unless you have a very compelling reason to over-ride pbk.css.*/ }
div#content { /*Do not put anything in here unless you have a very compelling reason to over-ride pbk.css.*/ }

div#content p	{ /*Do not put anything in here unless you have a very compelling reason to over-ride pbk.css.*/ }
div#content h1 { /*Do not put anything in here unless you have a very compelling reason to over-ride pbk.css.*/ }
div#content h2 { /*Do not put anything in here unless you have a very compelling reason to over-ride pbk.css.*/ }

/* -- About Us: Default (59em) and Full (append class="full") page widths.  Use ONLY these 2 options. -- */
body#about-us-page div#content	{ width: 59em; }
body#about-us-page div#content.full	{ width: auto; } 

/* -- Commonly Used Elements -- */
#about-us-page #content a { text-decoration:none; }

/********** /General About Us Styles **********/

/* --About Us: Index-- */
#about-us-page #index img.hero-image { padding-left:2em; padding-right:.4em; float:right; }
/* --About Us: Contact-Us-- */

/* --About Us: Legal Statement-- */
h3 { font-size: 1.1em; font-weight: bold; text-transform: uppercase; padding-bottom: .3em; }
/* --About Us: Privacy Policy-- */

/* --About Us: Terms & Conditions-- */

/* --About Us: Environmental Commitment-- */
#about-us-page #environmental-commitment div#content { width:100%; margin-left:0em; }
#about-us-page #environmental-commitment div#content h1 { margin:0; padding:0; }
/* --About Us: In the Press-- */


/********** // END about-us.css **********/

