@charset "utf-8";
/* CSS Document */

body, table, tr, td, div, p, ul, ol, li, a, address, img, h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: none;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

body {
	background: url(../images/greenbg.gif);
}

div#header {
	width: 845px;
	height: 106px;
	margin: 0px auto 0px auto;
}

div#identity {
	height: 106px;
	float: right;
	width: 422px;
	text-align: left;
	background: url(../images/identity_main.png) no-repeat;
}

div#identity a {
	width: 422px;
	height: 106px;
	display: block;
}

h1, h2 {
	display: none;
}

div#main_nav {
	height: 81px;
	width: 421px;
	padding-top: 25px;
	background: url(../images/nav_bg.png);
	border-right: #FFFFFF solid 2px;
}

div#main_nav li {
	margin: 2px;
}

div#main_nav li, div#main_nav li a {
	width: 136px;
	height: 25px;
	display: block;
	list-style-type: none;
}

div#main_nav li a {
	text-indent: -90000px;
}


li.about_us {
	background: url(../images/about_us.png) no-repeat left;
	float: left;
}

li.about_us:hover {
	background: url(../images/about_us.png) no-repeat right;
}


li.visit_us {
	background: url(../images/visit_us.png) no-repeat left;
	float: left;
}

li.visit_us:hover {
	background: url(../images/visit_us.png) no-repeat right;
}


li.bible_classes {
	background: url(../images/bible_classes.png) no-repeat left;
	float: left;
}

li.bible_classes:hover {
	background: url(../images/bible_classes.png) no-repeat right;
}


li.events {
	background: url(../images/events.png) no-repeat left;
	clear: left;
	float: left;
}

li.events:hover {
	background: url(../images/events.png) no-repeat right;
}


li.online_bible_studies {
	background: url(../images/online_bible_studies.png) no-repeat left;
	float: left;
}

li.online_bible_studies:hover {
	background: url(../images/online_bible_studies.png) no-repeat right;
}


li.online_sermons {
	background: url(../images/online_sermons.png) no-repeat left;
	float: left;
}

li.online_sermons:hover {
	background: url(../images/online_sermons.png) no-repeat right;
}


div#content {
	clear: both;
	width: 845px;
	margin: 0px auto 0px auto;
}

div#text {
	width: 524px;
	margin: 0px 291px 0px 0px;
	border-right: #CCCCCC 30px solid;
	background: #FFFFFF;
	height: 1200px;
}






h3 {
	width: 303px;
	height: 60px;
	background: #CCCCCC;
	color: #FFFFFF;
	font-size: 28pt;
	text-align: center;
	padding-top: 10px;
	/*margin-bottom: 20px;*/
}


div#listinfo {
	width: 480px;
	background: #66a413;
	color: #FFFFFF;
	padding: 5px;
}

div#filters {
	display: inline;
}

div#filters a {
	color: #86e868;
}

div#filters a:hover {
	color: #c9ffb8;
}

div#search {
	display: inline;
}

form {
	display: inline;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #AA9415;
	margin-top: 30px;
	clear: both;
}






div#footer {
	width: 524px;
	height: 200px;
	margin: 200px auto 0px auto;
	padding-right: 321px;
	text-align: center;
}






div#grheader {
	width: 100%;
	height: 106px;
	position: absolute;
	top: 0px;
	z-index: -1;
}

div#grnav {
	width: 49%;
	height: 106px;
	float: left;
	background: #efdd76 url(../images/nav_bg.png) repeat-x;
	border-right: #FFFFFF solid;
}

div#gridentity {
	background: #66a413;
	width: 49%;
	float: right;
	height: 106px;
}

div#header_shadow {
	width: 100%;
	height: 16px;
	position: absolute;
	top: 106px;
	z-index: 2;
	background: url(../images/shadow2.png) repeat-x;
}

/*div#bg_cover {
	width: 845px;
	margin: 0px auto 0px auto;
}

div#bg_cover div#bg_white {
	background: #FFFFFF;
	width:
*/

div#bg {
	width: 100%;
	height: 1200px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -50;
}

div#white {
	width: 49%;
	height: 1306px;
	float: left;
	background: #FFFFFF;
}

div#green {
	width: 49%;
	height: 900px;
	float: right;
	background: #009900 url(../images/greenbg.gif);
}






