@charset "UTF-8";
/* CSS Document */

body {
  padding: 0;
  margin: 0 auto;
  background: #f8f7e5 url() no-repeat center top;
  width: 100%;

}

a img {border: none; } 

/*Home button hover effect*/
a#home {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/homebutton.png);
    margin: 0 auto;
}
a#home:hover {
    background-image:url(images/homebuttonalt.png);
}

/*about button hover effect*/
a#about {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/aboutbutton.png);
    margin: 0 auto;
}
a#about:hover {
    background-image:url(images/aboutbuttonalt.png);
}

/*News button hover effect*/
a#news {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/newsbutton.png);
    margin: 0 auto;
}
a#news:hover {
    background-image:url(images/newsbuttonalt.png);
}

/*Mission button hover effect*/
a#mission {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/missionbutton.png);
    margin: 0 auto;
}
a#mission:hover {
    background-image:url(images/missionbuttonalt.png);
}

/*History button hover effect*/
a#history {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/historybutton.png);
    margin: 0 auto;
}
a#history:hover {
    background-image:url(images/historybuttonalt.png);
}

/*Activities button hover effect*/
a#activities {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/activitiesbutton.png);
    margin: 0 auto;
}
a#activities:hover {
    background-image:url(images/activitiesbuttonalt.png);
}

/*Upcoming Events button hover effect*/
a#calendar {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/calendarbutton.png);
    margin: 0 auto;
}
a#calendar:hover {
    background-image:url(images/calendarbuttonalt.png);
}

/*Membership button hover effect*/
a#membership {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/membershipbutton.png);
    margin: 0 auto;
}
a#membership:hover {
    background-image:url(images/membershipbuttonalt.png);
}

/*donate button hover effect*/
a#donate {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/donatebutton.png);
    margin: 0 auto;
}
a#donate:hover {
    background-image:url(images/donatebuttonalt.png);
}

/*contact us button hover effect*/
a#contactus {
    display: block;
    width: 150px;
    height: 50px;
    background-image:url(images/contactusbutton.png);
    margin: 0 auto;
}
a#contactus:hover {
    background-image:url(images/contactusbuttonalt.png);
}

a .alt { display: none; }



h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#666;
	padding:20px 20px 5px 20px;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration: underline;
	color:#666;
	padding:20px 20px 0px 20px;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	padding:5px 20px 5px 20px;
	
}

em
{
	padding:5px;
}

ul
{
	font-size:16px;
}

img.left
{
	padding: 10px;
	float:left;
}

address
{
	padding:5px 20px 5px 20px;
}

#container
{
	text-align: left;
 	margin: 0 auto;
	padding: 0px;
	border: 0px;
	width:800px;
	margin-top:15px;
	background:#FFF;
}

#header
{
	width: 790px;
	height: 150px;
	margin: 0 auto;
	border: 5px solid #FFF;
}

#navigation
{
	float:left;
	width:150px;
	background-color:#fff;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#box
{
	width:100%;
	background-color:ff9966;
	float:left;
}

#body
{
	
	margin: 0;
	float: left;
	height: 1%; /* Holly hack for Peekaboo Bug */
	width: 630px;
	background-color:#fff;

}

#footer
{
	clear: both;
 	background: #FFF;
	margin-left: 5px;
}

.subnav
{
	font-size:11px;
}

.mission
{
	background:#fff;
	border-bottom:5px solid #FFF;
}

.main
{
	padding-right:5px;
	padding-bottom:10px;
	
}
.indent
{
	text-indent:10px;
}

.strong
{
	font-weight:bold;
}

.italic
{
	font-style:italic;
}

