@charset "UTF-8";
body {
	text-align: center;
	background-color: #3b544b;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#container {
	margin: auto;
	width: 800px;
	text-align: left;
}
#header {
	height: 115px;
	background-image: url(../images/leaf_bg.png);
	background-repeat: repeat-x;
	position: absolute;
	width: 800px;
	z-index: 1;
}
#logo {
	position: absolute;
}
#header * {
	margin: 0px;
	padding: 0px;
}
ul#menuBar {
	position: absolute;
	left: 163px;
	text-align: left;
	right: 0px;
	top: 15px;
}
ul#menuBar li {
	list-style-type: none;
	font-family: SaturdaySansICG, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul#menuBar li a {
	color: #262261;
	text-decoration: none;
}
ul#menuBar li.top {
	float: left;
	width: 86px;
	padding-left: 5px;
}
ul#menuBar li.showNav {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 85px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCC66;
	border-bottom-color: #CCCC66;
	border-left-color: #CCCC66;
	padding-left: 4px;
}
ul#menuBar li.showNav ul  {
	margin-top: 10px;
}
ul#menuBar li.showNav li.submenu {
	font-weight: bold;
}
ul#menuBar li.showNav li.submenu ul  {
	font-weight: normal;
}
ul#menuBar li.showNav li.submenu ul li {
	padding-left: 10px;
	font-weight: normal;
}
#content {
	z-index: 0;
	background-color: #FFFFCC;
}
#content.greenColumn {
	background-image: url(../images/green_col_bg.gif);
	background-repeat: repeat-y;
}
#content.purpleColumn {
	background-image: url(../images/purple_col_bg.gif);
	background-repeat: repeat-y;
}
#leftColumn {
	float: left;
	width: 288px;
}
#content.greenColumn #leftColumn {
	text-align: center;
}
#rightColumn {
	float: right;
	width: 512px;
	text-align: left;
}
table#grid {
	width: 280px;
	margin-top: 72px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
table#grid td div {
	position: relative;
	width: 134px;
	height: 134px;
}
table#grid img {
	display: block;
	position: absolute;
}
table#grid img.zoomButton {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
}
#content .text {
	padding-right: 20px;
	padding-left: 88px;
}
#content .text h1 {
	font-family: SaturdaySansICG, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 32px;
}
#content .text h2 {
	font-family: SaturdaySansICG, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666600;
	font-size: 24px;
}
#content .text h2.purple {
	color: #663366;
}
#content .text h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
	font-size: 16px;
}
#content .text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
#content .text a {
	color: #663366;
	text-decoration: none;
}
#content .text a:hover {
	text-decoration: underline;
}
#content .text ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#content .text ul.projectList {
	list-style-type: none;
	padding: 0px;
}
#content .text ul.projectList a {
	font-weight: bold;
}
#content .text ul.projectList span {
	font-weight: bold;
	color: #660066;
}
#content .text ul.projectList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
}
#content .text ul.recycledList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	color: #660066;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
}
.thickbox {
}
