
body {
	margin: 0px, 18px, 0px, 2px;
	background-color: rgb(255,255,255);
}

h1#mainheading {
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	background-color: rgb(255,159,0);
	padding: 20px 40px 12px 170px;
	border-top: 16px solid rgb(0,53,173);
	border-bottom: 2px solid white;
	margin: 0px; 
}

#encorplogo {
	display: none;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
}

#returnitlogo, #logocover {
	position: absolute;
	top: 0px;
	left: 0px;
}

#esabclogo {
	position: absolute;
	top: 26px;
	right: 10px;
}

#brandlogobev, #brandbevcover {
	position: absolute;
	top: 28px;
	right: 170px;
}

#brandlogomilk, #brandmilkcover {
	position: absolute;
	top: 28px;
	right: 85px;
}

#brandlogoelec, #brandeleccover {
	position: absolute;
	top: 28px;
	right: 0px;
}

#mainbody {
	width: 100%;
}

#mainbody td.leftbar {
	width: 140px;
	background-color: rgb(248,213,131);
	color: rgb(0,53,173);
	padding: 26px 0px 100px;
}	

#mainbody td.content {
	background-color: white;
	color: black;
}

#mainbody td.tightcontent {
	background-color: white;
	color: black;
	padding: 0em;
}

#mainbody td.ad {
	background-color: rgb(248,213,131);
	width: 250px;
	padding: 0px;
	vertical-align: top;
}

#mainbody td.ad div.caption {
	background-color: rgb(255,159,0);
	color: white;
	font-weight: bold;
	line-height: 12pt;
	padding: 0.5em 1em;
}

#mainbody td.rightbar {
	background-color: rgb(248,213,131);
	width: 200px;
	padding: 25px;
	vertical-align: top;
}

#mainbody td.rightbar ul {
	padding: 0em;
	margin: 0em;
}

#mainbody td.rightbar ul li {
	margin-left: 2em;
}

#homepage {
	width: 100%;
}

#homepage td.whatsnew {
	background-color: white;
	vertical-align: top;
	border-right: 1px solid rgb(248,213,131);
	padding: 10px 1em;
}

#homepage dl {
	margin-bottom: 0em;
}

#homepage dl dt {
	margin: 0em 0em 0.5em 0em;
	line-height: 12pt;
	border-left: 0.5em solid rgb(255,159,0);
	padding-left: 0.5em;
}

#homepage dl dd {
	margin: 0em 0em 1em 1em;
	font-size: 8pt;
	line-height: 9pt;
}

#homepage td.whatsnew div.whatsnew, #mainbody td.rightbar div.whatsnew {
	line-height: 12pt;
}

#homepage td.whatsnew div.whatsnew hr, #mainbody td.rightbar div.whatsnew hr {
	border: 0;
	color: rgb(255,159,0);
	background-color: rgb(255,159,0);
	height: 1px;
	clear: both;
	display: block;
}

#homepage td.whatsnew div.whatsnew div.newsteaser, #mainbody td.rightbar div.whatsnew div.newsteaser {
	font-size: 8pt;
	line-height: 9pt;
	margin-top: 4pt;
}

#homepage td.ad img {
	display: block;
}

#nav, #nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 63%;
	margin: 0px;
	border-left: 1px solid rgb(255,159,0);
}

#nav a {
	display: block;
	width: 100%;
	background-image: url(../images/encp_bkgd_blue-button-top-grad4.gif);
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 0.85;
}

#nav li {
	background-color: rgb(0,53,173);
	padding: 2px 2px 1px 2px;
	border-right: 1px solid rgb(255,159,0);
	width: 32%;
	float: left;
}

#nav li a {
	text-align: center;
}

#nav li ul li a {
	text-align: left;
	line-height: 1;
}

#nav li ul {
	position: absolute;
	display: none;
	width: 14em;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li ul li {
	width: 100%;
	padding: 0px;
}

#nav li:hover a, #nav li.sfhover a {
	background-color: white;
	color: rgb(0,53,173);
	background-image: none;
}

#nav li ul li a:link, #nav li ul li a:visited {
	background-color: rgb(0,119,212);
	color: white;
	width: 100%;
	padding: 4px 0.5em;
	border-bottom: 1px solid white;
}

