body {
	background: #5D993E url(/images/bg.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font: normal 75% Trebuchet MS, Arial, Helvetica;
	}

div#container {
	width: 783px;
	margin: 0 auto;
	}


/* HEADER */
div#header {
	background: url(/images/bg-header.jpg) no-repeat 0 0;
	padding: 178px 0 0;
	margin: 0;
	}

div#header div.sitelinks {
	position: absolute;
	top: 5px;
	width: 720px;
	padding: 0 63px 0 0;
	text-align: right;
	color: #333;
	}

div#header div.sitelinks a {
	color: #333;
	}
	
div.clear {
	clear: both;
	}
	
div#header div.nav {
	padding-bottom: 3px;
	}
	
div#header div.nav ul {
	margin: 0 0 0 75px;
	padding: 0;	
	list-style: none;
	}

div#header div.nav ul li {
	display: inline;
	padding: 0;
	}

div#header div.nav ul li a {
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
	margin: 0 5px 0 0;
	background-color: #E2EDDD;
	}

div#header div.nav ul li a:hover,
div#header div.nav ul li a.hover {
	background-color: #7EB85F;
	color: #FFF;
	} 

body.home div#header div.nav ul li.home a,
body.projects div#header div.nav ul li.projects a,
body.community div#header div.nav ul li.community a,
body.scriptural_roots_of_commerce div#header div.nav ul li.scriptural_roots_of_commerce a,
body.about_us div#header div.nav ul li.about_us a {
	background-color: #FFF;	
	color: #5D993E;
	}

body.home div#header div.nav ul li.home a:hover,
body.home div#header div.nav ul li.home a.hover,
body.projects div#header div.nav ul li.projects a:hover,
body.projects div#header div.nav ul li.projects a.hover,
body.community div#header div.nav ul li.community a:hover,
body.community div#header div.nav ul li.community a.hover,
body.scriptural_roots_of_commerce div#header div.nav ul li.scriptural_roots_of_commerce a:hover,
body.scriptural_roots_of_commerce div#header div.nav ul li.scriptural_roots_of_commerce a.hover,
body.about_us div#header div.nav ul li.about_us a:hover,
body.about_us div#header div.nav ul li.about_us a.hover {
	background-color: #FFF;
	color: #5D993E;
	}


/* CONTENT */
div#maincontent {
	clear: both;
	background: url(/images/bg-maincontent.jpg) repeat-y 0 0;
	margin: 0;
	padding: 5px 115px 30px 120px;
	}

div#maincontent a {
	color: #518536;
	font-weight: bold;
	}

div#maincontent p {
	clear: both;
	}

div#maincontent p.quote span {
	display: block;
	text-indent: 30em;
	}

div#maincontent h1 {
	display: block;
	text-indent: -1000px;
	font-size: 2em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	padding-bottom: 0;
	}

body.home div#maincontent p {
	margin-top: 0;
	padding-top: 0;
	}

/* H1 image replacement for each specific section / subsections should use body ID */
body.home div#maincontent h1 {
	background: url(/images/title-welcome.gif) no-repeat 0 bottom;
	height: 45px;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	}

body.about_us div#maincontent h1 {
	background: url(/images/title-aboutus.gif) no-repeat 0 0;
	}

body.community div#maincontent h1 {
	background: url(/images/title-community.gif) no-repeat 0 0;
	}

body.scriptural_roots_of_commerce div#maincontent h1  {
	background: url(/images/title-src.gif) no-repeat 0 0;
	}

body.projects div#maincontent h1  {
	background: url(/images/title-projects.gif) no-repeat 0 0;
	}

body#philosophy div#maincontent h1 {
	background: url(/images/title-philosophy.gif) no-repeat 0 0;
	}

body#history div#maincontent h1 {
	background: url(/images/title-history.gif) no-repeat 0 0;
	}

body#contact div#maincontent h1 {
	background: url(/images/title-contactus.gif) no-repeat 0 0;
	}

body#research div#maincontent h1 {
	background: url(/images/title-research.gif) no-repeat 0 0;
	}

body#privacy div#maincontent h1 {
	background: url(/images/title-privacy.gif) no-repeat 0 0;
	}
	
body#terms div#maincontent h1 {
	background: url(/images/title-terms.gif) no-repeat 0 0;
	}

div#maincontent h2 {
	clear: both;
	color: #5D993E;
	margin-top: .5em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	}

body#research div#maincontent h2,
body#research div#maincontent h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 1em 0 0 0;
	}
	
body#philosophy div#maincontent p,
body#research div#maincontent p {
	margin-top: 0;
	padding-top: 0;
}
div#maincontent ul {
	margin: 10px 0 0 0;
	padding: 0;
	}

div#maincontent ul li {
	list-style: none;
	margin-left: 2em;
	margin-bottom: .5em;
	padding-left: 1em;
	background: url(/images/greenbullet.gif) no-repeat 0 5px;
	}


/* SUBNAV */
div#maincontent ul.subnav {
	margin: 0;
	padding: 0;
	color: #5D993E;
	}

div#maincontent ul.subnav li {
	float: left;
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 5px 10px 5px 15px;
	background: none;
	background-color: #E9F2E6;
	}

div#maincontent ul.subnav li a {
	color: #5D993E;
	font-weight: normal;
	}

div#maincontent ul.subnav li.philosophy {
	padding-left: 10px;
	}

div#maincontent ul.subnav li.contact {
	padding-right: 10px;
	}

div#maincontent ul.subnav li.research {
	padding-left: 10px;	
	padding-right: 10px;
	}

body#philosophy div#maincontent ul.subnav li.philosophy a,
body#history div#maincontent ul.subnav li.history a,
body#contact div#maincontent ul.subnav li.contact a,
body#research div#maincontent ul.subnav li.research a   {
	text-decoration: none;
	font-weight: bold;
	}

body#contact div#maincontent a,
body#privacy div#maincontent a,
body#terms div#maincontent a  {
	font-weight: normal;
	}


/* FOOTER */
div#footer {
	text-align: center;
	font-size: .9em;
	background: url(/images/bg-footer.jpg) no-repeat 0 0;
	height: 75px;
	padding: 22px 0 0 0;
	margin: 0;
	color: #666;
	}

div#footer span {
	display: block;
	padding-top: 3px;
	}

div#footer a {
	color: #5D993E;
	}



