body	{
	background: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: 360px;
	margin-right: 10%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 76%;
	color: #0c2408;
}

a.homelogo {
	margin-left: -360px;
	float: left;
}
a.link {
	font-size: 76%;
	color: #073300;
	font-size: 1em;
	text-decoration: underline;
}

h1 {
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 1.2em;
	color: #054e07;
}
h2 {
	margin-bottom: 6px;
	margin-top: 12px;
	font-size: 1.1em;
	color: #f60;
}
h2.home {
	margin: 20px 0px 0px 0px;
}
h2.mission {
	font-size: 1.1em;
	color: #054e07;
	font-weight: normal;
	font-style: italic;
	font-family: "Trebuchet MS", Times, serif;
	/*margin-right: 33%;*/
}
span.mission {
	font-size: 170%;
	/*font-style: normal;text-indent: 14px;*/
	letter-spacing: 1px;
	display: block;
}
h3 {
	margin-bottom: 6px;
	margin-top: 1.1em;
	font-size: 1em;
	color: #336600;
}

h2.orange.link {
	color: #f60;
	text-decoration:underline;
}
	
h2.orange {
	color: #f60;
	font-size: 1.1em;}
	

p, li {
	margin: 4px 0px 6px 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #2a4127;
}
.navContainer { width:auto
}
.navContainer h3 {
	font-size: 0.9em;
	margin-top: 28px;
	margin-bottom: 5px;
	color: #336600 ;
}
.navContainer p {
	margin: 2px 0px 1px 0px;
	line-height: 14px;
}
.navContainer a {
	font-size: 1em;
	color: #2a4127;
	text-decoration: none;
}
.navContainer a:hover {
	color: #000000;
	background-color: #FFAA53;
}
.navAbout {
	/*border: 1px solid lime;*/
	width: 140px;
	border-left: 1px solid #416a29;
	margin-left: 0px;
	padding-left: 8px;
	float: left;
}
.navServices {
	/*border: 1px solid purple;*/
	width: 170px;
	border-left: 1px solid #416a29;
	margin-left: 10px;
	padding-left: 8px;
	float: left;
}
.navTherapies {

	width: 140px;
	border-left: 1px solid #416a29;
	margin-left: 10px;
	padding-left: 8px;
	float: left;
}
.navContact {
	/*border: 1px solid blue;*/
	width: 120px;
	border-left: 1px solid #416a29;
	margin-left: 10px;
	padding-left: 8px;
	float: left;
}
#nav a.current {
	background-color: #c9ff8a;  /*--<#2a4127>--*/
	color: Black;
	padding: 0px 4px 0px 10px;
	background-image: url(images/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.highlight{ 
	color: #f60; 
	font-weight: bold; 
}
.highlight-lime{ 

	font-weight: bold; color:#336600 
}

h3.h3contact {
	margin-top:20px;
}
.copyright {
	font-size: 0.8em;
	width:650px; 
	color: #0c2408;
	margin: 20px 0px 10px 0px;
	padding-bottom: 10px;
	padding-top: 6px;
	border-top: 1px solid #054e07;
	outline-color: #F4F4F4;
}
ul {
	list-style-image: url(images/bullet.gif);
}
ul.secondlevel {
	list-style-image: none;
	list-style-type: circle;
}
ul.secondlevel li {
	font-size: 100%;
}
hr {color: #054e07;
	height:1px;}
