@charset "UTF-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5d8a5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align: top;
}
p {
	font: Verdana, sans-serif;
	font-size:11px;
	color: #8b4513;
}
a {
	color: 1e506b;
	text-decoration: underline;
}
.footer {
	color: #fff;
}
.footerlinks {
	color: #fff;
	text-decoration:none;
	font-size:9px;
	padding:10px;
}
.or #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6efd5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.or #header1 { 
	background: #dedab5 url(images/home.jpg) no-repeat;
	height:275px;
	padding: 0;
} 
.or #header2 { 
	background: #dedab5 url(images/about.jpg) no-repeat;
	height:275px;
	padding: 0; 
} 
.or #header3 { 
	background: #dedab5 url(images/groups.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header4 { 
	background: #dedab5 url(images/healing.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header5 { 
	background: #dedab5 url(images/facilities.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header6 { 
	background: #dedab5 url(images/links.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header7 { 
	background: #dedab5 url(images/events.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header8 { 
	background: #dedab5 url(images/contact.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header9 { 
	background: #dedab5 url(images/hotel.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header10 { 
	background: #dedab5 url(images/fruitplate.jpg) no-repeat;
	height:275px;
	padding: 0; 
}
.or #header h1 {
	margin: 0; /* zeroing the margin of the last elem.ent in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.or #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.or #mainContent { 
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.or #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1e506b; 
} 
.or #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#nav {
	position:relative;
	top:250px;    /* set the exact position of the navigation */
	left:-15px;      /* set the exact position of the navigation */
	width:800px;
	height:25px;
	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(images/menu.jpg) no-repeat;
	}
li#home a {
	width:70px;
	height:25px;
	 }
li#about a {
	width:64px;
	height:25px;
	 }
li#groups a {
	width:88px;
	height:25px;
	 }	 
li#healing a {
	width:98px;
	height:25px;
	 }
li#facilities a {
	width:77px;
	height:25px;
	 }
li#hotel a {
	width:60px;
	height:25px;
	 }
li#events a {
	width:66px;
	height:25px;
	 }
li#contact a {
	width:130px;
	height:25px;
	 }
li#links a {
	width:57px;
	height:25px;
	 }
li#email a {
	width:90px;
	height:25px;
}
li#home a:link, li#home a:visited {
	background-position:0px 0px;
	 }	 	 	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -25px;
	 }
li#about a:link, li#about a:visited {	
	background-position:-70px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position:-70px -25px;
	}
li#groups a:link, li#groups a:visited {	
	background-position: -134px 0px;
	}
li#groups a:hover, li#groups a:focus {	
	background-position: -134px -25px;
	}
li#healing a:link, li#healing a:visited {	
	background-position: -222px 0px;
	}
li#healing a:hover, li#healing a:focus {	
	background-position: -222px -25px;
	}
li#facilities a:link, li#facilities a:visited {	
	background-position: -320px 0px;
	}
li#facilities a:hover, li#facilities a:focus {	
	background-position: -320px -25px;
	}
li#hotel a:link, li#hotel a:visited {	
	background-position: -397px 0px;
	}
li#hotel a:hover, li#hotel a:focus {	
	background-position: -397px -25px;
	}
li#events a:link, li#events a:visited {	
	background-position: -457px 0px;
	}
li#events a:hover, li#events a:focus {	
	background-position: -457px -25px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -523px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -523px -25px;
	}
li#links a:link, li#links a:visited {	
	background-position: -653px 0px;
	}
li#links a:hover, li#links a:focus {	
	background-position: -653px -25px;
	}
li#email a:link, li#email a:visited {	
	background-position: -710px 0px;
	}
li#email a:hover, li#email a:focus {	
	background-position: -710px -25px;
	}

/* Submenu 1
---------------------------------------------------------------*/
ul#nav2 {
	position:absolute;
	top:25px;    /* set the exact position of the navigation */
	left:73px;      /* set the exact position of the navigation */
	width:250px;
	height:25px;
	}
ul#nav2 li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;
	list-style-type:none;
	}
ul#nav2 li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(images/submenu.jpg) no-repeat;
	}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul { display: block; }
li#bios a {
	width:122px;
	height:25px;
	 }
li#gives a {
	width:128px;
	height:25px;
	 }

li#bios a:link, li#bios a:visited {
	background-position:0px 0px;
	 }	 	 	 	 	 
li#bios a:hover, li#bios a:focus {
	background-position:0px -25px;
	 }
li#gives a:link, li#gives a:visited {	
	background-position:-122px 0px;
	}
li#gives a:hover, li#gives a:focus {	
	background-position:-122px -25px;
	}

	
/* Submenu 2
---------------------------------------------------------------*/
ul#nav3 {
	position:absolute;
	top:25px;    /* set the exact position of the navigation */
	left:136px;      /* set the exact position of the navigation */
	width:215px;
	height:25px;
	}
ul#nav3 li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;
	list-style-type:none;
	}
ul#nav3 li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(images/submenu2.jpg) no-repeat;
	}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul { display: block; }
li#retreats a {
	width:112px;
	height:25px;
	 }
li#testimonials a {
	width:103px;
	height:25px;
	 }
	 
li#retreats a:link, li#retreats a:visited {
	background-position:0px 0px;
	 }	 	 	 	 	 
li#retreats a:hover, li#retreats a:focus {
	background-position:0px -25px;
	 }
li#testimonials a:link, li#testimonials a:visited {	
	background-position:-112px 0px;
	}
li#testimonials a:hover, li#testimonials a:focus {	
	background-position:-112px -25px;
	}

/* Submenu 3
---------------------------------------------------------------*/
ul#nav4 {
	position:absolute;
	top:25px;    /* set the exact position of the navigation */
	left:459px;      /* set the exact position of the navigation */
	width:431px;
	height:25px;
	}
ul#nav4 li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;
	list-style-type:none;
	}
ul#nav4 li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(images/submenu4.jpg) no-repeat;
	}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul { display: block; }
li#raw a {
	width:158px;
	height:25px;
	 }
li#event a {
	width:112px;
	height:25px;
	 }
li#fresh a {
	width:161px;
	height:25px;
	 }
	 
li#raw a:link, li#raw a:visited {
	background-position:0px 0px;
	 }	 	 	 	 	 
li#raw a:hover, li#raw a:focus {
	background-position:0px -25px;
	 }
li#event a:link, li#event a:visited {
	background-position:-158px 0px;
	 }	 	 	 	 	 
li#event a:hover, li#event a:focus {
	background-position:-158px -25px;
	 }
li#fresh a:link, li#fresh a:visited {
	background-position:-270px 0px;
	 }	 	 	 	 	 
li#fresh a:hover, li#fresh a:focus {
	background-position:-270px -25px;
	 }

