/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{}
#body h2{}
#body h3{}
#body p{}
#body a{color:#2e73bd}
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#164170;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-blue/images/1186877.png');
	background-repeat:repeat-x;
	color:#0d3e73;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#body #outerContainer{
	padding:25px 0; 
}
#body #container{
	background-color:#fff;
	border:1px solid #0d3e73;
	-moz-box-shadow:0px 0px 4px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 0px 4px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 0px 4px #515151; /* Opera 10.5, IE 9.0 */
	margin:0 auto;
	width:960px;
	}
/* ____________________ Header CSS ______________________________________________________________________________ */
#body #header{
	_height:100px;
	min-height:100px;
	padding:15px
}
#body #header ul.navigation{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	border:1px solid #0d3e73;
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	margin:10px 0;
	text-align:center;
	width:100%;
}
#body #header ul.navigation li.last{border-right:none;}
#body #header ul.navigation li{
	border-right:1px solid #6dadf4;
	.float:left;
	_float:left;
	display:inline-block;
	.display:block;
	_display:block;
	height:27px;
	min-width:30px;
	text-align:center;
	width:auto;
}
#body #header ul.navigation li a{
	color:#fff;
	display:inline-block;
	.display:block;
	_display:block;
	font-size:15px;
	height:27px;
	line-height:27px;
	margin:0 5px;
	padding:0 12px;
	width:auto;	
}
#body #header ul.navigation li a:hover, #body #header ul.navigation li a.selected{background-color:#B4B490;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#0d3e73;
	text-decoration:none;
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#body #main{
	padding:0 15px
}
#body #content{
	width:640px;
}
#body #content ul.navigation{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	border:1px solid #0d3e73;
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	margin:10px 0;
	text-align:center;
	width:100%;
}
#body #content ul.navigation li.last{border-right:none;}
#body #content ul.navigation li{
	border-right:1px solid #6dadf4;
	display:inline-block;
	_display:block;
	.display:block;
	_float:left;
	.float:left;
	height:27px;
	min-width:30px;
	text-align:center;
	width:auto;
}
#body #content ul.navigation li a{
	color:#fff;
	display:inline-block;
	.display:block;
	font-size:15px;
	height:27px;
	line-height:27px;
	margin:0 5px;
	padding:0 12px;
	width:auto;
}
#body #content ul.navigation li a:hover, #body #content ul.navigation li a.selected{
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#0d3e73;
	text-decoration:none;
}
#body #sidebar{
	border:1px solid #6aa6e9;
	padding:15px;
	width:220px;
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#body #footer{
	background-color:#6aa6e9;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-blue/images/1186877.png');
	background-repeat:repeat-x;
	min-height:30px;
	padding:15px;
	width:auto;
}
#body #footer a{color:#fff}
#body #footer ul.navigation{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	border:1px solid #0d3e73;
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	margin:10px 0;
	text-align:center;
	width:100%;
}
#body #footer ul.navigation li.last{border-right:none;}
#body #footer ul.navigation li{
	border-right:1px solid #6dadf4;
	display:inline-block;
	.display:block; 
	_display:block;
	.float:left; 
	_float:left;
	height:27px;
	min-width:30px;
	text-align:center;
	width:auto;
}
#body #footer ul.navigation li a{
	color:#fff;
	display:inline-block;
	.display:block;
	font-size:15px;
	height:27px;
	line-height:27px;
	margin:0 5px;
	padding:0 12px;
	width:auto;
}
#body #footer ul.navigation li a:hover, #body #footer ul.navigation li a.selected{
	background-color:#B4B490;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#0d3e73;
	text-decoration:none;
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
#body.layout1c #content{
	width:100%;
}
#body.layout1c #sidebar{
	height:auto;
	margin-bottom:15px;
	width:auto;
}
#body.layout1c #sidebar ul.navigation{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	border:1px solid #0d3e73;
	-moz-box-shadow:0 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	margin:10px 0;
	text-align:center;
	width:100%;
}
#body.layout1c #sidebar ul.navigation li{
	border-right:1px solid #6dadf4;
	display:inline-block;
	_display:block;
	.display:block;
	.float:left;
	_float:left;
	height:27px;
	min-width:30px;
	text-align:center;
	width:auto;	
}
#body.layout1c #sidebar ul.navigation li.last{border-right:none;}
#body.layout1c #sidebar ul.navigation li a{
	color:#fff;
	display:inline-block;
	.display:block;
	_display:block;
	font-size:15px;
	height:27px;
	line-height:27px;
	margin:0 5px;
	padding:0 12px;
	width:auto;	
}
#body.layout1c #sidebar ul.navigation li a:hover, #body.layout1c #sidebar ul.navigation li a.selected{background-color:#B4B490;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#0d3e73;
	text-decoration:none;
}
/*----LAYOUT 2 Column Left----*/
#body.layout2cl #content{}
#body.layout2cl #sidebar{}
#body.layout2cl #sidebar ul.navigation{
	margin:10px 0;
}
#body.layout2cl #sidebar ul.navigation li{
	margin-bottom:5px;
	min-height:27px;
	min-width:30px;
	width:auto;
}
#body.layout2cl #sidebar ul.navigation li a{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	color:#fff;
	display:block;
	font-size:15px;
	line-height:1.4em;
	padding:4px 10px;}
