body, button, textarea {
    color: #333;
    font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.231;
}

small {
	font-size: 11px;
	line-height: 1.0;
}

/*  Anchors  */
a {
    color: #5f005f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #5f005f;
}

.contentBody a[rel = external] { /* indicates outgoing links in text body */
    background: url(/assets/style/external.png) no-repeat 100% 0;
    padding-right: 14px;
}

/*  Line Breaks  */
p, ul, ol, dl {
    margin-bottom: 17px;
}

/*  Headers  */
h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, h2 {
    font: bold 16px / 24px "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-bottom: 6px;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

h4 {
    font: bold 10px / 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

h6 {
    font: normal 10px / 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.spotlight h2, .spotlight h4 {
    color: #5f005f;
}

/*  Formating  */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

sub, sup {
    font-size: 1.05em;
}

sub {
    line-height: 10px;
    /* vertical-align: sub; */
}

sup {
    line-height: 10px;
    /* 	vertical-align: super;   */
}

p abbr, li abbr { /* only style abbreviations in text */
    font-size: 95%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

pre {
    background: #EEE;
    border: 1px solid #ccc;
    font: normal 9px / 10px "Monaco", monospace;
    margin-bottom: 10px;
    padding: 10px;
    white-space: pre-wrap;
}

.positive {
    color: green;
}

.negative {
    color: red;
}

/*  List Styles  */
.contentBody ol {
    list-style: inside decimal;
}

.contentBody ol li, .contentBody ul ol li {
    background: transparent;
    padding: 0px 0px 10px 0px;
}

.contentBody ul li {
    background: url(/assets/style/bullet.png) no-repeat 0 6px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.contentBody li li {
    margin-bottom: 0;
}

.contentBody li ul, .contentBody li ol {
    padding: 10px 0 0 10px;
}

.contentBody li.removebullet {
    background: transparent;
}

.contentBody .picLeft li {
    background: transparent;
    clear: both;
    margin-bottom: 10px;
    padding-left: 0;
}

.contentBody .picLeft img {
    float: left;
    margin-right: 15px;
}

table.by-country {
	position: relative;
	padding: 5px 0px 18px 0px;
	margin: 0px 0px 0px 0px;
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

table.by-country ul li.first a {
	background: transparent url(/assets/style/arrow.png) 0px 4px no-repeat;
	padding-left: 13px;
	margin-left: 15px;
	font: 13px/16px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

table.by-country ul {
	margin-bottom: 0px;
}

table.by-country ul ul.sec {
	display: none;
	margin-left: 108px;
	width: 295px;
}

table.by-country ul ul.sec li {
	padding: 0px;
}

table.by-country ul ul.on {
	display: block;
}

table.by-country ul li span {
	display: block;
	margin-left: 32px;
	font: 13px/16px Georgia, Times, "Times New Roman", serif;
}

table.by-country ul.sec li a {
	background: transparent url(/assets/style/double_arrow.png) 0px 4px no-repeat;
	display: block;
	padding-left: 18px;
	font: 13px/16px Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	text-transform: none;
}

table.by-country img {
	float: left;
	min-height: 
	padding-right: 20px;
}

table.sitemap ul {
	position: relative;
	padding: 5px 0px 18px 15px;
	margin: 0px 0px 0px 0px;
	font: 16px/22px Georgia, Times, "Times New Roman", serif;
}

table.sitemap ul ul {
	font: 14px/18px Georgia, Times, "Times New Roman", serif;
}

table.sitemap ul ul ul {
	font: 12px/16px Georgia, Times, "Times New Roman", serif;
}

table.sitemap ul li,
table.by-country ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	background: none;
}

/*  Footnote Styles  */
.footnotes {
    border-top: 1px solid #CCC;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.1em;
    padding-top: 8px;
}

.footnotes p, .footnotes ul {
    margin-bottom: 8px;
}

.footnotes li {
    background: url(/assets/style/bullet.png) no-repeat 0 5px;
    padding-left: 10px;
}

.footnotes ul {
    font-style: italic;
}

.footnotes .note {
    margin-bottom: 8px;
}

#pageCrumbs {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: lowercase;
}
#pageCrumbs ul li,
#pageCrumbs li a{
	font-size: 11px;
}

#footer {
    font: normal 11px / 13px "Trebuchet MS", Tahoma, Arial, sans-serif;
}

/*  Text Images  */
.contentBody img {
    margin-top: 2px;
    margin-bottom: 8px;
}

.contentBody img.left {
    float: left;
    margin-right: 15px;
}

.contentBody img.right {
    float: right;
    margin-left: 15px;
}

/*  Tables  */
thead th {
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: right;
	background-color: #efe6ef;
}

tr.emphasis {
	background-color: #F8F3F9;
}
tr.emphasis td{
	border-top: 2px solid #CCCCCC;
}
tr.italics {
	background-color: #efefef;
}

thead th.heading, tbody td.heading {
    text-align: left;
}

tbody td, tbody th {
    border-bottom: 1px solid #CCC;
    padding: 4px 0;
}

tbody th {
    text-align: left;
}

tbody td {
    text-align: right;
}

table.track-waste-streams {
	width: 450px;
}

table.track-waste-streams tbody td {
    text-align: left;
}

tbody h3 {
    line-height: 16px;
    margin: 0;
    padding: 3px 0;
}

.sitemap, .sitemap tr, .sitemap td,
.by-country, .by-country tr, .by-country td {
	position: relative;
	text-align: left;
	border: none;
}

th.core-metric {
	font-size: 15px;
}

.tracked-waste-streams td {
	text-align: left;
}

/* ----------------------------------------------
 Document Structure
 ----------------------------------------------- */
html, body {
    position: relative;
    height: 100%;
}

body {
    background: #e5e5e5 url(/assets/style/bodyBg.png) repeat-x 0 0;
}

#wrapper {
    background: url(/assets/style/wrapperBg.png) no-repeat 50% 100%;
    padding-bottom: 10px;
}

#header, #page {
    margin: 0 auto;
    width: 950px;
}

#header {
    height: 92px;
    position: relative;
}

