
/* Blue: #1984E2 */
/* Grays: #000, #111, #BBB, #CCC, #DDD, #EEE, #777, #FFF */

/* It all started the day I was born.. */



/******************************************* - *******************************************/
/******************************************* GLOBALS *******************************************/
/******************************************* - *******************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 20px 0;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #000;	
	background: url('../img/bodyBackground.jpg') top center;
}

h1 {} /* H1 (JRA Logo) */
h2 {} /* H2 (Main Navigation) */
h3 { /* H3 (Page Titles) */
	margin-bottom: 10px;
	padding: 5px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
h4 { /* H4 (Page Main Section Titles) */
	margin-top: 20px;
	margin-bottom: -5px;
	margin-bottom: 0px;
	padding-top: 17px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	/*padding: 17px 0 10px 10px;*/
	color: #1984E2;	
	font-size: 18px;
	text-transform: uppercase;
	background: url('../img/h4_bg.gif') no-repeat transparent;
}
h5 { /* H5 (Sidebar Section Titles) */
	font-size: 14px;	
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
h6 { /* H6 (Paragraph Titles) */
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

a:link,
a:active,
a:visited {
	position: relative;
	color: #009933; /* Classic Green */
	color: #1984E2; /* Blue */
	text-decoration: underline;
}
a:hover {
	color: #0F5A9C;
	text-decoration: underline;
}
a img { border: none; }

p {
	text-indent: 10px;
	margin-top: 5px;
	line-height: 160%; /* Creates a 5px "padding" top and bottom */
}

strong {}

em {
	padding: 1px;
	color: #176117; /* Green */
	background: #D1F5D1; /* Green */
}

span{}

span#highlight {
	position: relative;
	display: block;
	padding: 5px;
	margin-bottom: 10px;	
	font-size: 15px;
	font-style: italic;
	color: #53227E;
	background: #E4D6F0;
	color: #176117; /* Green */
	background: #D1F5D1; /* Green */
}

ul {margin: 20px 0;}
ul li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: disc;
}

ol li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: decimal;
}

table {
	position: relative;
	margin: 20px auto;
}
table#form {width: 460px;}

table tr,
table td {
	margin: 2px;
	padding: 5px;
}
table td {}
td.left_column { width: 30%; }

table td p {
	text-indent: 0;
	margin: 0;
	padding: 0;
}

form {
	margin-top: 20px;
}

label {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

input, textarea {
	margin: 0;
	padding: 3px 0;
	width: 100%;
	font-size: 12px;	
	border: 1px solid #AAA;
	border-top: 2px solid #AAA;	
	background: #F5F5F5;
}
/*
#SubmitButton {
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #176AB3;
	border-top: 2px solid #176AB3;	
	background: #1984E2;
}
*/

input.nostyle,
input:focus.nostyle { /* For checkboxes and radios in IE */
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

textarea {height: 150px;}
/* 
.form_submit {
	position: relative;
	width: 80px;
	margin: 0;
	padding: 0;
	border: 0;
}*/

#clear {clear: both;} /* Moving away from using id for this and into using only the class (web standards) */
.clear {clear: both;}

div#video_container {
	position: relative;
	width: 460px;
	height: 365px;
}

.flash_required,
.bottom_right_link {
	padding: 5px 0;
	font-size: 10px;
	text-align: right;
}


/********************** HEADER / LOGO **********************/
#header {
	position: relative;
	margin: 10px auto;
	width: 900px;
}

/********************** WEATHER ADVISORY **********************/
#emergency_notice {
	position: relative;
	margin: 0 auto 20px auto;
	z-index: 777;
	display: none;
	padding: 10px;
	padding-left: 50px;
	color: red;
	border: 1px solid #AAA;
	background: url('../img/emergency_notice.gif') 5px 5px no-repeat #FFF;
/*	opacity: .9; */
/*	filter: alpha(opacity=90); */
}

#emergency_notice h6 {margin-top: 0;}

#emergency_notice_close {
	position: absolute;
	z-index: 777;
	top: 5px;
	right: 5px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	color: red;
	background: url('../img/emergency_x.gif') no-repeat #FFF;
}

/********************** JRA LOGO **********************/
#jra_logo { /* H1 (JRA logo) */

	position: relative;
	display: block;	/* Important to change from inline <a> to block */
	width: 430px;
	height: 55px;
	margin: 0;
	text-indent: -7000px;	
	background: url('../img/dfalogo.jpg') no-repeat;
}

