/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{color:#53C6F2; }
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#3A5D87;
	color:#fff; 
	padding:10px
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/8890.png);
	background-repeat:repeat-y;
	background-position:top center;
	margin:0 auto; 
	width:964px; 
}
#body #container{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/8892.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:10px 0 0;
}
/* ____________________ Header CSS ______________________________________________________________________________ */
/* If you replace the background image in the header, please take notice 
  that #header.navigation is used for positioning and will also be getting
  the background image you have specified for #header */
#body #header{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/8894.jpg); 
	background-position:bottom center; 
	background-repeat:no-repeat;
	background-color:#1790e1;
    color:#FFF;
	margin:0 auto; 
	min-height:140px;
	padding:20px 30px 0;
	position:relative;
	text-align:left; 
	width:860px; 
}
#body #header.navigation{padding:75px 30px 0; }
#body #header h1, #body #header h2, #body #header h3, #body #header p, #body #header a{color:#fff;} 
#body #header ul.navigation{
	background-color:#293D5B;
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9014.jpg);
	background-repeat:repeat-x;
	background-position:left:top;
    border:2px solid #E7E7E7;
	overflow:hidden;
	left:0; 
	position:absolute;
	top:0;
	width:916px;
}
#body #header ul.navigation li{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9015.gif);
	background-position:right center;
	background-repeat:no-repeat;
	float:left; 
	height:38px; 
	margin:0;
	min-width:30px; 
	text-align:center;
	white-space:nowrap; 
	_width:1%; 
}
#body #header ul.navigation li a{
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	height:38px; 
	line-height:2.5em;
	margin:0;
	padding:0 20px;
    text-transform:uppercase; 
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9016.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
  	margin:20px auto 0;
	width:904px; 
}
#body #content{width:560px;}
#body #content ul.navigation li{
	float:left; 
	height:28px; 
	margin:0; 
	min-width:10px; 
	text-align:center;
	white-space:nowrap;
	_width:1%; 
}
#body #content ul.navigation li a{
	border-right:1px solid #53C6F2;
	color:#53C6F2;
	display:block;
	height:auto; 
	font-size:12px;
    font-weight:bold;
	margin:0; 
	padding:0 5px;        
    text-decoration:underline; 
	width:auto;
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	color:#CCC;
    text-decoration:none; 
}
#body #sidebar{
	min-height:20px; 
	width:180px; 
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-color:#3A5D87;
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/8893.png);
	background-position:center top;
	background-repeat:no-repeat;
	color:#1C2B42; 
	height:auto;
	margin:10px auto 0;
	min-height:20px;
	padding:10px;
	text-align:left;
	width:944px; 
} 
#body #footer ul.navigation li{
	float:left; 
	height:28px; 
	left:5px; 
	margin:0;
	min-width:10px; 
	padding:0 5px 0 0;
	position:relative; 
	text-align:center;
	top:0; 
	white-space:nowrap;
	_width:1%; 
}
#body #footer ul.navigation li a{
	border-right:1px solid #1C2B42;
	color:#1C2B42;
	font-size:12px;
    font-weight:bold;
	height:auto; 
	margin:0;
	padding-right:5px;
    text-decoration:underline; 
	width:auto;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	color:#CCC;
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
    .margin:0 auto; 
	width:100%;
	.width:904px;
}
#body.layout1c #sidebar{
	border-bottom:none;
	min-height:5px;
	width:100%;
    .width:904px; 
}
#body.layout1c #sidebar ul.navigation{
	height:auto;
	margin-bottom:5px; 
	position:relative;
	top:0; 
	width:100%;
}
#body.layout1c #sidebar ul.navigation li{
	float:left; 
	height:28px; 
	margin:0; 
	min-width:10px; 
	text-align:center;
	white-space:nowrap;
	_width:1%; 	
}
#body.layout1c #sidebar ul.navigation li a{
	border-right:1px solid #53C6F2;
    color:#53C6F2;
	font-size:12px;
    font-weight:bold;height:auto; 
	margin:0;    
	padding:0 5px;
    text-decoration:underline; 
	width:auto;
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{
	color:#CCC;
    text-decoration:none; 
}
/*----LAYOUT 2 Column Left ----*/
#body.layout2cl #content{
	padding:0 10px; 
	width:640px;
}
#body.layout2cl #main{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9007.gif); 
	background-position:225px top;
	background-repeat:repeat-y;
}
#body.layout2cl #sidebar{margin-left:10px;}
#body.layout2cl #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px; 
}
#body.layout2cl #sidebar ul.navigation li{
	height:auto;  
	margin-bottom:5px; 
	width:auto;     
}
#body.layout2cl #sidebar ul.navigation li a{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9008.png);
    _background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9027.gif);
	background-position:8px center;
	background-repeat:no-repeat;
	color:#53C6F2;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 25px;
	text-decoration:none;
	text-transform:uppercase; 
	width:auto;
}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background-color:#0F3B65;
    text-decoration:none; 
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #main{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9007.gif); 
	background-position:690px top;
	background-repeat:repeat-y;
}
#body.layout2cr #content{
	padding:0 10px; 
	width:640px;
}
#body.layout2cr #sidebar{}
#body.layout2cr #sidebar ul.navigation{
	clear:both;
	margin-bottom:15px; 
}
#body.layout2cr #sidebar ul.navigation li{
	height:auto; 
	 margin-bottom:5px; 
	width:auto;   
}
#body.layout2cr #sidebar ul.navigation li a{
	background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9008.png);
    _background-image:url(https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/9027.gif);
	background-position:8px center;
	background-repeat:no-repeat;
	color:#53C6F2;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:auto; 
	line-height:2.3em;
	padding:0 0 0 25px;
	text-decoration:none;
	text-transform:uppercase; 
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background-color:#0F3B65;
    text-decoration:none; 
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body h1 a.addOnBasicLink{color:#fff; font-size:20px; text-decoration:none; }
#body h1 a.addOnBasicLink:hover{text-decoration:underline; }
#body h3.addOnSectionHead{color:#fff; border-bottom:none; } 
#body .addOnButton{background-color:#1F4A6B; 
border:solid 2px #70706E; color:#fff; font-family:Arial, Helvetica, sans-serif; 
font-size:13px; font-weight:bold; text-align:center; text-decoration:none; }
#body .addOnBorderColor{border-color:#293D5B; }
#body .addOnHeadline{font-size:20px; color:#fff; }
#body .addOnSubHead{font-size:18px; color:#fff; }
#body .addOnSubH3{color:#fff; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
#body .addOnSubH4{font-size:14px; color:#fff; }
#body .addOnPlainText{ color:#ccc; }
#body .addOnBasicLink{ color:#53C6F2; }
#body .addOnSmallText{ color:#ccc; }
#body .addOnBackground{background:#3A5D87; }
#body .addOnShadedText{ background-color:#C8DAEC; }
#body .addOnAccentText{font-size:12px; color:#000; background-color:#C8DAEC; }
#body .addOnSectionHead{font-size:16px; color:#000; border-bottom:1px solid #999; }
#body .addOnMiniNavBox{background-color:#C8DAEC; border:1px solid #94B6D9; padding:2px; }
#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:#3a5d87}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background:#0a1f34; color:#53c6e4; border:1px solid #53c6e4}

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

/* mobile layout/content styling */
#body.mobileLayout #header{padding:20px 10px; background:url("https://lygo.net/ly/zeeblio/styles/sky-blue-sky/images/8894.jpg") no-repeat #1790e1 center bottom}
#body.mobileLayout #main{background:#0a1f34}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:rgba(255, 255, 255, .1); padding-top:15px}
#body.mobileLayout #footer{background:#334b69; color:#fff}
}