#container {
	min-height: 100%;
	margin-bottom: -483px;
	position: relative;
}

#footer {
	position: relative;
	background-image: url('../images/foot_bg.png');
	background-repeat: repeat-x;
	background-color: #76851d;
}

.clearfooter {
	height: 483px;
	clear: both;
}

/*DIRECT SELECTORS*/

div #body{
	width: 950px;
	margin: 0 auto;
}

div #top-nav{
	margin-top: 11px;
	float: right;
}

#top-nav-left {
	display: block;
	width: 11px;
	height: 38px;
	background-image: url('../images/nav_left.png');
	background-repeat: no-repeat;
	float: left;
}

#top-nav-right {
	float: right;
	display: block;
	width: 11px;
	height: 38px;
	background-image: url('../images/nav_right.png');
	background-repeat: no-repeat;
}

#top-nav a{
	display: block;
	float: left;
	padding: 9px 10px 9px 10px;
	background-color: #e2e2e2;
	text-decoration: none;
	font-weight: normal;
	font-family: Trebuchet MS, Arial;
	font-size: 17px;
	color: #92a42a;
}

#top-nav a:hover{
	color: #6b6c62;
}

div #mid-nav{
	margin-top: 15px;
	float: right;
}

#mid-nav a{
	display: block;
	float: left;
	padding: 0px 18px;
	text-decoration: none;
	font-weight: normal;
	font-family: Impact, Arial;
	font-size: 25px;
	color: #7a7a7a;
}

#mid-nav a:hover{
	color: #adb774;
}

#mid-header {
	display: block;
	width: 950px;
	height: 345px;
	background-image: url('../images/head_bg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-churches {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/churches.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-events {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/events.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-links {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/links.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-resources {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/resources.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-about {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/about.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#mid-header-contact {
	display: block;
	width: 950px;
	height: 113px;
	background-image: url('../images/headers/contact.jpg');
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

div #content{
	float: left;
	width: 563px;
	margin-bottom: 20px;
}

div #events{
	background-image: url('../images/events_mid.png');
	background-repeat: repeat-y;
	padding: 0px 29px;
}

#events a{
	color: #8c8c8c;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
}

#events a:hover{
	color: #505050;
}

#events b{
	color: #505050;
}

#events_top {
	display: block;
	width: 340px;
	height: 22px;
	background-image: url('../images/events_top.png');
	background-repeat: no-repeat;
}

#events_bottom {
	display: block;
	width: 340px;
	height: 22px;
	background-image: url('../images/events_bot.png');
	background-repeat: no-repeat;
}

#foot_logo {
	display: block;
	width: 421px;
	height: 234px;
	background-image: url('../images/foot_logo.png');
	background-repeat: no-repeat;
	float: left;
}

div #foot-body{
	float: left;
	margin: 200px 0px 0px -150px;
}

#foot-body ul{
	float: left;
	width: 220px;
	margin-right: 40px;
	list-style: none;
}

#foot-body li{
	padding: 5px 0px;
	font-size: 14px;
	color: #5d652c;
}

#foot-body b{
	display: block;
	border-bottom: 1px dotted #586024;
	padding-bottom: 5px;
	font-size: 15px;
	color: #41481a;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial;
}

#foot-body a{
	font-size: 14px;
	color: #cdd4a6;
	font-family: Helvetica Neue, Helvetica, Verdana, Arial;
	text-decoration: none;
	font-weight: normal;

}

#foot-body a:hover{
	color: #41481a;
}

.remove-padding{
	padding: 0px 0px 0px 10px;
}

.submit {
	width: auto;
	cursor: pointer;
}

/*PAGE SPECIFIC SELECTORS*/

/*churches*/

a.churches{
	cursor: pointer;
	display: block;
	padding: 4px 4px 4px 15px;
	font-size: 22px;
	color: #87847c;
	text-decoration: none;
	font-weight: bold;
}

a:hover.churches{
	color: #555a36;
}

#churches span{
	font-size: 14px;
	color: #c0bfbb;
}