/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{ }
#body a:hover{}
#body small{ }
#body form{ }
#body ul.navigation li{}
#body{
	background-color:#3A9FDD;  
	color:#005A5F;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{background-color:#015961;}
#body #container{
	background-image:url('https://lygo.net/ly/zeeblio/styles/massage-therapy/images/1171665.jpg'); 
	background-repeat:repeat-x;
}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	background-image:url('https://lygo.net/ly/zeeblio/styles/massage-therapy/images/1173872.jpg');
	background-position:-1px -1px;
	background-repeat:no-repeat;
	min-height:201px;
	padding:30px 30px 30px 45%;
	color:#fff;
}
#body #header h1, #body #header h2, #body #header h3{
	color:#005A5F;
	font-family:Arial,Helvetica,sans-serif;
}
#body #header h1{
	font-size:28px; 
	margin-bottom:10px;
}
#body #header ul.navigation{
	background-color:#9DE88B; 
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	-moz-box-shadow:0 2px 4px #292929; -webkit-box-shadow:0 2px 4px #292929; box-shadow:0 2px 4px #292929; 
	padding:10px 10px 0; 
	overflow:hidden;
}
#body #header ul.navigation li{
	float:left; 
	margin:0 10px 10px;
	min-height:20px;   
	min-width:30px; 
}
#body #header ul.navigation li a{
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	color:#005A5F;  
	display:block; 
	font-size:14px; 
	padding:10px; 
	border:1px solid #005A5F;
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background-color:#007197; 
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfffd7), to(#9DE88B)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #dfffd7, #9DE88B); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #dfffd7, #9DE88B); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #dfffd7, #9DE88B); /* IE10 */
  background-image:      -o-linear-gradient(top, #dfffd7, #9DE88B); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #dfffd7, #9DE88B);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfffd7', EndColorStr='#9DE88B'); /* IE6-IE9 */
			border:1px solid #005A5F;
	color:#005A5F; 
	text-decoration:none;
}
#body #header ul.navigation li a.selected{border:1px solid #005A5F;}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	background-color:#fff; 
	margin:-6px auto 0;
	width:924px;
	border:6px solid #01a2cd;
}
#body #content{width:620px;}
#body #content ul.navigation{}
#body #content ul.navigation li{
	float:left;
	margin:0 10px 10px;
	min-height:20px;    
	min-width:30px; 
	width:auto;  
}
#body #content ul.navigation li a{
	background-color:#9DE88B; 
	border:1px solid #005A5F;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; 
	color:#005A5F; 
	display:block; 
	font-size:13px; 
	font-weight:bold;
	padding:6px 10px; 
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9DE88B)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #9DE88B); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #9DE88B); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ffffff, #9DE88B); /* IE10 */
  background-image:      -o-linear-gradient(top, #ffffff, #9DE88B); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ffffff, #9DE88B);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#9DE88B'); /* IE6-IE9 */color:#005A5F; 
	text-decoration:none; 
}
#body #sidebar{
	min-height:20px; 
	width:220px; 
}
#body #sidebar ul.navigation{}
#body #sidebar ul.navigation li{
	margin:0 0 10px; 
	min-height:20px; 
	min-width:30px; 
	width:auto;  
}
#body #sidebar ul.navigation li a{
	border:1px solid #005A5F;
	background-color:#bcf3a4;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	color:#005A5F; 
	display:block; 
	font-size:13px;
	font-weight:bold; 
	padding:6px 10px;  
}
#body #sidebar ul.navigation li a:hover, #body #sidebar ul.navigation li a.selected{
	background-color: #9DE88B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9DE88B), to(#dfffd7)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #9DE88B, #dfffd7); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #9DE88B, #dfffd7); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #9DE88B, #dfffd7); /* IE10 */
  background-image:      -o-linear-gradient(top, #9DE88B, #dfffd7); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #9DE88B, #dfffd7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9DE88B', EndColorStr='#dfffd7'); /* IE6-IE9 */color:#005A5F; 
	text-decoration:none; 	
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-color:#3A9FDD; 
	color:#fff;
	margin:0;
	min-height:30px;
	padding:15px 14%; 
	position:relative; 
	width:auto;
	z-index:3;
 } 
