@charset "utf-8";
 @media screen and (max-width: 50em) {
#slogan {
	display: block;
	font-size: 100%;
}
#header, #footer {
	background-color: #174626;
}
}
#leftCol div.sectionBox {
	background-color: #efeeef;
}
#leftCol div.sectionHead, #leftCol div.sectionHead a:link, #leftCol div.sectionHead a:visited {
	background-color: #a081a0;
	color: #fff;
}
div.menuChild {
	background-color: #1c4828;
}
a.menuChild {
	color: #1c4828;
}
a.menuChild:hover {
	color: #1c4828;
}
div.menuGrandChild {
	background-color: #1c4828;
}
a.menuGrandChild {
	color: #1c4828;
}
a.menuGrandChild:hover {
	color: #1c4828;
}
div.menuGreatGrandChild {
	background-color: #1c4828;
}
a.menuGreatGrandChild {
	color: #1c4828;
}
a.menuGreatGrandChild:hover {
	color: #1c4828;
}
#leftCol a.redlink, #leftCol a.redlink:link, #leftCol a.redlink:hover, #leftCol a.redlink:visited {
	color: #FF0000;
	font-weight: bold;
}
/* ACCORDION */
.Accordion {
	background-color: #D4E7F8;
}
h1, h2, h3, h4, h5 {
	color: #e5a10e;
}
/* LINKS IN ANY COLUMN */
a:link, a:visited {
	color: #00527A;
}
/* TABLES */
.bodyTable th {
	background-color: #9EC9A0;
}
/* RIGHT COLUMN */
#rightCol div.sectionBox {
	background-color: #efeeef;
}
#rightCol div.sectionHead {
	background-color: #a081a0;
	color: #FFFFFF;
}
@media screen and (min-width: 50em) {
#header {
	margin-bottom: 0.5em;
}
#header div {
	background: url(/epos/images/HeaderImage_Newest.png) no-repeat;
	background-size:cover;
	height: 100px;
}
#slogan {
	display: none;
}
#footer {
 	background: url(/epos/images/footerImage.png) no-repeat bottom;
	background-size:cover;
		padding: 0;

}
#footer p {
	padding-left: 10px;
}
#footer p.black {
	color: #000;
	padding-bottom: 20px;
	}
#footer p.white {
	color: #FFF;
	padding-bottom: 20px;
}
#footer p.green {
	color: #184e2c;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer p.black a {
	color: #000;
}
#footer a {
	color: #BBB;
}
#footer .footerBG {
	background-color: rgba(0,0,0,0.4);
	padding:1em;
}
#footer .footerWG {
	color: #184e2c;
	background-color: transparent;
	padding:1em;
}
#footer p, #footer p a:link, #footer p a:visited {
    color: #184e2c;
}
}
