/* ____________________ #body overwrites ______________________________________________________________________________ */
#body h1{font-size:22px; }
#body h2{}
#body h3{font-size:14px; font-weight:bold; }
#body p{}
#body a{color:#750000; font-weight:bold; }
#body a:hover{}
#body small{}
#body form{}
#body ul.navigation li{}
#body{
	background-color:#750000;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-red/images/1186877.png');
	background-repeat:repeat-x;
	color:#750000;
}
/* ____________________ OuterContainer and Container CSS ______________________________________________________________________________ */
#outerContainer{
	padding:25px 0; 
}
#container{
	background-color:#fff;
	border:1px solid #ee0000;
	-moz-box-shadow:0px 0 4px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 0 4px #515151; /* Saf3.0+, Chrome */
	box-shadow:0px 0 4px #515151; /* Opera 10.5, IE 9.0 */
	margin:0 auto;
	width:960px; 
	}
/* ____________________ Header CSS ______________________________________________________________________________ */
#header{
	min-height:100px;
	padding:15px;
}
#header ul.navigation{
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* IE6–IE9 */
	border:1px solid #ee0000;
	-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%;
}
#header ul.navigation li.last{border-right:none;}
#header ul.navigation li{
	border-right:1px solid #ee0000;
	.float:left;
	_float:left;
	display:inline-block;
	.display:block;
	_display:block;
	height:27px;
	min-width:30px;
	text-align:center; 
	width:auto;
}
#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;
}
#header ul.navigation li a:hover, #header ul.navigation li a.selected{
	background-color:#750000;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#750000;
	text-decoration:none; 
}
/* ____________________ Main / Content Area & Side bar CSS ______________________________________________________________________________ */
#main{padding:0 15px;color:#515151; }
#content{width:640px;}
#content ul.navigation{
	border:1px solid #ee0000;
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* 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 */
	margin:10px 0;
	text-align:center;
	width:100%;
}
#content ul.navigation li.last{border-right:none;}
#content ul.navigation li{
	border-right:1px solid #ee0000;
	.float:left;
	_float:left;
	display:inline-block;
	.display:block;
	_display:block;
	height:27px;
	min-width:30px;
	text-align:center; 
	width:auto;
}
#content 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;	
}
#content ul.navigation li a:hover, #content ul.navigation li a.selected{
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#750000;
	text-decoration:none; 
}
#sidebar{
	border:1px solid #ee0000;
	min-height:20px;
	padding:15px;
	width:220px;
}
/* ____________________ Footer CSS ______________________________________________________________________________ */
#footer{
	background-color:#ee0000;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-red/images/1186877.png');
	background-repeat:repeat-x;
	min-height:30px;
	padding:15px; 
	width:auto;
}
#footer ul.navigation{
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* IE6–IE9 */
	border:1px solid #ee0000;
	-moz-box-shadow:0px 1px 2px #515151; 
	-webkit-box-shadow:0px 1px 2px #515151; 
	box-shadow:0px 1px 2px #515151; 
	margin:10px 0;
	text-align:center;
	width:100%;
}
#footer ul.navigation li.last{border-right:none;}
#footer ul.navigation li{
	border-right:1px solid #ee0000;
	display:inline-block;
	.display:block;
	_display:block;
	.float:left;
	_float:left;
	height:27px;
	min-width:30px;
	width:auto;
	text-align:center; 
}
#footer ul.navigation li a{
	color:#fff;
	display:inline-block;
	.display:block;
	font-size:15px; 
	height:27px;
	margin:0 5px;
	line-height:27px;
	padding:0 12px;
	width:auto; 
}
#footer ul.navigation li a:hover, #footer ul.navigation li a.selected{
	background-color:#750000;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */

	color:#750000;
	text-decoration:none; 
}
/* ____________________ Layout Specific CSS ______________________________________________________________________________ */
/*----LAYOUT 1 Column----*/
.layout1c #content{margin:0; width:100%;}
.layout1c #sidebar{
	margin-bottom:15px;
	width:auto;
}
.layout1c #sidebar ul.navigation{
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* IE6–IE9 */
	border:1px solid #ee0000;
	-moz-box-shadow:0px 1px 2px #515151; /* FF3.5+ */
	-webkit-box-shadow:0px 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%;
}
.layout1c #sidebar ul.navigation li{
	border-right:1px solid #ee0000;
	display:inline-block;
	.display:block;
	_display:block;
	_float:left; 
	.float:left;
	height:27px;
	min-width:30px;
	text-align:center; 
	width:auto;
}
.layout1c #sidebar ul.navigation li.last{border-right:none;}
.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;
}
.layout1c #sidebar ul.navigation li a:hover, .layout1c #sidebar ul.navigation li a.selected{
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.4);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
	color:#750000;
	text-decoration:none; 
}
/*----LAYOUT 2 Column Left ----*/
.layout2cl #content{}
.layout2cl #sidebar{}
.layout2cl #sidebar ul.navigation{margin:10px 0;}
.layout2cl #sidebar ul.navigation li{
	margin-bottom:5px;
	min-height:27px;
	min-width:30px;
	width:auto; 
}
.layout2cl #sidebar ul.navigation li a{
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* 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;}
.layout2cl #sidebar ul.navigation li a:hover, .layout2cl #sidebar ul.navigation li a.selected{
	background:#ee0000;
	color:#fff;
	text-decoration:none; 
}
/*----LAYOUT 2 Column Right----*/
.layout2cr #content{}
.layout2cr #sidebar{}
.layout2cr #sidebar ul.navigation{margin:10px 0;}
.layout2cr #sidebar ul.navigation li{
	margin-bottom:5px;
	min-height:27px;
	min-width:30px;
	width:auto; 
}
.layout2cr #sidebar ul.navigation li a{
	background-color: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* 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;}
