
/* ---------------------------------------------------------------------------------------------------------

New Church Specialties
http://www.newchurchspecialties.org/

Code, Database Structure, Interactivity, and Management: Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

Content Management System: PageProLive by DotComOnomics
http://www.pageprolive.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background: url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ccc; }					/* remember to define focus styles below! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */
* html #subnav { height:1px; }							/* Holly Hack for IE Win hover issue */


/* Block Level Elements */

html {
	height: 100%;
	min-height: 100%;
	background: #023064; }

body {
	height: 100%;
	background: #023064 url(../images/bg_body.jpg) repeat-x left top;
	font-size: 100.01%; }

#wrap {
	margin: 0 auto;
	padding-bottom: 77px;
	width: 960px;
	height: 100%;
	font: 0.7em/1.5em verdana, arial, tahoma, sans-serif; }

#header {
	height: 179px;
	background: url(../images/bg_header.jpg) no-repeat left top; }

#contentwrap {
	float: left;
	width: 960px;
	background: #fff url(../images/bg_content.jpg) repeat-y left top;
	border-top: 2px solid #023064; }

#innerwrap {
	float: left;
	width: 760px; }

#primary {
	float: right;
	padding: 0 0 77px 0;
	width: 538px; }

#secondary {
	float: left;
	width: 220px; }

#tertiary {
	float: right;
	width: 200px; }

#footer {
	clear: both;
	height: 65px;
	padding: 0;
	background: url(../images/bg_footer.jpg) no-repeat left top; }



/* Headlines */

h1 {
	margin: 14px 28px 0 28px;
	font: bold 240%/1.3em trebuchet ms, arial, sans-serif;
	color: #023064;
	letter-spacing: -1px; }

h2 {
	margin: 35px 28px 0 28px;
	font: bold 175%/1.3em trebuchet ms, arial, sans-serif;
	color: #023064; }

h3 {
	margin: 21px 28px 0 28px;
	font: bold 145%/1.3em trebuchet ms, arial, sans-serif;
	color: #023064;
	letter-spacing: -1px;	}
h4 {
	margin: 21px 28px 0 28px;
	font: bold 136%/1.3em trebuchet ms, arial, sans-serif;
	color: #023064;
	letter-spacing: -1px;	}
h5 {
	margin: 21px 28px 0 28px;
	font: bold 136%/1.3em trebuchet ms, arial, sans-serif;
	color: #023064;
	letter-spacing: -1px; }


h1+h2 { margin-top: 14px; }

h1+p, h1+ul, h1+ol, h1+dl,
h2+p, h2+ul, h2+ol, h2+dl,
h3+p, h3+ul, h3+ol, h3+dl,
h4+p, h4+ul, h4+ol, h4+dl,
h5+p, h5+ul, h5+ol, h5+dl { margin-top: 4px; }


/* Paragraphs */

p {
	margin: 14px 28px 0 28px;
	line-height: 1.5em;
	text-align: justify; }

p.top {
	float: left;
	margin: 0;
	padding: 0;
	height: 1px; }

p.staffName {
	font-weight: bold;
	color: #023064; }

#footer p {
	margin: 0 0 21px 0;
	padding-top: 14px;
	color: #fff;
	text-align: center; }


/* Definition Lists */

dl {
	list-style-position: inside;
	margin: 21px 28px 0 42px; }

dt {
	margin: 21px 28px 7px 0;
	font-weight: bold;
	font-size: 118%;
	color: #023064;
	text-align: justify; }

dd {
	margin: 0 28px 7px 14px;
	text-align: justify; }


/* Ordered Lists */

ol {
	list-style-position: outside;
	margin: 21px 28px 0 42px; }

ol li {
	margin: 0 14px 14px 14px;
	text-align: justify; }


/* Unordered Lists */

ul {
	list-style-position: outside;
	margin: 21px 28px 0 49px; }

ul li {
	text-align: justify;
	margin-bottom: 7px; }


/* Nav Styles */

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #00f;
	border-bottom: 1px dotted #00f; }
a:hover {
	color: #f00;
	border-bottom: 1px dotted #f00; }

#footer a:link,
#footer a:visited,
#footer a:active {
	margin-left: 49px;
	text-decoration: none;
	color: #fff;
	border: 0; }
#footer a:hover { color: #000; }

#footer a#admin:hover { color: #fff; }


#topnav {
	margin: 0;
	_margin: -1px 0 0 0; /* fixes IE rendering problem */
	padding: 0;
	height: 73px;
	background: #29588e url(../images/bg_topnav.jpg) no-repeat left top; }

#topnav li {
	list-style-type: none;
	margin: 0;
	float: left;
	height: 73px; }

