/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #d9f0d8;
  color: #2c2c2e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
/*  line-height: 14px; */
  margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1{
font-variant: small-caps;
letter-spacing: 12px;
color: #999999;
font-size: 20px;
line-height: 40px;
}

/* Commonly used to style section titles. */
h2 {
  color: #666666;
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h3 {
  color: #666666;
   font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
/*  color: #da4d33; */
/* color: #339966;  green */
  color: #004623; /* dark green */
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
 /*color: #5f519e; */
 color: #666666;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  /*color: #b92200; */
   color: #FBFBFB;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  /* color: #b92200; */
  color: #000099; /*bright  blue */
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
/*  color: #392f69; */
color: #006633;
}
.floatright {
float: right;
margin: 3px 0 3px 8px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #d9f0d8;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}

#outerWrapper #header {
	height: 88px;
	/* background-image: url(/assets/images/headerImg.jpg); */
	background-image: url(/assets/images/artOfHealingLogoBkground.gif);
	background-repeat: no-repeat;
	background-position: right top;
/*	display: inline; */
}
ul#topNav li{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin-left: -25px;  /*prevents ul li from identing and  messing with top nav */
	padding-left: 0px;
	background-color: #003300;
}
ul#directions li
{
	display: block;
	list-style-type: none;
	list-style-position: none;
	line-height: 1.5em;
}
#outerWrapper #contentWrapper {
  overflow: hidden; 
  clear: both; /* added to keep alightment velow top nav */
}
#outerWrapper #contentWrapper #pageBkgrnd {
  /*( background:url(/assets/images/sideNavLeft-bkgrnd_GreyGr.gif) repeat-y left top; */
  background:url(/assets/images/bkgrdMainCol.gif);
}
#outerWrapper #contentWrapper #page {
/* empty prevents background image in left column */   

   }
#outerWrapper #contentWrapper #leftColumnHome {
  float: left;
  padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 228px;  /* lh from 155 */
  font-size: 12px;
  background-color:#003300;
  background:url(/assets/images/bkgrdLftCol.gif);
  background-repeat:no-repeat;
  }   
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 155px;  /* lh from 175 */
  font-size: 12px;
  background-color:#003300;
  background:url(/assets/images/bkgrdLftCol.gif);
  background-repeat:no-repeat;
  }
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 175px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  border-left: solid 1px #a8a2d1; /* Sets the right border properties for an element using shorthand notation */
    background:url(/assets/images/bkgrdMainCol.gif);
	  background-repeat:no-repeat;
  }
#outerWrapper #footer {
  background-color: #d9f0d8;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	height: 34px;
	clear: right;
}
.promotion {
background-color:#003333;
 	color:#FFFFFF;
	text-align: center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: right;
}
.testimonial {
	font-size: 12px;
	} 
.testimonial ul#client
{
	display: inline;
	list-style-type: none;
	list-style-position: none;
	margin-left: -25px;
	
}
#sidenav
{
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul#sidenav li
{
	display: block;
	list-style-type: none;
	list-style-position: none;
	line-height: 2.0em;
	color: #000000;

}
ul#firstvisit li {
display: block;
	list-style-type: none;
	list-style-position: none;
	line-height: 1.0em;
}
 .noteFromJohn {
 font-size: 12px;
 font-style:italic;
color: #003300;
 margin-left: 20px;
 margin-right: 20px;
 padding: 5px;
  
  }
  #contactus
{
display: block;
list-style: none;
text-decoration: none;
}

#servicesImg {
border:none;
margin-left: 80px;
}

#aboutImg {
border:none;
margin-left: 20px;
}

