@charset "UTF-8";
/*  
BODY blue:#6a86c5
SCROLL beige background (index.html page): #FAEBD7
BLUE BAR and NAVIGATION navy: #253a68
NAVIGATION beige:#FAEBD7 (background)
NAVIGATION blue: #a5afc8 (hover blue)
HEADINGS red:#c23939
gray:#7f8fb2 (vertical bar in banner beside the bible image)
*/

* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	margin-right:auto;
	margin-left:auto;
	width:800px;
	background:#6a86c5;  
	}	
#wrap {
	position:relative;
	float:left;
	width:100%;
	font:13px Arial, Helvetica, sans-serif;
	background:white;
	border:2px solid black;
	padding:0 0 10px 0;
	}
a {
	color:#0000CC;
	}
a:visited {
	color:#0000CC;
	}
.pdf {
	background:url(/images/pdf_16x16.gif) left top no-repeat;
	padding: 0 0 0 20px;
}
p {
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:6px 0 0 10px;
}
p.bold {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:6px 0 0 0;
}
p.lists {
	font:13px Arial, Helvetica, sans-serif;
	line-height:14px;
}	
h2 {
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-style:italic;
	padding:0 0 10px 0;
	}
h3 {
	font:bold 16px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:8px 0 0 0;
	color:#c23939;
	text-decoration:underline;
	}
h4 {
	font:bold 16px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:4px 0 0 0;
	text-decoration:none;
	color:#253a68;   
	font-variant:small-caps;
	}
h5 {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:8px 0 0 10px;
}
.attention {
	font:bold 16px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:8px 0 0 0;
	color:#c23939;
	letter-spacing:2px;
	text-decoration:none;
	}

#left_bar {
	width:328px;
	height:41px;
	background-image:url(images/banner_05.gif);
	text-align:left;
	padding:0 0 0 4px;
	color: #FFFFFF;
	}
#right_bar {
	width:327px;
	height:41px;
	background-image:url(images/banner_06.gif);
	text-align:right;
	padding:0 4px 0 0;
	color: #FFFFFF;
	}
/* Begin BODY CONTENT */
#bodycontent_column1 {  /* holds the left navigation  */
	position:relative;
	margin:0;
	float:left;
	display:inline;
	clear:left;
	width:170px;   
	height:auto;
	z-index:70; /* keep this higher than body content 2 */
	}
/*  ***begin TOP BOX to hold scripture and photo contentslider***  */
#bodycontent_top {
	position:relative;
	margin:0;
	float:left;
	display:inline;
	width:625px;  
	height:205px;
}
#donation {
	padding:20px 0px 0px 0px;
	text-align:left;
}
/*  ***begin SCRIPTURE ***  */
#scripture {
	float:left;
	margin-top:15px;
	padding:10px 10px 5px 15px;
	width:190px;
	height:170px;
	text-align:left;
	color:#000;
	border:none;
	overflow: auto;
	}
#scripture p {
	font:13px Arial, Helvetica, sans-serif;
}
#slider1 {
width:400px;
margin-top:-10px;
}	
.featurewrapper { /* this styles the main feature text. */		
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align:right;
	position:absolute;
	margin:145px 0 0 6px;		
	//margin:141px 0 0 6px;	
	overflow:hidden;
}   
.featurewrapper a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	}
.featurewrapper a:hover{
	text-decoration:underline;
	color: #FFF;
}
/*  ***begin COLUMN 2***  */
#bodycontent_column2 {   
	position:relative;
	float:left;
	margin:10px 0 0 3px;
	padding:5px 3px 0 15px; 
	width:600px; 
	height:auto;
	z-index:40;
	}
