body {
	text-align: center;
	min-width: 760px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;

	color: #594637;
	background: #999966;
	margin: 0;
}

#wrapper {
	width: 720px;

	background: url(../images/tile_bg.gif) left top repeat-y;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 65px;
	background: url(../images/header.gif);
	width: 720px;
}

#header p, #header h1, #header h2 {
	display: none;
}

/*<group=navigation>*/

#navigation-wrapper {
	width: 185px;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation {
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

#navigation ul li {
	margin: 0;
}

#navigation ul li a {
	display: block;
	width: 185px;
	height: 30px;
	text-decoration: none;
}

#one a, #two a, #three a, #four a, #five a, #six a {
	height: 30px;
	background: url(../images/nav.gif) no-repeat;
}

/*<group=nav mouse-off>*/

#navigation #one a {
	background-position: 0px 0px;
}

#navigation #two a {
	background-position: 0px -30px;
}

#navigation #three a {
	background-position: 0px -60px;
}

#navigation #four a {
	background-position: 0px -90px;
}

#navigation #five a {
	background-position: 0px -120px;
}

#navigation #six a {
	background-position: 0px -150px;
}
	
/*</group>*/

/*<group=nav hover>*/

#navigation #one a:hover {
	background-position: -200px 0px;
}

#navigation #two a:hover {
	background-position: -200px -30px;
}

#navigation #three a:hover {
	background-position: -200px -60px;
}

#navigation #four a:hover {
	background-position: -200px -90px;
}

#navigation #five a:hover {
	background-position: -200px -120px;
}

#navigation #six a:hover {
	background-position: -200px -150px;
}
	
/*</group>*/

/*<group=nav selected>*/

#ncd #navigation #one a {
	background-position: -400px 0px;
}

#ncd-process #navigation #two a {
	background-position: -400px -30px;
}

#ncd-aus #navigation #three a {
	background-position: -400px -60px;
}

#netcd #navigation #four a {
	background-position: -400px -90px;
}

#nxcd #navigation #five a {
	background-position: -400px -120px;
}

#ncd-toolshed #navigation #six a {
	background-position: -400px -150px;
}

/*</group>*/
	
/*</group>*/

/*<group=subnavigation>*/

/* NOTE: subnavs are nested ULs ie "li ul" */

#navigation li ul  {
	display: none;
	text-indent: 0px;
	width: 166px;
	text-align: right;
	padding-left: 15px;
}

#ncd-process #navigation #two ul {
	display: block;
}

#ncd-aus #navigation #three ul {
	display: block;
}

#netcd #navigation #four ul {
	display: block;
}

#nxcd #navigation #five ul {
	display: block;
}

#ncd-toolshed #navigation #six ul {
	display: block;
}

#navigation li ul li {
	border-left: 2px solid #f7f2d2;
	border-right: 2px solid #a09c81;
	width: 166px;
}

#navigation li ul li a {
	background: none;
	padding: 5px 15px 5px 5px;
	color: #211409;
	background-color: #eaf0c9;
	display: block;
	width: 146px;
	height: auto;
	font: 90% "Arial Narrow";
}

#navigation li ul li a:hover {
	background-color: #e2eab7;
}

/*<group=subnav selected>*/

.aboutprocess #navigation #two-one a,
.discern	 	#navigation #two-two a,
.test	 	#navigation #two-three a,
.know	 	#navigation #two-four a,
.plan	 	#navigation #two-five a,
.do		 	#navigation #two-six a,
.experience 	#navigation #two-seven a,

.who 	#navigation #three-one a,
.contact 	#navigation #three-two a,
.davids	#navigation #three-three a,
.facts	#navigation #three-four a,

.vine		#navigation #four-six a,
.gatherings	#navigation #four-two a,
.discussion	#navigation #four-three a,
.campaigns	#navigation #four-four a,
.key-contacts	#navigation #four-one a,
.mailing-list	#navigation #four-five a,

.imagine		#navigation #five-one a,
.thejourney	#navigation #five-two a,
.nxcdsteps	#navigation #five-three a,

.ncdtools			#navigation #ncdtools a,
.ncdtoolsel		#navigation #ncdtoolsel a,
.ncdtoolsgom		#navigation #ncdtoolsgom a,
.ncdtoolsps		#navigation #ncdtoolsps a,
.ncdtoolsfs		#navigation #ncdtoolsfs a,
.ncdtoolsiws		#navigation #ncdtoolsiws a,
.ncdtoolshsg		#navigation #ncdtoolshsg a,
.ncdtoolsnoe		#navigation #ncdtoolsnoe a,
.ncdtoolslr		#navigation #ncdtoolslr a {
	text-decoration: underline;
	background-color: #e2eab7;
}
	
/*</group>*/

/*</group>*/

/*<group=more navigation>*/

#more-navigation {
	float: right;
	width: 145px;
	text-align: right;
	font-family: "Arial Narrow";
	color: #a28958;
	background: #c7d1ac;
	padding: 20px 15px 20px 8px;
	margin: 0;
	border-left: 2px solid #e8e9d5;
	border-right: 2px solid #a09c81;
}

#more-navigation p {
	margin: 0;
}
	
/*</group>*/


/*<group=content>*/

#content-wrapper {
	background: no-repeat url(../images/content_background.gif);
	float: left;
	width: 500px;
	padding: 50px 35px 40px 0;
}

#content {
	width: 400px;
	padding-left: 100px;
}

#more-content {
	background: #f0f1dd;
	width: 150px;
	float: right;
	padding-left: 25px;
	margin-top: 15px;
	border-left: 2px dotted #d1d0c3;
	font-size: 90%;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}



#welcome #content p, #welcome #content h1, #welcome #content h2 {
	text-indent: -1000px;
}

#welcome #content-wrapper {
	background: url(../welcome/images/front_feature.jpg);
	width: 535px;
	height: 330px;
	margin: 0;
	padding: 0;
}	
	
/*</group>*/

/*<group=footer>*/

#footer {
	clear: both;
	color: #372211;
	background: url(../images/footer.gif) no-repeat left top #999966;
	height: 40px;
	width: 620px;
	margin-left: -20px;
	padding-left: 140px;
	padding-top: 35px;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 0;
}
	
/*</group>*/

/*<group=typography>*/

h1 {
	text-indent: -20px;
	font: normal 175% Georgia, Times New Roman, Times, serif;
}

h2 {
	text-indent: -20px;
	color: #99966f;
	font: normal 125% Georgia, Times New Roman, Times, serif;
}

blockquote {
	background: #f0f1dd url(../images/99.gif) no-repeat right bottom;
	font-size: 100%;
	padding-bottom: 15px;
	margin: 0 30px 0 0;
}

blockquote p {
	background: transparent url(../images/66.gif) no-repeat left top;
	color: #99966f;
	text-align: left;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 30px;
	margin-bottom: 0;
}

.wrap {
	float: left;
	padding-right: 25px;
}

/*<group=link styles>*/

a {
	color : #7f9ec7;
	text-decoration : underline;
}

a:hover {
	color : #4972b8;
	text-decoration : underline;
}

a:active {
	color : #f1aa95;
	text-decoration : underline;
}

a:visited {
	color : #7f9ec7;
	text-decoration : underline;
}
	
/*</group>*/
	
/*</group>*/

