@charset "utf-8";
/* CSS Document */
body{
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #0070c8 url(images/background.jpg) repeat-x;
	text-align: center;
	/* background: url(images/grid_background2.gif); */
}
*{
	padding: 0;
	margin: 0;
}
p, ul, ol, blockquote{
	margin-bottom: 18px;
}

blockquote { margin: 15px; font-size: 16px; font-weight: bold; }

/* Link Styles */

a{
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* Library Styles */

#header ul li, #footer ul li, #content .main_content .content_nav li{
	text-align: left;
	float: left;
	list-style: none;
}
ul.vertical_list li { margin-left: 35px; }
ol{ margin-left: 35px; }
dl.form{ width: 75%; }
dl.form dt { float: left; margin-right: 18px; }
dl.form dd { margin: 0 0 18px 0; }

h3 { 
	clear: both;
	border-bottom: 1px solid #a7c5d8;
	margin-bottom: 15px;
}
#content .focus {
	display: block;
	padding: 10px;
	border: 2px dashed #a7c5d8;
}
.photo_right { float: right; margin-left: 10px; }
.photo_left { float: left; margin-right: 10px; }
form.six_marks { padding: 5px; background: #000 url(images/black_gradient_back.gif) repeat-x; color: #fff; }

/* Error Styles */
#notice {
	border: 2px solid #5b2d2d;
	color:#5B2D2D;
	background-color:#ceadad;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4b5d41;
	color:#4B5D41;
	background-color:#c5d4bd;
	margin: 0 0 18px 0;
	padding: 7px;
	text-align:left;
}



