@charset "UTF-8";

/* Copyright 2010 Image Solutions. All rights reserved.
------------------------------------------------------------------------------ */

/* General
------------------------------------------------------------------------------ */

*
{
	margin: 0;
	padding: 0;
}

body
{
	position: relative;
	/* IE6-IE7 resize bug (position: relative becomes fixed) */
	color: #444444;
	background-color: #FFFFFF;
	margin: 9px auto 0 auto;
	width: 1024px;
}

a, a:link, a:visited, a:active
{
	color: #009BD6;
	text-decoration: none;
}

a:hover
{
	color: #009BD6;
	text-decoration: underline;
}

img
{
	display: block;
	border: 0;
}

img.inline
{
	display: inline;
}

p.centered
{
	text-align: center;
}

.clearboth
{
	clear: both;
}

#wrapper
{
	clear: both;
	float: left;
	/* float to fill container */
	margin: 0 auto;
	width: 1024px;
}

/* Controls
-------------------------------------------------------------------------------- */

#controls
{
	display: none;
}

/* Masthead
-------------------------------------------------------------------------------- */

#masthead_wrapper
{
	clear: both;
	width: 1024px;
}

#masthead
{
	margin: 0 auto;
	width: 974px;
	height: 59px;
}

#logo
{
	float: left;
	width: 210px;
}

