* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#00a6ba;
	
	margin:0;
	padding:0;
	background:#b3d83e url(http://www.sstreeproject.com/images/bkgd.jpg) center top repeat-x;
}


/* Links */
a {
	color:#666;
}
a:hover {
	color:#00A6BA;
}
a img {
	border:none;
}


/* Forms */
input, select, textarea, button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	width:250px;
}
input[type=checkbox], input[type=radio] {
	width:auto;
	border:none;
}
ul.alerts {
	margin:10px 0;
	padding:8px 1.7em;
	border:1px solid #ff0000;
	color:#ff0000;
}


/* Tables */
table td {
	padding:4px;
}
table td.label {

}


h1 {
	margin:0 0 45px 0;
	padding:0;
}
h2 {
	text-transform:uppercase;
	margin-bottom:12px;
}
h3 {
	font-size:1.3em;
	margin-bottom:12px;
}

#wrapper {
	width:1067px;
	margin:0 auto;

	font-size:.75em;
}
#wrapper div {
	float:left;
}

#main {
	width:917px;
	min-height:580px;
	height:auto;
	padding:50px 80px 0 70px;
	background:url(http://www.sstreeproject.com/images/bkgd_wrapper.png) repeat-y;
}
* html #main {
	height:580px;
}

#main #nav {
	width:917px;
	border-bottom:1px solid #a5a5a5;
}
#main #nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#main #nav ul li {
	display:block;
	float:left;
	margin:0 10px;
	padding:0;
	position:relative;
	top:9px;
	left:0;
}
#main #nav ul li a {
	display:block;
	float:left;
	padding:2px 5px;
	background-color:#fff;

	color:#a5a5a5;
	text-decoration:none;
	font-weight:bold;
}
#main #nav ul li:last-child {
	margin-right:0;
}
#main #nav ul li a:hover, #main #nav ul li.cur a {
	color:#00a6ba;
}
#main_bottom {
	width:1067px;
	height:126px;
	margin-bottom:100px;
	background:url(http://www.sstreeproject.com/images/wrapper_bottom.png) no-repeat;
}

#main #content {
	width:787px;
	margin:70px 60px 40px 60px;
}
#main #content p {
	margin-bottom:15px;
}

#main #content div.left {
	width:350px;
	padding-right:40px;
	border-right:1px solid #aaa;
}

#main #content div.right {
	width:350px;
	padding-left:40px;
}

#layerBottom {
	width:100%;
	height:auto;
	min-height:700px;
	margin:0;
	padding:0;
	float:left;
	background:url(http://www.sstreeproject.com/images/layerBottom.png) 30% bottom scroll repeat-x;
}
* html #layerBottom {
	height:700px;
}
#layerTop {
	width:100%;
	height:auto;
	min-height:680px;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	background:url(http://www.sstreeproject.com/images/layerTop.png) -70% bottom scroll repeat-x;
}
* html #layerTop {
	height:680px;
}

#footer {
	width:100%;
	float:left;
	color:#daef9b;
	font-size:.73em;
	font-weight:bold;
	text-align:right;
	background-color:#b3d83e;
}
#footer div.content {
	width:1067px;
	margin:0 auto;
	padding-bottom:10px;
}
#footer div.content a {
	text-decoration:none;
}
#footer div.content a:hover {
	text-decoration:overline;
}
#footer div.content a.blue {
	color:#00c38c;
}
#footer div.content a.riverset {
	color:#b99000;
}




/* Home */
#home_trees {
	width:439px;
	height:406px;
	position:absolute;
	left:440px;
	bottom:-87px;
	background:url(http://www.sstreeproject.com/images/home-trees.png) no-repeat;
}




/* Partners */
#partners {
	width:787px;
	text-align:center;
	text-transform:uppercase;
	color:#a4a4a4;
}
#partners div.logos {
	width:787px;
	padding:15px 0;
	margin:10px 0;
}
#partners div.logos a {
	margin:0 20px;
}




/* Map */
#Map {
	width:927px;
	height:350px;
}



/* Schedule */
#schedule {
	list-style:none;
}
#schedule li {
	padding-bottom:5px;
}