
#dummystyle {
	margin: 0px;
}

/* PAGE ELEMENTS */
body {
	color: #000000; /* Default text color for entire page  */
	background-color: #484848; /* Background color of entire page */
}

#container {
	background: #ffffff;  /* Background color for content wrapper */
}



/* TOP NAVIGATION & DROPDOWNS */

#nav, #nav ul {
	background: #e8e8e8;  /*Light Background behind buttons*/
}

#nav a { /* Button properties */
	color: #000000; /*Font color on buttons*/
}

#nav li { /* More button properties */
	background-color: #D8D8D8; /*UP state color of buttons*/
	border-bottom: 6px solid #BABABA; /*Dark border color on bottom of buttons*/
}

#nav li li { /* Dropdown properties */
	background-color: #fcfafa; /*Background color of dropdown menus*/
	border-bottom: 1px solid #ccc; /*Dark border color that separates text links on dropdown*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Hover effects */
#nav li:hover, #nav li.sfhover {
	background: #e8e8e8; /*DOWN state color of buttons*/
}



/* HEADER */

#HeaderLWLogo {
	background: #484848 url('/lwc/images/header_logo_grey.gif');
	background-repeat: no-repeat;
	cursor:hand;
}

#HeaderTop { 
	background: #484848; /* Matches "body" background color */
	}

#HeaderSmallNav {
	background: #484848; /* Matches "body" background color */
	color: #ffffff; /* Small, upper-right, nav color */
	}
	
#HeaderSmallNav a:link {
	color: #ffffff; /* Small, upper-right, nav color -UP state */
	}		
	
#HeaderSmallNav a:visited {
	color: #ffffff; /* Small, upper-right, nav color -UP state */
	}		
	
#HeaderSmallNav a:hover {
	color: #cccccc; /* Small, upper-right, nav color - DOWN or hover state */
	}	
	
#HeaderSmallNav a:active {
	color: #ffffff; /* Small, upper-right, nav color -UP state */
	}		

#HeaderTopNav {
	background-image: url('../images/TopNavBG-GREY.gif'); /* Background IMAGE of TopNav bar.  This should be edited & changed out for different template colors */
	}

#HeaderDate { 
	background: #EBEBEB; /* Background color of Welcome message and date layer */
	color: #000000;	/* Text color */
	}

#HeaderSearch { 
	background: #EBEBEB; /* Background color of search layer */
	color: #484848;	/* Text color */
	}
	
#HeaderSearch a:link {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#HeaderSearch a:visited {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#HeaderSearch a:hover {
	text-decoration: none; /* HOVER link color for search layer */
	}
	
#HeaderSearch a:active {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#HeaderSearch input { 
	border: 1px solid #C2C3C5; /* Search input field properties - border size & color */
}



/* MAIN (MIDDLE) SECTION */

#Main {
	background: #FFFFFF; /* Main (middle) section background color */
	
	}



/* FOOTER */

#Footer { 
	color: #fff; /* Footer text color */
	background: #881626; /* Footer layer background color */
	}
	
#Footer a:link { 
	color: #fff; /* Link color for footer */
	}
	
#Footer a:visited { 
	color: #fff; /* Link color for footer */
	}
	
#Footer a:hover { 
	color: #fff; /* HOVER link color for search layer */
	}

#Footer a:active { 
	color: #fff; /* Link color for footer */
	}
	
/* LIFEWAY HOME STYLES */
#main_story_container h3 { 
	color: #000;
}

#main_story_container h3 a:link {color: #000;} /* link styles for the main story header */
#main_story_container h3 a:visited {color: #000;}
#main_story_container h3 a:hover {color: #000;}
#main_story_container h3 a:active {color: #000;}

.sub_section_header { /* the text and arrow in the top box */
	color: #fff;
}

.sub_section_header2 { /* the text and arrow in the top-middle box */
	color: #fff;
}

.sub_section_header3 { /* the text and arrow in the top-middle box */
	color: #fff;
}

