/* LEED Index,  */

h1 {
	font-family : Palatino, serif;
	font-weight : normal;
	font-size : 30px;
	color : #008444;
	margin-bottom : 15px;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	margin-top : 15px;
	margin-bottom : 7px;
	color : #008444;
}
h6 {
	font-size : 12px;
	line-height : 19px;
	margin-bottom : 10px;
}
p {
	font-size : 12px;
	line-height : 20px;
}
ul#leed li {
	margin-left : 20px;
	margin-bottom : 10px;
	font-size : 12px;
	line-height : 19px;
}
ul#ecose {
	margin-bottom : 10px;
}
ul#ecose li {
	margin-left : 30px;
	font-size : 12px;
	line-height : 19px;
}
ul#nobullet li {
	font-size:12px;
	line-height:19px;
	list-style-type:none;
}

/* Solutions DIV */
div#solutions {
	float : left;
	width : 500px;
}
div#solutions img#product {
	border:1px solid #000;
	float:left;
	margin-right:10px;
}

/* About DIV */
div#about {
	float : right;
	background-color : #f3f3f3;
	width : 200px;
	padding : 20px;
	margin-top : 49px;
	border-top : 1px solid #aaa;
	border-bottom : 1px solid #aaa;
}
div#about h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	margin-bottom : 5px;
}

/* Location Bar */
#resourcesWrapper {
	margin-bottom : 0px;
}
#locationWrapper {
	clear : both;
	width : 99%;
	margin-left : 5px;
	padding : 10px 0px;
	border-top : 1px dashed #ccc;
}
#location {
	width : 760px;
	margin : 0 auto;
	font-size : 10px;
	height : 14px;
}
#location a {
	text-decoration : underline;
}

