
/* IE6 PNG fix */
.pngfix {
	behavior: url('_css/iepngfix.htc');
}

/* LAYOUT */
body {
	background: #413d38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	color: #007dc3;
	font-size: 25px;
}

h2 {
	color: #ee3224;
	font-size: 15px;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

h3 {
	color: #333;
	font-size: 13px;
	margin-top: 30px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: bold;
}

p {
	margin: 15px 0;
}


ul.nav {
	display: block;
	list-style: none;
	font-size: 11px;
}

ul.nav li {
	display: block;
	float: left;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* TOPNAV */
.topnav a {
	color: #a09e9c;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: underline;
}

.topnav ul.nav {
	float: right;
	margin: 5px;
}

.topnav ul.nav li {
	border-right: 1px solid #a09e9c;
	line-height: 11px;
	padding: 0 10px;
}

.topnav ul.nav li.last {
	border: none;
	padding: 0 0 0 10px;
}

.topnav ul.nav li a {
	display: block;
}

/* HEADER & NAV */
.header {
	background: url('../_img/header_bg.png') no-repeat #cf2f21;
	clear: both;
	height: 118px;
}

.header ul.nav {
	float: left;
	margin-top: 78px;
	background: url(../_img/bg_nav.gif) 0 0 repeat-x;
	width: 880px;
	padding: 0 20px 0 60px;
}

.header ul.nav li a {
	float: left;
	height: 40px;
	text-indent: -99999px;
}

.header ul.nav li a.goals {
	background: url('../_img/header_nav_goals.png') no-repeat;
	width: 150px;
}

.header ul.nav li a.ceo {
	background: url('../_img/header_nav_ceo.png') no-repeat;
	width: 233px;
}

.header ul.nav li a.glance {
	background: url('../_img/header_nav_glance.png') no-repeat;
	width: 161px;
}

.header ul.nav li a.governance {
	background: url('../_img/header_nav_governance.png') no-repeat;
	width: 119px;
}

.header ul.nav li a.commitment {
	background: url('../_img/header_nav_commitment.png') no-repeat;
	width: 130px;
}

.header ul.nav li a.stakeholder {
	background: url('../_img/header_nav_stakeholder.png') no-repeat;
	width: 167px;
}

.header ul.nav li.active a.goals {
	background: url('../_img/header_nav_goals_active.png') no-repeat;
}

.header ul.nav li.active a.ceo {
	background: url('../_img/header_nav_ceo_active.png') no-repeat;
}

.header ul.nav li.active a.glance {
	background: url('../_img/header_nav_glance_active.png') no-repeat;
}

.header ul.nav li.active a.governance {
	background: url('../_img/header_nav_governance_active.png') no-repeat;
}

.header ul.nav li.active a.commitment {
	background: url('../_img/header_nav_commitment_active.png') no-repeat;
}

.header ul.nav li.active a.stakeholder {
	background: url('../_img/header_nav_stakeholder_active.png') no-repeat;
}

/* COLORNAV */
.colornav ul.nav {
	float: left;
}

.colornav ul.nav li a {
	float: left;
	height: 70px;
	text-indent: -99999px;
}

.colornav ul.nav li a.energy {
	background: url('../_img/colornav_energy.png') no-repeat;
	width: 240px;
}

.colornav ul.nav li a.water {
	background: url('../_img/colornav_water.png') no-repeat;
	width: 145px;
}

.colornav ul.nav li a.sustain {
	background: url('../_img/colornav_sustain.png') no-repeat;
	width: 223px;
}

.colornav ul.nav li a.portfolio {
	background: url('../_img/colornav_portfolio.png') no-repeat;
	width: 171px;
}

.colornav ul.nav li a.culture {
	background: url('../_img/colornav_culture.png') no-repeat;
	width: 181px;
}

.colornav ul.nav li.active a.energy {
	background: url('../_img/colornav_energy_active.png') no-repeat;
	width: 240px;
}

.colornav ul.nav li.active a.water {
	background: url('../_img/colornav_water_active.png') no-repeat;
	width: 145px;
}

.colornav ul.nav li.active a.sustain {
	background: url('../_img/colornav_sustain_active.png') no-repeat;
	width: 223px;
}

.colornav ul.nav li.active a.portfolio {
	background: url('../_img/colornav_portfolio_active.png') no-repeat;
	width: 171px;
}

.colornav ul.nav li.active a.culture {
	background: url('../_img/colornav_culture_active.png') no-repeat;
	width: 181px;
}

/* COLOR NAV SWAP AREA */
.colornav .swap {
	clear: both;
	height: 279px;
}

.colornav .swap div {
	clear: both;
	display: none;
	height: 239px;
	padding: 20px;
}

.colornav .swap div.inner {
	display: block;
	height: 279px;
	padding: none;
}

.colornav .swap div.default {
	display: block;
}

.colornav .swap div.home {
	background: #ee3224 url('../_img/homepage_swap_default_content.png') no-repeat;
}

.colornav .swap div.energy {
	background: #8cc63f url('../_img/energy_swap_default_content.png') no-repeat 0px 10px;
}

.colornav .swap div.water {
	background: #007dc3 url('../_img/water_swap_default_content.png') no-repeat 0px 10px ;
}

.colornav .swap div.sustain {
	background: #7c4199 url('../_img/sustain_swap_default_content.png') no-repeat 0px 10px ;
}

.colornav .swap div.portfolio {
	background: #f68933 url('../_img/portfolio_swap_default_content.png') no-repeat 0px 10px ;
}

.colornav .swap div.culture {
	background: #80561b url('../_img/culture_swap_default_content.png') no-repeat 0px 10px ;
}

/*.colornav .swap div.energy .inner {
	background: url('../_img/icon_energy.png') no-repeat;
}

.colornav .swap div.water .inner {
	background: url('../_img/icon_water.png') no-repeat;
}

.colornav .swap div.sustain .inner {
	background:url('../_img/icon_sustain.png') no-repeat;
}

.colornav .swap div.portfolio .inner {
	background: url('../_img/icon_portfolio.png') no-repeat;
}

.colornav .swap div.culture .inner {
	background:url('../_img/icon_culture.png') no-repeat;
}*/

.overlay {
	background: url('../_img/swap_bottom_overlay.png') no-repeat;
	height: 117px;
	margin-top: -117px;
}

/* PAGE-SPECIFIC */

/* Homepage */
.home.overlay {
	height: auto;
	padding-top: 38px;
}

/* Content template */
#content {
	background: url('../_img/content_bottom_round.png') no-repeat bottom center #fff;
	padding: 0 20px 20px;
	color: #333;
	line-height: 1.5em;
}

#content ul, #content ol {
	margin: 20px 0 0 20px;
}

#content a:link, #content a:visited {
	color: #ee3224;
}

#content ol#footnote {
	color: #666;
	font-size: 10px;
	line-height: normal;
}

sup {
	font-size: 10px;
}

sup a {
	text-decoration: none;
}

.bottle_icon {
	padding: 0 0 10px 30px;
	background: url(../_img/ico_online.gif) 0 0 no-repeat;
	margin-bottom: -20px;
}

.pullq {
	width: 200px;
	float: right;
	background: #666;
	color: #fff;
	padding: 0 20px;
	font-family: "palatino linotype", palatino, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}

.qauthor {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: normal;
}

/*** UNCATEGORIZED PAGES ***/
.home h1 {
	color: #ee3224;
}

/*** MISC ***/

.center {
	text-align: center;
	margin: 20px auto;
}

.ttl {
	margin: 0;
}

.left {
	text-align: left;
	float: left;
	margin: 0 20px 20px 0;
}

.right {
	text-align: right;
	float: right;
	margin: 0 0 20px 20px;
}