html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
	list-style-position: outside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*TOP LEVEL STYLES*/

div#wrapper {
	background: #5c5a5c url(../img/esl_background_1300x1.png) repeat-y;
	background-position: center;
}

div#content_container {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
}

div#topbanner {
	background-color: #000;
	height: 148px;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
}

div#fullwidthheader {
	background-image: url(../img/esl_headerbackground_1x148.png);
	background-color: #000;
}

div#sidebanner_container {
	width: 100%;
	float:left;
	overflow:hidden;
	position:relative;
	background: #000 url(../img/esl_rhs_panel_bkgnd_210x1.png) repeat-y 1010px;
}

div#maincontent_container {
	float:left;
	background-color: white;
	width: 100%;
	position:relative;
	right: 210px;
}

div#navigation_container {
	width: 100%;
	position:relative;
	right: 800px;
	float:left;
	background: #000 url(../img/esl_lhs_panel_bkgnd_210x1.png) repeat-y 1010px;
}

div#navigation {
	width: 210px;
	float: left;
	position:relative;
	left: 1010px;
	overflow: hidden;
}

div#maincontent {
	width: 800px;
	float: left;
	overflow:hidden;
	position:relative;
	left: 1010px;
}

div#sidebanners {
	width: 210px;
	float: left;
	overflow:hidden;
	position:relative;
	left: 1010px;
}

div#footer {
	height: 120px;
	clear: both;
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	background: #000 url(../img/footer.png) -40px;
}

div#fullwidthfooter {
	clear: both;
	background-color: #000;
}
.bartextorange:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB9119;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.bartextorange:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB9119;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.bartextorange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.menutextorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #EB9119;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.menutextwhite:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.menutextwhite:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.menutextwhite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB9119;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.menusubtextorange:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB9119;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menusubtextorange:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EB9119;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menusubtextorange:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

