/* background colors  - in order of layers*/



html {overflow-y: scroll;

}





body {

	background-image: url(images/pagebg-main.jpg);

	background-repeat: no-repeat;

	margin-top: 0px;

	background-position:top;

	background-color: #99C280;	

}





/****************** Start top bar menu *****************/	



/*home tab */

#home-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-home.jpg) no-repeat 0 0;

}



#home-button:hover

{ 

  background-position: 0 -40px;

}



#home-button span

{

  display: none;

}



/*donate tab */

#donate-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-donate.jpg) no-repeat 0 0;

}



#donate-button:hover

{ 

  background-position: 0 -40px;

}



#donate-button span

{

  display: none;

}





/*about us tab */

#aboutus-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-aboutus.jpg) no-repeat 0 0;

}



#aboutus-button:hover

{ 

  background-position: 0 -40px;

}



#aboutus-button span

{

  display: none;

}





/*gallery tab */

#gallery-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-gallery.jpg) no-repeat 0 0;

}



#gallery-button:hover

{ 

  background-position: 0 -40px;

}



#gallery-button span

{

  display: none;

}





/*schedule tab */

#schedule-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-schedule.jpg) no-repeat 0 0;

}



#schedule-button:hover

{ 

  background-position: 0 -40px;

}



#schedule-button span

{

  display: none;

}



/*schedule tab */

#contactus-button {

  display: block;

  width: 130px;

  height: 40px;

  background: url(images/menu1-contactus.jpg) no-repeat 0 0;

}



#contactus-button:hover

{ 

  background-position: 0 -40px;

}



#contactus-button span

{

  display: none;

}





/******************  END top bar menu *****************/	



/*main title cell*/

.title-cell {

	vertical-align:middle;

	padding-left:30px;

	}







/*column 1 props*/



.column1{
	color:#79251A;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	padding-left:30px;
	padding-top:0px;
	padding-right:20px;
	vertical-align:top;
	}



.column1 a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}
.column1 a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}


.volbox{
	color:#79251A;
	font-weight:normal;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .9em;
	padding-left:20px;
	padding-top:0px;
	padding-right:20px;
	vertical-align:top;
	}



.volbox a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}
.volbox a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}
.volbox a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}
.volbox a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}



/*column 2 props*/



.column2 {

	border-left: solid 1px #6d9476;

	color:#79251A;

	font-weight:normal;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: .8em;

	padding-left:20px;

	padding-top:0px;

	padding-right:30px;

	vertical-align:top;

	}



.column2 a:link {text-decoration: underline; color:#6D9476; font-weight:bold;}

.column2 a:visited {text-decoration: underline; color:#6D9476; font-weight:bold;}

.column2 a:active {text-decoration: underline; color:#6D9476; font-weight:bold;}

.column2 a:hover {text-decoration: underline; color:#33CC66; font-weight:bold;}









/*footer text*/



.footer-text {

	color:#FFFEEC;

	font-weight:bold;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: .8em;

	vertical-align:middle;

	text-indent:10px;

	}

		

.footer-text a:link {text-decoration: none; color:#FFFEEC;}

.footer-text a:visited {text-decoration: none; color:#FFFEEC;}

.footer-text a:active {text-decoration: none; color:#FFFEEC;}

.footer-text a:hover {text-decoration: underline; color:#FFFEEC;}







/*copyright text*/



.copyright-text {

	color:#FFFEEC;

	font-weight:bold;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: .6em;

	}

	

.copyright-text a:link {text-decoration: none; color:#FFFEEC;}

.copyright-text a:visited {text-decoration: none; color:#FFFEEC;}

.copyright-text  a:active {text-decoration: none; color:#FFFEEC;}

.copyright-text  a:hover {text-decoration: underline; color:#FFFEEC;}
