body {margin:0; padding:0;}

a:focus {outline: none;}

/* Splash Page */
#splash {
	width: 994px; height: 599px;
	background: url(images/main.jpg);
	background-repeat: no-repeat;
	margin: 10px auto; padding: 0;
	position: relative;
}

#splash li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	position: absolute;
}

#splash li, #splash a {
	display: block;
}
#splash_about {left:235px; top:90px; width:240px; height:245px;}
#splash_events {left:492px; top:153px; width:283px; height:240px;}
#splash_community {left:155px; top:348px; width:322px; height:179px; }
#splash_invest {left:492px; top:409px; width:314px; height:178px;}	

#splash_about a {height: 245px;}
#splash_events a {height: 240px;}
#splash_community a {height: 179px;}
#splash_invest a {height: 178px;}	

#splash_about a:hover {background: url(images/main.jpg) -235px -689px no-repeat;}
#splash_events a:hover {background: url(images/main.jpg) -492px -752px no-repeat;}
#splash_community a:hover {background: url(images/main.jpg) -155px -947px no-repeat;}
#splash_invest a:hover {background: url(images/main.jpg) -492px -1008px no-repeat;}

#splash_bottom {
	list-style: none; 
	text-align: center;
}

ul li ul li {
	list-style-type: none; 
}

#top_space {
	height:35px;
}
.interior_bg {
	background-color: #ece8ac;
	background-image: url(images/interior_bg.gif);
	background-repeat: repeat-x;
}

.int_padding {
	padding-top: 65px;
}

/* Navigation Sprites */
ul#navigation {
	width: 389px; height: 29px;
	background: url(images/navbg.jpg);
	margin: 10px auto; padding: 0;
	position: relative;
	float: right;
}

#navigation li#about, #navigation li#invest, #navigation li#community, #navigation li#events {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	position: absolute;
}

#navigation li, #navigation a {
	display: block;
}

#about {left:0px; top:0px; width:81px; height:29px;}
#invest {left:81px; top:0px; width:82px; height:29px;}
#community {left:163px; top:0px; width:133px; height:29px; }
#events {left:296px; top:0px; width:95px; height:29px;}	

a.top {height: 29px;}

#about a.top:hover {background: url(images/navbg.jpg) 0px -29px no-repeat;}
#invest a.top:hover {background: url(images/navbg.jpg) -81px -29px no-repeat;}
#community a.top:hover {background: url(images/navbg.jpg) -163px -29px no-repeat;}
#events a.top:hover {background: url(images/navbg.jpg) -296px -29px no-repeat;}

ul.sub {
	background-color: #edecca;
	margin: 0;
	padding: 8px 0px 4px 0px;
	display:none;
	font-family: helvetica;
	font-size: 12px;
	width: 190px;
}

ul.sub li { 
	background-color: #edecca;
}

ul.sub li a {
	color: #3b2313;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 10px;
}
ul.sub li a:hover {
	color: #6d7818;
	background-color: #ffffff;
	padding: 2px 0px 2px 10px;
}


ul#navigation li:hover ul {
	display: block;
}

#logo img {
	padding: 0;
	margin: 0;
}

#about_active {background: url(images/navbg.jpg) 0px -29px no-repeat;}
#invest_active {background: url(images/navbg.jpg) -81px -29px no-repeat;}
#community_active {background: url(images/navbg.jpg) -163px -29px no-repeat;}
#events_active {background: url(images/navbg.jpg) -296px -29px no-repeat;}

/* Interior Content */
#left_column {
	background-color: #ffffff;
	padding-top: 40px;
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}

h2
{
	font-family: Georgia, Serif;
	font-size: 30px;
	color: #9B913E;
	text-align: left;
	font-weight: normal;
}

.sitemason_body {
	font-family: helvetica;
	line-height: 16px;
	font-size: 12px;
	color: #7B7570;
}

.sitemason_body a {
	color: #988f3e;
	text-decoration: none;
}

.sitemason_body a:hover {
	text-decoration: underline;
}

/* Footer */


.copyright_home {
	color: #8b8a8b;
	font-family: Arial;
	font-size: 9px;
}	

.copyright_home a {
	color: #6d7818;
	text-decoration: none;
}

.copyright_interior {
	color: #3b2313;
	font-family: Arial;
	font-size: 9px;
	float:left;
}

.copyright_interior a {
	color: #6d7818;
	text-decoration: none;
}

.buttons {
	float:right;
}

.donate_now_btn {
	padding-bottom: 20px;
}