@charset "utf-8";

body  {
	font-size: 75.0%; /* Resets 1em to 12px */
	background: #660033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}



.twoColFixLtHdr #container {
	width: 1024px;  
	background-image:url(images/nbcc0-container.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height:120px;
	background-image:url(images/nbcc0-hp-header.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainmenu {
	height:45px;
	background-image:url(images/nbcc0-hp-menu.jpg);
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	text-align: center;
} 



.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 352px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px;
	border:0px;
	clear:left;
}
.twoColFixLtHdr #sb1 {
	background-image:url(images/nbcc0-hp-welcome.jpg);
	background-repeat:no-repeat;
/*	background-color:#999999;*/
	width: 352px;
	height:155px;
		border:0px;
}
.twoColFixLtHdr #sb2 {
	background-image:url(images/nbcc0-hp-news.jpg);
	background-repeat:no-repeat;
/*	background-color:#0099FF;*/
	width: 352px;
	max-width:352px;
	height:213px;
	margin-top:0px;
		border:0px;
}





.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	height:550px;*/
	width:672px;
	max-width:672px;
		border:0px;
		float:right;
} 
.twoColFixLtHdr #mainflash {
	width:672px;
	height:155px;
	background-image:url(images/nbcc0-hp-flash.jpg);
	background-repeat:no-repeat;
/*	background-color:#996600;*/
		border:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainflashcap {
	width:672px;
	height:155px;
	background-image:url(images/nbcc0-hp-flashcap.png);
	background-repeat:no-repeat;
/*	background-color:#996600;*/
		border:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:auto
} 

.twoColFixLtHdr #mainleft {
	float: left; /* since this element is floated, a width must be given */
	width:315px;
	height:135px;
	background-image:url(images/nbcc0-hp-sermon.jpg);
	background-repeat:no-repeat;
/*	background-color:#FFFF66;*/
		border:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainright {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:357px;
	height:135px;
		border:0px;
	background-image:url(images/nbcc0-hp-service.jpg);
	background-repeat:no-repeat;
/*	background-color:#FF99CC;*/
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
}
.twoColFixLtHdr #connect {
	width:672px;
	height:78px;
	background-image:url(images/nbcc0-hp-connect.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0px;
	background-image:url(images/nbcc0-hp-footer.jpg);
	background-repeat:no-repeat;
	height:22px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #sb1box {
	margin:0px;


} 

.twoColFixLtHdr #sb2box {
	margin:0px;


} 




.twoColFixLtHdr #mainleftbox {
	margin:0px;
	padding: 80px 20px 20px 40px;

} 
/* --------------------------------------------------- inside content page layout --------------------------------------------------------------------------*/


.twoColFixLtHdr #sidebartop {
	background-image:url(images/nbcc0-in-sidetop-g.jpg);
	background-repeat:no-repeat;
	height:60px;
	margin:0px;
}

.twoColFixLtHdr #sidebarmid {
	background-image:url(images/nbcc0-in-sidemid-g.jpg);
	background-repeat:repeat-y;
	height:100%;
	margin:0px;
}
.twoColFixLtHdr #sidebarbot {
	background-image:url(images/nbcc0-in-sidebot-g.jpg);
	background-repeat:no-repeat;
	height:28px;
	margin:0px;

}


.twoColFixLtHdr #contenttop { 
	width:672px;
	height:60px;
	background-image:url(images/nbcc0-in-contenttop.jpg);
	background-repeat:no-repeat;	
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #contentmid {
	width:672px;
	background-image:url(images/nbcc0-in-contentmid.jpg);
	background-repeat:repeat-y;
	height:auto;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #contentbot { 
	width:672px;
	height:28px;
	background-image:url(images/nbcc0-in-contentbot.jpg);
	background-repeat:no-repeat;	
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 






.twoColFixLtHdr #insideleft {
	float: left; /* since this element is floated, a width must be given */
	width:315px;
	border:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #insideright {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:357px;
	border:0px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
}



.twoColFixLtHdr #insideleftbox {
	margin:0px;
	padding: 80px 20px 20px 40px;

} 

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }









/* --------------------------------------------------- Full Width page layout --------------------------------------------------------------------------*/

.twoColFixLtHdr #FullWidthContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	height:550px;*/
	width:1024px;
	max-width:1024px;
		border:0px;
		float:right;
} 

.twoColFixLtHdr #fulltop { 
	width:1024px;
	height:60px;
	background-image:url(images/nbcc0-in-fulltop.jpg);
	background-repeat:no-repeat;	
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #fullmid {
	width:1024px;
	background-image:url(images/nbcc0-in-fullmid.jpg);
	background-repeat:repeat-y;
	text-align:center;
	height:auto;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #fullbot { 
	width:1024px;
	height:28px;
	background-image:url(images/nbcc0-in-fullbot.jpg);
	background-repeat:no-repeat;	
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }












