@charset "UTF-8";
body  {
	font-size: 12px; 
	font-family: Arial,"Comic Sans MS",Verdana,Helvetica,sans-serif;
    background-image: url(gfx/mainbg3.gif);
	background-repeat:repeat-x; 
	background-color: #FFCC99;
	line-height:13px;
	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: #8A4812;
}
.twoColFixLtHdr #container { 
	width: 963px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#cf6734;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f9eae1;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}																																
.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 0px; /* 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 -110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background-color: #fff;
	background: url(gfx/bg2.gif);
    background-position: 75px 0px;
    color: #8A4812;	
} 
#footer { 
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:45px;
	margin-left: 0px;
	text-align:left;
	padding-right: 0px;
	width:963px;
} 
#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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family:arial;
	font-style:italic;
	font-size: 10px;
	color:#ffffff;
}  
.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;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_dropdown.html      
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
#nav { 
       padding:0; 
	   margin:0; 
	   list-style:none; 
	   height:23px; 
	   position:relative; 
	   z-index:200; 
	   font-family:arial, verdana, sans-serif; 
	   width:960px;
}
#nav li.top {
       display:block; 
	   float:left;
}
#nav li a {
       display:block; 
	   float:left; 
	   height:23px; 
	   width:135px; 
	   border:1px solid #888; 
	   border-color:#ddd #888 #000 #ccc; 
	   text-decoration:none; 
	   padding:0; 
	   cursor:pointer; 
}
#nav li a b {
       margin-left:-999px;
} 
#nav li a.home { background:url(gfx/home.png); }
#nav li a.classesrates { background:url(gfx/classrates.png); }
#nav li a.news { background:url(gfx/news.png); }
#nav li a.bodyworks { background:url(gfx/bodyworks.png); }
#nav li a.oils { background:url(gfx/oils.png); }
#nav li a.tour { background:url(gfx/tour.png); }
#nav li a.contact { background:url(gfx/contact.png); }
 
#nav li:hover a,
#nav a:hover
{background-position: 0 25px;}  /* THE 25px MATCHES THE #nav :hover ul.sub li a - display:block; height:50px */
 
 
#nav table {position:absolute; top:0; left:0; border-collapse:collapse; padding:0; width:0; height:0; margin:-1px;}
 
#nav .sub {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}
 
#nav :hover ul.sub
{left:0; top:25px; background: #edb; width:135px; height:auto; z-index:300;} /* position from top of menu to bottom of menu  */
#nav :hover ul.sub li
{display:block; height:27px; position:relative; float:left; width:135px; font-weight:normal;}
#nav :hover ul.sub li a
{display:block; height:25px; width:135px; border:1px solid #888; border-color:#ddd #888 #000 #ccc; text-decoration:none; padding:0; cursor:pointer;}
#nav :hover ul.sub li a b {position:absolute; left:-9999px; margin:0;}
 
#nav :hover ul li a.bios {background:url(gfx/bios.png);}
#nav :hover ul li a.community {background:url(gfx/community.png);}
#nav :hover ul li a.bodyworks {background:url(gfx/bodyworks.png);}
#nav :hover ul li a.workshops {background:url(gfx/workshops.png);}
#nav :hover ul li a.womenscircle {background:url(gfx/womenscircle.png);}
#nav :hover ul li a.reading {background:url(gfx/reading.png);}
#nav :hover ul li a.resources {background:url(gfx/resources.png);}
#nav :hover ul li a.prenatal {background:url(gfx/prenatal.png);}
#nav :hover ul li a.hotyoga {background:url(gfx/hotyoga.png);}
#nav :hover ul li a.volunteer {background:url(gfx/volunteer.png);}
#nav :hover ul li a.chants {background:url(gfx/chants.png);}
#nav :hover ul li a.yogishop {background:url(gfx/yogishop.png);}
#nav :hover ul li a.gallery {background:url(gfx/gallery.png);}

#nav :hover ul.sub li a:hover 
{background-position: 0 25px; position:relative;}
#nav :hover ul.sub li a:hover b {left:100px; top:15px; background:#fff; color:#000; border:1px solid #888; display:block; width:100px; height:20px; text-align:center; font-size:12px; line-height:18px;}
 
.news p {
	line-height: 14px;
    font-size:10pt;
}
.news h3 {
     font-size: 12pt;
}
.subscribe {
       border-collapse:collapse;
	   border: solid 1px #8A4812;
	   font-family:  Papyrus,Comic Sans MS,Verdana,Helvetica,sans-serif, Trebuchet, Arial, sans-serif;
	   color: #8A4812;
	   font-size: 10px;
	   width:145px;
	   line-height: 10px;
}	  
a {
	color: #D47611;
	text-decoration: none;
}

a:hover {
	color: #999966;
	text-decoration: underline;
}

hr {
	background-color: #f9eae1;
	border-top: 1px solid #f9eae1;
}

.small {
	font-size: 11px;
}

.tiny {
	font-size: 10px;
}

.toplink {
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
}
.testimonials {
        font-size:11px;
		font-family: "Times New Roman";
		font-style:italic;
		font-weight:400;
		color:#000;		
}


