@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: underline;
	color: #6F4558;
}
a:visited {
	text-decoration: underline;
	color: #6F4558;
}
a:hover {
	color: #CC6699;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: #6F4558;
}
.brownfont {
	color: #927350
}
.purplefont {color: #6F4558}
.bluefont {color: #45555d}
.font16title {
	font-size: 16px;
}
.greenfont {color: #61774F}
.footernote {
	font-size: 8px;
	color: #999999;
}


body {
	background-color: #F8F5EE;
   behavior:url("htc/csshover.htc");
}

#body {
	width: 810px;
	position: relative;
	min-height: 425px;
}
#container {
	width: 813px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 3px;
}
#header {
	margin-top: 2px;
	width: 806px;
	position: relative;
	text-align: center;
	background-color: #FFFFFF;
	height: 125px;
	visibility: inherit;
	margin-left: 2px;
}
#leftsidebar {
	position: relative;
	width: 122px;
	top: 2px;
	padding: 0px;
	left: 2px;
	float: left;
}
#newscolumn {
	width: 109px;
	position: relative;
	margin-left: 9px;
	margin-bottom: 4px;
	margin-top: 4px;
	min-height:200px;
	float: left;
}
#pglogo {
	margin-top: 4px;
}


/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{
	top:2px;
	left:2px;
	width: 88px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	z-index: 1000;
	}

/*the padding for inside the menus, both parent and child*/
#menuv a
	{
	width: 100%;
	display:block;
	padding-top: 5px;						/* expands menu box vertically*/
	padding-bottom: 5px;		/* adds bottom border */
	white-space:nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 16px;
	padding-right: 6px;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #6F4558;
	text-decoration:none;				       /* removes underlines from links */
	}

/*#menuv a.parent, #menuv a.parent:hover 	attaches parent-arrow on all parents 
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/
#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #C39EAE;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 111px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	background-color: #66FFFF;
	z-index: 1005;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 88px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	z-index: 1008;
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	z-index: 1009;
	margin-left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}


div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	z-index: 1010;
	}
#content {
	width: 680px;
	margin-left: 125px;
	text-align: left;
	margin-top: 2px;
	padding-top: 2px;
	min-height: 500px;
}
#photo {
	height: 194px;
	text-align: right;
	margin-bottom: 4px;
}


#mainphoto {
	width: 680px;
	height: 194px;
	margin-left: 125px;
	text-align: right;
	margin-top: 2px;
	padding-top: 2px;
}
#practicebox {
	height: 350px;
	width: 262px;
	position: relative;
}
#middlebox {
	/*height: 220px;*/
	width: 200px;
	position: relative;
	float: left;
	padding: 9px;
	border: 1px solid #6F4558;
	background-color: #FEF8E4;
	margin-left: 7px;
	margin-top: 4px;
}
#rightbox {
	position: relative;
	/*height: 220px;*/
	width: 200px;
	margin-left: 7px;
	padding: 9px;
	border: 1px solid #6F4558;
	background-color: #FEF8E4;
	float: right;
	margin-top: 4px;
}
#leftbox {
	position: relative;
	/*height: 220px;*/
	width: 200px;
	padding: 9px;
	border: 1px solid #6F4558;
	background-color: #FEF8E4;
	float: left;
	margin-top: 4px;
}



#footer {
	height: 30px;
	top: 4px;
	margin-left: 9px;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: 9px;
	background-color: #FFFFFF;
}
#footerlist{
	list-style: none;
	padding: 0;
	color: #6F4558;
	text-align: center;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;/
	/*position: relative;*/
	margin-top: 6px;
	}

#footerlist a:link, #footerlist a:visited {
	color: #6F4558;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footerlist a:hover {
	color: #86AF4B;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
#footerlist  span{
	margin: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#topeditablecontent {
	width: 680px;
	margin-left: 125px;
	text-align: left;
	margin-top: 2px;
	padding-top: 2px;
}


 
#editablecontent {
	width: 680px;
	margin-left: 125px;
	margin-top: 4px;
}
#pricing {
	width: 637px;
	border: 1px solid #6F4558;
	margin-left: 126px;
	padding: 20px;
	margin-top: 2px;
	background-color: #E6EBEE;
	position: relative;
}
#newtoyoga {
	width: 639px;
	top: 2px;
	height: auto;
	margin-left: 126px;
	position: relative;
	text-align: left;
	padding: 20px;
}
#faq {
	width: 639px;
	top: 2px;
	height: auto;
	margin-left: 126px;
	position: relative;
	text-align: left;
	padding: 20px;
}
#svcontent {
	text-align: left;
	padding: 20px;
	background-color: #DFEABF;
	min-height: 500px;
}
#blcontent {
	text-align: left;
	padding: 20px;
	background-color: #DDB6B3;
	min-height: 500px;
}
#sfcontent {
	text-align: left;
	padding: 20px;
	background-color: #E6EBEE;
	min-height: 500px;
}
#gencontent {
	text-align: left;
	padding: 20px;
	background-color: #FEF8E4;
	min-height: 500px;
}

/*schedule class for tables in scheduel page*/
.schedule {
	height: 500px;
	width: 550px;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid #ffffff;
	background-position: center;
}

/* styling for the header cells here */
.schedule th {
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-collapse:collapse;
  border: 1px solid #ffffff;
}

/* styling for the regular cells here */
.schedule td {
  padding: 2px;
  text-align: center;
  border-collapse:collapse;
  border: 1px solid #ffffff;
}

div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
}

div.feedburnerFeedBlock ul li span.headline { 
font-weight:normal; 
}

div.feedburnerFeedBlock ul li span.headline { 
font-weight:normal; 
display:block; 
margin:12px 0 0 0; 
}
