﻿html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
body {
	
	background-image:url(img_files/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#004E7B;
	position:relative;
	background-attachment: fixed;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px;
	padding: 0px;
}

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding-right:3px;
	text-align: left;
	width: 717px;
}

p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(img_files/header.png);
	width:717px;
	height:324px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:297px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:21px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#9B3400;
}
#logo_1{
	left: 5px;
	top: 5px;
	position:absolute;
}

#logo_w2 {
	font-size: 24px;
	color:#FFFFFF;
	position:absolute;
}

#logo_w1 {
	font-size: 24px;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	left: 116px;
	top: 16px;
	text-align:right;
	width:600px
}
#logo_w2{
	left: 116px;
	top: 47px;
	text-align:right;
	width:600px
}
#header_text {
	width:230px;
	position:absolute;
	top:85px;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(img_files/content_bg.gif);
	width:717px;
}
#contentother {
	background-image:url(img_files/content_bg.gif);
	width:717px;
}
.img{
	margin:3px 3px 3px 3px;	
}
h1{
	color:#000000;
	font-size:14px;
	margin: 10px 0px 20px 0px;
}
h2{
	color:#28556b;
	font-size:medium;
	text-decoration:underline;
	margin: 3px 0px 3px 0px;
}
h3{
	font-size:11pt;
	font-weight: normal;
	margin-bottom:6px;
}
h4{
	font-size:16px;
	color:#9C3401;
	margin: 3px 0px 3px 0px;
}
h5 {
	margin-top:6px;
	font-size:16px;
	color:#9C3401;
	font-weight:bolder;
}
h6 {
	font-size:24px;
	color:#28556b;
	font-weight:bolder;
	text-decoration:underline;
}

#event_title {
	margin-top:6px;
	font-size:16px;
	color:#28556b;
	font-weight:bolder;
	text-decoration:underline;
}
#event_date{
	margin-top:6px;
	font-size:16px;
	color:#9C3401;
	font-weight:bolder;
}
.image {
	border-style: solid;
	border-width: 2px;
	border-color:white;
	margin:0px 6px 0px 6px;
}
.imagelink {
	border-style: solid;
	border-width: 2px;
	border-color:white;
	margin:0px 6px 0px 6px;
}

.imagelink a{
	border-color:white;

}
.imagelink hover{
	border-color: red;

}
.imagelinkno {
	border-style:none;
	border-width: 0px;
}

.imagelinkno a{
	border-style:none;
	border-width: 0px;


}
.imagelinkno hover{
	border-style:none;
	border-width: 0px;

}



#main {
	font-size:11pt;
	font-weight: normal;
	width:700px;
	color:black;
	float:left;
	margin:3px 0px 3px 10px;
	display:inline;
	padding-right:10px;
	padding-top:3px;
	text-align:justify;
}
#main a{
	color:#6A8145;
	text-decoration:underline;
}
#main a:hover{
	background:white;
	text-decoration:none;
}
#maincenter {
	font-size:11pt;
	font-weight: normal;
	width:700px;
	color:black;
	float:left;
	margin:3px 0px 3px 10px;
	display:inline;
	padding-right:10px;
	padding-top:3px;
	text-align:center;
}
#maincenter a{
	color:#6A8145;
	text-decoration:underline;
}
#maincenter a:hover{
	background:white;
	text-decoration:none;
}
#left {
	float:left;
	width:430px;
	margin:3px 0px 3px 10px;
	display:inline;
	padding-right:6px;
	padding-top:3px;
}
#left a{
	color:#6A8145;
}
#left a:hover{
	background:white;
	text-decoration:none;
}
#link_buttons a{
	color:#9C3401;
}
#link_buttons a:hover{
	color:#6A8145;
	background:none;
}
#right {
	float:right;
	width:260px;
	padding:5px 6px 5px 3px;
	margin-top:4px;
	margin-bottom:6px;
	border-left: #FFF 2px solid;
}
#right a{
	color:#6A8145;
	font-weight:bold;
}
#right a:hover{
	background:white;
	text-decoration:none;
}
.left_ender {
	vertical-align:bottom;
}
#spacer {
	clear:both;
	float:none;
	padding: 3px;
}

#bottombar {
	margin-left:10px;
	margin-right:10px;
	padding: 8px 0px 10px 0px;
	text-align:left;
}
#bottombar a{
	color:#6A8145;
	font-weight:bold;
}
#bottombar a:hover{
	background:white;
	text-decoration:none;
}
#bottomcenter {
	clear:both;
	float:none;
	border-top: #FFF 2px solid;
	margin-left:10px;
	margin-right:10px;
	padding: 8px 0px 10px 0px;
	text-align:center;
}
#bottomcenter a{
	color:#6A8145;
	font-weight:bold;
}
#bottomcenter a:hover{
	background:white;
	text-decoration:none;
}

#bottom {
	clear:both;
	float:none;
	border-top: #FFF 2px solid;
	margin-left:10px;
	margin-right:10px;
	padding: 8px 0px 10px 0px;
	text-align:left;

}
.bottom_text {
	margin-left: 10px;
	margin-right: 10px;
}
#bottom a{
	color:#6A8145;
}
#bottom a:hover{
	background:white;
	text-decoration:none;
}
#h1{
	color:#28556b;
	font-size:medium;
	text-decoration:underline;
	margin: 3px 0px 3px 0px;
	font-weight:bold;
}
#h2{
	font-size:16px;
	color:#9C3401;
	margin: 3px 0px 0px 0px;
	font-weight:bold;
}
#h3{
	font-size:11pt;
	font-weight: normal;
}
.h3{
	margin-left: 40px;
	margin-right:40px;
	text-align: justify;
}
.link_left{
	text-align: justify;
}
.images {
	border:0px;
	text-align:center;
	text-decoration:none;
	background:E3E5DB;
}
.images a{
	border:0px;
	text-align:center;
	text-decoration:none;
	background:E3E5DB;
}
.images a:hover{
	border:0px;
	text-align:center;
	text-decoration:none;
	background:E3E5DB;
	
}


#images_h {
border-bottom:1px #28556B solid;
}

#images {
	border:0px;
	text-decoration:none;
	text-align:center;
	background:transparent;
}
#images a{
	border:0px;
	text-decoration:none;
	text-align:center;
	background:transparent;
}
#images a:hover{
	border:0px;
	text-decoration:none;
	background:transparent;
}
#sermon {
	border:0px;
	text-decoration:none;
	background:none;
}
#sermon a{
	border:0px;
	text-decoration:none;
	background:none;
}

#sermon a:hover{
	background:#2B729B;
	background:none;
}
#sitemap {
	font-size:13pt;
	font-weight: normal;
	width:700px;
	color:#6A8145;
	float:left;
	margin:3px 0px 3px 10px;
	display:inline;
	padding-right:10px;
	padding-top:3px;
	text-align:justify;
}



#other {
	clear:both;
	float:none;
	margin-left:10px;
	margin-right:10px;
	padding: 8px 0px 10px 0px;
	text-align:center;
}
#other a{
	color:#6A8145;
	font-weight:bold;
}
#other a:hover{
	background:white;
	text-decoration:none;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(img_files/footer_bg.gif);
font-size:1px;
height:10px;
}
#footerlineclear {
clear:both;
background-image:url(img_files/footer_bg.png);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
}
#footer a{
	color: #183543;
	text-decoration:none
}
#footer a:hover{color:#c77e0c;
	text-decoration:underline}
/********************** Menu ***************************/

