﻿/* Start CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym  {
	border:0;
}
a,a:hover
{
	color:#f0ab00;
	text-decoration:none;
}
/* End CSS Reset */


html, body
{
	background:#ebebeb;
	color:#000;
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
	min-width:844px;
	width:100%;
	height:100%;
	margin:auto;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

form
{
	height:100%;
}

h1
{
	color:#2d2d2d;
	font-weight:bold;
	font-size:30px;
	margin:40px 0px;
}

h2
{
	color:#2d2d2d;
	font-weight:bold;
	font-size:16px;
	margin:20px 0px;
}

.clear
{
	clear:both;
}

ol
{
	list-style:decimal;
}

ol li, ul li
{
	padding-left:20px;
}

#container
{
	width:100%;
	overflow:auto;
	min-width:844px;
	min-height:100%;
	color:#333333;
	background:#ebebeb url('../images/footer_skyline.gif') no-repeat bottom;
	margin-bottom: 55px;
}

#content
{
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	margin:30px auto;
	padding-bottom:55px;
	width:844px;
	max-width:844px;
	min-width:844px;
	color:#333333;
	background:transparent;
}

#header
{
	margin:0px;
	padding:0;
	width:100%;
	background:#000;
	color:#fff;
	height:226px;
}

.languageNavContainer
{
	height: 35px;
	background-color: #f0ab00;	
}

.languageNavInner
{
	margin: 0px auto;
	padding-top: 7px;
	width: 844px;
	height: 30px;
	font-size: 12px;
	color: #000000;
}

.languageNavInner a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.languageNavInner a:hover
{
	text-decoration: underline;
}

.languageNavLeft
{ 
	float: left;
}

.languageNavRight
{
	float: right;
	display:block;
	/*display:none;*/
}

.languageNavRightText
{
	font-size: 11px;
	color: #655325;
}

.languageNavRightDropDown option
{
	font-size: 12px;
	padding-bottom: 2px;
	padding-right: 12px;
}
.languageNavLine
{
	height: 5px;
	background-color: #906700;
}
	
	#esb
	{
		margin:0px auto;
		color:#999999;
		background:#ccc;
		width:492px;
	}
	
	#esb img
	{
		border:none;
	}
	
	#menu
	{
		padding:15px 0px 15px 0px;
		margin:0px auto;
		color:#999999;
		background:#000;
		width:844px;
		height:15px;
		border-top:solid 3px #434343;
	}
	
	/*#menu a
	{
		font-family: Helvetica, Verdana, Sans-Serif;
		font-size: 16px;
		color:#999999;
		text-decoration:none;
	}*/
	
	/*#menu a:hover
	{
		font-family: Helvetica, Verdana, Sans-Serif;
		font-size: 16px;
		color:#f0ab00;
		text-decoration:none;
	}*/
	
	#menu ul
	{
		display:block;
		list-style:none;
	}

	#menu li
	{
		float:left;
		margin:0px;
		padding:0px;
		background:inherit;
		width:140px;
		text-align:center;
		display:block;
		text-transform:uppercase;
	}
	
	/*#menu li.on
	{
		float:left;
		margin:0px;
		padding:0px;
		background:inherit;
		width:140px;
		text-align:center;
		display:block;
		font-family: Helvetica, Verdana, Sans-Serif;
		font-size: 16px;
		color:#f0ab00;
	}*/
	
.navItemOff
{
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 16px;
	color:#999999;
	text-decoration:none;
}

.navItemOn
{
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 16px;
	color: #f0ab00;
	text-decoration:none;
}
	
#pageTitle
{
	color:#dcb644;
	background:#2c2c2c;
	width:100%;
	height:36px;	
	border-top:solid 1px #383838;
	border-bottom:solid 1px #383838;
	margin:0px;
}

#footer
{
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size:11px;
	margin-top:-55px; /* negative value of footer height */
	padding:0px 55px;
	height:55px;
	background:#000;
	position:relative;
	clear:both;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 14px;
}
	
	
	#footerContainer
	{
		margin:0px auto;
		min-width:844px;
		width:844px;
		background:inherit;
	}
	
	.siteType
	{
		color: #999999;
		font-size: 11px;
		width: 270px;
	}
	
	.siteType a
	{
		color: #f0ab00;
		text-decoration: none;
	}
	
	.siteType a:hover
	{
		text-decoration: underline;
	}
	
	#footer #address
	{
		background:inherit;
		color:#999999;
		float:left;
		width:204px;
	}
	
	#footer #copy
	{
		float:left;
		background:inherit;
		color:#666666;
		width:370px;
	}

.pageSection 
{
	margin-top: 40px;
	color: #2d2d2d;
	line-height: 22px;
}

.pageSection p
{
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 22px;
}

.pageSection td
{
	line-height: 22px;
}

.textTitle
{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

.topTitleOnly
{
	margin-bottom: 20px;
}

.iconTitleContainer
{
	margin-bottom: 20px;
}

.iconLeft
{
	float: left;
	width: 49px;
	margin-right: 8px;
}

.titleIconRight
{
	padding-top: 14px;
	font-size: 24px;
	font-weight: bold;
}

.pageBottomNoButton
{
	margin-bottom: 90px;
}

/********************** 
CONTINUE BUTTON
**********************/

.btnContainer
{
	text-align: center;
	width: auto;
	margin-top: 130px;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.btn a
{
	padding: 20px 45px;
	background-color: #f0ab00;
	color: #000000;
	text-decoration: none;
	display:block;
}

.btn a:hover
{
	padding: 20px 45px;
	background-color: #000000;
	text-decoration: none;
	color: #f0ab00;
}

/********************** 
HOME PAGE
**********************/
.homeHeaderText 
{
	font-size: 17px;
	color: #5e5e5e;
	line-height: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.homeSustainLeft
{
	float: left;
	width: 569px;
	line-height: 22px;
}

.titleMarginBtm
{
	margin-bottom: 20px;
}

.homeSustainLeftText
{
	margin-right: 40px;
}

.homeSustainRight
{
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}

.homeSec2List ul
{
	margin: 20px 20px 20px 30px;
	list-style-type:disc;
	list-style-position:outside;
}

.homeSec2List li
{
	margin-bottom: 10px;
	padding: 0px;
}

.sustainGraphOuter
{
	
	background-color: #000000;
	width: 275px;
}

.sustainGraphInner
{
	padding: 18px 22px;	
	color: #a4a4a4;
}

.sustainGraphTitle
{
	text-transform:uppercase;
	font-weight:bold;
	font-size: 14px;
	color: #f0ab00;
}

.homePieChart
{
	width: 231px;
	height: 238px;
	background:#000000 url('../images/home_pie.gif') no-repeat bottom;
}

.homePieText
{
	position: relative;
	top: 135px;
	left: 8px;
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.homePiePercent
{
	font-weight: bold;
	font-size: 28px;
}

.homeGraphSubContainer
{
	width: auto;
	text-align: center;
}

.homeGraphSubTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

.homeGraphText
{
	font-size: 11px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.giftLeft
{
	float: left;
	width: 339px;
	margin-right: 20px;
	background-color: #000000;
	margin-top: 6px;
}
.giftLeftInner
{
	margin: 20px 10px;
	color: #cccccc;
}

.homeStepGraph
{
	text-transform: uppercase;
}

.giftRight
{
	float: right;
	width: 485px;
	margin-top: 3px;
}

.giftText
{
	margin-top: 20px;
}

/********************** 
STEP 1
**********************/
.step1ChangesContainer
{
	
}

.step1ChangesLeft
{
	float:left;
	width: 577px;
}

.step1ChangesLeftText
{
	margin-right: 40px;
}

.step1ChangesRight
{
	float: right;
	width: 267px;
	line-height: 16px;
}

.step1RetroOuter
{
	background-color: #000000;
}

.step1RetroInner
{
	padding: 15px 20px;
	color: #999999;
}

.step1RetroIcon
{
	float: left;
}

.step1RetroTitle
{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #f0ab00;
	margin-top: 9px;
	text-transform:uppercase;
}

.step1RetroText1
{
	font-weight: bold;
	margin: 20px 0px;
}

.step1RetroListTitle
{
	font-size: 16px;
	margin-bottom: 10px;
}

.step1RetroList ul
{
	list-style-type:disc;
	list-style-position:outside;
	margin-left: 15px;
	font-size: 12px;
}

.step1RetroList li
{
	font-size: 12px;
	margin: 7px 0px;
	padding: 0px;
}

.step1InfoGraphicTable
{
	background-color: #000000;
	margin-top: 20px;
	color: #999999;
}

..step1InfoGraphicTable td
{
	margin-right:8px;
}

.step1InfoGraphicTitle
{
	color: #cccccc;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.step1InfoGraphicText td
{
	font-size: 11px;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-right: 25px;
	width: 100px;
}

.step1section3Left
{
	float:left;
	margin-right: 20px;
}

.step1section3Right
{
	float:right;
	margin-top: -1px;
}

.step1section3RightText
{
	margin-top: 30px;
	width: 485px;
}


/********************** 
STEP 2
**********************/	
.step2Sec1Left
{
	float:left;
	width: 196px;
	margin-right: 20px;
}

.step2Sec1Left img
{
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
}

.step2Sec1Container
{
	margin-top: -2px;
	background-color: #000000;
	width: 196px;
}

.step2Sec1Text
{
	color: #ffffff;
	font-size:11px;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 12px;
	line-height: 16px;
}

.step2Sec1Right
{
	float:right;
	width: 628px;
}

.step2Sec2Table
{
	margin-top: 20px;
}

.step2Sec3Container p
{
	margin:0px;
	padding:0px;
}

.step2Sec3Left
{
	float: left;
	margin-right: 30px;
	width: 474px;	
}

.step2Sec3Right
{
	float: right;
	width: 340px;
}

.step2Sec3GraphicOuter
{
	background-color: #000000;
	color: #ffffff;
}

.step2Sec3GraphicInner
{
	padding: 25px 20px;
}

.step2Sec3GraphicInner img
{
	margin-bottom: 20px;
}

.step2Sec4Container p
{
	margin:0px;
	padding:0px;
}

.step2Sec4Table p
{
	margin-top: 10px;
}

.step2Sec4Container img
{
	margin-bottom: 20px;
}

/********************** 
STEP 3
**********************/	
.step3Title
{
	margin-top: 40px;
}

.step3TitleText
{
	margin-top: 20px;
}

.step3Sec2Left
{
	float:left;
	width: 412px;
	margin-right: 65px;
}

.step3Sec2Right
{
	float: right;
	width: 365px;
	margin-top: 30px;
}

.step3Sec2GraphicText
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-transform:uppercase;
}

.step3Sec2GraphicBtmText
{
	color: #2d2d2d;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-top:10px;
}

.step3Sec2BoxOuter
{
	background-color: #000000;
	width: 844px;
	margin-top: 20px;
	color: #a4a4a4;
	font-size: 12px;
}

.step3Sec2BoxInner
{
	padding: 15px;
}

.step3Sec2BoxTable td
{
	line-height: 18px;
}

.step3Sec2BoxText1
{
	width: 165px;
	margin-top: 50px;
}

.step3Sec2BoxText2
{
	width: 175px;
	margin-top: 50px;
}

.step3Sec2BoxText3
{
	width: 243px;
}

.step3Sec3Left
{
	float:left;
	width: 412px;
}

.step3Sec3Left img
{
	margin-right: 20px;
}

.step3Sec3Right
{
	float:right;
	width: 412px;
	line-height: 22px;
	margin-top: -5px;
}

.step3Sec3CallOut
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.step3Sec3TextTable
{
	padding-bottom: 15px;
	font-weight: bold;
}

.step3Sec4Left
{
	float:left;
	width: 268px;
	margin-right: 20px;
}

.step3Sec4Right
{
	float: right;
	width: 556px;
	margin-top: -5px;
}

/********************** 
VISION PAGE
**********************/
.visionSec1Left
{
	float: left;
	margin-right: 25px;
	width: 422px;
}

.visionSec1Right
{
	float:right;
	width: 397px;
}

.visionGraphicContainer
{
	background-color: #000000;
	width: 844px;
	margin-top: 30px;
	color: #a4a4a4;
}

.visionGraphicInner
{
	padding: 25px 15px 15px 15px;
}

.visionGraphicTitle
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.visionGraphicText
{
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
}

.visionGraphicBigText
{
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 5px;
	line-height:34px;
}

.visionGraphicBigTextSub
{
	font-size: 11px;
	color: #ffffff;
}

.visionPageBottom
{
	margin-bottom: 100px;
}

/********************** 
PARTNERS PAGE
**********************/
.partnersTextTop
{
	margin-top: 10px;
	margin-bottom: 30px;
}

.partnersTextLink
{
	margin-top: 10px;
}

.partnersTextLink a
{
	font-weight: bold;
	color: #231f20;
	text-decoration: none;
}

.partnersTextLink a:hover
{
	color: #f0ab00;
}

.partnersBlankLine
{
	margin-bottom: 20px;
}

.partnersPageBottom
{
	margin-bottom: 250px;
}
