/*  LAYOUT Greensong for "verdant" template  */
/**/
body, html {
	height:100%;
	}

#header {      
	width:600px;
	height: 103px;
	margin: 0 auto;
	z-index:10;
	display:block;
	}
#index_header {
	width: 482px;
	height: 119px;
	display: block;
	margin: 0 auto 18px;
	position:relative;
	}
#container {
	position: relative;
	margin: 0;
	overflow: hidden;
	min-width:850px;
	max-width:1000px;
	}
#bodycontent {
	float: right;
	}
.sbWrapper {
	background:transparent url(../images/template/sb-bg-trsp.png) repeat scroll 0 0;
	border:1px solid #F08336;
	float:right;
	margin:0px 0px 10px 20px;
	width:157px;
	z-index: 10;
	}
.sbWrapperLeft {
	background:transparent url(../images/template/sb-bg-trsp70.png) repeat scroll 0 0;
	border:1px solid #F08336;
	float:left;
	margin:0px 0px 10px -178px;
	width:157px;
	z-index: 10;
	}
#sbContent,
#sbContentExt {
	padding:14px;
    }
#leftside, #rightside {
	height:1000px;
	position:relative;
	bottom:0;
	z-index:2;
	top:-1000px;
	}
#leftside {
	width:218px;
	background: transparent url(../images/template/GS-bg-L.gif) no-repeat scroll 0 0;
	float:left;
	}
#rightside {
	width:339px;
	background: transparent url(../images/template/GS-bg-R.gif) no-repeat scroll 0 0;
	float:right;
	}
#ground {
	width:714px;
	height:21px;
	position: relative;
	bottom:0;
	left:50px;
	z-index:1;
	background: transparent url(../images/template/ground-plane.gif) no-repeat scroll 0 0;
	}
#mainWrapper {
	position:relative;
	bottom:0px;
	z-index:3;
	padding: 0 260px 0 90px;
	min-height:1000px;
	}
#mainWrapper, #leftside {
	}
#frondSpacer {
	float:left;
	width:100px;
	height: 110px;
	}
#content {
	padding:0px 45px 0 12%;
	min-height:1020px;
	}
#content>p {
	/*width: 87%;*/
	}
#content ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 6em 0 3em;
	text-indent: -3em;
	}
#footer {
	position: absolute;
	margin-top: -1px;
	z-index:3;
	border-top:1px solid #9DC27B;
	width:100%
	}
#subfooter { 
	position: relative;
	bottom: 0;
	left:850px;
	color:#EAFDD9;
	font-size: 1.1em;
	width: 250px;
	}

/*  STYLES  */
body {
	color: #99BC12;
	background: #EAFDD9 url(../images/template/gs-page-bg.gif) repeat-x scroll 0px -258px; 
	/* background: #EAFDD9 url(../images/template/baslinegrid_19.5.png) repeat scroll 0px 0px */
	}
#container {
	color:#2C3306;
	}
body.mceContentBody {
	padding: 10px;
	}
#content img.bordered {
	border: solid 2px #80A796;
	}
.noborder {
	border: none;
	}
/*  VERT MENU  */
#sbContent h4,#sbContent h4 a:link,#sbContent h4 a:visited,#sbContent h4 a:active,#sbContent h4 a:hover, #sbContent h4 a {
	color:#BB6C0E;
	}
#menuwrapper ul {
	color:#9BB617;
	list-style-type:none;
	margin:0;
	text-indent:0;
	}
#menuwrapper ul li {
	margin-bottom: 0.5em;
	background: transparent url(../images/template/gs-bullet.png) no-repeat scroll 0 3px;
	padding:1px 0 5px 17px;
	font-weight:bold;
	}
#menuwrapper ul li li {
	font-weight:normal;
	}
#menuwrapper ul ul {
	border-left:1px dashed #F08336;
	margin-left:-10px;
	margin-top:-1px;
	}
#menuwrapper ul ul ul {
	border:none;
	}
#menuwrapper ul ul li {
	background-image:none;
	margin:0px;
	padding:4px 0pt 0pt 10px;
	}
#menuwrapper a {
	text-decoration: none;
	}
#menuwrapper p {
	color:inherit;
	}
#sbContent hr {
	border-color:#99BC12;
	border-style:solid none none;
	border-width:1px;
	height:1px;
	margin:0.75em 0pt;
	padding:0pt;
	}

/**  Tables  **/
table.projects {
	clear:both;
	margin:18px auto;
	padding:10px;
	}
table.projects caption {
	display:none;
	}
table.projects h4 {
	margin-top: 0;
	}
table.projects tr {
	border-bottom:9px solid #DBDF65;
	display:block;
	padding:13px 0px 1px;
	height: 151px;
	}
table.projects td {
	vertical-align:center;
	}
table.projects td.icon {
	width: 154px;
	}
table.projects td.icon img {
	border: solid 2px #DBDF65;
	}
table.projects td.desc {
	padding:0pt 18px;
	width:270px;
	}
table.projects td.donate {
	width: 100px;
	}
