@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #000000;
	height: 100%; 
}
img {
	border: 0;
}
hr {
	height: 1px;
}
img.logo {
	margin: 30px 0 0 30px;
}
form {
	margin: 0;
	padding: 0;
}
.relative {
	position: relative;
}
div.error {
	color: #f46d6d;
	font-weight: bold;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;		
}
div.message {
	color: #2d97bf;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;	
}
div.top_wrapper {
	height: 122px;
	background: url(../images/top_back_light.jpg) top repeat-x #ffffff;
}
div.main_wrapper {
	background-color: #ffffff;
	background-image: url(../images/back_blue_woodgrain.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
td.shading_top {
	background: url(../images/shading_top.png) top center no-repeat;
	width: 983px;
	height: 19px;
}
td.shading_top_left {
/*	background: url(../images/shading_top_left.jpg) repeat-y top center; */
	background: url(../images/shading_top_left.png) top center repeat-y;
	width: 25px;
}
td.shading_top_right {
	background: url(../images/shading_top_right.png) top center repeat-y;
	width: 25px;
}
td.shading_left {
	background: url(../images/shading_left_transparent2.png) top center repeat-y;
	width: 25px;
}
td.shading_right {
	background: url(../images/shading_right_transparent.png) top center repeat-y;
	width: 25px;
}
div.bottom_wrapper {
	min-height: 124px;
	background: url(../images/bottom_back.jpg) top repeat-x;
}
div.nav_wrapper {
	width: 983px;
}
div.nav {
	/* position: relative; */
	z-index: 100;
	width: 933px;
	height: 46px;
	/* background: url(../images/nav_back.jpg) top repeat-x; */
	background: url(../images/nav_back_46px.jpg) top repeat-x;
}
div.search_box {
	float: right;
	margin: 7px 7px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	vertical-align: middle;
}
form.search_box {
	margin: 0;
	padding: 0;
}
form.search_box input {
	height: 15px;
	width: 120px;
	padding: 2px;
	font-familY: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f9f9f;
	background: #efefef;
	border: 1px solid #000000;
}
td.social_buttons img {
	margin-top: 20px;
	margin-right: 5px;
}
div.main {
	width: 933px;
	min-height: 500px;
	background: #ffffff;
	text-align: left;
	z-index: 0;
}
div.main_content {
	min-height: 406px;
}
div.transparent_content {
	z-index: 1;
	position: absolute;
	margin: 0 42px 0 238px;
	width: 653px;
	height: 294px;
	background: #ffffff;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}
div.page_content {
	position: relative;
	z-index: 1;
	padding: 25px 35px 0 35px;
}
div.content {
	height: 100%;
/*	background: url(../images/content_back.jpg) top repeat-x;	*/
	min-height: 300px;	
	padding: 30px 30px 0 30px;
}
div.tabs_content {
	background: url(../images/tabs/content_back.jpg) repeat-x top center; 
	min-height: 330px;
	padding: 30px;
}
div.tabs_content, div.tabs_content table {
	font-size: 11px;
}
div.tabs_content hr {
	color: #c7c7c7;
}
div.tabs_content h2 {
	font-size: 15px; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
}
div.tabs_content h6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #a0a0a0;
}
div.tabs_content table.donate img {
	margin-right: 10px;
}
div.tabs_content ul.article_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.tabs_content ul.article_list li {
	margin: 6px 0 6px 0;
}
div.tabs_content ul.article_list li a {
	font-weight: normal;
}
table.donate .tab_sidebar {
	border-left: 1px solid #c7c7c7;
	padding: 0 0 15px 15px;
	font-size: 11px;
	color: #666666;
}
td.tab_sidebar_left {
	border-right: 1px solid #c7c7c7;
	padding: 0 15px 15px 0;
	font-size: 11px;
	color: #666666;
}
div.tabs_content a:link, div.tabs_content a:visited {
	text-decoration: none;
	color: #0c7298;
	font-weight: bold;	
}
div.tabs_content a:hover {
	text-decoration: none;
	color: #2d97bf;		
}
div.tabs_content table.tabs_bottom_table img {
	margin: 10px 0 5px 0;
}
ul.store_highlights {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
ul.store_highlights li {
	float: left;
	margin: 0;
	text-align: center;
	font-weight: normal;
	border: 0;
	display: block;
	width: 100px;
	margin: 0 5px 0 5px;
	font-size: 10px;
	line-height: 13px;
}
ul.store_highlights li a {
	font-weight: normal;	
}
ul.store_highlights img {
	height: 110px;
	margin-bottom: 4px;
}
div.webcast_thumb_frame {
	width: 253px;
	height: 200px;
	background: url(../images/tabs/webcast_thumb_frame.jpg) no-repeat top center;
	margin-left: -10px;
}
div.webcast_thumb_frame img {
	margin: 17px 0 0 16px;
}
div#video_player {
	width: 300px;
	height: 243px;
	margin: 0 20px 0 0;
}
table.recent_webcasts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
table.recent_webcasts img {
	margin: 8px 10px 8px 15px;
}
table.recent_webcasts .title {
	font-weight: bold;
	font-size: 14px;
}
div.sidebar {
	margin-right: 30px;
}
img.sidebar_title {
	margin-bottom: 5px;
}
ul.nav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
ul.nav li {
	float: left;
	margin: 0;	
}
ul.nav li a {
	float: left;
	padding: 8px 15px 7px 15px;
	display: block;
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;	
}
ul.nav li a:hover {
/*	background: #3c3c3c;	*/
	color: #c0e8ff;	
}
div.bottom {
	width: 933px;
	height: 30px;
	background: #ffffff;
	margin: 0 25px 0 25px;
}
div.footer {
	width: 903px;
	border: 1px solid #3f3f3f;
	padding: 15px;
	margin: 20px 25px 20px 25px;
	text-align: right;
	color: #626161;
	font-size: 11px;
}
div.footer a:link, div.footer a:visited {
	color: #626161;
}
div.footer a:hover {
	color: #46789f;
}
div.footer_small {
	font-size:10px; 
	line-height:11px; 
	color:#343434;
}
div.footer_small a:link, div.footer_small a:visited {
	color: #343434;
}
div.footer_small a:hover {
	color: #46789f;
}
div.breadcrumbs {
	font-size:10px;
	line-height: 11px;
	margin: 0 0 30px 0;
}
div.breadcrumbs a {
	font-weight: normal;
}





/* Site Nav */
div.site_nav {
	margin: 160px 20px 0 35px;
	padding: 0;
	max-height: 537px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}
ul.site_nav {
	list-style:none; 
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.site_nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
ul.site_nav li, ul.site_nav li li {
	padding: 7px 0 0 0;
}
ul.site_nav li li {
	vertical-align: middle;
}
ul.site_nav a {
	font-weight: normal;
}
ul.site_nav a.active {
	font-weight: bold;
}
img.button_delete {
	margin: 5px 5px 0 0;
	float: left;
}
div.sublink_a {
	margin-left: 5px;
}
span.related_links {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}




/* CLIPS */
ul.clips {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* STORE */
ul.seriesList {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.seriesList li {
	display: block;
	width: 194px;
	height: 18px;
	margin: 0;
	padding: 0;
}
ul.seriesList li a {
	font-weight: normal;
}
table.series a {
	font-weight: normal;
	font-size: 11px;
}
div.search_sermons {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 0 20px 0;
	margin: 0 0 15px 0;
	vertical-align: middle;
}
div.search_sermons span, div.search_sermons input {
	vertical-align: middle;
}

ul.products {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.products li {
	float: left;
	width: 179px;
	height: 205px;
	margin: 0 15px 15px 0;
}
ul.products img {
	max-height: 140px;
	margin-bottom: 5px;
}



/* NEWS */
ul.menu_news {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu_news li {
	margin: 0 0 20px 0;
}
ul.menu_news h2 {
	margin: 0;
}


/* MENU */
ul.menu li {
	margin: 0 0 5px 0;
}



/* WEBCAST ARCHIVES */
div.webcast_archive_item {
	padding: 20px;
	border-top: 1px solid #d4d4d4;
}



/* AUDIO MESSAGES */
a.listenButton {
	display: block;
	background: url(../images/buttons/btn_mp3_play_back_30x30.gif) top center no-repeat;
	width: 30px;
	height: 30px;
}
a.listenButton:hover {
	background-position: 0 -30px;
}
a.pauseButton {
	display: none;
	background: url(../images/buttons/btn_mp3_pause_back_30x30.gif) top center no-repeat;
	width: 30px;
	height: 30px;
}
a.pauseButton:hover {
	background-position: 0 -30px;
}
span.message_button_label {
	font-size: 10px;
	color: #999999;
}
div.listenStatus {
	display: none;
	font-size: 10px;
	color: #13769b;
	font-weight: bold;
}
a.dloadButton {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/buttons/btn_dload_back_30x30.gif) top center no-repeat;
}
a.dloadButton:hover {
	background-position: 0 -30px;
}
a.notesButton {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/buttons/btn_notes_back_30x30.gif) top center no-repeat;
}
a.notesButton:hover {
	background-position: 0 -30px;
}
a.buyButton {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/buttons/btn_buy_back_30x30.gif) top center no-repeat;
}
a.buyButton:hover {
	background-position: 0 -30px;
}



/* CALENDAR */
table.calendar {
	font-size: 10px;
}
table.calendar_top {
	margin-top: -10px;
}
div.calendar_options {
	float: right;
	margin-top: -35px;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
div.day, div.inactive {
	min-height: 75px;
}
div.day {
	padding: 3px;
}
div.day a {
	font-weight: normal;
}
div.day div.event {
	line-height: 11px;
	margin: 5px 0 5px 0;
}
div.event_line {
	padding: 7px;
	line-height: 11px;
}
div.event_line a {
	font-weight: normal;
}
span.day_num {
	font-size: 8px;
	font-weight: bold;
}
div.day_num_line {
	font-size: 8px;
	font-weight: bold;
	padding: 7px;
}
div.day_label {
	border-bottom: 2px solid #0c7298;
	padding: 3px;
	font-weight: bold;
	text-align: center;
}
a.calendar_grid {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/buttons/btn_calendar_grid_26x26.gif) top left no-repeat;
	margin: 0 5px 0 0;
}
a.calendar_lines {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/buttons/btn_calendar_lines_26x26.gif) top left no-repeat;
}
a.calendar_grid:hover {
	background-position: 0 -26px;
}
a.calendar_lines:hover {
	background-position: 0 -26px;
}
div#calendar_lines {
	display: none;
}



/* SHOPPING CART */
a.remove_product {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/btn_remove_product.gif) top left no-repeat;
	float: left;
	vertical-align: middle;
}
a.add_product {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/buttons/btn_add_product.gif) top left no-repeat;
	float: left;
	vertical-align: middle;
}
a.remove_product:hover {
	background-position: 0 -16px;
}
a.add_product:hover {
	background-position: 0 -16px;
}
div.product_quantity {
	float: left;
	width: 25px;
	vertical-align: middle;
	text-align: center;
}
.checkout {
	width: 82px;
	height: 21px;
	display: block;
	background: url(../images/buttons/btn_store_nav.gif) top left no-repeat;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;	
	float: left;	
	margin: 0 5px 0 0;
	border: 0;
}
.checkout:hover {
	background-position: 0 -21px;
}
a.empty_cart {
	display: block;
	width: 82px;
	height: 21px;
	background: url(../images/buttons/btn_store_nav.gif) top left no-repeat;
	background-position: -82px 0;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;	
	float: left;
	cursor: pointer;
}
a.empty_cart:hover {
	background-position: -82px -21px;
}

