/* ____________________ #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-image:url('https://lygo.net/ly/zeeblio/styles/boston/images/bg.jpg');
	background-position:left top;
	background-repeat:repeat-x; 
} 
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	background-image:url('https://lygo.net/ly/zeeblio/styles/boston/images/header.jpg'); 
	background-position:center top;
	background-repeat:no-repeat;
}
#body #container{color:#000;}
#body #container a{color:#444}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	min-height:550px;  
	margin:0 auto;
	padding:20px 260px 20px 20px; 
	position:relative;
	width:540px;
	color:#fff;
}
#body #header a{color:#ccc;}
#body #header ul.navigation{
	width:530px; 
	margin:10px 0;
	overflow:hidden;
}
#body #header ul.navigation li{
	float:left; 
	margin:0 5px 8px 0; 
	min-width:30px;  
	text-align:center;
	width:auto;
}
#body #header ul.navigation li a{
	background:#fff;
	border:1px solid #000;
	color:#000;
	display:block; 
	padding:4px 10px; 
	width:auto; 
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background:#000; 
	border:1px solid #fff; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	margin:20px auto 0; 
	width:920px;
}
#body #content{
	background:#fff;
	border:10px solid #000;
  	padding:20px;
  	width:580px;
}
#body #content ul.navigation{width:auto;}
#body #content ul.navigation li{
	border:1px solid #666; 
	float:left; 
	height:20px; 
	margin:0 5px 8px 0; 
	min-width:30px; 
	text-align:center; 
	width:auto; 
}
#body #content ul.navigation li a{
	background:#fff;
	color:#000; 
	display:block;
	font-size:12px;
	height:20px;  
	padding:0 10px;
	width:auto;
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	background:#000; 
	color:#fff; 
	text-decoration:none; 
}
#body #sidebar{
	background:#fff;
	min-height:20px; 
	padding:20px;
	width:220px;        
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-position:right top;
	background-image:url('https://lygo.net/ly/zeeblio/styles/boston/images/footer.jpg');
	background-repeat:no-repeat;
	background-color:#000; 
	color:#fff;
	height:auto; 
	margin:15px 0 0;
	min-height:120px;  
	padding:10px 70px 20px;
	width:auto;
} 
#body #footer ul.navigation{width:70%;}
#body #footer ul.navigation li{
	border:1px solid #fff; 
	float:left;
	margin:0 5px 8px 0; 
	min-width:30px;  
	text-align:center; 
	width:auto;
}
#body #footer ul.navigation li a{
	background:#fff;
	color:#000;  
	display:block;  
	padding:0 10px; 
	width:auto;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	background:#000; 
	color:#fff; 
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	margin:15px auto 5px; 
	width:90%;
}
#body.layout1c #sidebar{
	height:auto; 
	margin-left:15px; 
	width:90%; 
}
#body.layout1c #sidebar ul.navigation{width:auto;}
#body.layout1c #sidebar ul.navigation li{
	border:1px solid #666; 
	float:left; 
	margin:0 5px 8px 0;
	min-width:30px; 
	text-align:center; 
	width:auto;
}
#body.layout1c #sidebar ul.navigation li a{
	background:#fff;
	color:#000;
	display:block; 
	padding:4px 10px; 
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{
	background:#000; 
	color:#fff; 
	text-decoration:none; 
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{}
#body.layout2cl #sidebar{}
#body.layout2cl #sidebar ul.navigation{width:auto;}
#body.layout2cl #sidebar ul.navigation li{
	border-bottom:1px solid #666; 
	margin:0 0 8px; 
	min-width:30px;  
}
#body.layout2cl #sidebar ul.navigation li a{
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;  
	display:block; 
	font-weight:bold; 
	padding:4px 10px; 
}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background:#000;
	border-bottom:#fff dashed 1px; 
	color:#fff; 
	text-decoration:none; 
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{}
#body.layout2cr #sidebar{}
#body.layout2cr #sidebar ul.navigation{width:auto;}
#body.layout2cr #sidebar ul.navigation li{
	border-bottom:1px solid #666; 
	margin:0 0 8px 0; 
	min-width:30px;  
	text-align:left;
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a{
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;  
	display:block; 
	font-weight:bold; 
	padding:4px 10px; 
}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background:#000;
	border-bottom:#fff dashed 1px; 
	color:#fff; 
	text-decoration:none;
}
/* ____________________ 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{}

/* ____________________ 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/boston/images/mBG.jpg) no-repeat right top #000}

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

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#eee; color:#222}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#000; 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}
#body.mobileLayout #main{background:#fff; border-top:4px solid #333}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:#eee; border-top:4px solid #333; margin-bottom:15px; padding-top:15px}
#body.mobileLayout #footer{}
}