#header_home {
	position: absolute;
	display: none;	
	top: 5px;
	left: -40px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	background: url('../img/go_home.gif') no-repeat transparent;
}




/********************** MAIN NAVIGATION **********************/
#nav_container{}

ul#nav {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 90px;
	padding: 14px 10px 0 10px;
	background: url('../img/nav_bg.gif') no-repeat transparent;
}
ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;	
	list-style: none; list-style-type: none;
}
ul#nav li a {
	position: relative;
	float: left;
	width: 180px;
	height: 80px;
	text-indent: -7000px;
}
ul#nav li a:hover { background-position: 0 -80px; }

#nav_about { background-image: url('../img/About_TopMenuButton.jpg'); }
#nav_new { background-image: url('../img/New_TopMenuButton.jpg'); }
#nav_staff { background-image: url('../img/Staff_TopMenuButton.jpg'); }
/*#nav_Calendar { background-image: url('../img/Calendar_TopMenuButton.jpg'); }*/
#nav_Calendar { background-image: url('../img/CalendarAnnouncements_TopMenuButton.jpg'); }
#nav_Media { background-image: url('../img/Media_TopMenuButton.jpg'); }
#nav_Ministries { background-image: url('../img/Ministries_TopMenuButton.jpg'); }
#nav_ContactUs { background-image: url('../img/ContactUs_TopMenuButton.jpg'); }

/*
body#new #nav_new { background-position: 0 -160px; }
body#ministries #nav_ministries { background-position: 0 -160px; }
body#resources #nav_resources { background-position: 0 -160px; }
body#messages #nav_messages { background-position: 0 -160px; }
body#serve #nav_serve { background-position: 0 -160px; }
*/

body#new #nav_new,
body#ministries #nav_ministries,
body#resources #nav_resources,
body#messages #nav_messages,
body#serve #nav_serve { background-position: 0 -160px; }


/********************** ALL CONTAINER & CONTENT CONTAINER **********************/
#all_container { /* Main section background (repeat-y) */
	width: 900px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	background: url('../img/all_container_bg.jpg') repeat-y transparent;
}
body#home #all_container,
body#sitemap #all_container { background: url('../img/all_container_home_bg.jpg') repeat-y transparent; }

#content_container { /* Sub section background on sub pages (repeat-y) */
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background: url('../img/content_container_bg.jpg') transparent no-repeat top center;
}
#all_container_2_Column  { /* Main section background (repeat-y) */
	width: 900px;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
 	background: url('../img/all_container_bg_2_column.jpg') repeat-y transparent; 
 	/*background: url('../img/content_container_bg_2_column.jpg') transparent repeat-y center; */
}
#content_container_2_Column { /* Sub section background on sub pages (repeat-y) */
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
 	background: url('../img/content_container_bg_2_column.jpg') transparent no-repeat top center;
}

body#home #all_container_2_Column ,
body#sitemap #all_container_2_Column 
{
    background: url('../img/content_container_bg_2_column.jpg') repeat-y transparent; 
}

body#sitemap #content_container { background: none; }


/********************** PHOTO CYCLE (HOME PAGE ONLY) **********************/
#photo_cycle {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 332px;
	background: url('../img/loader_ani_small.gif') no-repeat center center #FFF;

}
.Special_Announcements {
	position: relative;
	margin: 0 auto;
/*		width: 900px;
	height: 720px; */
}

/********************** NEW ONLINE (HOME PAGE ONLY) **********************/

ul#new_online {
	position: relative;
	margin: 10px auto 0 auto;
	width: 900px;
}
ul#new_online li {
	display: inline;
	list-style: none; list-style-type: none;
}
ul#new_online li a {
	position: relative;
	float: left;
	width: 295px;
	height: 122px;
	text-indent: -7000px;
}
ul#new_online li a:hover { background-position: 0 -122px; }
ul#new_online li a:active { background-position: 0 -122px; }

#new_online_1 { background-image: url('../img/HomePageMinistryBanner_MOPS.jpg'); }
#new_online_2 { background-image: url('../img/HomePageMinistryBanner-1Zero.jpg'); margin: 0 7px 0 8px; }
#new_online_3 { background-image: url('../img/HomePageMinistryBanner-TurningPoint.jpg'); }