#body.layout2cl #sidebar ul.navigation li a:hover, #body.layout2cl #sidebar ul.navigation li a.selected{
	background:#0d3e73;
	color:#fff;
	text-decoration:none;
}
/*----LAYOUT 2 Column Right----*/
#body.layout2cr #content{}
#body.layout2cr #sidebar{}
#body.layout2cr #sidebar ul.navigation{
	margin:10px 0;
}
#body.layout2cr #sidebar ul.navigation li{
	margin-bottom:5px;
	min-height:27px;
	min-width:30px;
	width:auto;
}
#body.layout2cr #sidebar ul.navigation li a{
	background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 1px 2px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 1px 2px #515151; /* Opera 10.5, IE 9.0 */
	color:#fff;
	display:block;
	font-size:15px;
	line-height:1.4em;
	padding:4px 10px;}
#body.layout2cr #sidebar ul.navigation li a:hover, #body.layout2cr #sidebar ul.navigation li a.selected{
	background:#0d3e73;
	color:#fff;
	text-decoration:none;
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
#body .addOnBorder{border:1px solid #000;}
#body .addOnBorderBottom{border-bottom:1px solid #000;}
#body .addOnBorderTop{border-top:1px solid #000;}
#body .addOnGradientTop{}
#body .addOnGradientBottom{}
#body .addOnShadowBox{background:#000;}
#body .addOnShadowBoxSmall{background:#999;}
#body .addOnTableHeading{color:#000;}
#body .addOnTableHeadingBg{background:#CCC;}
#body .addOnTableRowBg{background:#ddd;}
#body .addOnTableRowAltBg{background:#eee;}
#body .addOnTableColumnBg{background:#aaa;}
#body .addOnTableColumnAltBg{background:#fff;}
#body .addOnBackgroundImage{background:url();}
#body .addOnHeadline{}
#body .addOnSubHead{ }
#body .addOnSubH3{}
#body .addOnSubH4{}
#body .addOnPlainText{ }
#body .addOnBasicLink{font-size:12px; color:#086392;}
#body .addOnSmallText{font-size:10px;color:#000;}
#body .addOnBackground{background:inherit;}
#body .addOnShadedText{font-size:12px;color:#000;background-color:#ccc;}
#body .addOnAccentText{font-size:12px;color:#000;background-color:#999;}
#body .addOnSectionHead{font-size:16px;color:#000;border-bottom:1px solid #000;}
#body .addOnMiniNavBox{}
#body .addOnButton{border:solid 2px #2D6B9A;}


/* ____________________ mobile layout ______________________________________________________________________________ */
@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background */
#body.mobileLayout{background-color:#164170;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-blue/images/1186877.png');
	background-repeat:repeat-x;
	background-position:0 -160px
	}

/* style for menu button at top right of page */
#body.mobileLayout #mNavLink{background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
			 color:#fff; border:1px solid #fff}

/* styling for navigation menu to be placed at bottom of page */
#body.mobileLayout .mobileNav ul{}
#body.mobileLayout .mobileNav ul li a{background-color: #6aa6e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa6e9), to(#2e73bd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #6aa6e9, #2e73bd); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #6aa6e9, #2e73bd); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #6aa6e9, #2e73bd); /* IE10 */
  background-image:      -o-linear-gradient(top, #6aa6e9, #2e73bd); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #6aa6e9, #2e73bd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6aa6e9', EndColorStr='#2e73bd'); /* IE6–IE9 */
			color:#fff}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#0d3e73; color:#2c2c59}
#body.mobileLayout .mobileNav ul li.first a{}
#body.mobileLayout .mobileNav ul li.last a{}

/* mobile layout/content styling */
#body.mobileLayout #header{padding-top:20px; color:#fff}
#body.mobileLayout #header a{color:#fff}
#body.mobileLayout #main{background:rgba(255, 255, 255, .7); border-top:2px solid #6AA6E9}
#body.mobileLayout #content{margin-bottom:15px}
#body.mobileLayout #sidebar{background:#fff; border-top:1px solid #2e73bd; margin-bottom:15px; padding-top:15px}
#body.mobileLayout #footer{background:#6AA6E9; color:#fff}
}