#logo a
{
	display: block;
	background-image: url(../images/masthead/image_solutions_logo.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 59px;
}

#logo img
{
	display: none;
}

#tollfree
{
	float: right;
	width: 700px;
}

#tollfree p
{
	color: #888888;
	text-align: right;
	padding: 28px 2px 0 0;
}

#tollfree span
{
	text-transform: uppercase;
	padding: 0 5px;
}

/* Top Nav
-------------------------------------------------------------------------------- */

#topnav_wrapper
{
	clear: both;
	float: left;
	/* float to fill container */
	padding-bottom: 24px;
	/* use padding to fix IE7 collapsing bottom margin bug on float */
	width: 1024px;
}

#topnav
{
	margin: 0 auto;
	width: 974px;
}

#topnav ul
{
	float: left;
	/* float to fill ul */
	position: relative;
	/* parent for topnav items */
	background-image: url(../images/topnav/bg_topnav_sprite.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	width: 974px;
	height: 34px;
}

#topnav li
{
	float: left;
}

#topnav li a
{
	display: block;
	position: absolute;
	top: 0;
	color: #FFFFFF;
	background-color: #ABABAB;
	background-image: url(../images/topnav/bg_topnav_sprite.jpg);
	background-repeat: no-repeat;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
	height: 34px;
}

#topnav li#tn_home a
{
	background-position: 0 0;
	left: 0;
	width: 196px;
}

#topnav li#tn_who a
{
	background-position: -196px 0;
	left: 196px;
	width: 195px;
}

#topnav li#tn_what a
{
	background-position: -391px 0;
	left: 391px;
	width: 195px;
}

#topnav li#tn_work a
{
	background-position: -586px 0;
	left: 586px;
	width: 194px;
}

#topnav li#tn_contact a
{
	background-position: -780px 0;
	left: 780px;
	width: 194px;
}

#topnav li#tn_home a:hover,
#pg_home #topnav #tn_home a
{
	background-position: 0 -60px;
	left: 0;
	width: 196px;
}

#topnav li#tn_who a:hover,
#pg_who #topnav li#tn_who a
{
	background-position: -196px -60px;
	left: 196px;
	width: 195px;
}

#topnav li#tn_what a:hover,
#pg_what_uniform #topnav #tn_what a,
#pg_what_reducing #topnav #tn_what a,
#pg_what_transitions #topnav #tn_what a
{
	background-position: -391px -60px;
	left: 391px;
	width: 195px;
}

#topnav li#tn_work a:hover,
#pg_customers #topnav #tn_work a,
#pg_chilis #topnav #tn_work a,
#pg_albertsons #topnav #tn_work a,
#pg_yardhouse #topnav #tn_work a,
#pg_claimjumper #topnav #tn_work a,
#pg_coffeebean #topnav #tn_work a
{
	background-position: -586px -60px;
	left: 586px;
	width: 194px;
}

#topnav li#tn_contact a:hover,
#pg_contact #topnav #tn_contact a
{
	background-position: -780px -60px;
	left: 780px;
	width: 194px;
}

/* =========================================================================== */

/* Home Page Top Content
------------------------------------------------------------------------------ */

#hometopcontent_wrapper
{
	clear: both;
	width: 1024px;
}

#hometopcontent
{
	margin: 0 auto;
	width: 974px;
}

#maincontent
{
	margin: 0 auto;
	width: 974px;
	padding-top: 0;
}

#feature_content
{
	position: relative;
	width: 974px;
	height: 430px;
}

#feature_one, #feature_two, #feature_three
{
	position: absolute;
	display: none;
}

#hometopcontent img,
#hometopcontent h2,
#hometopcontent h3
{
	display: none;
}

#hometopcontent p
{
	text-indent: -9999px;
	overflow: hidden;
}

#home1_wrapper,
#home2_wrapper,
#home3_wrapper
{
	width: 974px;
	height: 430px;
}

#home1,
#home2,
#home3
{
	background-repeat: no-repeat;
	margin-bottom: 14px;
	width: 974px;
	height: 416px;
}

#home1
{
	background-image: url(../images/home/home1_photo_wide.jpg);
}

#home2
{
	background-image: url(../images/home/home2_photo_wide.jpg);
}

#home3
{
	background-image: url(../images/home/home3_photo_wide.jpg);
}

#home1 p a,
#home2 p a,
#home3 p a
{
	display: block;
	background-repeat: no-repeat;
	width: 974px;
	height: 416px;
}

#home1 p a
{
	background-image: url(../images/home/home1_info.gif);
	background-position: 583px 109px;
}

#home2 p a
{
	background-image: url(../images/home/home2_info.gif);
	background-position: 583px 90px;
}

#home3 p a
{
	background-image: url(../images/home/home3_info.gif);
	background-position: 583px 95px;
}

/* Home Page Bottom Content
------------------------------------------------------------------------------ */

#homecontent_wrapper
{
	clear: both;
	float: left;
	/* float to fill container */
	width: 1024px;
}

#homecontent
{
	color: #444444;
	margin: 0 auto;
	width: 974px;
}

#homecontent h2
{
	text-indent: -9999px;
	overflow: hidden;
}

#homecontent img
{
	display: none;
}

#homecontent_col1 img
{
	display: block;
}

#homecontent p
{
	margin: 0 22px 1em 22px;
}

#homecontent p.more
{
	position: absolute;
	top: 160px;
	width: 275px;
}

#homecontent a
{
	color: #009BD6;
}

#homecontent_col1_wrapper,
#homecontent_col2_wrapper,
#homecontent_col3_wrapper
{
	float: left;
	position: relative;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 327px;
	height: 192px;
}

#homecontent_col1_wrapper
{
	background-image: url(../images/home/smbox_plain.jpg);
}

#homecontent_col2_wrapper
{
	background-image: url(../images/home/smbox_plain.jpg);
}

#homecontent_col3_wrapper
{
	background-image: url(../images/home/smbox_custom.jpg);
	width: 320px;
}

#homecontent_col1,
#homecontent_col2,
#homecontent_col3
{
	width: 320px;
	height: 192px;
	position: relative;
}

#homecontent_col1 p.image_box_stjude_photo
{
	position: absolute;
	top: 0;
	left: 155px;
	margin: 0;
	width: 165px;
	height: 192px;
}

#homecontent_col1 p.image_box_customer_logo
{
	position: absolute;
	top: 43px;
	left: 198px;
	margin: 0;
	width: 100px;
	height: 101px;
}

#homecontent_col1 h2
{
	background-image: url(../images/home/home_header_news.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 7px 22px;
	width: 36px;
	height: 34px;
}

#homecontent_col2 h2
{
	background-image: url(../images/home/home_header_customers.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 18px 22px;
	width: 104px;
	height: 34px;
}

#homecontent_col3 h2
{
	background-image: url(../images/home/home_header_custom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 7px 22px;
	width: 154px;
	height: 56px;
}

#homecontent_col1 p.news_blurb
{
}

#homecontent_col1 p.news_blurb_stjude_photo
{
	margin-right: 170px;
}

#homecontent_col1 p.news_blurb_customer_logo
{
	margin-right: 139px;
}

#homecontent_col2 p.customers_blurb
{
}

#homecontent_col3 p.custom_blurb
{
	margin-right: 170px;
}

#homecontent_col2 img
{
	display: inline;
	margin-left: 12px;
}

/* Content
------------------------------------------------------------------------------ */

#content_wrapper
{
	clear: both;
	float: left;
	/* float to fill container */
	width: 1024px;
}

#content_filler
{
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bg_sidenav_content_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 974px;
}

#pg_who #content_filler,
#pg_contact #content_filler,
#pg_contribute #content_filler
{
	background-image: url(../images/backgrounds/bg_content_middle.jpg);
}

#content
{
	float: left;
	/* float to fill container */
	background-color: transparent;
	background-image: url(../images/backgrounds/bg_content_top.jpg);
	background-repeat: no-repeat;
	width: 974px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/*
duplicate height defs for backup due to CSS editor combining them
#content
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
*/

#content_bottom
{
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bg_sidenav_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 974px;
	height: 125px;
}

#pg_who #content_bottom,
#pg_contact #content_bottom,
#pg_contribute #content_bottom
{
	background-image: url(../images/backgrounds/bg_content_bottom.jpg);
}

/* Sidenav
------------------------------------------------------------------------------ */

#sidenav_wrapper
{
	clear: both;
	float: left;
	width: 220px;
}

#sidenav
{
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bg_sidenav.jpg);
	background-repeat: repeat-y;
	margin: 39px 0 0 2px;
	padding-bottom: 300px;
}

#sidenav #sn_header
{
	color: #FFFFFF;
	background-color: #0EA5DF;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 218px;
	height: 41px;
}

#pg_what_uniform #sidenav #sn_header,
#pg_what_reducing #sidenav #sn_header,
#pg_what_transitions #sidenav #sn_header
{
	background-image: url(../images/sidenav/sn_what_we_do.jpg);
}

#pg_customers #sidenav #sn_header,
#pg_chilis #sidenav #sn_header,
#pg_albertsons #sidenav #sn_header,
#pg_yardhouse #sidenav #sn_header,
#pg_claimjumper #sidenav #sn_header,
#pg_coffeebean #sidenav #sn_header
{
	background-image: url(../images/sidenav/sn_our_work.jpg);
}

#sidenav #sn_subheader
{
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0 19px;
}

#sidenav ul
{
	list-style-type: none;
}

#sidenav li a
{
	display: block;
	color: #0EA5DF;
	background-color: transparent;
	background-image: url(../images/backgrounds/bg_sidenav_off_white.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	padding: 0 30px 0 19px;
}

#sidenav li#sn_uniform a
{
	padding: 13px 30px 0 19px;
}

#sidenav li#sn_customers a
{
	padding: 13px 30px 0 19px;
}

#pg_what_uniform #sidenav li#sn_uniform a,
#pg_what_reducing #sidenav li#sn_reducing a,
#pg_what_transitions #sidenav li#sn_transitions a,
#pg_customers #sidenav li#sn_customers a,
#pg_chilis #sidenav li#sn_chilis a,
#pg_albertsons #sidenav li#sn_albertsons a,
#pg_yardhouse #sidenav li#sn_yardhouse a,
#pg_claimjumper #sidenav li#sn_claimjumper a,
#pg_coffeebean #sidenav li#sn_coffeebean a
{
	color: #444444;
	background-color: #F2F2F2;
	background-image: url(../images/backgrounds/bg_sidenav_on.jpg);
}

#sidenav li a:hover
{
	background-color: #F2F2F2;
	background-image: url(../images/backgrounds/bg_sidenav_on.jpg);
}

/* Section Header
------------------------------------------------------------------------------ */

#secheader_wrapper
{
	float: left;
	width: 754px;
}

#pg_who #secheader_wrapper
{
	width: 974px;
}

#secheader
{
	width: 754px;
}

#pg_who #secheader
{
	background-image: url(../images/who/who_we_are_photo.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	width: 974px;
	height: 289px;
}

#pg_what_uniform #secheader,
#pg_what_reducing #secheader,
#pg_what_transitions #secheader
{
	background-repeat: no-repeat;
	height: 350px;
}

#pg_what_uniform #secheader
{
	background-image: url(../images/what/uniform_programs_diagram.jpg);
}

#pg_what_reducing #secheader
{
	background-image: url(../images/what/reducing_cost_diagram.jpg);
}

#pg_what_transitions #secheader
{
	background-image: url(../images/what/transition_diagram.jpg);
}

#pg_customers #secheader
{
}

#pg_albertsons #secheader,
#pg_yardhouse #secheader,
#pg_claimjumper #secheader,
#pg_chilis #secheader,
#pg_coffeebean #secheader
{
	height: 233px;
}

#secheader h1
{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 754px;
}

#pg_who #secheader h1
{
	background-image: url(../images/who/h_our-mission.gif);
	background-position: 33px 60px;
	width: 974px;
	height: 289px;
}

#pg_what_uniform #secheader h1,
#pg_what_reducing #secheader h1,
#pg_what_transitions #secheader h1
{
	background-position: 41px 30px;
	height: 350px;
}

#pg_what_uniform #secheader h1
{
	background-image: url(../images/what/h_we_manage_all_your_needs.gif);
}

#pg_what_reducing #secheader h1
{
	background-image: url(../images/what/h_we_reduce_your_costs.gif);
}

#pg_what_transitions #secheader h1
{
	background-image: url(../images/what/h_we_make_the_transition_simple.gif);
}

#pg_customers #secheader h1
{
	background-image: url(../images/customers/h_our_customers.jpg);
	height: 99px;
}

#pg_chilis #secheader h1,
#pg_albertsons #secheader h1,
#pg_yardhouse #secheader h1,
#pg_claimjumper #secheader h1,
#pg_coffeebean #secheader h1
{
	display: none;
}

#pg_who #secheader img,
#pg_what_uniform #secheader img,
#pg_what_reducing #secheader img,
#pg_what_transitions #secheader img
{
	display: none;
}

/* Main Content
------------------------------------------------------------------------------ */

#maincontent_wrapper
{
	clear: none;
	float: left;
	/* float to fill container */
	width: 974px;
}

#pg_who #maincontent_wrapper
{
	clear: both;
	width: 580px;
}

#pg_what_uniform #maincontent_wrapper,
#pg_what_reducing #maincontent_wrapper,
#pg_what_transitions #maincontent_wrapper
{
	width: 713px;
}

#pg_customers #maincontent_wrapper
{
	width: 752px;
}

#pg_chilis #maincontent_wrapper,
#pg_albertsons #maincontent_wrapper,
#pg_yardhouse #maincontent_wrapper,
#pg_claimjumper #maincontent_wrapper,
#pg_coffeebean #maincontent_wrapper
{
	width: 462px;
}

#maincontent
{
	width: 974px;
}

#pg_who #maincontent
{
	margin: 0 0 0 33px;
	width: 540px;
}

#pg_what_uniform #maincontent,
#pg_what_reducing #maincontent,
#pg_what_transitions #maincontent
{
	margin: 0 0 0 41px;
	width: 672px;
}

#pg_customers #maincontent
{
	margin: 0 0 0 41px;
	width: 684px;
}

#pg_chilis #maincontent,
#pg_albertsons #maincontent,
#pg_yardhouse #maincontent,
#pg_claimjumper #maincontent,
#pg_coffeebean #maincontent
{
	margin: 0 0 0 41px;
	width: 400px;
}

#pg_contact #maincontent
{
	clear: both;
	float: left;
	/* float to fill container */
}

#pg_contribute #maincontent
{
	padding: 40px 40px 0 40px;
	width: 894px;
	overflow: hidden;
}

#maincontent h1
{
}

#pg_contribute #maincontent h1
{
	margin-bottom: 1em;
}

#maincontent h2
{
	margin: 0 0 1em 0;
}

#pg_what_uniform #maincontent h2,
#pg_what_reducing #maincontent h2,
#pg_what_transitions #maincontent h2
{
	margin: 0 0 .67em 0;
	width: 540px;
}

#pg_contribute #maincontent h2
{
	margin: 2em 0 0.75em 0;
	border-top: 2px ridge #999999;
	padding-top: 10px;
}

#maincontent h3
{
	margin: 1em 0 0.75em 0;
}

#maincontent p
{
	margin: 0 0 1.75em 0;
}

#maincontent p.list_intro
{
	margin: 0 0 0.785em 0;
}

#pg_chilis #maincontent p,
#pg_albertsons #maincontent p,
#pg_yardhouse #maincontent p,
#pg_claimjumper #maincontent p,
#pg_coffeebean #maincontent p
{
	margin: 1.75em 0 0 0;
}

#pg_contribute #maincontent p
{
	margin: 1em 0;
}

#maincontent ul
{
	list-style-type: none;
}

#pg_what_uniform #maincontent ul,
#pg_what_reducing #maincontent ul,
#pg_what_transitions #maincontent ul
{
	margin: 0 0 61px 13px;
	width: 527px;
}

#maincontent li
{
	background-image: url(../images/backgrounds/bg_bullet_gray.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 0 0 0 16px;
}

#pg_who #maincontent li,
#pg_what_uniform #maincontent li,
#pg_what_reducing #maincontent li,
#pg_what_transitions #maincontent li
{
	margin: 0 0 0.785em 0;
}

#pg_contribute #maincontent li li
{
	background: none;
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 0;
}

#pg_contribute #maincontent .top
{
	padding-top: 2em;
}

#pg_contribute #maincontent a[name]
{
	color: #444444;
	text-decoration: none;
}

/* Blockquotes
------------------------------------------------------------------------------ */

#maincontent blockquote
{
	clear: both;
	color: #0EA5DF;
	background-color: #FAFAFA;
	padding: 13px 16px 6px 16px;
}

#pg_who #maincontent blockquote
{
	padding-right: 50px;
}

#pg_what_uniform #maincontent blockquote
{
	padding-right: 100px;
}

#pg_what_reducing #maincontent blockquote
{
	padding-right: 120px;
}

#pg_what_transitions #maincontent blockquote
{
}

#pg_customers #maincontent blockquote
{
	margin-right: 14px;
	padding-right: 30px;
}

#maincontent blockquote span
{
	color: #444444;
}

/* Who We Are - Charities
------------------------------------------------------------------------------ */

#charities
{
	background-image: url(../images/backgrounds/bg_charities.jpg);
	background-repeat: no-repeat;
	margin: 60px 0 26px 0;
	width: 540px;
	height: 119px;
}

#charities p
{
	margin: 0 0 5px 16px;
	padding: 10px 0 0 0;
}

ul#charities_list
{
	list-style-type: none;
}

ul#charities_list li
{
	float: left;
	background-image: none;
	/* override maincontent default bullet */
}

ul#charities_list li a
{
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 55px;
	height: 68px;
}

ul#charities_list li#stjude a
{
	background-image: url(../images/who/st_jude_logo.jpg);
	margin: 0 0 0 63px;
	width: 138px;
}

ul#charities_list li#limbs a
{
	background-image: url(../images/who/limbs_for_life_logo.jpg);
	width: 63px;
}

ul#charities_list li#komen a
{
	background-image: url(../images/who/komen_for_the_cure_logo.jpg);
	width: 101px;
}

/* Customers
------------------------------------------------------------------------------ */

#logos
{
	width: 684px;
}

#logos ul
{
	float: left;
	list-style-type: none;
	padding: 0 0 46px 0;
	width: 684px;
}

#logos li
{
	display: block;
	float: left;
	background-image: none;
	/* override maincontent default bullet */
	margin: 0 14px 0 0;
	padding: 0 0 14px 0;
	width: 100px;
}

#logos li span
{
	display: none;
}

/* Contact
------------------------------------------------------------------------------ */

#pg_contact h1
{
	background-image: url(../images/contact/h_contact_us.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 974px;
	height: 121px;
}

#pg_contact #map
{
	float: left;
	width: 413px;
}

#pg_contact #map img
{
	margin: 0 59px 0 34px;
}

/* Sidebar - Case Studies and Who We Are
------------------------------------------------------------------------------ */

#sidebar_wrapper
{
	float: right;
	width: 270px;
}

#pg_who #sidebar_wrapper
{
	width: 351px;
}

#sidebar
{
	color: #555555;
	width: 238px;
}

#pg_who #sidebar
{
	width: 320px;
}

#sidebar .sidebar_content
{
	background-color: #F7F7F7;
	background-image: url(../images/backgrounds/bg_sidebar_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 22px 0;
}

#pg_who #sidebar .sidebar_content
{
	background-image: url(../images/backgrounds/bg_sidebar.jpg);
	margin: 0 0 20px 0;
}

#sidebar h3
{
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 238px;
	height: 41px;
}

#pg_who #sidebar h3
{
	width: 320px;
}

#sidebar h3#stats
{
	background-image: url(../images/sidebar/sb_quick_stats.jpg);
}

#sidebar h3#principles
{
	background-image: url(../images/sidebar/sb_our_principles.jpg);
}

#sidebar h3#bottomline
{
	background-image: url(../images/sidebar/sb_the_bottom_line.jpg);
}

#sidebar ul
{
	list-style-type: none;
	margin: 19px 10px 0 23px;
}

#sidebar li
{
	background-image: url(../images/backgrounds/bg_bullet_gray.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	margin: 0 0 7px 0;
	padding: 0 0 0 15px;
}

#sidebar li span
{
	color: #999999;
}

#sidebar li img#inc500
{
	display: inline;
	margin-right: 6px;
}

#sidebar .sidebar_content_bottom
{
	background-color: #F7F7F7;
	background-image: url(../images/backgrounds/bg_sidebar_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 27px;
}

#pg_who #sidebar .sidebar_content_bottom
{
	background-image: url(../images/backgrounds/bg_sidebar.jpg);
}

#sidebar blockquote
{
	clear: both;
	color: #0EA5DF;
	background-color: #FAFAFA;
	padding: 23px 13px 23px 13px;
}

#sidebar blockquote span
{
	color: #444444;
}

/* Footer
------------------------------------------------------------------------------ */

#footer_wrapper
{
	clear: both;
	float: left;
	/* float to fill container */
	padding: 64px 0 24px 0;
	/* use padding to fix IE7 collapsing bottom margin bug on float */
	width: 1024px;
}

#footer
{
	color: #888888;
	margin: 0 auto;
	width: 974px;
}

#footer_content
{
	clear: both;
	float: left;
	border-width: 1px 0 1px 0;
	border-color: #E4E4E4;
	border-style: solid;
}

#footer a
{
	color: #009BD6;
}

#textnav
{
	float: right;
	padding: 10px 0;
	width: 440px;
}

#textnav p
{
	text-align: right;
}

#textnav span
{
	padding: 0 5px;
}

#legalese
{
	float: left;
	color: #888888;
	width: 530px;
}

#legalese p
{
	padding: 10px 0;
}

#legalese p span
{
	padding: 0 2px;
}

/* Fonts
-------------------------------------------------------------------------------- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	/* 16px X 62.5% = 10px */
}

#masthead
{
	font-size: 1.2em;
	/* 12px */
}

#topnav
{
	font-size: 1%;
}

#hometopcontent
{
	font-size: 1%;
}

#homecontent
{
	font-size: 1.2em;
	/* 12px */
	line-height: 1.5em;
}

#homecontent h2
{
	font-size: 1%;
}

#sidenav #sn_header
{
	font-size: 1%;
}

#sidenav #sn_subheader
{
	font-size: 1em;
	/* 10px */
	font-weight: bold;
	line-height: 3.75em;
}

#sidenav li
{
	font-size: 1.4em;
	/* 14px */
	line-height: 2.85em;
	font-weight: bold;
}

#secheader h1
{
	font-size: 1%;
}

#maincontent h1
{
	font-size: 2.8em;
	/* 18px */
	font-weight: normal;
	line-height: 1.25em;
}

#maincontent h2
{
	font-size: 1.9em;
	/* 14px */
	font-weight: normal;
	line-height: 1.25em;
}

#pg_what_uniform #maincontent h2,
#pg_what_reducing #maincontent h2,
#pg_what_transitions #maincontent h2,
#pg_contact #maincontent h2
{
	font-size: 1.9em;
	/* 14px */
	font-weight: normal;
	line-height: 1.5em;
}

#maincontent h3
{
	font-size: 1.6em;
	/* 16px */
	font-weight: normal;
	line-height: 1.5em;
}

#maincontent p
{
	font-size: 1.3em;
	/* 13px */
	line-height: 1.67em;
}

#charities p
{
	font-size: 1.3em;
	/* 13px */
	line-height: 1em;
}

#maincontent li
{
	font-size: 1.3em;
	/* 13px */
	line-height: 1.67em;
}

#pg_contribute #maincontent li li
{
	font-size: 1em;
	/* 13px */
}

#maincontent blockquote
{
	font-size: 1.8em;
	/* 18px */
	line-height: 1.67em;
}

#maincontent blockquote span
{
	font-size: 0.778em;
	/* 18px * 0.778 = 14px */
}

#charities_list
{
	font-size: 1%;
}

#sidebar h3
{
	font-size: 1%;
}

#sidebar li
{
	font-size: 1.4em;
	/* 14px */
	line-height: 1.75em;
}

#sidebar li span
{
	font-size: 1.143em;
	/* 14px * 1.143 = 16px */
}

#sidebar blockquote
{
	font-size: 1.4em;
	/* 14px */
	line-height: 1.67em;
}

#sidebar blockquote span
{
	font-style: italic;
}

#footer
{
	font-size: 1.1em;
	/* 12px */
}