#sub_section_container {
	background: url(/lwc/images/middle_sections_GREY_bg.jpg) repeat-y;
}

#ministry_sub {
	border-top: 1px solid #ececec;
}

#life_sub {
	border-top: 1px solid #ececec;
}

#family_sub {
	border-top: 1px solid #ececec;
}

#sub_top {
	background-color: #6D6D6D;
}

#sub_top2 { 
	background-color: #6D6D6D;
}

#sub_top3 { 
	background-color: #D8D8D8;
}

#sub_bottom {
	background-color: #ececec;
	border-top: 1px solid #ececec;
}

#sub_bottom2 {
	background-color: #ececec;
	border-top: 1px solid #ececec;
}
/* end lifeway home styles */
	
	
	
/* ARTICLE STYLES */

/*LifeWay Recommends Section - Pull Quote*/
#lifewayrecommends { 
	background-color:#EBEBEB;
	border:1px solid silver;
}

#lifewayrecommends a:link {color:#000000;}
#lifewayrecommends a:visited {color:#000000;}
#lifewayrecommends a:active {color:#000000;}


/* Quick Links */
#quick_links_header {
	background-color: #D8D8D8;
}

#sub_links_header {
	background-color: #D8D8D8;
}

.quick_links_header_text {
	color: #000000;
}

#quick_links_bottom {
	background-color: #EBEBEB;
}

#quick_links a:link {color: #000;} /* link styles for the quick links */
#quick_links a:visited {color: #000;}
#quick_links a:hover {color: #AB2C3F;}
#quick_links a:active {color: #000;}

#quick_links li { 
	background: url(/lwc/images/greynav_arrow.gif) no-repeat;
	background-color: #F9F9F9;
	border-bottom: 1px solid #D6DBDE;
}

#quick_links li:hover { 
	background-color: #fff;
}

/* Article Nav */
#article_nav_header {
	background-color: #D8D8D8;
}

.article_nav_header_text {
	color: #000000;
}

#article_nav_bottom {
	background-color: #EBEBEB;
}

#article_nav_item { 
	background: url(/lwc/images/greynav_arrow.gif) no-repeat;
	background-color: #F9F9F9;
	border-bottom: 1px solid #D6DBDE;
}

#article_nav_item:hover { 
	background-color: #fff;
}

#article_nav_selected_item { 
	background: url(/lwc/images/active_arrow.gif) no-repeat;
	background-color: #ffffff;
	border-bottom: 1px solid #D6DBDE;
}

/* MAGAZINE STYLES */
.right_header {
	background-color: #D8D8D8;
}

.green_box {
	background-color: #ebebeb;
}

#magazine_top_nav { 
	background-color: #ebebeb;
}

.section_title {
	background-color: #D8D8D8;
}

/* RESOURCES */
#resources_header {
	background: url(/lwc/images/resources_header_bg.jpg) no-repeat;
}

.resources_header_text {
	color: #000000;
}

#resources_box {
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
}

#resources_box_inside a:link {color:#000000;}
#resources_box_inside a:visited {color:#000000;}
#resources_box_inside a:active {color:#000000;}


/* ADS */

#ad_box_inside {
	border: 1px solid #d6d4d3;
}

#ad_box_inside:hover{ /* currently works in Safari and Firefox */
	background-color: #f4f4f4;
}


/*FONT STYLES*/

#article_author {
	color: #7e7e7e;
}

#grayedout {
	color: #6D6D6B;
}

/* ARTICLE ARCHIVE */

.archive_date {
	text-align: right;
	font-weight: 700;
}



/* SEARCH STYLES */

/* Search Results */

#search_results_top2 {
	color:#666666;
}

#search_results_top a:link {color:#666666;}
#search_results_top a:visited {color:#666666;}
#search_results_top a:active {color:#666666;}

#search_results_right_contents a:link {color:#484848;}
#search_results_right_contents a:visited {color:#484848;}
#search_results_right_contents a:active {color:#484848;}


/* Product Results */

#product_listing_wrap {
	background: url(/lwc/images/searchBG1.jpg);
}

