@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: auto;
	border: 2px solid #FFCC00;
}
#header {
	background-color: #FFFFFF;
	height: 60px;
	width: 100%;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	height: 300px;
	width: 850px;
	margin-bottom: 0px;
}
#topMenu {
	width: 100%;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

#topMenu a {
	color: #FFFFFF;
	text-decoration: none;
	}
#projects {
	background-color: #FFFFFF;
	float: right;
	width: 280px;
	margin-right: 10px;
}
#projectHeader {
	width: 100%;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}

.featureTitle {
	font-size: 14px;
}
#eprojectHeader {
	background-color: #339900;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#projectList {
	vertical-align: middle;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px;
	background-color: #EAEAEA;
}

#communityList {
	vertical-align: middle;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px;
	background-color: #EAEAEA;
}

#enviroList {
	vertical-align: middle;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px;
	background-color: #EAEAEA;
}

#enviroList img {
	padding: 2px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-right: 5px;
}

#communityList img {
	padding: 2px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-right: 5px;
}

#projectList img {
	padding: 2px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin-right: 5px;
}
.projectListTitle {
	font-size: 12px;
	font-weight: bold;
}
.projectListIntro {
	font-size: 10px;
}

#welcome {
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

#contentFull {
	padding-left: 10px;
	padding-right: 10px;
}

#contentFull p {
	font-size: 18px;
	text-align: left;
}

#contentHalf1 {
	float: right;
	width: 350px;
	padding-right: 10px;
}

#contentHalf2 {
	float: left;
	width: 350px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 500px;
	padding-left: 10px;
}
#content p {
	font-size: 18px;
	text-align: left;
}
#content img {
	border: 1px solid #333333;
	margin-right: 0px;
	margin-left: 15px;
}


#footer {
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}

#credit {
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}

#serviceMenu {
	font-size: 12px;
}

#serviceMenu a {
	text-decoration: none;
	color: #666666;
}

#projectSide {
	float: right;
	width: 300px;
	margin-right: 10px;
}

#projectSide img {
	border: 1px solid #000000;
	margin-bottom: 5px;
}