/*=================================== GENERAL ===================================*/
body {
	margin:0; padding:36px 0 46px 0;
	background:#6A673D;
	font:normal 11px/12px "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	color:#A5A273;
}

p, img, ul, li, form, input, label, h1, h2, h3, select {
	padding:0;
	margin:0;
	color: #333;
}


h4
  padding:0;
  margin:0;
  color: #FFF;
  
}

ul { list-style:none; }

a { text-decoration:none; }

/*=================================== HEADER ===================================*/
.header {
	color: #333;
	background-color: #A5A273;
}
.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:#848157;
}
.header ul li a:hover {
	color:#E7E4BB; background:#848157;
}
.midHdr {
	background:url(images/hdr_bg.jpg) left top no-repeat;
	height:268px; position:relative;
}
.midHdr img {
	position:absolute; left:97px; top:88px;
}


/*------------------- WELCOME PANEL ---------------------*/
.welcome { border-right:#B1AE87 1px dashed; }
.welcome h2 {
	width:72px; height:16px; background:url(images/welcome_hdr.gif) left top no-repeat;
	text-indent:-2000px;
}
.welcome p {
	color:#0C1D16; background:#848157; padding:0 35px 0 0;
}
.welcome a {
	color:#F9F5C1; float:right; background:#848157; margin-right:40px;
}
.welcome a:hover {
	text-decoration:underline;
}
.memLogin h2 {
	width:112px; height:19px; background:#6A673D;
	text-indent:-2000px;
}
.memLogin p {
	color:#142F24; background:#848157;
}
.memLogin .txtBox {
	width:117px; height:18px; background:#6A673D; border:#ACA980 1px solid;
	color:#fff; font-size:16px; text-align:center; line-height:18px; margin:0 16px 5px 0;
}

.mission h2 {
	width:102px; height:15px; background:url(images/our_mission_hdr.gif) left top no-repeat;
	text-indent:-2000px;
}
.mission p { padding:5px 0 22px 0; }

.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:#DCD8A3; background:#6A673D; line-height:15px;
}
.mission ul li a:hover {
	text-decoration:none;
}
.mission a.more {
	color:#fff; float:right; background:#6A673D;
}
.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: 0px 0px 0 0px;
}
.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:10px 0 0 0; background:#10261C; margin-right:75px;
}
.donation p.ph span {
	color:#fff; background:#10261C;
}
.donation p.ph1 {
	padding:0 0 0 0px; color:#F0EBA6; background:#10261C; margin-right:75px;
}

/*---------------- LATEST NEWS --------------------------*/
.latestNews h2 {
	background:url(images/latest_news_hdr.gif) left top no-repeat;
	height:15px; width:97px; text-indent:-2000px;
}
.latestNews strong {
	color:#020806; background:#6A673D; display:block; padding-bottom:5px;
}
.latestNews a.more {
	color:#fff; float:right; background:#6A673D;
}
.latestNews a.more:hover {
	text-decoration:underline;
	font-size: 10px;
}

<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30;
left: 350px; /*position where enlarged image should offset horizontally */

}

</style>


.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; }
.header table tr td table tr td p {
	font-size: 12px;
}
