/*

	File: screen.css
	Media: screen
	Copyright: (c) 2009 Axis Media Solutions. www.axismedia.com
	Author: Nicholas Kemboi.
	Notes: 


/* Reset Defaults
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
:focus { outline: 0;}
ul {}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}


/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {height: 100%; }
body { background: #fff; font:0.6em Arial, Helvetica, Verdana, sans-serif; color: #000; height: 100%; text-align:center; margin:0 auto;}

h2, h4, h5, h6 { font-size:1.4em; font-weight:bold; color: #432501; font-family: Helvetica, Arial, Verdana, sans-serif; }
h1 {
	font-size:2em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#14527b;
	margin:0 0 10px 0;
	
}

h3 {
	font-size:1.5em;
	font-family: Arial, Verdana, sans-serif;
	color:#000;
	margin:0 0 20px 0;
	font-weight:bold;
	line-height:25px;
	
}
h2{margin: 16px 16px 0px 0;}
p { font-size:1.2em; line-height:1.4em; margin:10px 0; }
small { font-size:1.1em;}

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both;}

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 10px; margin-bottom: 0; }
p.last { margin-bottom: 0; }

.article_thumb { float: left; display: inline; margin: 16px 16px 16px 0; }

.title_full_width_border { width:100%; padding-bottom:12px; border-bottom:6px solid #ccc; }


/* Links
--------------------------------------------------------------------------------------- */

