@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;
	min-height:400px;
}
#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 */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		margin:0px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 2px 3px 2px;
		color:#3F3F3F;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		text-align:left;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#3F3F3F;
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px 5px 5px 0px;
		background-color:#FFFFFF;
		border-width:1px 1px 1px 5px;
		border-style:solid;
		border-color:#3F3F3F;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 10px;
		background-color:transparent;
		color:#3F3F3F;
		font-size:11px;
		text-align:left;
		border-width:0px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		color:#9F3F46;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#3F3F3F;
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 10px 5px 10px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 10px 4px 10px;
		border-color:#999999;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-color:#3F3F3F;
		color:#FFFFFF;
	}