#topnav li.home {
	margin-right: 36px;
	width: 131px; }
#topnav li.about {
	margin-right: 24px;
	width: 163px; }
#topnav li.team {
	margin-right: 17px;
	width: 276px; }
#topnav li.faq {
	margin-right: 27px;
	width: 108px; }
#topnav li.contact {
	margin-right: 0;
	width: 169px; }

#topnav li.home a:hover { background: url(../images/bg_topnav.jpg) no-repeat 0px -79px; }
#topnav li.about a:hover { background: url(../images/bg_topnav.jpg) no-repeat -167px -79px; }
#topnav li.team a:hover { background: url(../images/bg_topnav.jpg) no-repeat -354px -79px; }
#topnav li.faq a:hover { background: url(../images/bg_topnav.jpg) no-repeat -647px -79px; }
#topnav li.contact a:hover { background: url(../images/bg_topnav.jpg) no-repeat -782px -79px; }


#topnav li a:link,
#topnav li a:visited,
#topnav li a:active {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border: 0; }
#topnav li a:hover { border: 0; }


ul#sidenav {
	clear: both;
	margin: 0 0 77px 0;
	width: 100%; }

ul#sidenav li {
	list-style-type: none;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	width: 220px;
	text-align: left;
	border-left: 1px solid #006; }

ul#sidenav a:link,
ul#sidenav a:visited,
ul#sidenav a:active {
	display: block;
	margin: 0;
	padding: 7px 14px 7px 14px;
	height: auto;
	font-weight: bold;
	color: #023064;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	border: 0; }
ul#sidenav a:hover {
	background: #345883 url(../images/bg_l.jpg) repeat-x left 50%;
	color: #fff; }
ul#sidenav a:active { background: #ccc; color: #023064; }

ul#sidenav li.help {
	padding: 14px 0;
	background: #345883;
	font: bold 160%/1em trebuchet ms, verdana, arial, tahoma, sans-serif;
	color: #fff;
	text-indent: 14px; }

#subnav {
	z-index: 1;
	float: right;
	right: 14px;
	margin: 14px 0 49px 28px;
	padding: 0 0 7px 0;
	width: 150px;
	background: #023064; }

#subnav li {
	list-style-type: none;
	margin: 0 2px 2px 2px;
	padding: 0 3px;
	width: 130px;
	background: #023064; }

#subnav li.related {
	margin: 0;
	padding: 7px;
	width: 130px;
	font-weight: bold;
	background: #023064;
	color: #fff; }

#subnav li a:link {
	display: block;
	margin: 0;
	padding: 3px 3px 4px 7px;
	width: 130px;
	height: 100%;
	background: #2d67bb;
	color: #fff;
	text-align: left;
	text-decoration: none;
	border: 0; }

#subnav li a:visited {
	position: static;
	display: block;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 7px;
	width: 130px;
	height: 100%;
	background: #2d67bb;
	color: #fff;
	text-align: left;
	text-decoration: none;
	border: 0; }

#subnav li a:hover {
	width: 130px;
	background: #023064;
	color: #fff; }

#subnav li a:active {
	position: static;
	display: block;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 7px;
	width: 130px;
	height: 100%;
	background: #2d67bb;
	color: #fff;
	text-align: left;
	text-decoration: none;
	border: 0; }


#primary ul#iam {
	margin: 28px 0 0 42px;
	background: url(../images/bg_iam.jpg) no-repeat 150px 0px; }

#primary ul#iam li {
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
	height: 49px;
	text-indent: -9999px; }

#primary ul#iam li a {
	display: block;
	height: 100%;
	border: 0;
	text-indent: -9999px; }

#primary ul#iam li a.one {
	width: 143px;
	background: url(../images/li_one.gif) no-repeat left top; }
#primary ul#iam li a.two {
	width: 191px;
	background: url(../images/li_two.gif) no-repeat left top; }
#primary ul#iam li a.three {
	width: 255px;
	background: url(../images/li_three.gif) no-repeat left top; }
