#body h1{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:2.2em;}
#body h1 a{}
#body h1 a:hover{color:#5ab1df;}
#body h2{font-family:Verdana, Arial, Helvetica, sans-serif;color:#777;}
#body h2 a{}
#body h2 a:hover{color:#5ab1df;}
#body h3{font-family:Verdana, Arial, Helvetica, sans-serif;color:#5ab1df;}
#body h3 a{}
#body h3 a:hover{color:#5ab1df;}
#body p{font-family:Verdana, Arial, Helvetica, sans-serif;}
#body a{
	font-weight:bold;
	color:#5ab1df;text-decoration:none;}
#body a:hover{color:#0df;}
#body a:visited{}
#body a:active{}
#body small{}
#body form{}
#body .navigation-container{overflow:hidden;}
#body{background:url(https://lygo.net/ly/zeeblio/styles/modern-med/images/toprepeat.png) top center repeat-x #f4f4f4;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	width:100%;
	background:url("https://lygo.net/ly/zeeblio/styles/modern-med/images/topbg.png") top center no-repeat;
}
#body #container{
	width:960px;
	margin-left:auto;
	margin-right:auto;

}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	min-height:202px;
		padding:10px 340px 10px 0;
	display:block;
	position:relative;
	background:url(https://lygo.net/ly/zeeblio/styles/modern-med/images/headerbg.jpg) right top no-repeat #fff;
}

#body #header h1{color:#e51b23;font-size:2.6em;text-shadow:-1px 1px #9c0b0f;}

#body #header .navigation-container{
	display:block;
	overflow:hidden;
	margin:15px 0;
	
}
#body #header ul.navigation {overflow:hidden; margin:5px 0}
#body #header ul.navigation li{
	float:left; 
	min-width:30px;
	margin:2px
}
#body #header ul.navigation li.first{}
#body #header ul.navigation li.last{}
#body #header ul.navigation li a{
	display:block;
	padding:15px;
	background:#4b4b4b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-width:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.4em;
}
#body #header ul.navigation li a span{}
#body #header ul.navigation li a:hover{
	background:url(https://lygo.net/ly/zeeblio/styles/modern-med/images/linkbarbghover.png) repeat-x top center #4b4b4b;
	color:#fff;
	font-size:1.4em;
}
#body #header ul.navigation li a:visited{}
#body #header ul.navigation li a:hover span{color:#fff;}
#body #header ul.navigation li a.selected{color:#fff;background-image:none;background-color:#e51b23;}
#body #header ul.navigation li a.selected:hover{}
#body #header ul.navigation li a.selected span{}
#body #header ul.navigation li a.selected:hover span{}
/* ____________________ Main / Content Area & Side bar CSS Defaults ______________________________________________________________________________ */
#body #main{
	min-height:300px;
	width:960px;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #bebebe;
	padding-top:40px;
	background:url(https://lygo.net/ly/zeeblio/styles/modern-med/images/newBottom.jpg) center top no-repeat #fff;
	-moz-box-shadow:0 2px 2px #ccc; -webkit-box-shadow:0 2px 2px #ccc; box-shadow:0 2px 2px #ccc;
}
#body #content{
	background:#fff;
	width:650px;
	padding:20px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
#body #content ul.navigation {
	margin:10px 0;
	overflow:hidden;
}
#body #content ul.navigation li{
	float:left; 
	min-width:30px; 
	margin:1px;
}
#body #content ul.navigation li.first{}
#body #content ul.navigation li.last{border-right:none;}
#body #content ul.navigation li a{
		background:#e51b23;
	display:block; 
	padding:5px 16px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color:#eee;
}

#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{color:#fff;background:#9c0b0f;}

#body #sidebar{
	width:262px;
	padding:20px 0 0;
}

#body #sidebar p{margin:0 10px;}

#body #sidebar ul.navigation {
	margin:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
#body #sidebar ul.navigation li{
	min-width:30px;
	min-height:9px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}
