@charset "UTF-8";
/* CSS Document */
@import'sermon_archives.css';
@import'navigation.css';
body, html{
font-family: Helvetica, Arial, Myriad Pro, sans-serif;
font-size: 12px;
color: #6F4427;
}
img{
border: none;
}
.clear{
clear: both;
}
a:link, a:visited{
color: #b86425;
font-weight: bold;
text-decoration: underline;
}
a:hover, a:active{
color: #7E2311;
text-decoration: underline;
}

#topHeadWrap{
width: 100%;
height: 28px;
color: #FFF;
background-color: #7e2311;
}
	#topHeadTitle{
	margin: 0 auto;
	width: 824px;
	padding: 6px;
	}
#topNavContentWrap{
width: 100%;
height: 458px;
background: top center url(../images/top_wood.jpg) repeat-x #000;
}
	#topNavContent{
	margin: 0 auto;
	width: 824px;
	height: 119px;
	}
	#logo{
	padding-top: 50px;
	}
	#navigationWrap{
	width: 100%;
	}
		#navigationMenuHolder{
		margin: 0 auto;
		width: 100%;
		height: 27px;
		}
	#bannerWrap{
	width: 100%;
	height: 312px;
	background-color: #c36a28;
	}
	#bannerHolder{
	margin: 0 auto;
	width: 857px;
	height: 312px;
	background: top center url(../images/banner_bg.png) no-repeat;	
	}
		#bannerContent{
		margin: 0 auto;
		width: 824px;
		height: 300px;
		padding-top: 12px;
		}
			#bannerImages{
			float: left;
			width: 532px;
			height: 300px;
			background: top left url(../images/banner1.jpg) no-repeat;
			}
			#bannerWelcome{
			color: #633216;
			float: right;
			width: 249px;
			height: 180px;
			padding: 20px;
			}
				#bannerWelcome h1{
				color: #c06421;
				font-size: 14px;
				font-weight: bold;
				border-bottom: 1px solid ;
				}
				#bannerWelcome p{
				padding-top: 8px;
				}
#contentWrap{
width: 100%;
background: top center url(../images/bottom_wood.jpg) repeat;
}
	#contentQuickAds{
	margin: 0 auto;
	width: 823px;
	height: 54px;
	background: top center url(../images/quick_ads_bg.jpg) no-repeat;
	}
		#contentQuickAdsRecentSermon{
		float: left;
		width: 493px;
		height: 44px;
		padding: 5px 20px
		}
			#contentQuickAdsRecentSermon h1{
			display: block;
			float: left;
			width: 150px;
			text-align: center;
			font-size: 12px;
			color: #c2d2de;
			}
			#contentQuickAdsRecentSermon p{
			}
		#contentQuickAdsHGTV{
		float: right;
		width: 290px;
		height: 54px;
		}
	#contentMainWrap{
	margin: 0 auto;
	width: 783px;
	padding: 14px 20px;
	margin-bottom: 10px;
	background: top url(../images/content_bg.jpg) repeat-y;
	}
		.contentMainFeeds{
		float: left;
		width: 220px;
		}
		.contentMainFeeds p a{
		color: #FFFFFF;
		text-decoration: none;
		}
		.contentMainFeeds p a:hover{
		color: #FFFFFF;
		text-decoration: underline;
		}
			.contentMainFeeds h1{
			width: 100%;
			color: #fff;
			display: block;
			font-size: 14px;
			border-bottom: 1px solid #f79955;
			}
			
#flickrBadge{
margin: 0 auto;
width: 823px;
background-color: #f1f4f6;
}


#footerWrap{
margin: 0 auto;
margin-top: 10px;
width: 783px;
color: #FFF;
padding: 20px 20px;
background: top url(../images/footer_bg.png) repeat-y;
}
#footerWrap a{
color: #FFFFFF;
}
	#footerWrap ul{
	float: left;
	margin-right: 40px;
	}
		#footerWrap ul li{
		list-style-type: none;
		margin-bottom: 10px;
		}
			.footerTitle a{
			font-weight: bold;
			}
			#footerWrap ul li a{
			color: #FFFFFF;
			text-decoration: none;
			}
			#footerWrap ul li a:hover{
			text-decoration: underline;
			}
	.footerContact ul{
	float: right;
	}		
		.footerContact a{
		font-weight: bold;
		text-decoration: none;
		}	