/*=================================== GENERAL ===================================*/
body {
	margin:0; padding:36px 0 46px 0;
	background:#444228;
	font:normal 11px/12px "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

p, img, ul, li, form, input, label, h1, h2, h3, select {
	padding:0; margin:0;
}

ul { list-style:none; }

a { text-decoration:none; }

/*=================================== HEADER ===================================*/
.header {
	background:#D6D6C0;
}
.header ul { width:500px; margin:0 auto; height:20px; padding:8px 0 0 0; }
.header ul li {
	padding:0 20px 0 0; float:left;
}
.header ul li.last {
	padding:0;
}
.header ul li a {
	color:#38361A; font-weight:bold; background:#D6D6C0;
}
.header ul li a:hover {
	color:#E7E4BB; background:#D6D6C0;
}
.midHdr {
	background:url(images/candle.gif) left top no-repeat;
	height:268px; position:relative;
}
.midHdr img {
	position:absolute; left:97px; top:88px;
}


/*------------------- WELCOME PANEL ---------------------*/
.welcome { border-right:#B1AE87 1px dashed;}

.dash{ border-bottom:#B1AE87 1px dashed;
    width:350px; }

.welcome h2 {
	width:226px; height:19px; background:url(images/welcome_hdr.gif) left top no-repeat;
	text-indent:-2000px;
}
.welcome p {
	color:#142F24; background:#D6D6C0; padding:0 35px 0 0;
}
.welcome a {
	color:#F9F5C1; float:right; background:#D6D6C0; margin-right:40px;
}
.welcome a:hover {
	text-decoration:underline;
}
.memLogin h2 {
	width:112px; height:19px; background:url(images/memlog_hdr.gif) left top no-repeat;
	text-indent:-2000px;
}
.memLogin p {
	color:#142F24; background:#848157;
}
.memLogin .txtBox {
	width:195px; height:18px; background:#6A673D; border:#ACA980 1px solid;
	color:#fff; font-size:10px; text-align:center; line-height:18px; margin:0 16px 5px 0;
}

.mission h2 {
	width:104px; height:23px; background:url(images/our_mission_hdr.gif) left top no-repeat;
	text-indent:-2000px;
}
.mission p { padding:5px 0 12px 0;
    
    color:#313B27; }

.mission ul li {
	background:url(images/bull.gif) 0 6px no-repeat; padding:0 0 0 11px;
}
.mission ul li a {
	text-decoration:underline; color:#313B27; background:#D6D6C0; line-height:15px;
}
.mission ul li a:hover {
	text-decoration:none;
}
.mission a.more {
	color:#313B27; float:right; background:#D6D6C0;
}
.mission a.more:hover {
	text-decoration:underline;
}

h3 {
	text-indent:-2000px;
}
.donation {
	background:url(images/donation_bg.gif) left top no-repeat;
	height:121px; padding:56px 30px 0 105px;
}
.donation p {
	color:#A5A273;
	padding:0 0 0 0; background:#10261C;
}
.donation a {
	float:right; color:#A5A273; background:#10261C;
}
.donation a:hover { text-decoration:underline; }

.donation p.ph {
	color:#F0EBA6; padding:18px 0 0 0; background:#10261C; margin-right:75px;
}
.donation p.ph span {
	color:#fff; background:#10261C;
}
.donation p.ph1 {
	padding:0 0 0 18px; color:#F0EBA6; background:#10261C; margin-right:75px;
}

/*---------------- LATEST NEWS --------------------------*/
.latestNews h2 {
	background:url(images/latest_news_hdr.gif) left top no-repeat;
	height:23px; width:135px; text-indent:-2000px;
}
.latestNews strong {
	color:#020806;  display:block; padding-bottom:5px;
}
.latestNews a.more {
	color:#fff; float:right; background:#6A673D;
}
.latestNews a.more:hover {
	text-decoration:underline;
}


.footer ul {
	margin:0 auto; width:480px;
}
.footer ul li {
	float:left; border-left:#BCB98D 1px solid; height:10px; padding:0 3px 0 3px; line-height:10px;
}
.footer ul li a {
	color:#BCB98D; text-decoration:none; line-height:10px; padding:0 8px 0 8px;  background:#6A673D;
}
.footer ul li a:hover {
	 background:#BCB98D; color:#000;
}
.footer ul li.home {
	border-left:none;
}

.footer p { color:#fff;  background:#6A673D; }