#product_listing a:link {color:#484848;}
#product_listing a:visited {color:#484848;}
#product_listing a:active {color:#484848;}


/* Event Results */

#event_results_wrap {
	background: url(/lwc/images/searchBG2.jpg);
}

#event_results a:link {color:#484848;}
#event_results a:visited {color:#484848;}
#event_results a:active {color:#484848;}


/*Section Headers & Footers*/

#articles_footer { /* Bars to the top and bottom of page numbers */
	border-bottom: .13em solid #eeeeee;
	border-top: .13em solid #eeeeee;
}

#articles_footer a:link {color:#000000;}
#articles_footer a:visited {color:#000000;}
#articles_footer a:hover {color:#000000;}
#articles_footer a:active {color:#000000;}


/*Font Styles*/

.larger_font {
	color:#484848;
}

#results a:link {color:#AB2C3F;}
#results a:visited {color:#AB2C3F;}
#results a:hover {color:#000000;}
#results a:active {color:#AB2C3F;}



/* CATALOG */

/* Styles for the left column of the catalog */
#catalog_nav {
	background-color: #ffffff;
}

#catalog_nav a:hover {color: #000000;}

#catalog_nav_header {
	background-color: #D8D8D8;
}

.catalog_nav_header_text {
	color: #474B37;
}

#nav_links li { 
	background: url(/lwc/images/catalog_nav_bg.jpg) no-repeat;
}

#nav_links li:hover { 
	background: url(/lwc/images/catalog_nav_bg2.jpg) no-repeat;
}

#browse_group {
	border-top: 1px dashed #666666;
}


/* Styles for the middle column */
#middle_column_title {
	background: url(/lwc/images/catalog_header_bg.jpg) no-repeat;
}

.product_title {
	color: #666666;
}


/* Styles for the right column of the catalog */
#shopping_cart {
	background-color: #ebebeb;
	border-bottom: 2px solid #ffffff;
}

#catalog_cart_header {
	background-color: #D8D8D8;
}

.catalog_cart_text {
	color: #474B37;
}

#view_all_items a:link {color: #000;} 
#view_all_items a:visited {color: #000;}
#view_all_items a:hover{color: #000;}
#view_all_items a:active {color: #000;}

.subtotal {
	color: #990000;
}

#checkout {
	background-color: #818278;
}

#checkout a:link {color: #990000;} 
#checkout a:visited {color: #990000;}
#checkout a:hover{color: #990000;}
#checkout a:active {color: #990000;}





/* SECTION STYLES */
#section_header {
	background: url(/lwc/images/section_header_bg.jpg) no-repeat;
}

#section_header_big {
	background: url(/lwc/images/section_header_big.jpg) no-repeat;
}

#shopping_cart_header {
	background: url(/lwc/images/shopping_cart_bg.jpg) no-repeat;
}

.checkout_color a:link, .checkout_color a:visited, .checkout_color a:hover, .checkout_color a:active  {
	color: #960000;
	font-weight: 700;
	text-decoration: none;
}

#dark_links_box {
	background-color: #6d6d6d;
}

#quick_links_header_section, #events_right_header {
	background-color: #D8D8D8;
}

.quick_links_header_section_text, #events_right_header_text {
	color: #020203;
}

#main_feature2 h3 { 
	color: #706466;
}

#main_feature2 h4 { 
	color: #706466;
}

#main_feature3 h3 { 
	color: #706466;
}

#main_feature3 h4 { 
	color: #706466;
}

#main_feature2 a:link {color: #706466;}
#main_feature2 a:visited {color: #706466;}
#main_feature2 a:hover{color: #706466;}
#main_feature2 a:active {color: #706466;}

#main_feature2 h3, #main_feature2 h4 a:link {color: #706466;} 
#main_feature2 h3, #main_feature2 h4 a:visited {color: #706466;}
#main_feature2 h3, #main_feature2 h4 a:hover {color: #706466;}
#main_feature2 h3, #main_feature2 h4 a:active {color: #706466;}

