body{
	background-color:#FF3D07;
	background-image:url('../images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:arial,sans-serif;
	font-size:12px;
}
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
	#header{
		display:block;
		height:69px;
		margin-bottom:20px;
		margin-top:20px;
	}
		.logo{
			background-image:url('../images/logo.png');
			background-repeat:no-repeat;
			display:block;
			float:left;
			height:69px;
			margin-left:-55px;
			position:relative;
			width:423px;
		}
		.nav{
			background-image:url('../images/nav.png');
			background-repeat:no-repeat;
			display:block;
			float:right;
			list-style:none;
			height:41px;
			margin:28px 0 0 0;
			padding:0;
			width:594px;
		}
			.nav li{
				display:inline;
				height:41px;
				line-height:41px;
				margin-left:28px;
			}
				.nav a{
					color:#EED68C;
					font-size:14px;
					font-weight:bold;
					font-family:"Times New Roman", Times;
					text-transform:uppercase;
					text-decoration:none;
				}
					.nav a:hover, .nav a.active{
						color:#FF2C01;
					}
	#right_col{
		display:block;
		float:right;
		width:314px;
	}
		#right_col p{
			color:#fff;
		}
		.welcome_box{
			background-image:url('../images/welcome_box.png');
			background-repeat:no-repeat;
			display:block;
			float:right;
			height:192px;
			margin-bottom:-27px;
			margin-right:-38px;
			padding-left:22px;
			padding-right:60px;
			padding-top:105px;
			width:270px;
		}
			.welcome_box ul{
				margin:0;
				padding:0;
			}
			.welcome_box ul li{
				background-image:url('../images/welcome_box_li.png');
				background-position:left center;
				background-repeat:no-repeat;
				list-style:none;
				padding-left:18px;
				margin-top:9px;
			}
				.welcome_box ul li a{
					background-color:#D9E021;
					color:#000;
					display:block;
					font-family:Verdana;
					font-size:18px;
					line-height:27px;
					height:27px;
					padding:0px 4px;
					text-decoration:none;
					width:200px;
				}
		.information_box{
			background-image:url('../images/information_box.png');
			background-repeat:no-repeat;
			clear:right;
			display:block;
			float:right;
			height:285px;
			padding:0px 22px;
			width:270px;
		}
			.information_box h3{
				color:#fff;
				font-size:18px;
				font-weight:bold;
				margin-top:40px;
				margin-bottom:5px;
			}
			.information_box p{
				line-height:19px;
			}
			.information_box a{
				color:#fff;
			}
				.information_box a:hover{
					text-decoration:none;
				}
		.watch_box{
			background-image:url('../images/watch_box.png');
			background-repeat:no-repeat;
			clear:right;
			display:block;
			float:right;
			height:402px;
			padding:70px 22px 0px 22px;
			width:270px;
		}
			.watch_box .live{
				margin-top:20px;
			}
	#left_col{
		background-image:url('../images/left_col_top.png');
		background-repeat:no-repeat;
		display:block;
		float:left;
		padding-top:4px;
		width:669px;
	}
		.breadcrumb{
			background-color:#D9E021;
			display:block;
			height:58px;
			padding:0px 10px;
			width:649px;
			color:#000;
			font-size:24px;
			font-weight:bold;
			line-height:58px;
		}
			.breadcrumb h2{
				color:#000;
				display:inline;
				font-size:24px;
				font-weight:bold;
			}
			.breadcrumb a{
				color:#6D7011;
				font-size:24px;
				font-weight:bold;
			}
				.breadcrumb a:hover{
					text-decoration:none;
				}
		.featured{
			background-color:#D9E021;
			display:block;
			height:266px;
			font-weight:700;
			line-height:266px;
			text-align:center;
			width:669px;
		}
			.featured a{
				display:block;
				float:left;
				height:250px;
				width:649px;
				margin-top:6px;
				margin-left:10px;
			}
				.featured img{
					display:block;
					float:left;
					height:250px;
					width:649px;
				}
					.featured img.no_link{
						margin-top:6px;
						margin-left:10px;
					}
		.events_box{
			background-color:#F1DEA3;
			border-right:5px solid #fff;
			display:block;
			float:left;
			height:285px;
			padding-left:10px;
			padding-right:10px;
			width:202px;
		}
			.events_box h3{
				color:#00554F;
				font-size:18px;
				font-weight:bold;
				margin-top:10px;
			}
			.events_box .event{
				border-bottom:1px dashed #89381B;
				display:block;
				width:100%;
				margin-top:10px;
				padding-bottom:5px;
			}
				.events_box .event .date{
					color:#594030;
				}
				.events_box .event .title{
					color:#B64B24;
					font-size:14px;
					font-weight:bold;
					line-height:18px;
				}
				.events_box .more{
					color:#00554F;
					display:block;
					float:left;
					font-size:10px;
					font-weight:bold;
					margin-top:20px;
					text-decoration:none;
					text-transform:uppercase;
				}
		.news_box{
			background-color:#EED68C;
			border-right:5px solid #fff;
			display:block;
			float:left;
			height:285px;
			padding-left:10px;
			padding-right:10px;
			width:202px;
			overflow:hidden;
		}
			.news_box h3{
				color:#00554F;
				font-size:18px;
				font-weight:bold;
				margin-top:10px;
				margin-bottom:5px;
			}
			.news_box .news{
				border-bottom:1px dashed #89381B;
				display:block;
				width:100%;
				margin-top:10px;
				padding-bottom:5px;
				overflow:hidden;
			}
				.news_box .news .date{
					color:#594030;
				}
				.news_box .news a{
					color:#000;
					text-decoration:none;
				}
					.news_box .news a:hover{
						text-decoration:underline;
					}
				.news_box .news .title{
					display:inline;
					font-size:14px;
					font-weight:bold;
					line-height:18px;
				}
			.news_box .more{
				color:#00554F;
				display:block;
				float:left;
				font-size:10px;
				font-weight:bold;
				margin-top:20px;
				text-decoration:none;
				text-transform:uppercase;
			}
		.bulletin_box{
			background-color:#F1DEA3;
			display:block;
			float:left;
			height:285px;
			padding-left:10px;
			padding-right:10px;
			width:195px;
			overflow:hidden;
		}
			.bulletin_box h3{
				color:#00554F;
				font-size:18px;
				font-weight:bold;
				margin-top:10px;
				margin-bottom:5px;
			}
			.bulletin_box .bulletin{
				border-bottom:1px dashed #89381B;
				display:block;
				width:100%;
				margin-top:10px;
				padding-bottom:5px;
			}
				.bulletin_box .bulletin .date{
					color:#594030;
				}
				.bulletin_box .bulletin .title{
					color:#B64B24;
					font-size:14px;
					font-weight:bold;
					line-height:18px;
				}
			.bulletin_box .more{
				color:#00554F;
				display:block;
				float:left;
				font-size:10px;
				font-weight:bold;
				margin-top:20px;
				text-decoration:none;
				text-transform:uppercase;
			}
		.title_box{
			background-image:url('../images/title_box.jpg');
			background-repeat:no-repeat;
			clear:both;
			display:block;
			height:55px;
			width:669px;
		}
		.content{
			background-color:#fff;
			display:block;
			float:left;
			min-height:397px;
			height:auto !important;
			height:397px;
			padding:10px;
			width:649px;
		}
			.staff{
				clear:left;
				display:block;
				float:left;
				width:320px;
				margin-bottom:30px;
			}
				.staff img{
					background-color:#a6a6a6;
					display:block;
					height:120px;
					float:left;
					margin-right:5px;
					padding:5px;
					width:120px;
				}
				.staff h4.title{
					font-weight:bold;
					font-size:14px;
				}
		.content.inner_page{
			min-height:945px;
			height:auto !important;
			height:945px;
		}
			.content h3{
				font-family:Georgia;
				font-style:italic;
				font-size:16px;
				font-weight:bold;
				margin-bottom:10px;
				margin-top:50px;
			}
				.content h3.no_margin_top{
					margin-top:0px;
				}
			.content h4.date{
				border-bottom:1px solid #000;
				display:block;
				font-weight:bold;
				width:100%;
				padding-bottom:2px;
			}
			.content p{
				color:#000;
				line-height:21px;
				margin-top:10px;
			}
			.content ul{
				margin-left:20px;
				margin-top:10px;
			}
				.content ul li{
					list-style-type:disc;
					list-style-position:outside;
					line-height:18px;
				}
			.content a{
				color:#000;
			}
				.content a:hover{
					text-decoration:none;
				}
		.prayer_request label{
			display:block;
			float:left;
			font-weight:bold;
			padding-top:2px;
			width:95px;
		}
		.prayer_request input.text{
			border:1px solid #000;
			font-size:11px;
			padding:2px;
			width:200px;
		}
		.prayer_request textarea{
			border:1px solid #000;
			font-size:11px;
			font-family:Arial;
			height:150px;
			padding:2px;
			width:350px;
		}
	#footer{
		background-image:url('../images/footer.png');
		background-repeat:repeat-y;
		display:block;
		float:left;
		height:40px;
		margin-top:20px;
		margin-bottom:20px;
		width:1000px;
	}
		.left{
			color:#C1272D;
			float:left;
			font-size:11px;
			line-height:40px;
			margin-left:25px;
		}
		.right{
			color:#EED68C;
			float:right;
			font-size:11px;
			line-height:40px;
			margin-right:25px;
		}
			.right a{
				border-bottom:1px #fff dotted;
				color:#fff;
				text-decoration:none;
			}
				.right a:hover{
					border-bottom:1px #fff solid;
				}
	
/* General Styles */
a.view{
	background-image:url('../images/view.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#231B10;
	float:left;
	font-size:10px;
	font-style:italic;
	height:20px;
	line-height:20px;
	margin-right:15px;
	padding-left:18px;
	text-decoration:none;
}
a.download{
	background-image:url('../images/download.png');
	background-position:left center;
	background-repeat:no-repeat;
	color:#231B10;
	float:left;
	font-size:10px;
	font-style:italic;
	height:20px;
	line-height:20px;
	padding-left:18px;
	text-decoration:none;
}
.calendar{
	background-image:url('../images/calendar.png');
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
}
.clear{
	clear:both;
}
.error{
	color:#FF0000;
	display:block;
	font-weight:bold;
	line-height:20px;
	margin-bottom:12px;
}
.none{
	display:none;	
}