/* --------------------------------------------------- text --------------------------------------------------------------------------*/
/* --------------------------------------------------- general text settings --------------------------------------------------------*/


body, p, h1, h2, h3, h4, h5, h6, table, td, th, ul, ol, textarea, input
{
font-family: verdana,helvetica,arial,sans-serif;
}

a:link    {color:#660033; text-decoration:none; background-color:transparent}

a:visited {color:#660033;  text-decoration:none; background-color:transparent}

a:active  {color:#660033;  text-decoration:none; background-color:transparent}

a:hover   {color:#660033;  text-decoration:none; background-color:transparent}

h1
    {
    font-size: 1.8em;
}
    
h2
    {
    font-size: 1.6em;    
}
    
h3
    {
    font-size: 1.4em;
}
    
h4
    {
    font-size: 1.2em;    
}
    
h5
    {
    font-size: 1.0em;    
}

h6
    {
    font-size: 0.8em;    
}
    
p
    {
    font-size: 1.0em;    
} 

img {
border: none; 
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* --------------------------------------------------- front page specifics --------------------------------------------------------------------------*/
/* --------------------------------------------------- front page mainright --------------------------------------------------------------------------*/

.twoColFixLtHdr #mainrightbox {
	margin:0px;
	padding: 20px 40px 20px 20px;

} 

#mainright h2 {
	font-size: 1.4em;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:-15px;
	margin-top:0px;
	}

#mainright h3 {
	font-size: 1em;
	color:#333333;
	font-weight:bold;
	margin-bottom:-10px;
	margin-top:0px;
	}

	
#mainright  p{
	font-size: .8em;
	}

#mainright  ul{
	margin-top:10px;
	margin-bottom:5px;
	}

#mainright  li{
	font-size: 0.8em;
	list-style:none;
	margin-left:-40px;
	color:#FFFFFF;
	}

/* --------------------------------------------------- front page mainleft --------------------------------------------------------------------------*/

.twoColFixLtHdr #mainleftbox {
	margin:0px;
	padding: 20px 40px 20px 20px;

} 

.twoColFixLtHdr #mainlefttop {
	background-image:url(images/nbcc-gtop.jpg);
	background-repeat:no-repeat;
	height:25px;
	margin:0px;
}

.twoColFixLtHdr #mainleftmid {
	background-image:url(images/nbcc-gmid.jpg);
	background-repeat:repeat-y;
	margin:0px;
}

.twoColFixLtHdr #mainleftbot {
	background-image:url(images/nbcc-gbot.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0px;
}


#mainleft h2 {
	font-size: 2.4em;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:-15px;
	margin-top:0px;
	}

#mainleft h3 {
	font-size: 1.0em;
	color:#333333;
	font-weight:bold;
	margin-bottom:-10px;
	margin-top:10px;
	}

	
#mainleft  p{
	font-size: 1.0em;
	}

#mainleft  ul{
	margin-top:10px;
	margin-bottom:5px;
	}

#mainleft  li{
	font-size: 0.8em;
	list-style:none;
	margin-left:-40px;
	color:#FFFFFF;
	}
#mainleftbox li a, li a:visited, li a:hover {
	margin-bottom:15px;
	color: #FFFFFF;
	font-size:1.0em;
	text-decoration: none;
	}
#mainleftbox li a:hover {
	margin-bottom:15px;
	color: #660033;
	font-size:1.0em;
	text-decoration: none;
	}

/* --------------------------------------------------- front page connect --------------------------------------------------------------------------*/
#connectbox h3 {
	font-size: 1.8em;
	color:#6699FF;
	margin-bottom:10px;
	margin-top:0px;
	font-style: italic;
	}
	
#connectbox  ul{
	padding-top:50px;
	margin-bottom:5px;
	}

#connectbox  li{
	font-size: 1.3em;
	list-style:none;
	margin-top:0px;
	margin-left:40px;
	color:#ffffff;
	}

#connect  p{
	font-size: 1.0em;
	margin-top:0px;
	margin-left:40px;
	color:#ffffff;
	}

/* --------------------------------------------------- front page sidebar 1 --------------------------------------------------------------------------*/
.twoColFixLtHdr #sb1box {
	margin:0px;
	padding: 60px 40px 20px 70px;

} 

	
/* --------------------------------------------------- front page sidebar 2 --------------------------------------------------------------------------*/	
	
	

.twoColFixLtHdr #sb2news {
	background-image:url(images/nbcc-wnews.jpg);
	background-repeat:no-repeat;
	height:35px;
	margin:0px;
}



.twoColFixLtHdr #sb2box {
	margin:0px;
	padding: 30px 40px 20px 70px;

} 

#sb2box h5, h5 a, h5 a:visited, h4 a:hover {
	margin-bottom:15px;
	color: #660033;
	text-decoration: none;
	}
#sb2box h5{
	font-weight:100;
	margin-top:10px;
	color: #660033;
	text-decoration: none;
	}	
	