#body #footer ul.navigation{}
#body #footer ul.navigation li{
	float:left;
	margin:0 10px 10px;
	min-height:20px;    
	min-width:30px; 
	width:auto;  
}
#body #footer ul.navigation li a{
	background-color:#bcf3a4; 
	border:1px solid #005A5F;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; 
	color:#005A5F; 
	display:block; 
	font-size:13px; 
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:5px 10px; 
 	width:auto; 
}
#body #footer ul.navigation li a:hover, 
#body #footer ul.navigation li a.selected{
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9DE88B)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #9DE88B); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #9DE88B); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ffffff, #9DE88B); /* IE10 */
  background-image:      -o-linear-gradient(top, #ffffff, #9DE88B); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ffffff, #9DE88B);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#9DE88B'); /* IE6-IE9 */color:#005A5F; 
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	margin:0; 
	width:100%;
}
#body.layout1c #sidebar{
	background-color:#9DE88B; 
	border-top:4px solid #005A5F; 
	padding:20px; 
	width:auto;
}
#body.layout1c #sidebar ul.navigation{}
#body.layout1c #sidebar ul.navigation li{
	float:left;
	margin:0 10px 10px;
	min-height:20px;    
	min-width:30px; 
	width:auto;  
}
#body.layout1c #sidebar ul.navigation li a{
	background-color:#bcf3a4; 
	border:1px solid #005A5F;
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; 
	color:#005A5F; 
	display:block; 
	font-size:13px; 
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:5px 10px; 
 	width:auto; 
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9DE88B)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #9DE88B); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ffffff, #9DE88B); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ffffff, #9DE88B); /* IE10 */
  background-image:      -o-linear-gradient(top, #ffffff, #9DE88B); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ffffff, #9DE88B);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#9DE88B'); /* IE6-IE9 */color:#005A5F; 
	text-decoration:none; 
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{padding:20px}
#body.layout2cl #sidebar{
	background-color:#9DE88B; 
	border-bottom:1px solid #051A20;  
	border-right:1px solid #051A20; 	
	padding:20px;
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{
	padding:20px 0; 
}
#body.layout2cr #sidebar{
	background-color:#9DE88B;
	border-left:1px solid #051A20;
	border-bottom:1px solid #051A20;  
	padding:20px;  
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body .addOnBorder{} 
#body .addOnBorderBottom{} 
#body .addOnBorderTop{} 
#body .addOnGradientTop{} 
#body .addOnGradientBottom{}
#body .addOnShadowBox{} 
#body .addOnShadowBoxSmall{} 
#body .addOnTableHeading{}
#body .addOnTableHeadingBg{} 
#body .addOnTableRowBg{} 
#body .addOnTableRowAltBg{}
#body .addOnTableColumnBg{} 
#body .addOnTableColumnAltBg{}
#body .addOnBackgroundImage{}
#body .addOnHeadline{}
#body .addOnSubHead{}
#body .addOnSubH3{}
#body .addOnSubH4{}
#body .addOnPlainText{}
#body .addOnBasicLink{}
#body .addOnSmallText{}
#body .addOnBackground{}
#body .addOnShadedText{}
#body .addOnAccentText{}
#body .addOnSectionHead{}
#body .addOnMiniNavBox{}
#body .addOnButton{background:#005A5F; color:#fff; border:none;}

/* ____________________ mobile layout ______________________________________________________________________________ */
@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background */
#body.mobileLayout{background:url(https://lygo.net/ly/zeeblio/styles/massage-therapy/images/mBG.jpg) right top no-repeat #98d9ed}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background-color:#bcf3a4; color:#005A5F; border:1px solid #005A5F;}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background-color:#bcf3a4; color:#005A5F; border:1px solid #005A5F;}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{
	background-color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9DE88B)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #ffffff, #9DE88B); /* Chrome 10+, Saf5.1+, iOS 5+ */
  	background-image:    -moz-linear-gradient(top, #ffffff, #9DE88B); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #ffffff, #9DE88B); /* IE10 */
  	background-image:      -o-linear-gradient(top, #ffffff, #9DE88B); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #ffffff, #9DE88B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#9DE88B'); /* IE6-IE9 */color:#005A5F; 
	}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:20px}
#body.mobileLayout #main{}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:#fcc6dd; padding-top:15px; color:#005A5F}
#body.mobileLayout #footer{background:#30cccb; color:#fff}
}