/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{color:#3071A2; }
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#F3F1E9;
	background-image:none;
  	color:#292929; 
	overflow-x:hidden;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	background-color:#F3F1E9;
  	background-repeat:repeat-x; 
}
#body #container{}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	background-color:#30343f;
	background-image: url(https://lygo.net/ly/zeeblio/styles/street-slate/images/30208.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	.height:120px;
	_height:120px;
	margin:0 auto;
	min-height:120px;
        min-width:820px;
	padding:10px 15%;
	width:auto;
}
#body #header ul.navigation{
	clear:both; 
}
#body #header ul.navigation li{
  	float:left; 
  	height:28px; 
 	margin:0 10px 10px 0;
  	min-width:80px; 
  	text-align:center;
  	white-space:nowrap; 
  	_width:5%; 
}
#body #header ul.navigation li a{
	background:#31363C;
	border:1px solid #50555D;
	color:#CCC;
	display:block;
	font-weight:bold;
	height:28px; 
	line-height:2.3em;
	padding:0 15px;
	text-decoration:none; 
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background:#292D34;
	color:#FFF;
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
  	margin:0 auto;
	padding:20px 0;
	max-width:960px; 
	min-width:800px;
	_width:900px;
}
#body #content{width:70%; }
#body #content ul.navigation{clear:both; }
#body #content ul.navigation li{
	float:left; 
	height:28px; 
	min-width:10px; 
	padding:0 5px 0 0; 
	text-align:center;
	white-space:nowrap;
	_width:10%; 
}
#body #content ul.navigation li a{
	border-right:1px solid #CCC;
	padding-right:5px;
}
#body #content ul.navigation li.last a{
	border-right:none;
	padding-right:0;
}
#body #sidebar{
	min-height:20px; 
	width:25%; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	border-top:1px solid #BCB9AF;
  	height:auto;
  	margin:10px auto 0;
  	min-height:20px;
	padding:10px 0;
 	text-align:left;
     max-width:960px; 
	min-width:800px;
	_width:900px;
}
#body #footer ul.navigation li{
	float:left; 
	height:28px; 
	margin:0; 
	min-width:10px; 
	padding:0 5px 0 0;
	text-align:center;
	white-space:nowrap;
	_width:auto; 
}
#body #footer ul.navigation li a{
	border-right:1px solid #CCC;
	padding-right:5px;
}
#body #footer ul.navigation li.last a{
	border-right:none;
	padding-right:0;
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	margin:0; 
	width:100%; 
}
#body.layout1c #sidebar{
	border-bottom:none;
	margin:0 0 5px;
	min-height:1px;
	padding:0;
	width:100%; 
}
#body.layout1c #sidebar ul.navigation{
	height:auto;
	width:100%; 
}
#body.layout1c #sidebar ul.navigation{
	clear:both;
	margin-bottom:5px; 
}
#body.layout1c #sidebar ul.navigation li{
	float:left; 
	height:28px; 
	min-width:80px; 
	text-align:center;
	white-space:nowrap;
	_width:5%; 
}
#body.layout1c #sidebar ul.navigation li a{
	background:#31363C;
	border:1px solid #50555D;
	border-top:none;
	color:#CCC;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:28px; 
	line-height:2.3em;
	padding:0 15px; 
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{ 
	background:#292D34;
	color:#FFF;
	text-decoration:underline; 
}
/*----LAYOUT 2 Column Left ----*/
#body.layout2cl #content{}
#body.layout2cl #sidebar{
	background-color:#E5E3DA;
	border:1px solid #D1CEC3;
	overflow-x:hidden;
	padding:10px; 
}
#body.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
#body.layout2cl #sidebar ul.navigation li{
	border-bottom:1px solid #CDCDCD;
	height:auto; 
	width:auto; 
}
#body.layout2cl #sidebar ul.navigation li a{
	color:#292929;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	text-decoration:underline;
	width:auto; 
}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background-color:#CCC;
	text-decoration:none; 
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{}
#body.layout2cr #sidebar{
	background-color:#E5E3DA;
	border:1px solid #D1CEC3; 
	overflow-x:hidden; 
	padding:10px; 
}
#body.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px;
}
#body.layout2cr #sidebar ul.navigation li{
	border-bottom:1px solid #CDCDCD;
	height:auto; 
	width:auto; 
}
#body.layout2cr #sidebar ul.navigation li a{
	color:#292929;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 15px;
	text-decoration:underline;width:auto; 
}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background-color:#CCC;
	text-decoration:none; 
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body h1 a.addOnBasicLink{color:#669933; font-size:20px; text-decoration:none; }
#body h1 a.addOnBasicLink:hover{text-decoration:underline; }
#body h3.addOnSectionHead{color:#000; border-bottom:1px solid #D1CEC3; } 
#body .addOnButton{background:#57b12d url(https://lygo.net/ly/zeeblio/styles/street-slate/images/bg_button.gif) repeat-x; 
					border:solid 2px #4B9428; color:#fff; font-family:Arial, Helvetica, sans-serif; 
					font-size:13px; font-weight:bold; text-align:center; text-decoration:none; 
}
#body .addOnHeadline{font-size:20px; color:#000; }
#body .addOnSubHead{font-size:18px; color:#000; }
#body .addOnSubH3{font-size:16px; color:#000; }
#body .addOnSubH4{font-size:14px; color:#000; }
#body .addOnPlainText{ color:#000; }
#body .addOnBasicLink{ color:#3071A2; }
#body .addOnSmallText{ color:#000; }
#body .addOnBackground{background:#ccc; }
#body .addOnShadedText{ background-color:#ccc; }
#body .addOnAccentText{font-size:12px; color:#000; background-color:#ccc; }
#body .addOnSectionHead{font-size:16px; color:#000; border-bottom:1px solid #D1CEC3; }
#body .addOnMiniNavBox{background-color:#CCC; border:1px solid #333;}
#body .addOnBorder{border:1px solid #999; } 
#body .addOnBorderBottom{border-bottom:1px solid #999; } 
#body .addOnBorderTop{border-top:1px solid #999; } 
#body .addOnGradientTop{} 
#body .addOnGradientBottom{}
#body .addOnShadowBox{ } 
#body .addOnShadowBoxSmall{ } 
#body .addOnTableHeading{ }
#body .addOnTableHeadingBg{} 
#body .addOnTableRowBg{background:#e8e8e8; }
#body .addOnTableRowAltBg{background:#fff; } 
#body .addOnTableColumnBg{background:#fff; } 
#body .addOnTableColumnAltBg{background:#fff; } 


/* ____________________ mobile layout ______________________________________________________________________________ */
@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background */
#body.mobileLayout{background:#F3F1E9}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#292D34; color:#eee; border:1px solid #50555D}

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

/* mobile layout/content styling */
#body.mobileLayout #header{background:#303440 url(https://lygo.net/ly/zeeblio/styles/street-slate/images/30208.jpg) repeat-x; padding-top:20px}
#body.mobileLayout #main{}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:#E5E3DA; border:1px solid #D1CEC3; margin-bottom:15px; padding-top:15px}
#body.mobileLayout #footer{background:#ddd}
}