*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	width: 100%;
}

body{
	font-family: "Helvetica Nueu", Helvetica, Tahoma, Verdana, Arial, _sans;
	line-height: 30px;
	text-align: justify;
	font-size: 14px;
	height: 100%;
	width: 100%;
	color: #fff;
}

ul{
	padding: 20px 0 50px 60px;
	list-style: cjk-ideographic;
	
}

li{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	font-weight: 100;
}

p{
	padding: 10px 10px 10px 0;
	font-weight: normal;
}

h2{
	background: #b9d291;
	font-size: 30px;
	display: inline;
}

a:link {
		color: #fff;
		text-decoration: none;
		background: #b9d291;
	}

a:active {
		color: #fff;
		text-decoration: none;
		background: #b9d291;
	}
	
a:visited {
		color: #fff;
		text-decoration: none;
		background: #b9d291;
	}

a:hover {
		color: #80a43d;
		text-decoration: none;
		background: #b9d291;
	}

input{
	padding:5px
	font-size: 18px;
	font-weight: bold;
	color: #80a43d;
	background: #ffffff;
	border: none;
	margin:5px 0;
	outline: 0;
	width: 240px;
}

textarea{
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #80a43d;
	background: #ffffff;
	border: none;
	margin: 5px 0;
	width: 225px; 
	height: 150px;
	outline: 0;

}

#container{
	width: 1000px;
	margin: auto;

}

#header_wrap{
	width: 100%;
	height: 186px;
	background: url(../images/header_side.jpg) repeat-x;
}

#header{
	width: 100%;
	height: 186px;
	background: url(../images/header.jpg) no-repeat center top;
}


#top_wrap{
	width: 100%;
	min-width: 1000px;
	background: url(../images/cherry_top.jpg) bottom center no-repeat;
}

#top_left{
	float: left;
	width:50%;
	
}

#top_left_wrap{
	width: 500px;
	float: right;
}

#top_left_header{
	padding: 100px 0 10px 15px;
}

#top_left_text{
	padding: 15px;
	color: #80a43d;
	float: left;
}

#top_right{
	width: 45%;
	margin-left: 55%;
}

#top_right_header{
	padding: 100px 0 10px 5%;
	width: 95%;
}

#top_right_outer{
	width: 100%;
	background: #80a43d;
	margin-bottom:-30px;

}

#top_right_inner{
	width: 95%;
	height: 95%;
	padding: 5% 0 0 5%
	background: #ffffff;
}

#top_right_text{
	width: 350px;
	margin: 15px;
	padding-bottom: 10px;
}



#greenspace{
	clear: left;
	width: 100%;
	height: 20px;
	background: #80a43d;
}

#sky_bg{
	width: 100%;
	background: url(../images/bg_side.jpg) repeat-x top;
	min-height: 750px;
	min-width: 1000px;
}

#sky{
	width: 100%;
	background: url(../images/bg_sky.jpg) no-repeat center top;
	min-height: 750px;
	position: relative;
}

#sky_right{
	width: 45%;
	min-width: 450px;
	margin-left: 55%;
}

#charity_header{
	width: 95%;
	padding: 90px 0 10px 5%;
}

#experience_header{
	width: 95%;
	padding: 60px 0 10px 5%;
}

#charity{
	width: 95%;
	padding-left: 5%;
	color: #fff;
}

#charity_text{
	width: 400px;
}

#experience{
	width: 100%;
	background: #ffffff;
	padding: 10px 0 10px 0;
}

#experience li{
	color: #9dd2da;
	padding-left: 10px;
}

#footer_wrap{
	width: 100%;
	background: #82a642;
	
}

#footer{
	width: 100%;
	background: url(../images/bg_footer2.jpg) center top no-repeat;
	padding-bottom: 20px;
}

#tree {
	position: absolute;
	right: 50%; bottom: -40px;
	
}

#buddha{
	position: absolute;
	right: 50%;
	bottom: -40px;
}

#form{
	width: 1000px;
	margin: auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#heading_form{
	padding: 50px 0 50px 0;
}

#thanks{
	width: 100%;
	height: 100%;
	background: url(../images/thanks.jpg) center top no-repeat #82a641;
}

#oops{
	width: 100%;
	height: 100%;
	background: url(../images/error.jpg) center top no-repeat #82a641;
}

#oops_message{
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-top: 290px;
}

#thanks_message{
	width: 1000px;
	margin: auto;
	text-align: center;
	padding-top: 295px;
}

.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

.rounded {
  -moz-border-radius-topleft:12px;
  -moz-border-radius-bottomright:12px;
  -webkit-border-top-left-radius:12px;
  -webkit-border-bottom-right-radius:12px;
  -webkit-border-bottom-left-radius:12px;
  -moz-border-radius-bottomleft:12px;
}

.rounded2 {
  -moz-border-radius-topleft:12px;
  -moz-border-radius-bottomleft:12px;
  -webkit-border-top-left-radius:12px;
  -webkit-border-bottom-left-radius:12px;
}