#main_feature3 a:link {color: #706466;} 
#main_feature3 a:visited {color: #706466;}
#main_feature3 a:hover{color: #706466;}
#main_feature3 a:active {color: #706466;}

#main_feature3 h3, #main_feature3 h4 a:link {color: #706466;} 
#main_feature3 h3, #main_feature3 h4 a:visited {color: #706466;}
#main_feature3 h3, #main_feature3 h4 a:hover {color: #706466;}
#main_feature3 h3, #main_feature3 h4 a:active {color: #706466;}

#section_header2 {
	background-color: #D8D8D8;
}

.section_header2_text {
	color: #020203;
}

#gray_box {
	background-color: #f4f4f4;
}

#gray_box2 {
	background-color: #f4f4f4;
}

#nav_container {
	background-color: #F9F9F9;
}

#left_nav_header {
	background-color: #D8D8D8;
}

.left_nav_header_text {
	color: #020203;
	background: url(/lwc/images/white_arrow.gif) no-repeat;
}

#section_nav_container {
	background-color: #F9F9F9;
}

#section_nav_item {
	color: #474B37;
	border-bottom: 1px solid #D6DBDE;
}

#section_nav_item:hover {
	background-color: #ffffff;
}

#section_nav_item {
	background: url(/lwc/images/greynav_arrow.gif) no-repeat;
	bottom-border-color: #D6DBDE;
}

#section_nav_selected_item {
	color: #474B37;
	border-bottom: 1px solid #D6DBDE;
	background: url(/lwc/images/active_arrow.gif) no-repeat;
	background-color: #ffffff;
	bottom-border-color: #D6DBDE;
}

#e_newsletter {
	background-color: #D8D8D8;
}

#e_newsletter_standalone { 
	color: #020203;
	background-color: #D8D8D8;
}

#sign_up, #sign_up_spanish, #sign_up_article {
	background-color: #939393;
	color: #ffffff;
}

.price {
	color: #9E401C;
}

#left_section_header2 {
	background-color: #D8D8D8;
}

.left_section_header2_text {
	color: #020203;
}

#ad_text_section {
	color: #626262;
}

#ad_box_section:hover{
	background-color: #f4f4f4;
}

#quick_links_section a:link {color: #000;} 
#quick_links_section a:visited {color: #000;}
#quick_links_section a:hover {color: #AB2C3F;}
#quick_links_section a:active {color: #000;}

#sign_up a:link {color: #ffffff;}
#sign_up a:visited {color: #ffffff;}
#sign_up a:hover {color: #ffffff;}
#sign_up a:active{color: #ffffff;}

#sign_up_spanish a:link {color: #ffffff;}
#sign_up_spanish a:visited {color: #ffffff;}
#sign_up_spanish a:hover {color: #ffffff;}
#sign_up_spanish a:active{color: #ffffff;}

#sign_up_article a:link {color: #ffffff;}
#sign_up_article a:visited {color: #ffffff;}
#sign_up_article a:hover {color: #ffffff;}
#sign_up_article a:active{color: #ffffff;}

#left_section_header {
	background: url(/lwc/images/left_column_header_bg.jpg) no-repeat;
}

#left_section_header_top { 
	background: url(/lwc/images/left_column_header_bg.jpg) no-repeat;
}

.event_top_header {
	background: url(/lwc/images/events_header_bg.jpg) no-repeat;
}

.event_middle_header {
	background-color: #D8D8D8;
}

.events_section_header {
	background: url(/lwc/images/section_header_bg.jpg) no-repeat;
}

#event_search_box {
	background-color: #d8e1ce;
}

#search_form_holder a:link,#search_form_holder a:visited,#search_form_holder a:hover,#search_form_holder a:active {
	background-color: #BABABA;
	color: #fff;
}

#upcoming_events_container a:link, #upcoming_events_container a:visited, #upcoming_events_container a:hover, #upcoming_events_container a:active {
	color: #a4a4a4;
}

#download_audio li {
	background: url(/lwc/images/greynav_arrow.gif) no-repeat;
}