.content a {font-weight: normal; text-decoration: none; color: #14527b;}
.content alink { color: #14527b;}
.content a:hover { color: #000; text-decoration: underline;}

.header a:link { color: #fff;}

.header a:hover { color: #000; text-decoration: underline;}
.header a:active { color: #000;}

.footer_box a:link { color: #fff;}
.footer_box a:visited { color: #fce406;}
.footer_box a:hover { color: #fce406; text-decoration: underline;}
.footer_box a:active { color: #fce406;}

.footer a { color: #fff; font-size:11px;  text-decoration:none;}
.footer a:link { color: #fff;}
.footer a:hover { color: #fce406; text-decoration: underline;}



.site_index ul li.title a:link { color: #fff; }
.site_index ul li.title a:hover { color: #fff; }
.site_index ul li.title a:active { color: #fff; }

a.arrow {background: transparent url(../images/arrows/arrow_blue.gif) 100% 50% no-repeat; padding-right: 14px;}

.btn_more { display:block; width: 43px; height: 19px; text-indent: -9999px; background: transparent url(../images/btn/btn_more.gif) top right no-repeat; }
.btn_more:hover { background-position: top left;}

.btn_more_2 { display:block; width: 43px; height: 19px; text-indent: -9999px; background: transparent url(../images/btn/btn_more_2.gif) top left no-repeat; }
.btn_more_2:hover { background-position: top right;}

.btn_buy { display:block; width: 43px; height: 19px; text-indent: -9999px; background: transparent url(../images/btn/btn_buy.gif) top left no-repeat; float: left; display: inline; margin-left: 12px; }
.btn_buy:hover { background-position: top right;}

.btn_sign_up { display:block; width: 200px; height: 47px; text-indent: -9999px; background: transparent url(../images/newsletter.png) top left no-repeat; }
.btn_sign_up:hover { background-position: bottom left;}

.btn_sponsor_child_footer { display:block; width: 158px; height: 47px; text-indent: -9999px; background: transparent url(../images/btn/btn_sponsor_child_footer.gif) top left no-repeat; }
.btn_sponsor_child_footer:hover { background-position: top right;}

.btn_sponsor_this_child_m { display:block; width: 126px; height: 47px; text-indent: -9999px; background: transparent url(../images/btn/btn_sponsor_child_monthly.gif) top left no-repeat; float: left; display: inline; }
.btn_sponsor_this_child_m:hover { background-position: top right;}

.btn_sponsor_this_child_a { display:block; width: 126px; height: 47px; text-indent: -9999px; background: transparent url(../images/btn/btn_sponsor_child_annually.gif) top left no-repeat; margin-left: 24px; float: left; display: inline;}
.btn_sponsor_this_child_a:hover { background-position: top right;}


/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.header_box { width:100%; background: #ffffff url(../images/header_bg.jpg) top center repeat-x;}
.header { width:960px; background: #ffffff url(../images/menu_bg.jpg) top center repeat-x; height:88px; margin: 0 auto; padding: 0 0 0 0; overflow: hidden; }
.content_box {
	width:100%;
	background: #267ebd url(../images/bg_content.jpg) top center repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.content {
	width:960px;
	color:#000;
	background: #fff url(../images/.jpg) top center repeat-y;
	text-align:left;
	font:1.05em Arial, Helvetica, Verdana, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}

.main { width:670px; float:right; display:inline; margin: 0 0 0 0; }
.sidebar {
	width:265px;
	float:left;
	display:inline;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer_box {
	width:100%;
	background: #7b4109 url(../images/bg_footer.jpg) top center repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.footer {
	width: 960px;
	overflow: hidden;
	color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight:11px;
}
.copyright_box { width:100%; background: #69100c url(../images/bg_copyright.jpg) top center repeat-x; }

body.home .content { width:960px; margin: 0 auto; padding: 0 0 0 0; background: none; }
body.sponsor_main .content { width:960px; margin: 0 auto; padding: 34px 0 28px 0; background: #ffffff url(../images/bg_paper.jpg) top center repeat-y;  }
body.sponsor_main .main { width:654px; float:right; display:inline; margin: 0 0 0 0; }
.sponsor_main_content { width: 620px; margin-right: 34px; }

body.content_full .content { width:960px; margin: 0 auto; padding: 34px 0 28px 0; background: #ffffff url(../images/bg_paper_full.jpg) top center repeat-y;  }

/* Header Layout
--------------------------------------------------------------------------------------- */

.header h1 { float: left; display: inline; margin: 20px 0 0 10px; }
.header h1  { display: block; width: 172px; height: 68px; text-indent: -9999px; background: transparent url(../images/logo.jpg) top left no-repeat; }

.header h2 { float: right; display: inline; margin: 20px 10px 0 0px; }
.header h2  { display: block; width: 237px; height: 68px; text-indent: -9999px; background: transparent url(../images/tagline.jpg) top left no-repeat; }

.header_right_panel { float: right; display: inline; width:78%; margin: 22px 20px 0 0; }
.header_right_panel p { text-align: right; margin: 0; color: #764319; }

nav { width: 100%; height: 21px; overflow: hidden; margin-top: 0px; }
nav li { float: right; display: inline; font-size: 1.4em; font-family: Helvetica, Arial, Verdana, sans-serif; margin-left: 42px; }
.main_nav li.last { margin: 0; }
.main_nav li a { display: block; height: 22px; background: transparent url(../images/bg_nav.gif) 0 -24px no-repeat; text-indent: -9999px;}

#about { width:85px; background-position: 0 0; }
#about:hover { background-position: 0 -22px; }
body.about a#about, body.about a#about:hover { background-position: 0 -44px; }

#events { width:64px; background-position: -85px 0; }
#events:hover { background-position: -85px -22px; }
body.events a#events, body.events a#events:hover { background-position: -85px -44px; }

#news { width:48px; background-position: -149px 0; }
#news:hover { background-position: -149px -22px; }
body.news a#news, body.news a#news:hover { background-position: -149px -44px; }

#store { width:53px; background-position: -198px 0; }
#store:hover { background-position: -198px -22px; }
body.store a#store, body.store a#store:hover { background-position: -198px -44px; }

#help_now { width:86px; background-position: -251px 0; }
#help_now:hover { background-position: -251px -22px; }
body.help_now a#help_now, body.help_now a#help_now:hover { background-position: -251px -44px; }

#sponsor { width:148px; background-position: -337px 0; }
#sponsor:hover { background-position: -337px -22px; }
body.sponsor a#sponsor, body.sponsor a#sponsor:hover { background-position: -337px -44px; }


/* Homepage Layout
--------------------------------------------------------------------------------------- */

.welcome { width:960px; height:250px; padding: ; margin:0; overflow: hidden;}

.homepage_content {
	width: 960px;
	overflow: hidden;
	color: #000;
	background-color:#FFFFFF;
	text-align:justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.homepage_content h1 {
	font-size:2em;
	font-family: Arial, Verdana, sans-serif;
	color:#14527b;
	margin:0 0 0px 0;
	
}

.left_homepage_content {
	width: 300px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.right_homepage_content {
	width: 630px;
	float: right;
	display: inline;
	overflow: hidden;
}

.inside_content { width: 940px; padding: 0px 10px 0px 10px; overflow: hidden; color: #000; background-color:#FFFFFF; }

.breadcrumb { width: 940px; margin: 0px 10px 10px 10px; overflow: hidden; color: #000; background-color:#FFFFFF; }

.left_inside_content {
	width: 270px;
	float: left;
	overflow: hidden;
}
.right_inside_content {
	width: 645px;
	float: right;
	display: inline;
	overflow: hidden;
	text-align:justify;
}

.inside_content img {
	float: left;
	display: inline;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.inside_content li {  list-style-type: square; color: #000;  background-color:#FFFFFF; font-size: 1em; margin:0 0 10px 0 }


.left_homepage_content img { border: 7px solid #0091b4; margin: 12px 0 8px 0; }


.homepage_content a.btn_more { float: right; display: inline; margin-top: 6px; }
.right_homepage_content li { list-style-type: square; font-size:120%; font-family: Helvetica, Arial, Verdana, sans-serif; color: #000; font-weight: normal; margin-left:20px; }


.content main li { list-style-type: square; font-size:120%; font-family: Helvetica, Arial, Verdana, sans-serif; color: #000; font-weight: normal; background-color:#FFFFFF; }

.listing_module1 {
	width: 310px;
	float: left;
	display: inline;
	margin-left: 10px;
}
.listing_module {
	width: 270px;
	float: left;
	display: inline;
	margin-left: 30px;
}
.listing { border-bottom: 1px solid #fff; overflow: hidden; padding: 10px 0; width: 100%; }

.full_panel_listing { width: 100%; overflow: hidden; }
.full_panel_listing h4 { color: #de8638; font-size: 1.4em; }
.full_panel_listing p { margin: 2px 0 0 0; font-size: 1.1em;}

.main_content ul.pages { margin: -5px 0 0 0; padding: 0; overflow: hidden; width: 96%; border-top:1px solid #e2ddcd; border-bottom:1px solid #e2ddcd; padding: 6px 2%; background: #f8f6ed; }
.main_content ul.pages li { margin: 0; padding: 0; float: left; display: inline; margin-right: 6px; color: #6d5935; }
.main_content ul.pages li.title { padding-top: 3px; font-weight: bold; }
.main_content ul.pages li a { display: block; padding:3px 4px;  text-decoration: underline; }
.main_content ul.pages li a:hover {  text-decoration: underline; background: #f1f8fc;}
.main_content ul.pages li a.active, ul.pages li a.active:hover { display: block; padding:3px 4px; border: 0; color: #6d5935; text-decoration: none; }
.main_content ul.top_pages { margin: 24px 0; }

body.sponsor_main .main_content ul.pages { width: 598px; }

/* Main Layout
--------------------------------------------------------------------------------------- */

.main h4, .full h4 { font-size: 1.6em; margin: 20px 0; color:#000000; }

.rotator { margin-bottom: 8px; }

.module { padding: 16px; background: #ffffff; border: 1px solid #dddddd; }
.home_top_row { margin-bottom: 8px; }
.home_top_row .module { width: 292px; float: left; display: inline; height: 216px; }
.home_top_row .module.last { margin-left: 8px;}

.h3_title { margin-bottom: 10px; color:#FFFFFF; }
.blog_list { width: 100%; border-bottom: 1px solid #eeebe0; padding: 8px 0; overflow: hidden; }
.blog_list .date { width: 16%; float: left; display: inline; }
.blog_list .listing { width: 80%; float: right; display: inline; }
.blog_list h4 { font-size: 1.2em; margin: 0; }

.top_ten { width: 626px; }
.top_ten_left { width: 47%; float: left; display: inline; }
.top_ten_right { width: 47%; float: right; display: inline; }

.top_ten_row { margin-top:12px; }
.top_ten h6 { float: left; display: inline; width: 15%; font-size:3.6em; text-align: center; margin-top: 2px; color: #42b5e8; }
.top_ten_result { float: right; display: inline; width: 82%; }
.top_ten_result p { margin: 0; }

.case_studies_box { width: 100%; background: #555555; padding: 24px 0 8px 0; }
.case_studies_box h3{ width: 572px; margin: 0 0 16px 24px; color: #ffffff;}
.case_study { width: 174px; float: left; margin-left: 24px; display: inline; }
.case_study img { border: 3px solid #7b7b7b; margin-bottom: 16px; }
.case_study h4 { font-size: 1.4em; color: #42b5e8; margin: 0; }
.case_study p { color: #ffffff;}

.page_header h2 { font-size: 3em; font-weight: normal; color: #5d7c79; }

.main_content p.crumbs { margin: 0 0 16px 0; font-size: 1.1em; }

.main_content p { line-height: 1.6em; margin: 18px 0;}
.main_content ul, .main_content dl, .main_content ol, .full ul { margin: 16px 0; }
.main_content ul li, .main_content dl dd, .full ul li { list-style: disc; display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }
.main_content ol li { display: list-item; margin-left: 32px; padding-left: 4px; font-size: 1.2em; line-height: 1.3em; margin-bottom: 6px; }

.left_panel { width: 48%; float: left; display: inline; }
.right_panel { width: 48%; float: right; display: inline; }
.row { margin-bottom: 24px; }
.bottom_row { padding-top: 24px; border-top: 8px solid #eeebe0; }


.main_image_small { float: left; display: inline; margin: 0 28px 24px 0; border: 12px solid #e8e3d8;}

.staff_box { margin-top: 24px; }
.staff { width:144px; float: left; display: inline; text-align: center; height: 250px; margin-right: 16px; }
.staff h3 { font-size: 1.2em; margin: 8px 0 2px 0; letter-spacing: normal; text-transform: none; }
.staff_info { width: 200px; float: left; display: inline; }
.staff img, .staff_info img { border: 12px solid #e8e3d8; }
.staff_content { width: 59%; float: right; display: inline; }
.staff_content h4 { font-size: 1.6em; margin: 0 0 2px 0; }
h4.staff_title { font-size: 2.4em; }
.staff_title span { font-size: .75em; font-weight: normal; margin-left: 8px; }
.staff_title span img { vertical-align: bottom; margin:0 0 2px 6px; }


.small_sponsor_text { margin-top:30px;} 
.small_sponsor_text h4 { font-size: 1.2em; color: #a3957c; margin: 0; }
.small_sponsor_text p { font-size: 1.1em; color:#a3957c; margin:6px 0; line-height:1.3em; } 

.news_list { width: 100%; border-bottom: 1px solid #eeebe0; padding: 14px 0; overflow: hidden; }
.news_list .news_date { width: 10%; float: left; display: inline; }
.news_list .listing { width: 87%; float: right; display: inline; border-bottom: 0; margin: 0; padding: 0; }
.news_list h4 { font-size: 1.4em; margin: 0; }
.news_list h5 { font-size: 1.4em; margin: 0; }
.news_list .listing h4 { margin: 0 0 0 0; }

.full { width:892px; margin-left:34px; float: left; display: inline; }
.full h4 { color: #e36f1e; }

.site_map_list { width: 16%; float: left; display: inline; }
.full .site_map_list li { font-size: 1.2em; margin-left: 14px;}
.full .site_map_list li.site_map_title { margin: 0 0 8px 0; padding: 0; list-style: none; font-size: 1.6em;}

.big_text { background: #d6ebc4 url(../images/icons/icon_confirmation.gif) 16px 50% no-repeat; padding: 18px 10%; width: 80%; text-align: center; margin: 24px 0; }
.big_text p { font-size: 1.6em; color: #2c8603; margin: 0; line-height: 1.3em; }

/* Events & Calendar
______________________________________________________________________________________ */

.event_row { width: 100%; }
.event_row h3 { margin-bottom: 20px; }
.event_listing { border-bottom: 4px solid #eeebe0; overflow: hidden; padding-bottom: 12px; margin-bottom: 12px; width: 100%; }
.left_panel_event_listing { width: 8%; float: left; display: inline; }
.left_panel_event_listing h5 { font-size: 3.6em; font-weight: normal; color: #bdb79f; }
.right_panel_event_listing { width: 89%; float: right; display: inline; overflow: hidden; }
.right_panel_event_listing h4 { margin: 0;}
.right_panel_event_listing p { margin: 2px 0 0 0;}

.featured_event_listing { border-bottom: 4px solid #f5ede2; overflow: hidden; padding-bottom: 12px; margin-bottom: 12px; }
.left_panel_fevent_listing { width: 28%; float: left; display: inline;}
.left_panel_fevent_listing h5 { font-size: 3.6em; font-weight: normal; }
.right_panel_fevent_listing { width: 69%; float: right; display: inline; overflow: hidden;  }
.right_panel_fevent_listing h4 { margin: 0;}
.right_panel_fevent_listing p { margin: 2px 0 0 0;}

img.featured_event_thumb { width: 154px; height: 60px; }
img.featured_event_details { width: 596px; height: 248px; margin-bottom: 16px;  border: 12px solid #e8e3d8;}

.event_title { width: 100%; overflow: hidden; }
.back { font-size: .65em; float: right; display: inline;}

.table_events { width: 100%; border-collapse: collapse; font-size: 1.2em;}
.table_events td { padding: 10px 0; border-bottom: 1px solid #eeebe0; }
.table_events td.titles { background: #5e6874; color: #ffffff; font-weight: bold;}
.table_events td p  { margin: 0; padding: 0; font-size: 1em; }

#calendar_box { width:100%; margin-bottom: 24px; }
#calendar_box ul#calendar_months { width:208px;height: 46px; background:#ded8c6; text-align: center; overflow: hidden; }
#calendar_box ul#calendar_months li { float:left; display: inline;}
#calendar_box ul#calendar_months li#previous_month a { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/btn/btn_calendar_prev_month.gif) top left no-repeat; }
#calendar_box ul#calendar_months li#previous_month a:hover { background-position: bottom left; }
#calendar_box ul#calendar_months li#current_month { width:148px; color:#985916; font-size: 1.6em; line-height:46px; }
#calendar_box ul#calendar_months li#next_month a { display:block; width:30px; height:46px; text-indent:-9999px; background: transparent url(../images/btn/btn_calendar_next_month.gif) top left no-repeat; }
#calendar_box ul#calendar_months li#next_month a:hover { background-position: bottom left; }

#calendar_box ul#calendar_dates { width:206px; padding:0 0 0 0;margin: 0 auto; border:1px solid #ded8c6; border-top: none;background: #f8f6ef; text-align: center; overflow: hidden;}
#calendar_box ul#calendar_dates li { float:left; display:inline; width:28px; height:28px; border-right:1px solid #ded8c6; border-bottom:1px solid #ded8c6; font-size: 1.2em;}
#calendar_box ul#calendar_dates li.last_column { border-right:0; border-bottom:1px solid #ded8c6; width:32px;}
#calendar_box ul#calendar_dates li.last_row { border-bottom:0;}
#calendar_box ul#calendar_dates li.last_row_column { border:0;}
#calendar_box ul#calendar_dates li.days { display:block; line-height:28px; font-weight: bold; background: #ffffff; color: #985916;}

#calendar_box ul#calendar_dates li a { display:block; line-height:28px; color:#a59e87; text-decoration: none;}
#calendar_box ul#calendar_dates li a:hover { background:#dcd8ca; color:#ffffff; text-decoration: underline;}
#calendar_box ul#calendar_dates li a.current_date { background:#bc2821; color:#ffffff;}

.no_events { width: 90%; padding:8px 5%; text-align: center; background: #fefa9c; font-size: 1.6em; border-top:1px solid #e6e283; border-bottom:1px solid #e6e283; }


/* Ministries Module
______________________________________________________________________________________ */

.missions_row { margin-bottom: 26px; }
.missions_row img { float: left; display: inline; border: 12px solid #e8e3d8; }
.missions_right_panel { float: right; display: inline; width:69%; }
.missions_right_panel h4 { margin: 0 0 0 0; }
.missions_right_panel h5 { font-size: 1.2em; margin-top: 3px; color: #888888; font-weight: normal; }
.missions_right_panel p { margin: 8px 0 0 0; }

/* Sidebar Layout
--------------------------------------------------------------------------------------- */

.sidebar h3 {
	padding-bottom:8px;
	margin: 0;
	border-bottom: 2px solid #d7d2c2;
	font-size: 2.5em;
	color:#2274ac;
}
.side_nav {
	width: 100%;
	padding: 0;
}
.side_nav li { font-size: 1.4em; border-bottom: 1px solid #d7d2c2; margin-bottom: 6px; }
.side_nav li a:link, .side_nav li a:visited, .side_nav li a:hover { display: block; width: 100%; padding: 0 0 6px 0; font-weight:bold; }

.side_nav li.active {  color:#FFFFFF;}
.side_nav li.last { border: none; }

.side_nav li li

.sidebar ul.checklist { margin: 24px 0; }
.sidebar ul.checklist li { padding-left: 28px; background: transparent url(../images/icons/icon_check_small.gif) 0 50% no-repeat; font-size: 1.4em; color: #555555; margin-bottom: 6px; font-weight: bold; }

.side_box { margin-bottom: 24px; width: 100%; padding: 0; }

.side_box .event_row { width: 100%; }
.side_box .event_listing { border-bottom: 1px solid #d7d2c2; overflow: hidden; padding-bottom: 6px; margin-top: 6px; width: 100%; }
.side_box .left_panel_event_listing { width: 8%; float: left; display: inline; }
.side_box .left_panel_event_listing h5 { font-size: 2.6em; font-weight: normal; color: #bdb79f; }
.side_box .right_panel_event_listing { width: 82%; float: right; display: inline; overflow: hidden; }
.side_box .right_panel_event_listing h4 { margin: 0; font-size: 1.2em;}
.side_box .right_panel_event_listing p { margin: 2px 0 0 0; font-size: 1.1em; line-height: 1.3em;}
.side_box .no_events { width: 90%; padding:4px 5%; text-align: center; background: #fefa9c; font-size: 1.2em; border-top:1px solid #e6e283; border-bottom:1px solid #e6e283; }



/* Footer Layout
--------------------------------------------------------------------------------------- */

.bottom_content { width: 920px; padding: 24px 20px 24px 20px; margin:0 auto; overflow: hidden; color: #ffffff; border-bottom: 4px solid #6c3908; background: transparent url(../images//bg_bottom_boy.jpg) 100px -10px no-repeat; }
.left_bottom_content { width: 672px; float: left; display: inline; overflow: hidden; }
.right_bottom_content { width: 214px; float: right; display: inline; overflow: hidden; }

.left_bottom_content h3 { margin: 4px 0 20px 0; color:#ffffff; font-size: 2.6em;}
.left_bottom_content a.btn_more_2 { float: right; display: inline; }

.bottom_module { width: 302px; float: left; display: inline; margin-right: 34px; }
.sponsor_child_footer { width: 202px; padding-right: 100px; }

.store_panel img { float: left; display: inline; margin: 2px 0 10px 0; border: 8px solid #6c3908; }
.store_info { float: right; display: inline; width: 64%; }
h4.product_title { font-size: 1.6em; line-height: 1.4em; margin-bottom: 10px; }
.price { font-size: 1.5em; color: #ffffff; float: left; display: inline; padding-top: 1px; }
.store_footer { border-top: 3px solid #a41d17; padding-top:4px; clear: both;}

.networks { margin-top: 10px; width:270px; }
.networks ul { margin-bottom: 10px;  }
.networks li { margin-bottom: 10px; list-style:none;}
.networks li a {  height: 40px; text-indent: -9999px; }
.facebook {
	width:265px;
	height: 50px;
	float:left;
}
a.facebook:hover { background-position: top left;}
.networks li a.myspace { width:106px; background: transparent url(../images/myspace.gif) top left no-repeat;}
.networks li a.myspace:hover { background-position: top right;}
a.flickr { width:265px;  background: transparent url(../images/flickr.gif) top left no-repeat; }
a.flickr:hover { background-position: top right;}
.twitter { width:100px; height: 50px; background: transparent url(../images/twitter.gif) top left no-repeat; float:right; margin:0px 30px 0 0px   }
a.twitter:hover { background-position: top right;}
.networks li a.youtube { width:51px; background: transparent url(../images/youtube.gif) top left no-repeat;}
.networks li a.youtube:hover { background-position: top right;}

.right_bottom_content h3 { margin: 4px 0 20px 0; color:#ffffff; font-size: 2.6em;}
.emails { margin-top: 20px; }
.emails li { font-size: 1.2em; padding-left: 24px; background: transparent url(../images/icons/icon_email.gif) 0 50% no-repeat; margin-bottom: 8px; }

table
	{
	width:100%;
	font-size:1em;	
	}

table tr
	{
	border-bottom-color:#cc0033;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;		
	}		
table td
	{
	border-bottom-color:#ffcc00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:left;
			
	}		

.flickr_box { width: 1020px; margin:10px auto 0 auto; padding: 0 0 0 0; overflow: hidden; }
#flickr_badge_uber_wrapper { overflow: hidden;}
.flickr_badge_image { float: left; display: inline; margin: 0 0 0 26px;}
.flickr_badge_image img { border: 8px solid #6c3908; width: 100px; height: 67px;}
#flickr_badge_source {text-align:left; margin:0 0 0 0;}
#flickr_badge_icon {float:left;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


.footer h2 { float: right; display: inline; margin-top: 2px; }
.footer h2 a { display: block; width: 139px; height: 12px; text-indent: -9999px; outline: none; background: transparent url(../images/church_media_group.gif) left top no-repeat; }
.footer h2 a:hover { background-position: right top; }



.copyright {
	width: 920px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
.copyright p { font-size: 1.1em; margin: 0 0 4px 0; color: #2a0705; }
.copyright p.last { margin-bottom: 0; }

#contact-area {
	width: 470px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 340px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 120px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #14527b;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
#contact-area input.reset-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 20px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