#primary ul#iam li a.four {
	width: 355px;
	background: url(../images/li_four.gif) no-repeat left top; }

body#index #tertiary ul#iam { display: none; }

#tertiary ul#iam  {
	margin: 0;
	padding: 14px 14px 0 14px;
	border-top: 1px solid #666; }

#tertiary ul#iam li {
	list-style-type: none;
	text-align: left; }





/* Images */

a#ncu {
	display: block;
	margin: 14px auto;
	width: 147px;
	height: 124px;
	border: 0; }


/* Blockquotes */

blockquote {
	margin: 28px 42px 0 42px;
	padding: 7px 0;
	border-top: 1px solid #023064; border-bottom: 1px solid #023064; }

blockquote p {
	margin: 7px 0 0 0;
	padding: 7px 14px;
	background: url(../images/quotes.gif) no-repeat left 3px;
	font-weight: bold;
	color: #023064; }

blockquote cite {
	display: block;
	margin: 0px 14px;
	padding: 0 0 14px 0;
	text-align: right; }

#tertiary blockquote {
	margin: 0;
	padding: 0;
	border: 0; }

#tertiary blockquote p {
	margin: 0;
	padding: 7px;
	border: 0; }

/* Forms */

form {
	margin: 21px 21px 21px 28px; }

label {
	display: block;
	margin: 14px 0 0 0;
	letter-spacing: 1px; }

label.radio { margin: 0 0 7px 0; }

label.radio input {
	display: inline;
	margin: 0 7px 0 14px;
	width: auto; }

input {
	display: block;
	padding: 4px 4px 3px 4px;
	width: 200px;
	font: bold 110%/1.5em arial, verdana, sans-serif;
	color: #023064; }

input.submit {
	display: block;
	margin: 21px 0 0 0;
	padding: 4px 14px 3px 14px;
	width: auto; }

input.hidden { display: none; }

select {
	display: block;
	margin: 21px 0 21px 0; }

textarea {
	display: block;
	margin: 0 0 28px 0;
	padding: 4px;
	width: 90%;
	height: 140px;
	font: bold 110%/1.5em arial, verdana, sans-serif;
	color: #023064;
	overflow: auto; }

input:focus, select:focus, textarea:focus { background: #dde6ed; }

form p { margin: 14px 0; }
form p+label { margin-bottom: 0; }
form h1 { margin-left: 0; }
form h2 { margin: 21px 0 0 0; }
form h2+select { margin-top: 4px; }

#search {
	margin: 0 auto;
	width: 960px;
	height: 42px; }

#search form {
	float: right;
	margin: 0px 42px 0 0;
	padding: 0;
	height: 41px; }

#search input {
	display: inline;
	margin: 7px 0 0 0;
	padding: 6px 0 0 7px;
	width: 200px;
	height: 15px;
	font: bold 70%/1em arial, sans-serif;
	color: #f00;
	text-transform: uppercase; }

#search input#searchbutton {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 14px;
	background: #fff;
	font-size: 118%;
	color: #023064;
	border: 0; }


#constantContact {
	margin: 14px auto;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #666; }

#constantContact h2 {
	margin: 0;
	padding: 4px 0;
	background: #023064;
	font: bold 145%/1.4em trebuchet ms, verdana, arial, sans-serif;
	color: #fff;
	text-align: center; }

#constantContact p {
	margin: 0 0 4px 0;
	padding: 4px 14px;
	text-align: justify; }

#constantContact form {
	margin: 0;
	padding: 0; }

#constantContact input#ccemail {
	display: inline;
	margin: 0 4px 0 7px;
	padding: 2px 4px 3px 4px;
	width: 120px;
	font-weight: bold;
	font-size: 100%;
	color: #f00;
	text-transform: uppercase; }

#constantContact input#ccsubmit { background: #f00;
	display: inline;
	top: 3px;
	margin: 0;
	padding: 0;
	width: auto; }


/* Tables */

table {
	margin: 28px;
	width: 585px;
	border-collapse: collapse;
	border-bottom: 1px solid #666;
	overflow: auto; }

table#filelist, table#userlist {
	margin: 21px auto;
	width: 480px; }

tbody { width: auto; }