/*Color EShopping*/
#details_goback, #details_goback a {
	color: #881626;
}
#RecordLayout .no_results a {
	color: #881626;
}
#similar .select_all {
	color: #881626;
}
#guidednav5 .no_nav, #guidednav2 .no_nav {
	color: #881626;
}
#tryme, #tryme a, #tryme a:hover, #tryme a:visited, #tryme a:link, #tryme a:active {
	color: #881626;
}
#theCartBody .cart_count, #theCartBody .checkout, #theCartBody .checkout a, #theCartBody .checkout a:hover, #theCartBody .checkout a:visited, #theCartBody .checkout a:link, #theCartBody .checkout a:active {
	color: #881626;
}
#guidednav5 ul, #guidednav5 ul a {
	color: #881626;
}
#breadcrumbs_top .removeall a {
	color: #881626;
}
#eshopping_cart_text, #eshopping_cart_text2 {
	color: #FFFFFF;
}
#guidednav2 ul {
	border-color: #6D6D6D;
	background-color: #6D6D6D;
}
#eshopping_cart {
	background-color: #EBEBEB;
}
#eshopping_cart_header {
	background-color: #6D6D6D;
}
#eshopping_cart_header_text, #eshopping_cart_header_text2 {
	color: #FFFFFF;
}
#eshopping_lg_header {
	background-color: #6D6D6D;
}
#eshopping_lg_header_text, #eshopping_lg_header_text2 {
	color: #FFFFFF;
}
#eshopping_bc_header {
	background-color: #6D6D6D;
}
#eshopping_bc_header_text {
	color: #FFFFFF;
}
#eshopping_trz_header {
	background-color: #6D6D6D;
}
#eshopping_trz_header_text {
	color: #FFFFFF;
}
#eshopping_mrz_header {
	background-color: #6D6D6D;
}
#eshopping_mrz_header_text {
	color: #FFFFFF;
}
#eshopping_brz_header {
	background-color: #6D6D6D;
}
#eshopping_brz_header_text {
	color: #FFFFFF;
}
#eshopping_wylf_header {
	background-color: #6D6D6D;
}
#eshopping_wylf_header_text {
	color: #FFFFFF;
}
#eshopping_dym_header {
	background-color: #6D6D6D;
}
#eshopping_dym_header_text {
	color: #FFFFFF;
}
#EHeaderSearch {
	background: #EBEBEB; /* Background color of search layer */
	color: #484848;	/* Text color */
}
#EHeaderSearch a:link {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#EHeaderSearch a:visited {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#EHeaderSearch a:hover {
	text-decoration: none; /* HOVER link color for search layer */
	}
	
#EHeaderSearch a:active {
	color: #AB2C3F; /* Link color for search layer */
	}
	
#EHeaderSearch input { 
	border: 1px solid #c3c3c3; /* Search input field properties - border size & color */
}



/* Styles brought over from the old stylesheet needed for catalog pages */
.sectionBar {
	color: #ffffff;
	background-color: #6D6D6D;
}

.reviewBorder {
	background-color: #D8D8D8;
}

.reviewBorderText {
	background-color: #D8D8D8;
	color: #474B37;
}

.reviewBorderText a:link {color: #474B37;}
.reviewBorderText a:visited {color: #474B37;}
.reviewBorderText a:hover {color: #474B37;}
.reviewBorderText a:active {color: #474B37;}

.sectionBarColor {
	background-color: #D8D8D8;
}

.shoppingSectionBarColor {
	color: #ffffff; 
	background-color: #6D6D6D;
}

.rightColumnColor {
	background-color: #EBEBEB;
}

#polls_header, #polls_header_section_right {
	background-color:#D8D8D8;
}
#polls_bottom, #polls_bottom_section_right {
	background-color:#D8D8D8;
}
/* --- end section colors --- */

#section_header_products {
	background:transparent url(/lwc/images/section_header_bg-BIG.jpg) repeat-x scroll 0%;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	border-top: 1px solid silver;
}