/********************** NEW ONLINE (HOME PAGE ONLY) **********************/

/**** SLIDER CONTAINER ****/
.slider_container {
	position: relative;
	width: 900px;
	height: 122px;
	margin: 0 auto;
	margin-top: 10px;
}

/**** SCROLLER ****/
div.scroller {
	position: relative;
	width: 900px; /* modify width and height of scrolling section if necessary	*/
	height: 120px;
}

div.scroller div.content { width: 900px; }

div.scroller div.section {
	position: absolute;
	/* float: left; */ /* Comment out float to scroll vertically */
	width: 910px;
	height: 120px;
	margin-bottom: 10px;
}

div.section div {}

div.section div a { /* Div a */
	position: relative;
	display: block;
	float: left;
	width: 295px;
	height: 120px;
	text-indent: -7000px;
}
div.section div a:hover { background-position: bottom left; }


/********************** SIDE BARS (LEFT & RIGHT) **********************/
div.sidebar {
	position: relative;
	display: block;
	overflow: visible;
	width: 190px;
	float: left;
}

div.sidebar_module {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background: #FFF;
}
div.sidebar_module img { width: 100%; margin-top: 10px; }

.sidebar a img {
	position: relative;
	width: 190px;
	margin-bottom: 10px;
}

.sidebar ul,
.sidebar ol { margin-top: 15px; }

.sidebar ul li { list-style: disc; list-style-type: disc; }
.sidebar ol li { list-style-type: decimal; list-style-type: decimal;}

.sidebar ul li,
.sidebar ol li {
	margin: 5px 0; 
	list-style-position: inside; 
	font-size: 12px; 
}

.audio_message_container {
	padding: 5px;
	margin-top: 10px;
	border-bottom: 1px solid #DDD;
}


/********************** SUB NAVIGATION (LEFT SIDEBAR) **********************/
ul#sub_nav {
	position: relative;
	width: 190px;
	margin: 0;
	padding-bottom: 27px;
	background: url('../img/sub_nav_bottom.gif') bottom left repeat-x;
}

ul#sub_nav li { 
	margin: 0;
	padding: 0;
	list-style: none; list-style-type: none;
	list-style-position: outside;
	text-transform:uppercase; 
		
}
ul#sub_nav li a { 
	position: relative;
	display: block;	
	padding: 5px;
	height: 1%; /* IE White Space Bug Fix */
	margin-bottom: 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	background: #EEE;
	text-transform:uppercase;
}
ul#sub_nav li.subsec a {
	text-indent: 10px;
	font-size: 11px;
	font-weight: normal; 	 
	color: #777;
	background: #DDD;
}
ul#sub_nav li.contact_us a {}

ul#sub_nav li a:hover,
ul#sub_nav li.subsec a:hover,
ul#sub_nav li.contact_us a:hover {color: #1984E2; background: #FFF;}

ul#sub_nav li.new a {background: url('../img/sub_nav_new.gif') no-repeat center right #EEE;}
ul#sub_nav li.new a:hover {background: url('../img/sub_nav_new.gif') no-repeat center right #FFF;}

ul#sub_nav li a#back_to_overview {
	height: 27px;
	padding: 0;
	text-indent: -7000px;	
	border: none;
	background: url('../img/sub_nav_top.gif') transparent no-repeat top left;
}


/********************** MAIN CONTENT (MIDDLE) **********************/
#main_content {
	position: relative;
	float: left;
	width: 460px;
	margin-top:-20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 265px;
	/*padding: 0 20px 20px 5px; */
}
#main_content img {position: relative; margin: 5px auto;}

#main_content img.float_image_left { 
	position: relative;
	float: left;
	margin: 7px 7px 0px 0px;
	background: #000;
}

#main_content img.float_image_right { 
	position: relative;
	float: right;
	margin: 7px 0px 0px 7px;
	background: #000;
}

/********************** MAIN CONTENT (2 Column) **********************/
#maincontent2Column {
	position: relative;
	float: left;
	width: 650px;
	margin-top:-20px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	/*padding: 0 20px 20px 5px; */
}
#maincontent2Column img {position: relative; margin: 5px auto;}

#maincontent2Column img.float_image_left { 
	position: relative;
	float: left;
	margin: 7px 7px 0px 0px;
	background: #000;
}