.horiz_line {
	width:100%;
	clear:left;
	margin-bottom:10px;
	padding:12px 0 4px 0;
	border-bottom:2px solid #FAEBD7;
}
/* News Tab */
.mainblock {
	padding-top: 5px;
	background-color: #ffffff;
	width: 385px;
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
.mainbody {
	font: normal 12px "Arial", Helvetica, Verdana, sans-serif;
	line-height: 14px;
	margin-bottom: 10px;
}
.mainhead {
	font: bold  15px "Arial", Helvetica, Verdana, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #060C56;
	margin: 15px 0 5px 0;
}
.mainhead ul li {
	list-style-image:url(/images/arrow_rt.gif);
	text-align:left;
	font: normal 14px "Arial", Helvetica, Verdana, sans-serif;
	margin: 10px 0 0 25px;
}

.boxright { /*  *** gives CONTENTS its shadow ***  */
	width:170px;
	height:auto;
	background:#cdd1da;
	float:right;
	margin:15px 0 0 0;
}
.contents {
	position:relative;
	font: normal 12px "Arial", Helvetica, Verdana, sans-serif;
	left:-4px;
	top:-4px;
	background:#f7f1e9;
	border:1px solid #e3d0b6;
	padding:5px;
}
.contents ul li {
	font: normal 12px "Arial", Helvetica, Verdana, sans-serif;
	list-style-image:url(/images/arrow_rt.gif);
	text-align:left;
	padding:3px 0 3px 3px;
}
.boxhead {
	font: bold 12px "Arial", Helvetica, Verdana, sans-serif;
	padding:5px 0 5px 0;
}

/*  ***begin PHOTO and CAPTION ***  */
.photo {
	float:left;
	padding:6px 0 0 10px;
	}
.caption {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	width:140px;
	padding:6px 0 0 8px;
	font-style:italic;
	}
.photo_text {  
	float:left;
	padding:0 0 10px 6px;
	width:230px;
	height:auto;
	border:none;
}
/*   categories on youth page */
 .category {  
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:10px 0 0 0;
	}
/*  ****begin EVENTS****  */
ul.events {
	padding:0 0 0 4px;
}
li.event_title {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-left:12px;
	padding:4px 0 0 0;
	color:#000;  
	}	
li.event_noTime {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin-left:12px;
	padding:4px 0 0 0;
	color:#c23939; 
	list-style:none;
	text-indent:-12px;
	}	
.event_date {
	padding:10px 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#c23939;
	text-decoration:underline;
	list-style:none;
	}
.events p {
	font:12px Arial, Helvetica, sans-serif;
	padding:0;
}
/*   ***begin COUNTER***    */
#counter {
position:relative;
width:146px;
height:auto;
float:left;
margin-top:20px;
padding:6px 2px 6px 2px;
text-align:center;
background-color:#fff; 
border:1px solid #a5afc8;
border-left:none;
clear:left;
}
#counter p {
font:11px Arial, Helvetica, sans-serif;
padding:0;
}
/*   ***begin PRAYER***    */
#prayer {
	width:155px;
	height:auto;
	text-align:left;
	margin:12px 0 0 5px;
	float:left;
	clear:left;
	background:#cdd1da;
	}
#prayer a {
	display:block;
	font: normal 12px "Arial", Helvetica, Verdana, sans-serif;
	padding:3px 0;
}
#prayer p {
	position:relative;
	left:-4px;
	top:-4px;
	background:#f7f1e9;
	border:1px solid #e3d0b6;
	padding:5px;
}
	
/*   *** begin GET ADOBE***    */
#adobe {  
	padding:8px;
	margin-top:12px;
	height:40px;
	width:140px;
	text-align:left;
	clear:left;
	float:left;
}
#adobe a {  
	padding:0;
	margin:0;
}
/*   *** begin WEATHER ***    */
#weather {
	width:160px;
	height:auto;
	background:none; 
	text-align:center;
	padding:8px 0 20px 0;
	margin-top:12px;
	float:left;
	clear:left;
}
/*   *** begin WHEELCHAIR ***    */
#wheelchair {
	width:160px;
	height:auto;
	font:11px Arial, Helvetica, sans-serif;
	text-align:left;
	padding:10px 0 10px 6px;
	margin-top:12px;
	float:left;
	clear:left;
}
.clear {
	clear:both;
}
/*  ADVENT STUFF  */
#devotion {
	width:150px;
	padding:2em 0 0 1em;
}
#devotion img {
	border:0.5px solid black;
	float:left;
	margin-right:6px;
	text-decoration:none;
}
#devotion a {
	text-decoration:none;
}

table.advent {
	width:95%;
	border-collapse:collapse;
	table-layout:fixed;
}
table.advent td {
	vertical-align:middle;
	padding:3px;
}
table.advent td span {
	color:#c23939;
}
table.advent td.date {
	font-weight:bold;
	text-align:left;
	color:#253a68;
}
col#ltCol {
	width:40%;
	border:0.5px solid #B8B8B8;
}
col#rtCol {
	width:40%;
	border:0.5px solid #B8B8B8;
}

/*  ***begin ANCHOR ***  */
.anchor {
	position:relative;
	float:right;
	padding:0 6px 0 0;
	font-variant:small-caps;
	}
 /*   *** For the YOUTH page ***   */
