@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}

p, h1, h2, h3, h4, h5 {
	font: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 18px 0 0 0;
}

p {
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

h1 {
	font-size: 22px;
	color: #333;
	line-height: 28px;
}

h2 {
	font-size: 22px;
	color: #007dc3;
	line-height: 28px;
}

h3 {
	font-size: 16px;
	color: #007dc3;
	line-height: 22px;
}


h4 {
	font-size: 12px;
	color: #007dc3;
	line-height: 18px;
}


.nocolor {
	color: #333;
}

ul {
	padding: 0;
	margin: 9px 0 9px 24px;
}

li {
	font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.first {
	padding-top: 0;
}

#container { 
	width: 782px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	margin-top: 18px;
	background: #FFF; 
	text-align: left;
} 
#header h1 {
	background: #fff url(../images/header_sustainability.jpg) no-repeat;
	text-indent: -3000px;
	height: 75px;
	width: 782px;
	margin: 0;
	padding: 0;

}
#nav {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0;
	padding: 0;
}

#content {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0;
	margin: 0;
}

#upper {
	background: url(../images/sidebar_upper_bg.png) repeat-y;
	border-bottom: 1px solid #999;
}

p.callout {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
}

#sidebar1, #sidebar2 {
	float: left;
	width: 170px;
	padding: 18px 10px 18px 10px;
	margin: 0px;
}

#sidebar2.callout {
	background: url(../images/sidebar_bg.png) repeat-x;
}

#sidebar2 h3 {
	font-size: 20px;
	line-height: 24px;
	color: #007dc3;
}

#sidebar2 p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}


#mainContent1, #mainContent2 { 
	margin: 0 0 0 190px;
	padding: 18px 10px;
}

 
#footer { 
	padding: 0 10px;
	margin: 0;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#bottomcap {
	width: 782px;
	height: 12px;
	background: #FFF url(../images/bottom.png) no-repeat; 
	margin: 0 0 10px 0;
	padding: 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfl {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfr {
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul.long li {
	padding-bottom: 12px;
}

ul.long li strong {
	color: #007dc3;
}

strong {
	color: #007dc3;
}

div.cap {

}

div.cap strong {
	color: #333;
}