tr { background: #eee; }

th {
	padding: 3px 0 3px 4px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #666;
	border-bottom: 1px solid #666; }

td {
	padding: 2px 4px;
	border: 1px solid #666; border-bottom: 0; }



/* Store Styles */

#categorypanels h1 { margin: 28px; }

ul.catpanel {
	margin: 0;
	padding: 0;}

ul.catpanel li {
	clear: both;
	margin: 7px 28px;
	padding: 0;
	width: 450px; }

.catpanel a:link,
.catpanel a:visited,
.catpanel a:active {
	padding: 14px;
	background: #e6edf7;
	font-size: 188%;
	color: #295890;
	border: 1px solid #999; }

.catpanel a:hover {
	background: #295890;
	color: #fff; }

.catpanel li { list-style-type: none; }

.catpanel a {
	display: block;
	width: 100%;
	height: 100%; }

#searchformstore {
	margin: 7px; }

#storeSearch {
	display: inline;
	width: 130px;
	padding: 2px 2px 3px 4px; }

#storeSearchSubmit {
	display: inline;
	top: 3px;
	width: auto;
	height: auto; }

body#store #contentwrap { background: url(/templates/store/images/bg_store_content.jpg) repeat-y left top; }
body#store #primary {
	float: right;
	padding: 0 0 77px 0;
	width: 738px; }

#cartdetail { width: 480px; }


.itemdetail {
	clear: both;
	border-bottom: 1px solid #ddd; }

table.api {
	width: 425px;
	background: #fff;
	font-weight: bold;
	color: #023064;
	text-align: left;
	border: 0; }

table.api tr { background: #fff; }

table.api td {
	background: #fff;
	border: 0; }

table.api td.header {
	padding-top: 21px;
	font-weight: bold; }

table.api td.thinield { text-align: right; }

table.api h2 { text-align: left; }

table.api td#apiexp select {
	display: inline;
	margin: 0 14px 0 0;
	width: auto; }

table#cartdetail tr { background: #e6edf7; }

.checkoutlink {
	margin-right: 35px;
	font-size: 166%;
	text-align: right; }




/* Store Nav (Tertiary Column) */

h2#storeNav {
	margin: 14px 7px 0 14px;
	padding: 0; }

#categorylist {
	margin: 14px 28px 63px 35px; }

#categorylist ul, #categorylist li { list-style-type: none; }

#categorylist a {
	font-weight: bold;
	font-size: 118%; }



/* Category Pages */

#categoryitems, #categoryitems li { list-style-type: none; }
br.clear {
	display: block;
	clear: both; }

.erow, .orow {
	clear: both;
	margin: 21px;
	padding: 14px;
	width: 465px;
	background: #e6edf7;
	border: 1px solid #999;
	overflow: hidden; }

li.pic { border: 0px solid blue;
	float: left;
	width: 30%; }

li.pic a { border: 0; }

li.titlePrice { border: 0px solid blue;
	float: right;
	padding: 14px 0 0 0;
	width: 65%;
	text-align: left; }

li.titlePrice a.title {
	font: bold 145%/1.2em verdana, arial, sans-serif;
	text-align: left;
	border-bottom: 1px dotted #00f; }

li.titlePrice span { /* This is the PRICE */
	display: block;
	margin: 14px 0 0 28px;
	font: normal 118%/1.4em verdana, arial, sans-serif;
	text-align: left;
	border: 0; }


/* Detail Pages */

.itemdetail h2 {
	font-size: 260%; }

.itemdetail img#itempic {
	clear: both;
	float: left;
	left: 28px;
	margin: 32px 49px 42px 0;
	padding: 7px;
	background: #fff;
	border: 1px solid #666; }

.itemdetail #itemdesc {
	padding: 14px 28px 28px 0px; }

.itemdetail #itemprice {
	display: block;
	margin: 0 42px 0 28px;
	width: 100px;
	font-weight: normal;
	font-size: 65%;
	color: #023064;
	text-align: center; }

#addbutton {
	clear: both;
	float: right;
	margin: 35px 77px 49px 0px;
	text-align: left; }

#cataddbutton {
	clear: both;
	float: right;
	margin: 14px 0px 0px 0px;
	width: auto;
	text-align: left; }

#cataddbutton input.qty {
	display: inline;
	padding: 2px 2px 3px 2px;
	width: 56px;
	font-weight: normal;
	font-size: 100%;
	color: #f00;
	text-align: center;
	text-transform: uppercase; }

