/* 	*************
	* Yoga Wolf *
	************* */
	
	#pgHome #WolfFinder {width: 12em;}
	#pgHome #FocusBreatheCenter {text-align:center;}
	#pgParties #Branding 	{background-image: url(../_images/masthead-parties.jpg); height:234px;}

	.gpServices #imgTaylorBlair  	  {text-align:center;} 
	.gpServices #imgTaylorBlair img   {border:0.06em solid #000;} 

	.gpServices #imgIceSkater  			{float:right;} 
	.gpServices #imgIceSkater  img      {border:0.06em solid #000;} 
	
	.gpServices #DebsLunch {background-color:#dddd99; border:0.06em solid #000; width:26em; margin:0.5em auto;}
	
	#pgSchedule .YW  {background-color: #33CC33;}
	#pgSchedule .OSG {background-color:#f99d1c;}

	#pgSchedule #YW  {border-left:0.5em solid #33CC33;}
	#pgSchedule #OSG {border-left:0.5em solid  #f99d1c;}

	#pgSchedule tbody tr {border:0.06em solid #ccc;}

	#pgSchedule .TableHeader th {border-bottom:0.09em solid #000; border-top:0.09em solid #000;}	
	#pgSchedule .AltRow td {border-bottom:0.09em solid #ccc;}

	#pgBrava-QA #Content #BravaWolf {float:left; margin:0; padding:0;}

	/* About Us */
		.PersonalPhoto { float:right; border:0.06em solid #000; padding:0;}
		.PersonalPhoto img { padding:0; margin:0; border:0;}	
	

	.ClearFloat {clear:both;}
	
/*  Base Navigation List Code 	*/

		.BaseNavList, .BaseNavList li, .BaseNavList ul  {margin:0; padding:0;}
		.BaseNavList li {list-style-type:none;}
		.BaseNavList li a {display:block;}
		
		/* 	**** Internet Explorer 'Has Layout' Fix ****
			Prevents li spacing issues and Anchor 100% width issues 
			****									**** */
		.BaseNavList li, .BaseNavList a {_height:1px;} 

	/* 	**** Pop Out Menu Code **** */
		.PopOutMenu li {position: relative; z-index:25000; width:auto;}
		.PopOutMenu li ul {position:absolute; left:-999em;  z-index:24998;}
	
		/*	**** Internet Explorer Irregular Padding on LI fix	****
			Requires adding display:none on LI to prevent uneven padding 
			src: http://css.nu/pointers/bugs-ie.html
			**** 												**** */
		.PopOutMenu li ul {display:none;}
		
	/* 	Derived Pop-out Menu Classes */		
	
		.PopRight li:hover > ul {top:0; left:100%;}
		.PopLeft  li:hover > ul {top:-1px; right:100%;}
		.PopDown  li:hover > ul {left:-1px;}
		.PopUp    li:hover > ul {bottom:2em; left:-2px;}

		.PopRight li:hover > ul, .PopLeft li:hover > ul, 
		.PopDown  li:hover > ul, .PopUp  li:hover > ul
			{display:block;}

		 * html .BaseNavList { font-size:0.75em;}
		 * html .BaseNavList li { width:10em; }
		 
/* Side Bar Code */		 
		.SideBar {float:right; margin: 0 0.5em 0.5em 0.5em; font-size:0.9em; padding:0.3em; 
				   border:0.06em solid #000;}
		.SideBar ul{ margin-left:0;}

		.SideBar h2 { margin-top:0; text-align:center;}
		.SideBar a:link, .SideBar a:visited		{color:; font-weight:bold;}
		.SideBar a:visited:hover {color:;}
		.SideBar a:hover 	{color:;}
		.SideBar a:active 	{color:;}
		.SideBar a:focus {color: ;}
		
		
/* Section Styles */
		.Section {width:50%; width:49.5%; float:left; margin-bottom:2em; min-height:8.5em;}
		.Section h2 {}
		