.layout2cr #sidebar ul.navigation li a:hover, .layout2cr #sidebar ul.navigation li a.selected{
	background:#ee0000;
	color:#fff;
	text-decoration:none; 
}
/* ____________________ Module Specific Styling ______________________________________________________________________________ */
.addOnBorder{border:1px solid #000; }
.addOnBorderBottom{}
.addOnBorderTop{}
.addOnGradientTop{}
.addOnGradientBottom{}
.addOnShadowBox{}
.addOnShadowBoxSmall{}
.addOnTableHeading{}
.addOnTableHeadingBg{}
.addOnTableRowBg{background:#ddd;}
.addOnTableRowAltBg{background:#eee; }
.addOnTableColumnBg{background:#aaa; }
.addOnTableColumnAltBg{background:#fff; } .addOnBackgroundImage{}
.addOnHeadline{font-size:20px; color:#000; }
.addOnSubHead{font-size:18px; color:#000; }
.addOnSubH3{font-size:16px; color:#000; }
.addOnSubH4{font-size:14px; color:#000; }
.addOnPlainText{ color:#000; }
.addOnBasicLink{ color:#086392; }
.addOnSmallText{}
.addOnBackground{}
.addOnShadedText{}
.addOnAccentText{}
.addOnSectionHead{}
.addOnMiniNavBox{}
.addOnButton{border:solid 2px #2D6B9A;color:#fff!important;}


/* ____________________ mobile layout ______________________________________________________________________________ */
@media screen and (max-device-width:480px), screen and (max-width:600px){
/* adds mobile only background */
#body.mobileLayout{background-color:#750000;
	background-image:url('https://lygo.net/ly/zeeblio/styles/down-to-business-red/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: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* 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: #ee0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee0000), to(#750000)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ee0000, #750000); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #ee0000, #750000); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ee0000, #750000); /* IE10 */
  background-image:      -o-linear-gradient(top, #ee0000, #750000); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ee0000, #750000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee0000', EndColorStr='#750000'); /* IE6–IE9 */
			color:#fff}
#body.mobileLayout .mobileNav ul li a:hover, #body.mobileLayout .mobileNav ul li a.selected{background:#540000; 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; color:#fff}
	#body.mobileLayout #header a, #body.mobileLayout #header p. #body.mobileLayout #header li{color:#fff}
	#body.mobileLayout #main{background:rgba(255, 255, 255, .7); border-top:2px solid #ee0000}
	#body.mobileLayout #content{margin-bottom:15px}
	#body.mobileLayout #sidebar{background:#fff; border-top:1px solid #750000; margin-bottom:15px; padding-top:15px}
	#body.mobileLayout #footer{background:#c60000; color:#fff}
	#body.mobileLayout #footer a, #body.mobileLayout #footer p. #body.mobileLayout #footer li{color:#fff!important}
}