@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	}
.clear {clear:both}
#wrapper {
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		width: 995px;
}
#home-header {
	background-image: url(/images/bg-home-header.jpg);
	background-repeat: no-repeat;
	height: 158px;
}
.nav-link a{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
}
#nav {
	text-align: center;
}
/*  #nav img{
	margin-bottom: -5px;
} */
#home-nav-cont {
	padding-top: 125px;
	padding-left: 15px;
}

#home-cont {
	height: 513px;
	background-image: url(/images/bg-home-cont.jpg);
}
#home-text-area {
	width: 600px;
	float: left;
	padding-top: 15px;
	padding-left: 25px;
}
#pastorsMessage {font-family: sans-serif; display: inline}
#latestMessage {width: 540px}
#latestMessage a{
	color:#000;
	text-decoration: none;
}
#email-list-cont {
	color: #FFFFFF;
	padding-right: 10px;
	text-align: right;
	height: 39px;
	background-image: url(/images/join-our-email-list.jpg);
	background-repeat: no-repeat;
}
#email-list-box {
	width: 220px;
	float: left;
	padding-top: 6px;
	padding-left: 200px;
}
#quote-box {
	float: right;
	margin-top: 8px;
	font-size: 14px;

}
#interior-header {
	background-image: url(/images/bg-int-header.jpg);
	background-repeat: no-repeat;
	height: 158px;
}
#interior-cont {
	background-image: url(/images/bg-int-cont.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-bottom: 40px;
}
#interior-nav-cont {
	padding-top: 125px;
	padding-left: 8px;
}
#page-title, #page-title a{
	font-size: 24px;
	margin-bottom: 30px;
	padding-top: 30px;
	text-decoration: none;
}

#interior-text-area {
	margin-left: 50px;
	margin-right: 50px;
}
#footer {
	background-image: url(/images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 78px;
	text-align: left;
}
#footer img{
	padding-left: 20px;
}
#footer-address-box {
	height: 73px;
	width: 255px;
	float: right;
	background-image: url(/images/address-box.gif);
	text-align: right;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	margin-top:-3px;
}
#compucastfooter, #compucastfooter a{
	text-align: center;
	color: #FFFFFF;
}

/*styles from wordpress */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