#container {
	margin: 0 auto;
	text-align: left;
	width: 848px;
	background: #fff;
}

	#header {
		background: #0070c8;
		height: 300px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}
	
		#header h1 {
			position:absolute;
			top: 0;
			left: 0;
			background: #000 url(images/fumc_top_banner.gif) no-repeat -1px 0;
			text-indent: -9999px;
			width: 850px;
			height: 42px;
		}
		
		#header div {
			position:absolute;
			top: 172px;
			left: 680px;
			background: #ff0c29 url(images/fumc_web2_07.gif) no-repeat;
			text-indent: -9999px;
			width: 142px;
			height: 56px;
			display: none;
		}
		
		#header #giving_btn {
			position: absolute;
			z-index: 100;
			top: 3px;
			left: 697px;
			display: block;
			width: 143px;
			height: 34px;
		}
		
		#header ul {
			position:absolute;
			top: 248px;
			left: 0;
			background: #000;
			height: 42px;
			border-bottom: 10px solid #a7c5d8;
		}
		#header ul a { display: block; text-indent: -9999px; height: 42px;}
		
			#header ul .home a { background: url(images/fumc_web_nav_01.gif) no-repeat; width: 78px; }
			#header ul .home a:hover { background: url(images/fumc_web_nav_01.gif) no-repeat 0 -42px; }
			#header ul .who_we_are a { background: url(images/fumc_web_nav_02.gif) no-repeat; width: 125px; }
			#header ul .who_we_are a:hover { background: url(images/fumc_web_nav_02.gif) no-repeat 0 -42px; }
			#header ul .how_we_grow a { background: url(images/fumc_web_nav_03.gif) no-repeat; width: 140px; }
			#header ul .how_we_grow a:hover { background: url(images/fumc_web_nav_03.gif) no-repeat 0 -42px; }
			#header ul .how_we_serve a { background: url(images/fumc_web_nav_04.gif) no-repeat; width: 144px; }
			#header ul .how_we_serve a:hover { background: url(images/fumc_web_nav_04.gif) no-repeat 0 -42px; }
			#header ul .how_we_share a { background: url(images/fumc_web_nav_05.gif) no-repeat; width: 149px; }
			#header ul .how_we_share a:hover { background: url(images/fumc_web_nav_05.gif) no-repeat 0 -42px; }
			#header ul .im_new a { background: url(images/fumc_web_nav_06.gif) no-repeat; width: 96px; }
			#header ul .im_new a:hover { background: url(images/fumc_web_nav_06.gif) no-repeat 0 -42px; }
			#header ul .contact_us a { background: url(images/fumc_web_nav_07.gif) no-repeat; width: 116px; }
			#header ul .contact_us a:hover { background: url(images/fumc_web_nav_07.gif) no-repeat 0 -42px; }
			
	
	#content { padding-left: 20px; }
	
		#content .main_content {
			float: left;
			width: 522px;
		}
		#content .main_content h2 {
			color: #0075d0;
			margin-bottom: 15px;
		}
			#content .main_content .column_one {
				height: 280px;
				width: 515px;
			}
			
				#content .main_content .column_one .scroll_images { position: relative; }
				#content .main_content .column_one .scroll_images .life_small_logo { z-index: 100; background: url(images/life_small.gif) no-repeat; width: 100px; height: 39px; position: absolute; top: 200px; left: 400px; display: none; } 
			#content .main_content .column_two {
				
				width: 515px;
			}
		
		#content .side_bar {
			float: right;
			width: 272px;
			background: #fff url(images/fumc_web2_20.jpg) repeat-x; 
			padding-left: 15px;
		}
		#content .side_bar a {
			color: #0000FF;
		}
			#content .side_bar h2 {
				color: #fff;
				border-bottom: 1px solid #fff;
				padding-bottom: 20px;
				margin-bottom: 15px;
				background: url(images/fumc_web2_23.gif) no-repeat 0 15px;
				text-indent: -9999px;
			}
			
			#content .side_bar ul.ministries li { list-style: none; margin-bottom: 10px; }
			#content .side_bar ul.ministries a { display: block; text-indent: -9999px; height: 93px; width: 247px;}
		
			#content ul.ministries .childrens_ministry a { background: url(images/fumc_web2_27.jpg) no-repeat; }
			#content ul.ministries .adult_ministry a { background: url(images/fumc_web2_30.jpg) no-repeat; }
			#content ul.ministries .student_ministry a { background: url(images/fumc_web2_34.jpg) no-repeat; }
			#content ul.ministries .music_ministry a { background: url(images/fumc_web2_37.jpg) no-repeat; }
			#content ul.ministries .small_group_ministry a { background: url(images/fumc_web2_39.jpg) no-repeat; }
		
	#footer {
		clear: both;
		height: 100px;
		padding-top: 35px;
		
	}
		#footer ul.nav { height: 30px; border-top: 1px solid #999; padding-top: 20px; }
			#footer ul li { margin-left: 20px; margin-right: 10px; }
			
			
/* Home Styles */

#content .news_block { margin-bottom: 20px; border-bottom: 1px solid #a7c5d8; }
	#content .news_block h3 { font-size: 14px; font-weight: bold; color: #08334f; margin-bottom: 10px; }
	#content .news_block h4 { font-size: 12px; font-weight: 100; color: #08334f;}


/* News Styles */
.news { clear: both; }
#news_form{ padding-bottom: 10px; }
#news_result_stats { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 3px solid #000; }
	
			
/* Children's Ministry Styles */
#content .side_bar ul.children_nav { padding-top: 20px; }
#content .side_bar ul.children_nav li{
	list-style: none;
	margin-bottom: 20px;
}

/* Youth Ministry Styles */
#content .side_bar ul.youth_nav { padding-top: 20px; }
#content .side_bar ul.youth_nav li{
	list-style: none;
	margin-bottom: 20px;
}

/* Who We Are Styles */

#content .main_content .content_nav li a {
	display: block;
	background: #0170c9;
	color: #FFFFFF;
	margin-right: 15px;
	padding: 3px 20px 3px 20px;
	text-decoration: none;
}

#content .main_content .content_nav { height: 25px; background: url(images/black_gradient_back.gif) repeat-x; padding: 10px; }
	

			
		 