#sb2box p.homebyline	{
	margin-top:0px;
	margin-bottom:0px;
	font-size:.8em;
	color:#666666;
}
#sb2box p.excerpt	{
	margin-top:-5px;
	font-size:1.2em;
	color:#333333;
	margin-bottom:-5px;
}


/* --------------------------------------------------- inside content page sidebar --------------------------------------------------------------------------*/	

.twoColFixLtHdr #sidebarbox {
	margin:0px;
	padding: 1px 40px 20px 70px;

} 

/* --------------------------------------------------- inside content page content  --------------------------------------------------------------------------*/	
.twoColFixLtHdr #contentbox {
	margin:0px;
	padding: 8px 100px 20px 40px;
} 
.twoColFixLtHdr #jrsrbox {
	margin:0px;
	padding: 8px 100px 20px 40px;
} 

#jrsrbox li a, #jrsrbox li a:visited, #jrsrbox li a:hover {
	margin-bottom:-5px;
	margin-left:-30px;
	color: #660033;
	font-size:1.0em;
	list-style-type:none;
	}
#jrsrbox li {
	padding: 0;
	}

.twoColFixLtHdr #contentboxl {
	margin:0px;
	padding: 8px 30px 20px 40px;
	float:left;
	width:275px;
	height:600px;

} 

.twoColFixLtHdr #contentboxr {
	margin:0px;
	padding: 8px 70px 20px 280px;
	vertical-align:top;

} 

#contentbox li a, #contentbox li a:visited, #contentbox li a:hover {
	color: #660033;
	font-size:1.0em;
	list-style-type:none;
	}
#contentbox li {
	margin-top:15px;
	}
	
#contentboxr p  {
padding:0px;
margin:20px 10px;
}

#contentboxl p  {
padding:0px;
margin:20px 10px;
}

#contentmid p.pagedescription {
font-size:1.4em;
color:#666666;
}

.twoColFixLtHdr #headlinel {
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	width:50px;
	height:40px;
	text-align:center;
	background-image:url(images/nbcc-datebox.jpg);
	background-repeat:no-repeat;
} 

#headlinel p.month  {
font-weight:bold;
font-size:0.8em;
color:#999999;
padding:0px;
margin:8px 0px 0px 0px;
}

.staffmeta  h4{
	font-weight:normal;
	font-size:1em;
	color:#666666;
	padding:0px;
	margin:-17px 0px 17px 0px;
}


#headlinel p.date  {
font-weight:bold;
font-size:0.9em;
color:#999999;
padding:0px;
margin:-2px 0px 0px 0px;
}

.twoColFixLtHdr #headliner {
	margin:0px;
	padding:0px;
	vertical-align:top;
}
#headliner p.byline  {
font-size:0.9em;
color:#999999;
padding:0px;
margin:0px 0px 0px 60px;
}

.twoColFixLtHdr #postfoot {
	margin:25px 0px 50px 0px;
	padding:0px;
	vertical-align:top;
}
#postfoot p.postmetadata  {
font-size:0.9em;
color:#999999;
padding:0px;
margin:0px 0px 0px 0px;
}

#headliner h2 {
	margin:0px 0px 0px 60px;
	padding:0px;
	vertical-align:top;
}
/* --------------------------------------------------- main menu navigation  --------------------------------------------------------------------------*/	

.twoColFixLtHdr #navlist {
	margin:0px;
} 
.twoColFixLtHdr #menubox {
	padding-top:20px;
	width: 100%;
} 

#mainmenu li
{

	display: inline;
	list-style-type: none;
	font-size:1.2em;
}
#mainmenu a:link, #mainmenu a:visited, #mainmenu a:active, #mainmenu a:hover
{
	margin: 0px 40px 0px 0px;
	text-decoration: none;
	color: #ffffff;
}

/* --------------------------------------------------- wordpress sidebar lists navigation ------------------------------------------------------------------*/	



#sidebar ul li
{
	list-style-type: none;
	font-size:1.0em;
	line-height:20px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active, #sidebar a:hover
{

	text-decoration: none;
	color: #FFFFFF;
}
#sidebar ul, #sidebar ul ol {
	margin-bottom: 15px;
	margin-left:5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul H2 {
margin-bottom:3px;

	}













/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:945px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:946px; w\idth:945px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:1.0em;text-decoration:none; color:#fff; width:120px; padding-left:0px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:70px; w\idth:89px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:17px;left:0; width:120px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:17px;t\op:16px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#2B5681; font-size:.8em; color:#000; height:auto; line-height:0.8em; padding:5px 10px; width:100px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff;}
.menu :hover > a {color:#fff;}
.menu ul ul :hover > a {color:#fff;  background:#617F9B;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: white;
  background: #617F9B;
}

.menu .current_page_item a {
  color: white;
}

.menu ul .current_page_item ul a {
  color: white;
  background: #2B5681;
}

.menu ul .current_page_item ul a:hover {
  background: #2B5681;
}

.menu .current_page_item a:hover {

}




