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

body { background: #000000 url(../images/sub_back.jpg) top center no-repeat; margin: 0; padding: 0; color: #CCCCCC; font: normal 14px Verdana, Arial, Helvetica, sans-serif;
 text-align: center; }

#container { position: relative; width: 900px; margin: 0 auto;}

#content { position: relative; width: 900px; margin: 0; background: url(../images/content_back.jpg) repeat-y;}

#main_column { position: relative; width: 870px; padding: 10px 15px 15px; text-align: left;}

#main_column p { margin-left: 40px; margin-right: 40px;}

#main_column h1 { margin-top: 30px; margin-left: 40px; margin-right: 40px;}

#main_column h2 { margin-left: 40px; margin-right: 40px;}

#header { position: relative; background: url(../images/header_back.jpg) no-repeat; width: 900px; height: 150px; z-index: 3000;}

#right_column { position: relative; float: right; width: 210px; height: 309px; margin: 15px 15px 0 0; text-align: left; } 

#left_column { position: relative; float: left; width: 650px; height: 309px; margin: 15px 0 0 15px; } 

#footer { position: relative; padding:15px 3px 10px; width: 894px; text-align: left; font: 10px Geneva, Arial, Helvetica, sans-serif; background: url(../images/footer.jpg) top center no-repeat;}

#footer a { color: #CCC; text-decoration: none; }
#footer a:hover { color: #abfeff; text-decoration: underline; }

/*************************************/
/*            HEADER MENU            */
/*************************************/

.home {
	position:absolute;
	list-style:none;
	width: 431px;
	height: 99px;
	left: 15px;
	top: 31px;
}

.home a{
	width: 431px;
	height: 99px;
}


.home a:hover{
	background:url(../images/header.jpg) -15px -31px no-repeat;
}

.about {
	position:absolute;
	list-style:none;
	width: 168px;
	height: 28px;
	left: 447px;
	top: 70px;
}

.about a{
	width: 168px;
	height: 28px;
}

.about li a { width: 100%; height: 100%;}

.about a:hover{
	background:url(../images/header.jpg) -447px -70px no-repeat;
}

.ministries {
	position:absolute;
	list-style:none;
	width: 168px;
	height: 28px;
	left: 615px;
	top: 70px;
}

.ministries a{
	width: 168px;
	height: 28px;
}

.ministries li a { width: 100%; height: 100%;}

.ministries a:hover{
	background:url(../images/header.jpg) -615px -70px no-repeat;
}

.media {
	position:absolute;
	list-style:none;
	width: 115px;
	height: 28px;
	left: 783px;
	top: 70px;
}

.media a{
	width: 115px;
	height: 28px;
}

.media li a { width: 100%; height: 100%;}

.media a:hover{
	background:url(../images/header.jpg) -783px -70px no-repeat;
}

/*************************************/
/*            INDEX MENU             */
/*************************************/

#index_menu_container { position: relative; width: 870px; height: 55px; z-index: 3000; margin: 0 0 0 15px; background:url(../images/index_menu.jpg) -0px -55px no-repeat; }<div style="position:absolute;z-index:100;">

.index_menu {
	position:relative;
	width:870px;
	height:55px;
	padding:0;
	top:0px;
	left:0px;
	margin:0;
	z-index:1000;
}

.index_menu a {
	display:block;
}

.index_menu li {
	list-style:none;
	position:absolute;
}

.worship {
	width: 210px;
	height: 55px;
	left: 0px;
	top: 0px;
}

.worship a{
	width: 210px;
	height: 55px;
}

.worship a:hover{
	background:url(../images/index_menu.jpg) -0px -0px no-repeat;
}

.children {
	width: 210px;
	height: 55px;
	left: 220px;
	top: 0px;
}

.children a{
	width: 210px;
	height: 55px;
}

.children a:hover{
	background:url(../images/index_menu.jpg) -220px -0px no-repeat;
}

.students {
	width: 210px;
	height: 55px;
	left: 440px;
	top: 0px;
}

.students a{
	width: 210px;
	height: 55px;
}

.students a:hover{
	background:url(../images/index_menu.jpg) -440px -0px no-repeat;
}

.clg {
	width: 210px;
	height: 55px;
	left: 660px;
	top: 0px;
}

.clg a{
	width: 210px;
	height: 55px;
}

.clg a:hover{
	background:url(../images/index_menu.jpg) -660px -0px no-repeat;
}

/*************************************/
/*            TEXT STYLES            */
/*************************************/

.clear_both { clear: both; margin: 0; padding: 0; height: 18px; }

h1 { font: normal 24px Verdana, Arial, Helvetica, sans-serif; color: #abfeff; text-transform: uppercase; }

h2 { font: normal 20px Verdana, Arial, Helvetica, sans-serif; color: #fd3f24; margin-bottom: 0px; padding-bottom: 0px; }

.first_paragraph { margin-top: 0px; padding-top: 0px; }

.welcome { margin:0; padding: 10px 0 0; font: 12px Geneva, Arial, Helvetica, sans-serif; }

a.links { padding: 5px; background: #1d1d1d; border: 3px solid #223333; color: #FFF; text-decoration: none;}
a.links:hover { padding: 5px; background: #212121; border: 3px solid #abfeff; color: #FFF; text-decoration: none;}

.float_right { float: right; }

a {color: #abfeff; text-decoration: underline; }

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

.red_text { color: #fd3f24;}

p { line-height: 1.6em; }

.form_element {
	background-color: #cccccc;
	border:1px #999 solid;
	padding:5px;
}

.submit_button { cursor: pointer; }