#nav li ul li a:hover {
	background-color: white;
	color: rgb(204,102,0);
	border-bottom: 1px solid rgb(204,102,0);
}

ul.sidebar_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2em;
	list-style: none;
}

ul.sidebar_nav li {
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background-color: rgb(255,159,0);
}

ul.sidebar_nav a, ul.sidebar_nav a:visited {
	text-align: left;
	display: block;
	color: white;
	text-decoration: none;
	padding: 4px;
	padding-left: 8px;
	padding-right: 10px;
	background-image: url(../images/encp_bkgd_orange-button-right-grad4.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

ul.sidebar_nav a:hover {
	background-color: rgb(0,53,173);
	background-image: url(../images/encp_bkgd_blue-button-right-grad4.gif);
	color: rgb(255,255,255);
}

#footer {
	font-size: 7pt;
	line-height: 9pt;
	background-color: rgb(0,53,173);
	color: rgb(248,213,131);
	padding: 1em;
	border-top: 2px solid white;
	border-bottom: 1px solid rgb(140,160,180);
	clear: both;
}

li.menu a {
	font-size: 110%;
}

li.highlight {
	list-style: none;
	padding: 0em;
	margin-left: -2em;
}

li.highlight hr {
	border: 0;
	color: rgb(255,159,0);
	background-color: rgb(255,159,0);
	height: 1px;
	clear: both;
}

li.highlight a {
	font-size: 110%;
	font-weight: bold;
}

/* li.menu, li.highlight { */
/* 	clear: both; */
/* } */

ul li img.linkicon-L {
	float: left;
	margin-right: 1em;
}

ul li img.linkicon-R {
	float: right;
	margin-left: 1em;
}

div.teaser {
	margin-top: 0.5em;
	line-height: 110%;
}

div.callout {
	background-color: rgb(248,213,131);
	float: right;
	width: 30%;
	padding: 0.5em 1em;
	margin: 0em 0em 1em 2em;
}

img.imgmap {
	border-style: none;
}

.note {
	font-size: 80%;
}

.alert {
	color: red;
}

.sect {
	margin-top: 1em;
}

th.sect, td.sect {
	margin-top: 0em;
	padding-top: 1em;
}

.newsect {
	margin-top: 2em;
}

.lastsect {
	margin-bottom: 2em;
}

.center {
	text-align: center;
}

.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

.flushtop {
	margin-top: 0em;
}

.floatleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}

.floatright {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
}

.backlink {
	display: block;
	width: 100px;
	font-size: 8pt;
	line-height: 110%;
	margin: 0em 0px 1em 20px;
	text-decoration: none;
}

.nextlink {
	display: block;
	float: right;
	font-size: 8pt;
}

.adminlink {
	font-size: 7pt;
	color: rgb(102,102,102);
}

.adminlink a, .adminlink a:visited {
	color: rgb(204,102,0);
}

.adminlink a:hover {
	color: rgb(255,159,0);
}

table.data td {
	font-size: 9pt;
	line-height: 11pt;
	padding: 0.25em 0.5em;
}

table.data th {
	background-color: rgb(248,213,131);
	font-weight: normal;
	font-size: 9pt;
	line-height: 11pt;
	padding: 0.25em 0.5em;
}

table.data td.total {
	font-weight: bold;
	color: rgb(0,53,173);
	border-top: 1px solid rgb(255,159,0);
}

.datarowodd {
	background-color: rgb(240,240,240);
}

.dataroweven {
	background-color: rgb(220,220,220);
}

img.inlineimage {
	vertical-align: middle;
}

.num {
	text-align: right;
}

#footer div.adminlink {
	color: rgb(248,213,131);
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

#footer div.adminlink a, #footer div.adminlink a:visited {
	color: rgb(248,213,131);
}

#footer div.adminlink a:hover {
	color: white;
}

@media print { #logocover {display:none;} }

/* z-index positioning */

#logocover { z-index: 350 }
#encorplogo { z-index: 300 }
#returnitlogo { z-index: 300 }
#nav { z-index: 200 }
#mainheading { z-index: 100 }
#mainbody { z-index: 50 }