#youth_column1 {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:200px;
	height:auto;
}
#youth_column2 {
	position:relative;
	float:left;
	margin:0;
	padding:0 0 0 6px;
	width:180px;
	height:auto;
}
/* begin dropdown menu */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling 
BLUE BAR and NAVIGATION navy: #253a68
NAVIGATION beige:#FAEBD7 (background)
NAVIGATION blue: #a5afc8 (hover blue)
*/
.menu {font-family: arial, sans-serif; width:100%; height:auto; position:relative; float:left; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#253a68;width:155px /*139px*/; height:20px; padding:0 0 0 3px; text-align:left; border:1px solid #fff; background:#FAEBD7; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;font-weight:normal;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#253a68; background:#a5afc8; }
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#FAEBD7; color:#253a68;}
.menu ul li:hover ul li:hover a.hide {background:#FAEBD7; color:#253a68;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#FAEBD7; color:#253a68;} 
.menu ul li:hover ul li a:hover {background:#a5afc8; color:#253a68; }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* style the link hover */
* html .menu a:hover {
color:#253a68; 
background:#a5afc8;
}
.menu :hover > a {
color:#253a68; 
background:#a5afc8;
font-weight:bold;
}
/*    ****End of TOP DROPDOWN MENU*****    */	
			
/* begin LEFT flyout menu */
.leftmenu {
position:relative;  /*This made the 3rd level flyout stay on top of BodyContent 2    */
z-index:1000;
font-size:99%;  /* 90% */
margin:20px 0 10px 0; /* this page only */
width:170px;
}
/* remove all the bullets, borders and padding from the default list styling */
.leftmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:166px;   
font-weight:normal;   /* This keeps 2nd & 3rd level flyouts from bolding when a:hover is set to bold  */
}
/* hack for IE5.5 */
* html .leftmenu ul {
margin-left:-16px;
 ma\rgin-left:0;
 }
/* position relative so you can position the sub levels */
.leftmenu li {
position:relative;
background:#FAEBD7; /* Changes background of leftmenu and submenus */
height:26px; /* 1px more than .leftmenu a height to give a white divider line */
//margin-top:2px;   /* needed to put same white space between non-sub li items  */
}
.leftmenu .sub{
//height:25px;
//padding:0;
//margin:0;
//top:2px;
}
.leftmenu ul ul li {
background:#a5afc8; /* Changes background of submenu items */
}
/* get rid of the table */
.leftmenu table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:500; 
font-size:1em;
}
/* style the links */
.leftmenu a, .leftmenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:165px;   
color:#253a68;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
.leftmenu a:hover {
font-weight:bold;
}
/* hack for IE5.5 */
* html .leftmenu a, * html .leftmenu a:visited {
background:#FAEBD7; 
width:166px;    
w\idth:165px;   
}
/* style the link hover */
* html .leftmenu a:hover {
color:#253a68; 
background:#FAEBD7;
}
.leftmenu :hover > a {
color:#253a68; 
background:#FAEBD7;
font-weight:bold;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.leftmenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:166px;    /*   ***changes spacing between the leftmenu and the flyouts***   */
}
/* make the second level visible when hover on first level list OR link */
.leftmenu ul li:hover ul,
.leftmenu ul a:hover ul {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.leftmenu ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.leftmenu ul :hover ul :hover ul{ 
visibility:visible;
z-index:2000;
}
/*  ***begin DIRECTIONS***  */
#dir {
	position:relative;
	float:left;
	width:395px;
	height:auto;
	margin-top:10px;
}
#dir ul li {
	font:14px Arial, Helvetica, sans-serif;
	margin-left:28px;
	padding:4px 0 0 0;
	border:none;
}	
#map {
	position:relative;
	text-align:left;
	width:400px;
	height:300px;
}
/*  ***begin STAFF***  */
#staff td {
	padding:1px 0 1px 6px;
	width:240px;
} 
#staff tr {
	padding:2px 0;
}
/*  ***begin FOOTER***  */
#footer {
	position:relative;
	float:left;
	display:inline;
	clear:both;
	padding:10px 0 0 0;
	width:784px;
	list-style:none;
}
#copyright {
	float:left;
	width:500px;
	padding:5px 0 0 3px;
}
#copyright p {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
#w3c {
	float:right;
	text-align:right;
	width:220px;
	padding:10px 10px 0 0;
}