#cataddbutton input.button {
	top: 1px;
	display: block;
	display: inline;
	padding: 4px 5px 4px 5px;
	width: auto; }


/* Cart Styles */

table#cartdetail { border-collapse: separate; border: 0; }
table#cartdetail td { border: 1px solid #999; }

table#cartdetail .cartItem {
	padding-bottom: 21px; }

table#cartdetail p {
	margin: 7px 14px 0 14px;
	padding: 0; }

table#cartdetail .cartItemTitle { font-weight: bold; }

table#cartdetail .cartQty,
table#cartdetail .cartUpQty {
	text-align: right; }

table#cartdetail .cartSubTot {
	font-weight: bold;
	color: #f00; }

.cartTotal {
	padding: 7px 28px 7px 0;
	font-size: 154%;
	text-align: right;
	color: #f00; }


/* Classes and Stuff */

.bold { font-weight: bold; }
em { font-style: italic; }
.right { text-align: right; }
.left { text-align: left; }
.center {
	display: block;
	margin: 14px auto;
	text-align: center; }
.red {
	font-weight: bold;
	color: #f00; }
.hidden { display: none; }


/* File Cabinet */

p.htm, p.shtml {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_htm.gif) no-repeat left top; }

p.pps {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_pps.gif) no-repeat left top; }

p.ppt {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_ppt.gif) no-repeat left top; }

p.doc {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_doc.gif) no-repeat left top; }

p.indd {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_indd.gif) no-repeat left top; }

p.pdf {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_pdf.gif) no-repeat left top; }

p.jpg, p.jpeg, p.png {
	text-indent: 49px;
	background: url(/templates/DCO/images/store/file_img.gif) no-repeat left top; }


/* Intelligent Navigation TopNav */

body#index #topnav li.home a { background: url(../images/bg_topnav.jpg) no-repeat 0px -79px; }

body#About_NCS #topnav li.about a,
body#Endorsements li.about a,
body#Funding li.about a,
body#History li.about a,
body#Mission_Statement li.about a { background: url(../images/bg_topnav.jpg) no-repeat -167px -79px; }

body#Agenda_Harmony #topnav li.team a,
body#Church_Finances #topnav li.team a,
body#Church_Health #topnav li.team a,
body#Coaching #topnav li.team a,
body#Coaching_Church_Planters li.team a,
body#Conflict_Mediation #topnav li.team a,
body#Donor_Services #topnav li.team a,
body#Discipleship #topnav li.team a,
body#Evangelism #topnav li.team a,
body#How_to_Obtain_a_Coach li.team a,
body#New_Church_University li.team a,
body#NCS_Denominational_Consulting #topnav li.team a,
body#NCS_Judicatory_Consulting li.team a,
body#NCS_International li.team a,
body#Large_Church #topnav li.team a,
body#Leadership_Development #topnav li.team a,
body#NCS_Ministries #topnav li.team a,
body#Church_Planting #topnav li.team a,
body#Church_Renewal #topnav li.team a,
body#Local_Church_Assessment #topnav li.team a,
body#Recruitment #topnav li.team a,
body#ReFocus_Assessment #topnav li.team a,
body#ReFocus_Churches #topnav li.team a,
body#ReFocus_Implementation #topnav li.team a,
body#ReFocus_Planning #topnav li.team a,
body#ReFocus_Renewal #topnav li.team a,
body#Reimaging #topnav li.team a,
body#Research #topnav li.team a,
body#ReStart_Assessment #topnav li.team a,
body#ReStart_Churches #topnav li.team a,
body#ReStart_Coaching #topnav li.team a,
body#ReStart_Home #topnav li.team a,
body#ReStart_Recruitment #topnav li.team a,
body#ReStart_Training #topnav li.team a,
body#Small_Groups #topnav li.team a,
body#Strategic_Planning #topnav li.team a,
body#TIPS #topnav li.team a,
body#Training #topnav li.team a,
body#Training_Events #topnav li.team a,
body#Training_NewStart_and_ReStart_Church_Planters #topnav li.team a,
body#Training_Register #topnav li.team a,
body#Urban_Churches #topnav li.team a,
body#Who_We_Are li.team a,
body#Worship #topnav li.team a { background: url(../images/bg_topnav.jpg) no-repeat -354px -79px; }


