/* CSS Document */
/* Defaults */
h1 {
font-size:16px;
}
h2 {
	
}
/* link defaults */
a {
color:#000000;
text-decoration:none;
}
a:hover {
  color: #6e8535;
}
a:visited {
color:#000000;
}

/* Left Menu List Style */
.left_menu {
	margin:10px;
	list-style-type:disc;
	padding:0;
}
.left_menu ul {
	list-style-type:none;
	margin-left:10px;
	padding:0;
}
.left_menu ul a {
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-decoration: none;
}

.left_menu ul a:visited {
  color: #000000;
  text-decoration: none;
}

.left_menu ul a:hover {
  color: #6e8535;
  font-weight: bold;
}

/* End Menu List Style */

/* Begin Main Nav Style */

/* Suckerfish Menu Style*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}



#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/* */
/* Dropdown Menu Background Color */
#nav li ul { 
  background-color:#EBEBA6;
  }

/* Drop Down Menu Indentation */
#nav {
	margin-left:50px;
}

/* individual dropdown menu widths */ 
#nav .menu_home ul {}
#nav .menu_about ul {width:105px;}
#nav .menu_healing ul { width:140px; }
#nav .menu_services ul { width:124px;}
#nav .menu_resources ul { width:136px;}
#nav .menu_contact ul {width:106px;}

  
#nav li ul li {
	float:none;
}
/* Drop Down Menu Text Color-Style */
	#nav li ul a {
  		color:#343400;
  		text-decoration:bold;
		font-size: 12px;
	}  

#nav li:hover ul, li.over ul{ display: block; }

/* End Main Nav Style */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cec6ca;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.default {
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

a.default:link {
  color: #000000;
  text-decoration: underline;
}

a.default:visited {
  color: #333333;
  text-decoration: underline;
}

a.default:hover {
  color: #6e8535;
  text-decoration: underline;
}

.sideList {
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.5;
}

a.sideList:link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

a.sideList:visited {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

a.sideList:hover {
  color: #6e8535;
  font-weight: bold;
}

.bottomMenu {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;  
}

a.bottomMenu:link {
  color: #000000;
  text-decoration: none;
}

a.bottomMenu:visited {
  color: #333333;
  text-decoration: none;
}

a.bottomMenu:hover {
  color: #6e8535;
  text-decoration: underline;
}

.inputbox {  
  font-family: Verdana, Arial; font-size: 11px;	
  border: 1px solid #999999;	
  width: 200px; 
  height: 15px; 
  color: #757548;
}

.commentbox {  
  font-family: Verdana, Arial; font-size: 11px;	
  border: 1px solid #999999;	
  width: 200px; 
  height: 90px; 
  color: #757548 
}