#header #siteHeader {
    padding-top: 15px;
}

#header #siteHeader a {
    background: url(/assets/style/siteHeader.png) no-repeat 0 0;
    display: block;
    height: 65px;
    width: 195px;
    text-indent: -9999px;
}

#page {
    background: url(/assets/style/pageBg.png) repeat-y 50% 0;
    height: auto !important; /* min-height fast hack */
    height: 600px;
    min-height: 600px;
    position: relative;
}

#footer {
    background: url(/assets/style/footerBg.png) no-repeat 50% 0;
    height: 35px;
    padding: 45px 0 0 0;
    width: 100%;
}

#footer .contentWrapper {
    margin: 0 auto;
    padding: 0 30px;
    width: 890px;
}
p.copyright,
p.copyright span,
#footer #tertiaryNavigation li a {
	font-size: 11px;
}

#footer #tertiaryNavigation li a {
	font-weight: normal;
}
p.copyright {
	float: right
}

.copyright span {
    display: block;
    float: left;
    margin-right: 20px;
}

/* ----------------------------------------------
 Navigation
 ----------------------------------------------- */
/*  Primary Navigation (header)  */
#primaryNavigation {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#primaryNavigation li {
    float: left;
}

#primaryNavigation a {
    background: url(/assets/style/navigationSprite.png) no-repeat 0 0;
    display: block;
    height: 36px;
    text-indent: -9999px;
}

#primaryNavigation a#homeBu {
    background-position: 0 0;
    width: 70px;
}

#homePage #primaryNavigation a#homeBu { /* current state */
    background-position: 0 -36px;
}

#primaryNavigation a#enviroBu {
    background-position: -70px 0;
    width: 261px;
}

#enviroPage #primaryNavigation a#enviroBu { /* current state */
    background-position: -70px -36px;
}

#primaryNavigation a#socialBu {
    background-position: -331px 0;
    width: 191px;
}

#socialPage #primaryNavigation li a#socialBu { /* current state */
    background-position: -331px -36px;
}

#primaryNavigation a#governanceBu {
    background-position: -522px 0;
    width: 122px;
}

#governancePage #primaryNavigation li a#governanceBu { /* current state */
    background-position: -522px -36px;
}

/*  Secondary Navigation (sidebar)  */
#secondaryNavigation {
    position: relative;
    margin: 0;
    z-index: 10;
}

#secondaryNavigation.fixed { /*  fixed class created by screen.js  */
    position: fixed;
    top: 50px;
}

#secondaryNavigation ul {
    margin: 0;
    padding-bottom: 14px;
    position: relative;
    z-index: 30;
}

#secondaryNavigation ul li {
    background: transparent;
    border: none;
}

#secondaryNavigation li {
    background: #FFF;
    border: 1px solid #EEE; /* gets removed in screen.js */
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-bottom: 2px; /* gets removed in screen.js */
    position: relative;
    width: 215px;
}

#secondaryNavigation.accordian li {
    border: none !important;
    border: 1px solid #EEE;
    margin: 0;
    margin-bottom: 0;
}

#secondaryNavigation li.open {
    background: #efe6ef;
    border-color: #bb97ba; /* removed by screen.js */
    width: 225px;
}
ul#secondaryNavigation ul ul{
	padding-bottom: 0;
}

ul.spotlight-list li a.first {
	_margin-top: 0px !important; /*ie6 hack */
}
ul.spotlight-list li.last {
	margin-bottom: 0px !important;
}
ul.spotlight-list {
	margin-top: 7px;
	height: 100%;
}
ul.spotlight-list li a {
	color: #5f005f !important;
	padding: 3px 17px 3px 38px !important;
}

