/* CSS Document */

body {
	margin:0;
	text-align:center;
	background-color:#669900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#660000;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000033;
	}
	
a {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
	
/* positioning divs //////////////////////////////////*/

#container {
	position:absolute;
	margin:0;
	width:852px;
	height:auto;
	top:0;
	left:15%;
	background:url(bg.jpg) repeat-y center top;
	}
	
#branch_top_left {
	position:absolute;
	top:0;
	left:-95px;
	width:266px;
	height:292px;
	z-index:1;
	}

#branch_top_right {
	position:absolute;
	top:0;
	right:-75px;
	width:163px;
	height:147px;
	z-index:1;
	}

#branch_bottom {
	position:absolute;
	width:225px;
	height:126px;
	bottom:30px;
	right:150px;
	z-index:1;
	}

#branch_bottom_sub {
	position:absolute;
	width:221px;
	height:131px;
	right:-100px;
	bottom:-40px;
	}
	
#header {
	position:relative;
	width:100%;
	height:215px;
	top:0;
	left:0;
	background:#669900 url(bg_header.jpg) no-repeat left top;
	padding-left:37px;
	}
	
#flash {
	width:365px;
	height:auto;
	float:left;
	}
	
#search {
	position:relative;
	float:right;
	right:50px;
	top:0;
	width:167px;
	height:65px;
	background:url(bg_search.png) no-repeat left top;
	text-align:left;
	padding:5px 0 0 15px;
	z-index:1;
	}
	
#header_right {
	position:relative;
	width:410px;
	height:auto;
	float:left;
	top:-25px;
	left:5px;
	font-size:12px;
	font-weight:bold;
	}
		
#menu {
	position:relative;
	clear:both;
	width:875px;
	height:60px;
	top:-18px;
	left:0;
	background:url(bg_menu.png) no-repeat center top;
	}
	#menu ul {
		margin:0 0 0 45px;
		padding:8px 0 0 0;
		list-style:none;
		}
	#menu ul li {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	#menu ul li a {
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		font-size:18px;
		float:left;
		margin-right:52px;
		}
		
#content, #content_sub, #content_onecol {
	position:relative;
	float:left;
	width:790px;
	min-height:450px;
	top:-15px;
	left:0;
	text-align:left;
	margin:0;
	}
	#content, #content_sub {
		padding:0 0 0 45px;
		}
	#content_onecol {
		padding:0 0 0 35px;
		}


#content_sub {
	background:url(bg_content_sub.gif) no-repeat left bottom;
	}

#content_col_left, #content_col_main, #content_col_right, #content_col_main_sub {
	float:left;
	}
#content_col_left {
	width:200px;
	margin:0;
	text-align:center;
	}
#content_col_main {
	width:360px;
	margin:0 5px 0 0;
	}
	#content_col_main_sub {
		width:565px;
		margin:0;
		background-color:#fff;
		padding-left:5px;
		padding-bottom:50px;
		}
		
	/* used for subpages with only one main column */	
	#col_onecol {
		width:780px;
		margin:0;
		background-color:#fff;
		padding:0 10px 50px 10px;
		}
	/* //////////////////////////// */
	
#content_col_right {
	width:205px;
	background:url(bg_col_right.png) no-repeat right top;
	}
	
#morning_prayer {
	position:relative;
	float:left;
	top:-25px;
	left:-27px;
	width:170px;
	height:115px;
	background:url(bg_morning_prayer.png) no-repeat left top;
	padding:15px 0 0 15px;
	margin-bottom:-25px;
	}
	
#pastors_blog {
	position:relative;
	margin:50px 0 50px 0;
	}

#ecla {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	background-color:#eee;
	margin-top:-22px;
	padding-right:15px;
	width:200px;
	height:auto;
	}
#ecla ul {
	list-style:none;
	margin:-15px 0 0 0;
	padding:0;
	width:190px;
	}
#ecla ul li {
	list-style:none;
	margin:0;
	padding:10px;
	border-bottom:1px solid #000;
	}
	
#events ul {
	list-style:none;
	margin:-10px 0 0 0;
	padding:0;
	}
#events ul li {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
	}
#events ul li a {
	text-decoration:none;
	color:#000;
	}
#events ul li a:hover {
	text-decoration:underline;
	color:#000;
	}

#prayer_request {
	position:relative;
	float:right;
	top:0;
	right:0;
	background:url(bg_prayer.png) no-repeat right top;
	width:205px;
	padding:20px 16px 0 16px;
	height:162px;
	}	
	
#footer {
	width:100%;
	clear:both;
	text-align:center;
	color:#eee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	background-color:#669900;
	padding:10px 0 10px 0;
	}
	
#footer a {
	color:#fff;
	}
#footer a:hover {
	color:#fff;
	}
	
/* styles */

.floatleft {float:left; margin:6px 0 0 0;}
.floatright {float:right; margin: 0 8px 0 5px;}
.sixteen {font-size:16px;}
.fourteen {font-size:14px; color:#666666;}
.red {color:#660000; font-weight:bold;}
