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

/* sustain_navigation */
.sustain_nav {
	height:200px;	
	width:654px;
	border-bottom:0px solid #666;
	
	
	}
 
.sustain_nav ul {	
	width:654px;
	color:#ccc;
}
 
.sustain_nav li {	
	float:left;
	width:148px;
	list-style-type:none;
	margin-left:20px;
}

.sustain_nav li.first {	 margin-left:0; }
 
.sustain_nav a {
	color:#333333;
	display:block;
	position:relative;
	height:165px;
	text-decoration:none;
	outline:none;
	color:#999;
}	
 
.sustain_nav a.current {
	background:url(../images/sustainability/down_large.jpg) no-repeat top left;	
}
 
.sustain_nav img {
}
 
.sustain_nav strong {
	display:block;		
	font-size:1em;
}
.sustain_nav p		{ font-size:0.8em; padding:15px 0 5px; }

.sustain_nav p.cat_blue	{ color:#007bb5; }
.sustain_nav p.cat_purple	{ color:#9d1882; }
.sustain_nav p.cat_orange	{ color:#f36f21; }
.sustain_nav p.cat_green	{ color:#a2c02f; }

.sustain_nav p.focus_header	{ padding:5px 0 0; }

 
/* panes */
div.focus_panes {
	background:#fff url(../images/sustainability/sustain_bg.jpg) repeat scroll 0 0;
	width:654px;	
	height:225px;
	margin-bottom:-19px;
	padding-bottom:20px;
	margin-top:5px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
 
/* crossfading effect needs absolute positioning from the elements */
div.focus_panes div {
	display:none;		
	position:absolute;
	top:20px;
	left:20px;
	color:#444;	
	width:610px; 
}

div.focus_panes h4	{ 
	color:#999; text-transform:uppercase; width:340px;float:left;
	clear:none; padding:0 0 7px; margin:0; 
	border:none;
}
 
div.focus_panes img {
	float:left;
	margin-right:20px;	
}
 
div.focus_panes p.sustain_desc {
	width:340px;
	padding:10px 0 0;
	color:#ccc;
	float:left;
	font-size:0.9em;
}

div.focus_panes p.sustain_desc a {
	width:340px;
	font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;
	display:block;
}
 
div.focus_panes h3 {
	width:340px;
	font-size:22px;
	font-weight:normal;
	float:left;
	clear:none;
	color:#fff;
}

div.focus_panes h3 a { font-size:23px; line-height:28px; padding:10px 0 0; font-weight:normal; color:#fff; text-shadow:#141414 1px 1px 4px; }
 
.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}
 