#secondaryNavigation ul.spotlight-list a.current, #secondaryNavigation ul li.spotlight-list a.current:hover {
background:url("/assets/style/tick.png") no-repeat scroll 28px 6px #BB97BA !important;
}

#secondaryNavigation li.open li {
    border: none;
}

#secondaryNavigation a {
    color: #bb97ba;
    display: block;
    padding: 9px 25px 11px 25px;
    margin: 0;
    text-transform: uppercase;
}

#secondaryNavigation a:hover {
    text-decoration: none;
}

#secondaryNavigation a.current {
    color: #5f005f;
}

#secondaryNavigation a.hasChildren {
    background: url(/assets/style/expand.png) no-repeat 192px 13px;
}

#secondaryNavigation li.open a.hasChildren {
    background: url(/assets/style/collapse.png) no-repeat 202px 13px;
}

#secondaryNavigation ul a {
    color: #333;
    display: block;
    font-family:  Georgia, Times, "Times New Roman", serif;
    margin-left: 2px;
    padding: 3px 25px 3px 30px;
    text-transform: capitalize;
    width: 164px;
	font-weight: normal;
}

#secondaryNavigation ul a:hover {
    background: #cfb6cf;
}

#secondaryNavigation ul a.current, #secondaryNavigation ul li a.current:hover {
    background: #bb97ba url(/assets/style/tick.png) no-repeat 20px 6px;
}

/*  edge and corner helpers (helper markup created by screen.js)  */
.helper {
    position: absolute;
    display: block !important;
    display: none; /* hides corners from ie6 */
}

.helper .helper {
    background: url(/assets/style/cornerHelper.png) repeat-x 0 0;
    height: 5px;
    width: 5px;
}

.helper.e .helper {
    height: 10px;
    width: 10px;
}

.helper.n, .helper.s {
    background: url(/assets/style/edgeHelperX.png) repeat-x 0 0;
    height: 3px;
    left: 0;
    width: 100%;
}

.helper.w, .helper.e {
    background: url(/assets/style/edgeHelperY.png) repeat-y 0 0;
    height: 100%;
    width: 10px;
    z-index: 10;
}

.helper.n, .helper.e, .helper.w, .helper.nw, .helper.ne {
    top: 0;
}

.helper.e, .helper.ne, .helper.se {
    right: 0;
}

.helper.s, .helper.se, .helper.sw {
    bottom: 0;
}

.helper.w, .helper.s, .helper.nw, .helper.sw {
    left: 0;
}

.helper.n {
    background-position: 0 0
}

.helper.ne {
    background-position: -10px 0;
}

.open .helper.ne {
    background-position: -10px -20px;
}

.helper.e {
    background-position: -30px 0;
}

.open .helper.e {
    background-position: -20px 0;
}

.helper.se {
    background-position: -10px -10px;
}

.open .helper.se {
    background-position: -10px -30px;
}

.helper.s {
    background-position: 0 -3px;
}

.helper.sw {
    background-position: 0 -15px;
}

.open .helper.sw {
    background-position: 0 -35px;
}

.helper.w {
    background-position: 0 0;
}

.open .helper.w {
    background-position: -10px 0;
}

.helper.nw {
    background-position: 0 0;
}

.open .helper.nw {
    background-position: 0 -20px;
}

/*  Explorer  */
.contentBlock.explore ul {
    margin: 0;
    padding-top: 4px;
}

.contentBlock.explore li {
    float: left;
    margin-right: 5px;
	font-size: 10px;
	line-height: 14px;
}

.contentBlock.explore a {
    border-right: 1px solid #333;
    display: block;
    float: left;
    width: auto;
    height: 12px;
    line-height: 14px;
    padding-right: 5px;
	font-size: 1.15em;
}

.contentBlock.explore li.end a {
    border-right: none;
    padding-right: 0;
}

/*  Page Crumbs (page)  */
#pageCrumbs {
    padding: 10px 30px 0 30px;
    position: absolute;
    height: 30px;
    width: 890px;
    z-index: 20;
}

#pageCrumbs ul {
    float: right;
}

#pageCrumbs ul li {
    display: inline;
}

/*  Tertiary Navigation (footer)  */
#tertiaryNavigation {
    margin: 0;
    float: left;
}

#tertiaryNavigation li {
    margin-right: 20px;
    float: left;
}

#tertiaryNavigation li a {
    color: #333;
    text-transform: lowercase;
}

/* ----------------------------------------------
 Page Structure
 ----------------------------------------------- */
#page .gradHelper { /* markup created by screen.js */
    background: url(/assets/style/gradHelper.png) no-repeat 0 0;
    position: absolute;
    height: 200px;
    top: 202px;
    width: 5px;
    z-index: 1;
}

