/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 17px;
}
#corp1 {
	background-image: url(images/chair_05.jpg);
}
#corp2 {
	background-image: url(images/chair_07.jpg);
}
#corp3 {
	background-image: url(images/chair_09.jpg);
}
bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding-left: 40px;
}
#greycorporate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	padding-top: 25px;
	padding-right: 100px;
	padding-left: 165px;
	background-image: url(images/chair_11.jpg);
}
#greencorporate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-top: 25px;
	padding-right: 100px;
	padding-left: 0px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 12;
	background-color: #C0D698;
	width: 120px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #060;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #75A545;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #75A545;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	}
#sprybody {
	background-image: url(images/replace_14.gif);
}
#typeoutline {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
body {
	background-color: #C8DE9E;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #E8E8E8;
}
#typeoutlineindex {
	background-image: url(images/images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 140px;
	padding-left: 140px;
	padding-top: 0px;
}
#typeoutlinesabita {
	background-image: url(images/images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 140px;
	padding-left: 140px;
	padding-top: 50px;
}
#teaser {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0px;
	color: #000;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#typeoutlinedrjing {
	background-image: url(images/images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 130px;
	padding-left: 130px;
	padding-top: 20px;
}
#typeoutlineallen {
	background-image: url(images/images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#typeoutlinepatrick {
	background-image: url(images/images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 40px;
}
#image1 {
	background-image: url(images/Slices_22.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 22px;
	padding-top: 30px;
	right: 0px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#image4 {
	background-image: url(images/replace_13.gif);
}
#image2 {
	background-image: url(images/Slices_22.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding-top: 26px;
	padding-right: 13px;
	padding-bottom: 50px;
	padding-left: 0px;
	text-decoration: none;
}
#image3 {
	background-image: url(images/Slices_23.gif);
	left: 5px;
	top: 10px;
}
#typeoutlineesteem {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 0px;
}
#typeoutlineworkplace {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 5px;
}
#typeoutlinecomingsoon {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 18px;
	color: #060;
	padding-right: 0px;
	padding-left: 160px;
	padding-top: 130px;
}
#typeoutlinecontactus {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#typeoutlinedirections {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 0px;
}
#typeoutlineemail {
	background-image: url(images/revvvv_15.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 30px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #060;
	text-decoration: none;
}
#location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #060;
	font-weight: bold;
}
#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #060;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #060;
	background-image: url(images/replace_19.gif);
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
}
#image5home {
	background-image: url(images/images/non4.gif);
}
#image6home {
	background-image: url(images/images/medicine2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 14px;
	line-height: 18px;
	padding-top: 25px;
	padding-left: 40px;
}
#homepage22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}
#image7home {
	background-image: url(images/images/you-can-2.gif);
}
#doc1 {
	background-image: url(images/30percent_07.jpg);
}
#doc2 {
	background-image: url(images/30percent_11.jpg);
}
#lighttag {
	background-image: url(images/30percent_09.gif);
}
.docstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #060;
	padding-left: 162px;
	padding-right: 130px;
	padding-top: 30px;
}
#yoga2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-image: url(images/ybig2.gif);
	left: 162px;
	top: 30px;
	right: 130px;
}
#esteem1 {
	background-image: url(images/esteem3.gif);
	background-repeat: no-repeat;
}
#patrick {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #060;
	font-size: 15px;
	padding-left: 0px;
}
#southport {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFF;
}
#intakeform {
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-size: 12px;
}
#sprybody tr #esteem1 strong {
	color: #5A5A5A;
}
#sprybody tr #esteem1 {
	color: #5A5A5A;
}
#sprybody tr #corp4 strong {
	color: #060;
}
#sprybody tr #corp4 {
	color: #060;
}
#sprybody tr #esteem1 strong {
	color: #060;
}
#grey {
	color: #333;
}
#grey2 {
	color: #333;
}
.greenbold {
	color: #060;
	font-weight: bold;
}
#Yoga1 {
	background-image: url(images/ybig1.gif);
}
.yoga3 {
	background-image: url(images/Homepageyoga4.gif);
}
#yoga3 {
	background-image: url(images/ybig4.gif);
}
quote {
	left: 130px;
}
#re-align {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
}
#re-alignn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
}
#middleclassschedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #060;
	padding-left: 0px;
}
middlesmallertype {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #060;
	padding-left: 40px;
}
#middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
}
