/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{font-weight:bold; color:#373f2c}
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-attachment:fixed;
	background-color:#8b8f8e;
	background-image:url(https://lygo.net/ly/zeeblio/styles/on-point/images/747335.jpg);	
	background-repeat:repeat-x;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{}
#body #container{}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	background-color:#8A927C;
	background-image:url(https://lygo.net/ly/zeeblio/styles/on-point/images/747332.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#fff;
	margin:0 auto;
	min-height:70px; 
	padding:30px;
	width:856px;  
}
#body #header h1{font-size:35px}
#body #header ul.navigation{ 
	margin:8px 0; 
	width:90%;
}
#body #header ul.navigation li{
	background-color:#adb59f; 
	border:2px solid #373f2c;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; 
	float:left;  
	margin:0 5px 8px 0; 
	min-width:30px; 
	text-align:center; 
	width:auto;
}
#body #header ul.navigation li a{
	color:#373f2c; 
	display:block; 
	font-size:12px;  
	padding:2px 10px; 
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background-color:#373f2c; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	background-color:#8a927c;
	background-image:url(https://lygo.net/ly/zeeblio/styles/on-point/images/747334.png); 
	background-position:center top;
	background-repeat:no-repeat;
	-moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; 
	margin:0 auto;
	padding:60px 0 0;
	width:916px;
}
#body #content{
  	padding:0 25px;
  	width:600px;
}
#body #content ul.navigation{ 
	margin:8px 0; 
	width:90%;
}
#body #content ul.navigation li{
	background-color:#adb59f; 
	border:2px solid #373f2c; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	float:left;  
	margin:0 5px 8px 0;
	min-width:30px; 
    text-align:center;
}
#body #content ul.navigation li a{
	color:#373f2c; 
	display:block; 
	font-size:12px;   
	padding:2px 10px; 
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	background-color:#373f2c; 
	color:#fff; 
	text-decoration:none; 
}
#body #sidebar{
	padding:0 30px;
	width:200px; 
}
#body #sidebar ul.navigation{
	margin:8px 0; 
	width:auto;
}
#body #sidebar ul.navigation li{
	background-color:#adb59f; 
	border:2px solid #373f2c; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	margin:0 5px 8px 0;
	min-width:30px;
    text-align:left; 
	width:auto; 
}
#body #sidebar ul.navigation li a{
	color:#373f2c; 
	display:block; 
	font-size:12px; 
	padding:0 10px; 
	width:auto;
}
#body #sidebar ul.navigation li a:hover, #body #sidebar ul.navigation li a.selected{
	background-color:#373f2c; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-color:#8A927C;
	border:1px solid #8A927C;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	margin:30px auto 0;
	min-height:40px;
	padding:20px 20px 30px;  
	width:876px;
} 
#body #footer ul.navigation{ 
	margin:8px auto;
	width:90%;
}
#body #footer ul.navigation li{
	background-color:#adb59f; 
	border:2px solid #373f2c; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	float:left; 
	margin:0 5px 8px 0;
	min-width:30px;   
	text-align:center; 
}
#body #footer ul.navigation li a{
	color:#373f2c; 
	display:block; 
	font-size:12px; 
	padding:2px 10px;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	background-color:#373f2c; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{width:auto;}
#body.layout1c #sidebar{
	border-top:1px dashed #000;  
	padding:20px; 
	width:auto;
}
#body.layout1c #sidebar ul.navigation{
	margin:8px 0; 
	width:90%; 
}
#body.layout1c #sidebar ul.navigation li{
	background-color:#adb59f; 
	border:2px solid #373f2c; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	float:left;  
	margin:0 5px 8px 0; 
	min-width:30px; 
	text-align:center; 
	width:auto; 	  
}
#body.layout1c #sidebar ul.navigation li a{
	color:#373f2c; 
	display:block; 
	font-size:12px; 
	padding:0 10px; 
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{
	background-color:#373f2c; 
	color:#fff; 
	text-decoration:none; 
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #sidebar{border-right:1px dashed #000;}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #sidebar{border-left:1px dashed #000}
/* ____________________ 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:#adb59f; border:2px solid #373f2c; color:#373f2c}


/* ____________________ 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/on-point/images/mBG.jpg) no-repeat #dce3dc}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#ADB59F; color:#373F2C; border:1px solid #373F2C}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#ADB59F; color:#373F2C}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#373F2C; color:#fff}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:20px; padding-bottom:20px; border-bottom:1px dashed #ccc; color:#333}
#body.mobileLayout #main{margin:15px!important}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:rgba(0, 0, 0, .1);border-top:dashed 3px #8A927C; padding-top:15px}
#body.mobileLayout #footer{background:#8A927C}
}