#body #sidebar ul.navigation li.first{}
#body #sidebar ul.navigation li.last{}
#body #sidebar ul.navigation li a{
	display:block; 
	padding:0 10px;
	font-weight:bold;
	color:#777;
	padding:7px 15px 6px;
	margin:1px 0;
}

#body #sidebar ul.navigation li a:hover, #body #sidebar ul.navigation li a.selected{color:#eee;background:#e51b23; border-top:1px solid #e51b23;border-bottom:1px solid #e51b23; margin:0}

/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	border-top:1px solid #fff;
	padding:15px;
} 

#body #footer ul.navigation {overflow:hidden; margin:10px 0}
#body #footer ul.navigation li{
	margin:4px;
	float:left; 
	min-width:30px; 
}
#body #footer ul.navigation li.first{}
#body #footer ul.navigation li.last{}
#body #footer ul.navigation li a{
	background:#fff;
	color:#777;
	display:block; 
	padding:5px 16px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #ccc;
margin:0 4px;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{background:#777;color:#fff;}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	width:auto;
}
#body.layout1c #sidebar{
	width:auto; min-height:10px;
	border-top:1px solid #ccc;
}
#body.layout1c #sidebar ul.navigation {
	margin:10px 0;
	overflow:hidden;
	border:none
}
#body.layout1c #sidebar ul.navigation li{
	float:left; 
	border:none;
	min-width:30px; 
	margin:2px;
}
#body.layout1c #sidebar ul.navigation li.first{}
#body.layout1c #sidebar ul.navigation li.last{border-right:none;}

#body.layout1c #sidebar ul.navigation li a{
	background:#fff;
	color:#777;
	display:block; 
	padding:5px 16px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:1px solid #ccc;
margin:0 4px;
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{background:#777;color:#fff;}
/*----LAYOUT 2 Column Left ----*/
#body.layout2cl #content{}
#body.layout2cl #sidebar{float:right;}
#body.layout2cl #sidebar p{padding:5px;}
#body.layout2cl #footer{}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{}
#body.layout2cr #sidebar{float:left;}
#body.layout2cr #sidebar p{padding:5px;}
#body.layout2cr #footer{}
/* ____________________ 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/modern-med/images/mbg.jpg) no-repeat top center #f4f4f4}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{
	display:block;
	padding:15px 10px 4px;
	min-height:30px;
	min-width:30px;
	background:#ccc;
	border:1px solid #E51B23;
	margin: 10px 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.2em;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#body #content ul.navigation li.first{}
#body #content ul.navigation li.last{border-right:none;}
#body #content ul.navigation li a{
		background:#e51b23;
	display:block; 
	padding:5px 16px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#body #content ul.navigation li a span{color:#fff;}
#body #content ul.navigation li a:hover{color:#fff;background:#9c0b0f;}
#body #content ul.navigation li a:visited{color:#5ab1df;}
#body #content ul.navigation li a:hover span{color:#fff;}
#body #content ul.navigation li a.selected{}
#body #content ul.navigation li a.selected:hover{color:#84bce3;}
#body #content ul.navigation li a.selected span{}
#body #content ul.navigation li a.selected:hover span{color:#84bce3;}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background:#e51b23;
	display:block; 
	padding:5px 16px;
	color:#fff;}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#9c0b0f; color:#fff;}
#body.mobileLayout .mobileNav ul li.first a{border-top:1px solid #85BDE3;}
#body.mobileLayout .mobileNav ul li.last a{border-bottom:1px solid #85BDE3;}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:40px;margin-bottom:20px;min-height:130px;}
#body.mobileLayout #main{}
#body.mobileLayout #content{margin-bottom:15px;color:#111;}
#body.mobileLayout h2, #body.mobileLayout h3 {color:#777;}
#body.mobileLayout a{color:#85bde3;text-decoration:underline;}
#body.mobileLayout #sidebar{background:#f4f4f4; margin-bottom:15px; padding-top:15px}
#body.mobileLayout #footer{background:#f4f4f4;border-top:1px solid #ccc;}
}