#maincontent2Column img.float_image_right { 
	position: relative;
	float: right;
	margin: 7px 0px 0px 7px;
	background: #000;
}
/********************** FEATURED & MESSAGES BOX GROUPS OF 3 **********************/
div.box_group {
	position: relative;
	margin: 15px auto 0 auto;
	width: 460px;
}

div.box_group div.box,
div.box_group div.box_middle {
	position: relative;
	float: left;
	width: 145px;
	margin-bottom: 20px;
	list-style: none;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	border: none;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}	div.box_group div.box_middle { margin: 0 12px; }

div.box_group div img,
div.box_group div a img { 
	margin: 0; 
	display: block; 
	background: url('../img/loader_ani_small.gif') no-repeat center center transparent;
}



/******************************************* - *******************************************/
/******************************************* NEW TO JRA? *******************************************/
/******************************************* - *******************************************/
body#new ul#core_values li {}
body#new #floor_maps_thumbs a {float: left;}

span.service_times_when {
	font-size: 11px;
	color: #555;
}

.fundamental,
.fundamental_more {
	padding: 10px;
}

.fundamental {
	position: relative;
	margin-top: 5px;
	padding-right: 35px;		
	border-top: 2px solid #DDD;
	font-weight: bold;
	color: #1984E2; /* Blue */	
	cursor: pointer;
	text-decoration: underline;
	background: url('../img/arrow_down.gif') no-repeat center right #EEE;
}
.fundamental_more {
	display: none;
	border-bottom: 1px solid #DDD;
	background: #EEE;
}

.scripture_reference {
	position: relative;
	margin-top: 15px;
	padding: 5px;
	text-indent: 0;
	background: #FFF;
	border-bottom: 1px solid #DDD;		
}
.scripture_reference ul,
.scripture_reference ul li {
	margin: 0;
	font-size: 12px;
}



/******************************************* - *******************************************/
/******************************************* MINISTRIES & EVENTS *******************************************/
/******************************************* - *******************************************/
#pastors_welcome_sig {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 17px;
}

div#ministries_jump_menu {
	position: absolute;
	top: 5px;
	right: 25px;
	padding: 5px;
}

#ministry_list { 
	position: relative;
	margin: 15px auto 0 auto;
	width: 455px;

}

.ministry_box, 
.ministry_box * {}

.ministry_box {
	position: relative;
	display: block;
	width: 440px;
	padding: 7px;
	padding-bottom: 30px;	
	margin: 10px 0 0 0;
	background: #EEE;
	border: 1px solid #DDD;
	border-bottom: 0;
	
}
.ministry_photo {
	position: relative;
	float: left;
	width: 165px;
}	.ministry_photo img { margin: 0; border: 10px solid #FFF; }

.ministry_short { /* Ministry Short Paragraph */
	position: relative;
	float: right;
	width: 255px;
	padding-left: 10px;
	font-size: 11px;
	border-left: 1px solid #CCC;
}

/* Ministry Title Paragraph */
.ministry_title {
	position: relative;
	margin-bottom: 5px;	
	font-size: 13px;
	font-weight: bold;
	display: block;
}

/* More Info Button Link */
#ministry_list a.ministry_more_info {
	position: absolute;
	float: none;
	bottom: 0px;
	right: 0px;
	padding: 5px 10px;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background: #333;
}

/* Ministry Details Div */
.ministry_details {
	position: relative;
	display: none;	
	width: 434px;
	padding: 10px;
	color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
	background: #333;
	background: url('../img/ministry_details_bg.jpg') repeat-x bottom left #333;
}

div.ministry_details p {
	color: #DDD;
	margin-left: 0;
}

.details_footer {
	position: relative;
	display: block;
	padding: 10px;
	margin-top: 10px;
	color: #777;
	border: 1px solid #DDD;	
	background: #FFF;
}
.details_footer a {
	color: #222;
	margin: 0 5px;
	text-decoration: underline;
}


/********************** CALENDAR **********************/
table tr.month td {
	font-size: 14px;	
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}



/******************************************* - *******************************************/
/******************************************* RESOURCES & CONFERENCES *******************************************/
/******************************************* - *******************************************/
body#resources #sidebar ul#popularResources li {}

