body {
	font-family: Trebuchet, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #f3f3f2 url(images/bodybg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}
	
a {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	
}


/******* HOME NAVIGATION STYLES *************/

#navigation {
	height: 364px;
	width: 702px;
	padding: 0 19px;
	background: url(images/home.jpg) top center no-repeat;
	border: 0;
}

#topnav {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav ul {
	list-style: none;
	padding: 0px 0;
	margin: 0;
}

#topnav li ul {
	position: absolute;
	width: 232px;
	left: -999em;
	background: transparent;
	
}

#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

#topnav a {
	display: block;
	height: 30px;
	width: 232px;
	text-indent: -9999em;
}

#navab {
	position: absolute;
	top: 55px;
	left: 0;
}

#navab:hover { background: #0d1d04 url(images/about.gif) top left no-repeat; }

#navab a:hover {
	background: #0d1d04 url(images/about.gif) top left no-repeat;
}

#navab .dropdown li {
	width: 231px;
	margin-left: 1px;
}

#navse {
	position: absolute;
	top: 160px;
	left: 235px;
}

#navse:hover { background: #0d1d04 url(images/services.gif) top left no-repeat; }

#navse a:hover {
	background: #0d1d04 url(images/services.gif) top left no-repeat;
}

#navco {
	position: absolute;
	top: 65px;
	right: 0;
}

#navco:hover { background: #0d1d04 url(images/contact.gif) top left no-repeat; }

#navco a:hover {
	background: #0d1d04 url(images/contact.gif) top left no-repeat;
}

#navco .dropdown li {
	width: 231px;
	margin-right: 1px;
}

#navch {
	position: absolute;
	top: 324px;
	right: 0;
}

#navch:hover { background: #0d1d04 url(images/charitable.gif) top left no-repeat; }

#navch a:hover {
	background: #0d1d04 url(images/charitable.gif) top left no-repeat;
}

#topnav ul li {
	margin-top: 2px;
	background: #446a2e;
}


#topnav ul a {
	text-indent: 20px;
	display: block;
	width: 232px;
	height: 20px;
	color: #0d1d04;
	line-height: 20px;
	font-weight: normal;
}

#topnav ul a:hover {
	background-image: none;
	background: #94cd41;
}







#footer {
	background: #043311;
	border-top: 3px solid #94cd41;
	padding: 6px 0 70px 0;
}

#footer p {
	width: 702px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font-size: 10px;
	color: #94cd41;
	
}


