@charset "UTF-8";
/* CSS Document */


#sustain_content {
	margin-top: -15px; 
	padding: 0px 20px 10px 20px;
	width: 563px;
	background-color: #eaf5e8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #505050;
}

h3 {font-size: 18px;}

.tbleBkgrd_sus {
	background-image: url(../img/hmpg.tble.bkgrd6.gif);
	background-repeat: no-repeat;
}

#sus_logos {
	width: 603px;
	padding: 5px 0px;
	background-color: #eaf5e8;
}


/*  Sustainability Timeline  */

.next, .prev{
	cursor:pointer;
}

#timeline{
	position:relative;
	height:200px;
	width:350px;
	margin-top:0px;
	margin-left: 90px;
}
#timeline .next, #timeline .prev{
	position: relative;
}
#timeline .prev{
	top: 90px;
	left:5px;
}
#timeline .next{
	top: -110px;
	left:320px;
}

#sections{
	overflow:hidden;
	font-size:14px;
	background-color: #ffffff;
/*	background: url(../img/timeline.png) repeat-x #ffffff;
*/	border: 1px solid #d8d8d7;
	width:300px;
	height:175px;
	clear:left;
	margin-left:25px;
	margin-top: -20px
}

#sections ul{
	width:3660px;
}

#sections li{
	
	margin: 0px 5px;
	height: 175px;
	float:left;
	padding: 0px 10px;
	list-style: none;
	width: 125px;
}
#sections li.fallen{
	margin-top:369px;
}

#sections p{
	width:250px;
	margin:16px 0;
	font-size:85%;
	line-height:1.4em;
}

.li_end {
display:block;
background-color:#FFFFFF;
}

#sections h2{
	color:#993333;
	margin: 5px 0px 15px 0px;
	padding-bottom: 15px;
}
#sections a{
	color:#777;
	font-weight:bolder;
	text-decoration:none;
}

.clear{
	clear:both;
	width:0;
	height:0;
}  
/*  END Sustainability Timeline  */

