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

body {
	background: #000000 url(../images/background.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;
	color: #CCC;
	text-align: left;
}


#main_column h1 {
	margin-top: 30px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

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

#left_column {
	position: relative;
	float: left;
	width: 550px;
	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; }

#left {
	position: relative;
	float: left;
	margin: 0;
	width: 400px;
}

#right {
	position: relative;
	float: right;
	margin: 25px 0 0;
	width: 300px;
	text-align: left;
}

#right ul {
position:relative;
top:0px;
left:0px;
width:100%;
padding:0;
margin:0;
z-index:100;
text-transform: uppercase;
}

#right ul a {
	display:block;
	border: #3d5767 3px solid;
	color: #abfeff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

#right ul a:hover {
	display:block;
	border: #7db9dc 3px solid;
	color: #abfeff;
}

#right ul li {
	list-style:none;
	margin-bottom: 2px;
}

.image { border: #7db9dc 3px solid; float: right;}


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

.header_menu {
	position:relative;
	width:900px;
	height:142px;
	padding:0;
	top:0px;
	left:0px;
	margin:0;
	z-index:3000;
}

.header_menu a {
	display:block;
}

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

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

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


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

.start {
	position:absolute;
	list-style:none;
	width: 459px;
	height: 36px;
	left: 442px;
	top: 67px;
}

.start a{
	width: 459px;
	height: 36px;
}

.start a:hover{
	background:url(../images/header.jpg) -442px -67px no-repeat;
}

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

#index_menu_container { position: relative; width: 870px; height: 55px; z-index: 3000; margin:0px 0 0 15px; background:url(../images/index_menu.jpg) -0px -55px no-repeat; }

.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: 15px; }

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

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

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

.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;
	text-align: left;
	color: #CCC;
}

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

.submit_button { cursor: pointer; }

.allcaps {
	text-transform: uppercase;
	color: #CCC;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////        Sermon Downloads  ////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

.series_div {padding: 10px; background: #e2e1e1; border: 1px solid #333;}
.clear_series { clear: both; margin:0; padding:0; }

.series_image { float: left; margin-right: 10px;}

.series img { border:none;}

.audio_header { font-size: 12px; font-weight: bold; background:#333; color:#ccc;}

.series {border-top: 1px solid #333; border-right: 1px solid #333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #999;}

.series td {border-left: 1px solid #333; border-bottom: 1px solid #333;}

.archive {border-top: 1px solid #333; border-right: 1px solid #333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #999;}

.archive td {border-left: 1px solid #333; border-bottom: 1px solid #333; text-align: center;}

.series a { float: left; margin: 0px 10px 0px 0px; }

#audio img { border: #FFF 0px solid; margin: 0; padding: 0;}

#audio_legend { text-align: right; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #999; margin: 0 0 10px 0; padding: 10px; }
#audio { margin-top: 15px; }