div.checkout_steps {
	height: 75px;
}
ul.checkout_steps {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 3px;
	display: block;
	font-weight: bold;
	color: #999999;	
}
ul.checkout_steps li {
	float: left;
	line-height: 13px;
	margin: 0 75px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
ul.checkout_steps li a {
	color: #0c7298;
}
ul.checkout_steps div {
	font-size: 30px;
	line-height: 30px;
}
div.checkout_nav {
	height: 21px;
	margin: 15px 0 15px 0;
}
.small_text {
	font-size: 10px;
}


/* NEWS TICKER */
div#ticker_wrapper {
	background: url(../images/ticker_back.jpg) top left repeat-x;
	height: 34px;
	display: none;
}
div#ticker {
	width:933px; 
	height:34px; 
	display:none;
}
div#ticker div {
	height:34px;
	width: 840px; 
	margin-left: 30px;
	color:#ffffff; 
	text-align:left; 
	line-height:34px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold;
	display: none;
	float: left;
}
div#ticker_close {
	float: left;
	height: 34px;
	width: 30px;
	line-height: 34px;
	color: #ffffff;
}




/* SEARCH RESULTS */
ol.search_results {
	margin: 20px 0 15px 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
ol.search_results li {
	margin: 0 0 15px 0;
}
ol.search_results a.title {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
div.pagination {
	height: 25px;
}
ul.pagination {
	list-style-type: none;
	margin:0;
	padding:0;
	height: 25px;
	float: right;
}
ul.pagination li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.pagination li a:link, ul.pagination li a:visited {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 8px;
	margin: 0 0 0 5px;
	border: 0;
	color: #ffffff;
	background: #0c7298;
	text-decoration: none;
}
ul.pagination li a:hover {
	text-decoration: none;
	background: #2db9e4;
}
ul.pagination li a.current {
	text-decoration: none;
	background: #2db9e4;
}



/* eNETWORK */
ul.enetwork_groups {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.enetwork_groups li {
	height: 22px;
	width: 250px;
	overflow: hidden;
	float: left;
}
div.enetwork_cat {
	margin: 10px 0 3px 0;
	font-weight: bold;	
}
input#Save {
	background: url(../images/save_btn_back.jpg) repeat-x top center #295179;
	color: #ffffff;
	border: 0;
	padding: 3px 8px 4px 8px;
	cursor: hand;
}
div#enetwork_signup_small {
	display: none;
	border: 1px solid #d4d4d4; 
	background:#fafbfb; 
	padding: 20px; 
	margin-top: 20px;
}



/* PHOTO GALLERY */
ul#photo_gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#photo_gallery li {
	margin: 0 10px 0 0;
	float: left;
	width: 50px;
	height: 37px;
	overflow: hidden;
}