li.resources_pdf { background: url('../img/pdf_icon.jpg') transparent no-repeat bottom left; }
li.resources_word { background: url('../img/word_icon.jpg') transparent no-repeat bottom left; }
li.resources_audio { background: url('../img/audio_icon.jpg') transparent no-repeat bottom left; }

.faq_question,
.faq_answer {
	padding: 10px;
	padding-left: 35px;	
}

.faq_question {
	position: relative;
	margin-top: 5px;
	border-top: 2px solid #DDD;
	text-decoration: underline;
	font-weight: bold;
	color: #1984E2; /* Blue */	
	cursor: pointer;
	background: url('../img/faq_question.gif') no-repeat center left #EEE;	
}
.faq_answer {
	display: none;
	border-bottom: 1px solid #DDD;	
	background: url('../img/faq_answer.gif') no-repeat top left #F5F5F5;	
}



/******************************************* - *******************************************/
/******************************************* MESSAGES, MEDIA & PODCAST *******************************************/
/******************************************* - *******************************************/
.messages_sermon_title {
	position: relative;
	display: block;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
.messages_speaker {font-size: 12px; color: #1984E2;}
.messages_small_text {color: #AAA;}

.bio_module {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
}

#podcast_links {
	padding: 20px 0 5px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDD;
	text-align: center;
}
#podcast_links a {font-size: 18px;}


/********************** MESSAGES PLAYER **********************/
body#messages_player {
	background: #FFF;
}
#messages_player_container {
	position: relative;
	margin: 0 auto;
/*	width: 650px; */
	width: 350px;
	padding: 10px;
}
#messages_player_left {
	position: relative;
	display: block;
	float: left;
	width: 320px;
}
#messages_player_info {
	position: relative;
	display: block;
}
#messages_player_video {
	position: relative;
	display: block;
	margin-top: 30px;
}

#messages_player_right {
	position: relative;
	display: block;
	float: right;
	width: 300px;
}
#messages_player_notes {
	position: relative;
	display: block;
}
#messages_player_notes textarea {
	height: 350px;
}





/******************************************* - *******************************************/
/******************************************* SERVE/GIVE *******************************************/
/******************************************* - *******************************************/
#ch_plans_module {
	margin-top: 10px;
	width: 460px;
}
#ch_plans_module a {
	position: relative;
	float: left;
	width: 210px;
	margin: 3px;
	padding: 2px;
	border: 4px solid #DDD;
}
#ch_plans_module a:hover {
	border: 4px solid #BBB;
}
#ch_plans_module a img {
margin: 0 auto;
	width: 100%;
}


/******************************************* - *******************************************/
/******************************************* GLOBALS (EXTENDED) *******************************************/
/******************************************* - *******************************************/


/********************** SITE MAP **********************/
ul.sitemap {
	position: relative;
	float: left;
	width: 170px;	
	padding: 35px 10px 0 10px;
	background: url('../img/sitemap_ul.gif') center top no-repeat transparent;
}
ul.sitemap li {list-style: none;}


/********************** FOOTER **********************/
#footer 
{
    /*margin: 0 auto;	
    margin: top righ bo l
	padding: 20px 20px 28px 20px; */
	position: relative;	
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
	width: 880px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;	
	font-size: 11px;
	color: #888;	
	background: url('../img/bg_footer.gif') bottom left no-repeat transparent;
}

#footer a:link,
#footer a:active,
#footer a:visited { color: #CCC;  }
#footer a:hover { color: #FFF; }

#footer p { background: url('') left bottom no-repeat; }
#footer strong { color: #FFF; font-weight: normal; }
#footer span { display: inline; }

div#service_times_container {
	display: inline; 
}
#service_times_explanation {
	position: absolute;
	left: 180px;
	bottom: 40px;
	width: 180px;
	padding: 10px 10px 20px 10px;	
	background: url('../img/service_times_explanation.jpg') bottom left repeat-x transparent;
/*	background: #111; */
/*	opacity: .9; */
/*	filter: alpha(opacity=90); */
	display: none;
}
#footer h6 {color: #FFF; margin-top: 0;}

#this_sunday_is {
	position: absolute;
	top: 8px;
	right: 11px;
	padding: 10px;
	border: 1px solid #222;
	border-top: 2px solid #222;
	background: url('../img/this_sunday_is_bg.gif') repeat-x #111;
}

