body#NCS_Local_Church_Services_and_Costs li.team a { background: url(../images/bg_topnav.jpg) no-repeat -354px -79px; }

body#Frequently_Asked_Questions #topnav li.faq a { background: url(../images/bg_topnav.jpg) no-repeat -647px -79px; }

body#Contact_NCS #topnav li.contact a { background: url(../images/bg_topnav.jpg) no-repeat -782px -79px; }


/* Intelligent Navigation SideNav */

/* {PPL:Include:includes/files/subnav_local_church.txt} */

body#Agenda_Harmony #sidenav li.local a,
body#Church_Finances #sidenav li.local a,
body#Church_Health #sidenav li.local a,
body#Coaching #sidenav li.local a,
body#Conflict_Mediation #sidenav li.local a,
body#Discipleship #sidenav li.local a,
body#Evangelism #sidenav li.local a,
body#Large_Church #sidenav li.local a,
body#Leadership_Development #sidenav li.local a,
body#NCS_Ministries #sidenav li.local a,
body#Church_Renewal #sidenav li.local a,
body#Local_Church_Assessment #sidenav li.local a,
body#NCS_Local_Church_Services_and_Costs #sidenav li.local a,
body#ReFocus_Assessment #sidenav li.local a,
body#ReFocus_Churches #sidenav li.local a,
body#ReFocus_Implementation #sidenav li.local a,
body#ReFocus_Planning #sidenav li.local a,
body#ReFocus_Renewal #sidenav li.local a,
body#Reimaging #sidenav li.local a,
body#Small_Groups #sidenav li.local a,
body#Strategic_Planning #sidenav li.local a,
body#Training_Events #sidenav li.local a,
body#Worship #sidenav li.local a,

body#Church_Planting #sidenav li.planting a,
body#Recruitment #sidenav li.planting a,

body#Coaching_Church_Planters #sidenav li.coaching a,
body#How_to_Obtain_a_Coach #sidenav li.coaching a,
body#NCU_Registration #sidenav li.coaching a,

body#NCS_Denominational_Consulting #sidenav li.denom a,

body#NCS_International #sidenav li.intl a,

body#Donor_Services #sidenav li.donors a,

body#Research #sidenav li.research a,

body#NCS_Judicatory_Consulting #sidenav li.judic a,

body#resources #sidenav li.resources a,
body#Resources #sidenav li.resources a,

body#ReStart_Assessment #sidenav li.restart a,
body#ReStart_Churches #sidenav li.restart a,
body#ReStart_Coaching #sidenav li.restart a,
body#ReStart_Home #sidenav li.restart a,
body#ReStart_Recruitment #sidenav li.restart a,
body#ReStart_Training #sidenav li.restart a, body#ReStart_Training li.training a,

body#Store #sidenav li.store a,

body#TIPS #sidenav li.tips a,

body#Training #sidenav li.training a,
body#Training_Register #sidenav li.training a,
body#Training_NewStart_and_ReStart_Church_Planters #sidenav li.training a { background: #345883; color: #fff; }


/* Intelligent Navigation SubNav */


body#Agenda_Harmony #subnav li.harmony a,
body#Assessment #subnav li.assessment a,
body#Evangelism #subnav li.evangelism a,
body#Church_Finances #subnav li.finances a,
body#Church_Health #subnav li.health a,
body#Church_Renewal #subnav li.renewal a,
body#Coaching #subnav li.coaching a,
body#Conflict_Mediation #subnav li.conflict a,
body#Discipleship #subnav li.discipleship a,
body#Endorsements #subnav li.endorsements a,
body#Funding #subnav li.funding a,
body#History #subnav li.history a,
body#Large_Church #subnav li.large a,
body#Leadership_Development #subnav li.leadership a,
body#Local_Church_Assessment #subnav li.assessment a,
body#Mission_Statement #subnav li.mission a,
body#Reimaging #subnav li.reimaging a,
body#Small_Groups #subnav li.smallgroups a,
body#Strategic_Planning #subnav li.planning a,
body#Who_We_Are #subnav li.who a,
body#Worship #subnav li.worship a {
	text-decoration: none;
	display: block;
	margin: 0 0 0;
	padding: 3px 3px 3px 7px;
	width: 130px;
	height: auto;
	background: #96b3dc;
	color: #000;
	text-align: left;
	border: 0; }


















