@charset "utf-8";

html {
/* background: url(images/gradient.png) repeat-x;*/
background-color: #fff;
}

h1  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-variant: small-caps;
color: #95A5E3;
text-align: center;
}

h2  {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
font-variant: small-caps;
letter-spacing: .6em;
color: #fff;
text-align: center;
}

h3	{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
font-variant: small-caps;
letter-spacing: .5em;
color: #fff;
text-align: center;
}

p, li {
color: #444 /*#ffd4bc*/;
padding: 0 10px 0 10px;
text-align: justify;
font-size: .9em;
}

em {
color: #FFC;
}

a:link {
color: #FF6;
font-style: oblique;
text-decoration: none;
}

a:visited {
color: #FF6;
font-style: oblique;
text-decoration: none;	
}

a:hover {
color: #FF6;
background-color: #006;
font-style: oblique;
text-decoration: none;	
}

a:active {
color: #FF6;
font-style: oblique;
text-decoration: none;	
}

img {
border: none;
}

body {
background: url(images/background-tile-stripes-narrow.png) repeat;
font-family: Verdana, Arial, Geneva, sans-serif;
margin: 0;
padding: 0px;
height: 100%;
font-size: .9em;
}

#wrapper {
background: url(images/wood_bg.jpg) #e0b886 no-repeat;
position: relative;
top: 0px;
left: 0px;
width: 800px;
height: auto;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
	
	#sidebar-left {
	background: url(images/sidebar-left.png) no-repeat;
	position: absolute;	
	top: 0px;
	left: -50px;
	width: 50px;
	height: 500px;
	}
	
	#sidebar-right {
	background: url(images/sidebar-right.png) no-repeat;
	position: absolute;
	top: 0px;
	right: -50px;
	width: 50px;
	height: 500px;
	}

#greeting {
visibility: hidden;
position: absolute;
}

#flash {
background-position: right 0px;
position: absolute;
left: -50px;
top: 0px;
}

#navigation {
display: none;
}

.column {
background: url(images/shader-dark2x.png) /*#241754*/;
border: ridge 4px #CCC;
float: left;
position: relative;
width: 360px;
height: auto;
padding: 0;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 360px;
}
	.gradient-top {
	background: url(images/gradient-topbar.png) repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	margin: 0px;
	}
	
	.gradient-bottom {
	background: url(images/gradient-bottombar.png) repeat-x;
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	margin: 0px;
	}

#events {
clear: both;
}

	#paint-stripe1 {
	background: url(images/paint-stripe1.png) no-repeat;
	position: absolute;
	left: -50px;
	top: -20px;
	height: 170px;
	width: 500px;
	}

	#events-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	}

	#events-bar {
/*	background: url(images/events-bar.png) no-repeat #000; */
	height: 180px;
	width: 360px;
	}

#survey {
	padding-right: 20px;	
}

#survey td {
	color: #fff;
	text-align: right;
}

#archive {
}

	#paint-stripe2 {
	background: url(images/paint-stripe2.png) no-repeat;
	position: absolute;
	left: -50px;
	top: -20px;
	height: 170px;
	width: 500px;
	}

	#flash-manna {
	position: relative;
	top: 0px;
	left: 0;
	width: 360px;
	padding: 0;
	margin: 0;
	}

#prayerform td{
	color: #fff;
	font-size: 1em;
	}

#links {
clear: both;
bottom: 0px;
width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
list-style-type: none;
text-align: center;
font-variant: small-caps;
color: white;
}
	
	#links li	{
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
	}

.line {
clear: both;
}

#headmenu {position: absolute; top: 200px; left: 450px;}

/****
TJK_keyBoardDropDown
Pure CSS Drop Down Menu [TJK_keyBoardDropDown] v1.2
Copyright 2006, Thierry Koblentz - TJKDesign.com - All rights reserved.
Read www.TJKDesign.com/articles/Pure_CSS_dropdown_Menus.asp
****/

/* "Master" UL (the whole Menu) */
/* Tab Menu */
/* all lists */
#headmenu {
   	list-style-type:none;
   	width:100%;
	position:relative;
   	height:29px;
   	font-family:Tahoma,Arial,sans-serif;
   	font-size:.8em;
   	font-weight:400;
   	font-smooth:always;
   	letter-spacing:.03em;
   	margin:0;
   	padding:0;
	z-index: 10000;
}

/* sub-menu ULs */
#headmenu li ul {
	width:190px;
	left: -10000px;
	cursor:default;
	position:absolute;
	height:auto;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	border-bottom:1px dotted #000;
	padding: 0;
	background: url(../img/grunge_blue_bg.jpg) #efefef -50px -30px no-repeat;
}
/* All LIs */
#headmenu li {
	float:left;
	margin:0;
	height:auto; 
	width:105px; 
	position:relative;
	cursor:pointer;
	list-style-type:none;
}

/* sub-menu LIs */
#headmenu li ul li {
	width:185px;
	padding: 0;
	margin: 0;
}

/* All anchors */
#headmenu li a {
	cursor:default;
	color:#05295f;
	text-decoration:none;
	float:left;
/*	color:#05295f;*/
}

/* top Anchors */
#headmenu>ul>li>a {
	width:100px; 
	color:#05295f;
	background:url(../img/toptab.png) no-repeat;
	line-height:26px;
	text-decoration:none;
/*	font-variant: small-caps;*/
	height:35px;
	position:relative;
/*	padding-left: 1px;*/
	z-index: 20000;
}

/* sub-menu Anchors */
#headmenu li ul li a {
	width:100%;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	line-height:1.7em;
	text-align:left;
	padding:0 0 0 5px;
	height: auto;
	background-position:0 50% !important;
	font-weight: 400;
	white-space: nowrap;
/*	text-indent: -1em;*/
/*	background-color:#efefef;*/
/*	height:29px;*/
}
/* :hover and stuff */
#headmenu>ul>li>a:hover, #tab_nav>ul>li>a:active {background: url(../img/toptab_sel.png) no-repeat;}

#headmenu li a:hover,
#headmenu li a:focus,
#headmenu li a:active {color:#000;}

/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#headmenu ul a:hover,
#headmenu ul a:focus,
#headmenu ul a:active {background:#8e0005; color: white;}

/* display and z-index for the sub-menus */
#headmenu li:hover ul,
#headmenu li.msieFix ul {left: 5px; top:25px;}

/* "trigger" and "msieFix" classes */
#headmenu li.msieFix a {}