#page .gradHelper.left {
    background-position: 0 0;
    left: 0;
}

#page .gradHelper.right {
    background-position: 100% 0;
    right: 0;
}

#pageBranding {
    height: 202px;
    width: 950px;
    overflow: hidden;
}

#primaryContent, #secondaryContent {
    padding-bottom: 20px;
    padding-top: 50px;
}

#primaryContent {
    float: right;
    padding-right: 30px;
    position: relative;
    width: 660px;
}

/*  content banner (overview pages)  */
.contentBanner {
    margin: -20px 0 12px 0;
}

/*  content block  */
.contentBlock {
    clear: both;
    padding-bottom: 40px;
}

.contentBlock.col {
    background: #FFF;
    clear: none;
    width: 320px;
}

.contentBlock.col.left {
    float: left;
}

.contentBlock.col.right {
    float: right;
}

.contentBlock.spotlight {
    background: #efe6ef;
    border: 1px solid #cfb6cf;
    padding: 19px;
}

.contentBlock.explore {
    background: #efe6ef;
    padding: 9px;
}

.contentBlock.imageGrid img {
    float: left;
    margin-right: 20px;
}

.contentBlock.imageGrid img {
    float: left;
    margin-right: 20px;
}

.img4 {
	float: left;
	padding-bottom: 8px;
}

.img4 img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: none;
}

.contentBody .contentBlock {
    padding-bottom: 15px;
}

#videoPlayer {
    height: 258px;
    margin-bottom: 10px;
}

/*  Blank Generic Page  */
#page.blank #primaryContent {
    background: url(/assets/style/blankCap.png) no-repeat 50% 0;
    float: none;
    height: auto !important; /* min-height fast hack */
    height: 177px;
    min-height: 177px;
    padding: 25px 30px 0 30px;
    width: 890px;
}

/*  sidebar (standard pages)  */
#secondaryContent {
    width: 230px;
}

/* ----------------------------------------------
 Home Page
 ----------------------------------------------- */
#homePage #primaryContent, #homePage #secondaryContent { /* overide defaults */
    float: none;
    width: 890px;
}

#homePage #primaryContent {
    padding: 25px 30px 10px 30px;
}

#homePage #secondaryContent {
    background: url(/assets/style/sectionBreak.png) no-repeat 50% 0;
    padding: 45px 30px 10px 30px;
}

/*  Intro  */
#intro {
    float: left;
    width: 670px;
    padding-bottom: 0px;
}

#intro_right {
	width: 290px;
}

#intro .column { /* column class created by jquery.autocolumns.js */
    margin-right: 20px;
    width: 325px;
}

#intro .column.last {
    margin-right: 0;
}

/*  Call To Action  */
#cta {
    float: right;
    width: 195px;
}

#cta ul {
    margin-bottom: 15px;
    padding-left: 5px;
}

#cta li {
    margin-bottom: 6px;
}

/*  Featured Stories  */
#featuredStories {
	padding-bottom: 0px;
}

#featuredStories li {
    float: left;
    margin-right: 30px;
    width: 200px;
}

#featuredStories li.end {
    margin-right: 0;
}

#featuredStories li .storyThumb {
    display: block;
    margin-bottom: 10px;
}

#featuredStories h3 {
    margin-bottom: 0;
}

#featuredStories h3 a {
    color: #333;
}

#featuredStories p {
	margin-bottom: 0px;
}

/* ----------------------------------------------
 Governance Page
 ----------------------------------------------- */
#governancePage #primaryContent {
    float: none;
    padding: 50px 30px 20px 30px;
    position: relative;
    width: 890px;
}

#governancePage .column { /* column class created by jquery.autocolumns.js */
    margin-right: 25px;
    width: 280px;
}

#governancePage .column.last {
    margin-right: 0;
}

/* ----------------------------------------------
 Hacks and Utilities
 ----------------------------------------------- */
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}* html .clear {
    height: 1%;
}

.lpage {
    text-align: left;
}
.employee-column {
	display: inline;
	margin-right: 20px;
	position: relative;
	width: 305px;
	float: left;
}
/* ----------------------------------------------
 * 
 * Other Stuff
 * 
 * ---------------------------------------------*/
#dha {
	width:100%;
}
.grey-box {
	clear: left;
	width: 295px;
	background-color: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #d1d1d1;
	-webkit-box-shadow: 0px 0px 4px #d1d1d1;
    box-shadow: 0px 0px 4px #d1d1d1;
	padding: 10px;
}

.californiaTransparency blockquote {
	padding: 5px 0px 15px 40px;
	text-align: justify;
	font-size: 12px;
}

.californiaTransparency blockquote.italic {
	font-style: italic;
	font-size: 13px;
}

