/*  LAYOUT Sahalie Publishing for primary template  */

#header {      
        position: relative;
        margin: 0 auto;
        z-index:10;
        }
#index_header {
	width: 482px;
	height: 119px;
	display: block;
	margin: 0 auto 18px;
	position:relative;
	}
#container {
	position: relative;
	margin: 20px auto;
	overflow: hidden;
	}
#container, #footer, #subfooter, .borderTop, .borderBottom, .footerTop, .footerBottom {
	width: 751px;
	}

.sbWrapper {
	background-color:#DBDF65;
	border:1px solid #80A796;
	float:right;
	margin:18px 20px 10px 18px;
	width:210px;
	z-index: 10;
	}
#sbContent {
	padding:14px;
	float: left;
    }
.borderTop, .borderBottom, .footerTop, .footerBottom {
	display: block;
	background-repeat: no-repeat;
	}
.borderTop {
	background-image: url(../images/template/main_top.png);
	height: 116px;
	}
.borderBottom {
	background-image: url(../images/template/main_bottom.png);
	height: 19px;
	}
.footerTop {
	background-image: url(../images/template/footer_top.png);
	height: 23px;
	}
.footerBottom {
	background-image: url(../images/template/footer_bottom.png);
	height: 23px;
	}

#mainWrapper {
	position:relative;
	top:0px;
	z-index:1;
	}
#mainWrapper .center {
	background:transparent url(../images/template/main_center.png) repeat-y scroll 0% 0px;
	}
.center {
	padding:0pt;
	overflow:hidden;
    }
#content {
	margin:23px 45px 0;
	}
#content ul {
	list-styleimage: none;
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 36px;
	}
#footer, #subfooter {
	position: relative;
	margin: 18px auto;
	}
#footer .center {
    background:transparent url(../images/template/footer_middle.png) repeat-y scroll 0% 0px;
    }

/*  STYLES  */
body {
	color: #99BC12;
	background: #061101 url(../images/template/leafbg.jpg) no-repeat scroll 0px 0px;
	}
#container {
	color:#2C3306;
	}
body.mceContentBody {
	padding: 10px;
	}
#content img.bordered {
	border: solid 2px #80A796;
	}
.noborder {
	border: none;
	}
span.email img, span.sidebar img {
	border:none;
	position:relative;
	left:-2px;
	}
/*  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 li ul {
	color:#9BB617;
	list-style-type:disc;
	margin-left:1em;
	margin-top:0.5em;
	}
#menuwrapper li ul li {
	margin-bottom: 0.5em;
	}
#menuwrapper a {
	text-decoration: none;
	}

/**  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;
	vertical-align: bottom;
	}
table.projects td.icon img {
	border: solid 2px #DBDF65;
	}
table.projects td.desc {
	padding:0pt 18px;
	width:270px;
	}
table.projects td.donate {
	width: 100px;
	}
