@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.style1 {color: #990000; font-weight: bold}


/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
#header {
	background-image: url(/web/environ.nsf/files/eco_header.jpg/$FILE/eco_header.jpg);
	height: 111px;
	background-repeat: no-repeat;
	padding: 0;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}
#esp_headerEnviron {
	background-image: url(/web/environ.nsf/files/eco_header.jpg/$FILE/eco_header.jpg);
	height: 111px;
	background-repeat: no-repeat;
	padding: 0;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	height: 16px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 125px;
	float: left;
	height: 21px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item 
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}*/
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) 
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}*/
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen 
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}*/

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{color: #FFFFFF;}

ul.MenuBarHorizontal#MenuBar2 a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar2 a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar2 a.MenuBarSubmenuVisible*/
{color: #AFDDFF;}

ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #acs a.MenuBarSubmenuVisible*/
{
	background-image: url(/web/environ.nsf/files/eco_acsOn.png/$FILE/eco_acsOn.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	padding-top: 3px;
	padding-left: 3px;
}

ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #news a.MenuBarSubmenuVisible*/ {
	background-image: url(/web/environ.nsf/files/eco_newsOn.png/$FILE/eco_newsOn.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
}

ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarItemHover
/*FOR SUBMENU IF ADDED, ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal#MenuBar1 #products a.MenuBarSubmenuVisible*/ {
	background-image: url(/web/environ.nsf/files/eco_productsOn.png/$FILE/eco_productsOn.png);
	background-repeat: no-repeat;
	width: 99px;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin-top: -3px;
}



ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}

#MenuBar1 #acs {
	background-image: url(/web/environ.nsf/files/eco_acsOff.png/$FILE/eco_acsOff.png);
	height: 22px;
	width: 174px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-top: 3px;
	padding-left: 7px;
}

#MenuBar1 #acs.environ {
	background-image: url(/web/environ.nsf/files/eco_acsOff.png/$FILE/eco_acsOff.png);
	height: 22px;
	width: 174px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding-top: 3px;
	padding-left: 7px;
}


#MenuBar1 #products {
	background-repeat: no-repeat;
	background-image: url(/web/environ.nsf/files/eco_productsOff.png/$FILE/eco_productsOff.png);
	width: 99px;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
#MenuBar1 #news {
	background-image: url(/web/environ.nsf/files/eco_newsOff.png/$FILE/eco_newsOff.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	font-variant: small-caps;
	text-align: center;
}

#MenuBar2 .smL {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MenuBar2 .smR {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 5px;
	color: #FFFFFF;
	padding-left: 20px;
}

#MenuBar2 .lg {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 20px;
	color: #FFFFFF;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MenuBar2 .smespL {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 10px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
}

#MenuBar2 .smespR {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 5px;
	color: #FFFFFF;
	padding-left: 10px;
}

#MenuBar2 .lgesp {
	background-repeat: no-repeat;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	font-variant: small-caps;
	text-align: center;
	padding-right: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 12px;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
h1 .muni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0px;
}
/*******************************************************************************

 Environmental Menu Page CSS

 *******************************************************************************/
#environMenubgNEW {
	width: 760px;
	background-image: url(/web/environ.nsf/files/envMenuHdr.jpg/$FILE/envMenuHdr.jpg);
	background-repeat: no-repeat;
	height: 275px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

#dartEnvironMsg {
	width: 760px;
	margin-left: 10px;
	background-repeat: repeat-x;
	margin-right: 10px;
	background-image: url(/web/environ.nsf/files/grnRepeat.jpg/$FILE/grnRepeat.jpg);
	height: 145px;
	clear: both;
}
.envMsg {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	width: 65%;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#recycleBtn_menu {
	float: right;
	width: 28%;
	margin-right: 4px;
	background-repeat: no-repeat;
	padding-top: 30px;
	height: auto;
	clear: none;
}
.environNewsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.environNewsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
#environMenuSection {
	clear: both;
	float: right;
	margin-right: 10px;
	font:normal 11px/1.25 Arial, Helvetica, sans-serif;
	text-align: left;
	width: 220px;
	background-image: url(/web/environ.nsf/files/menuRtBG.jpg/$FILE/menuRtBG.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: right;
	height: 360px;
	padding-top: 10px;
	margin-top: -14px;
}
ul.environMenu {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:250%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
ul.environMenuESP {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:200%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
ul.environMenu li, ul.environMenuESP li {
	margin:0;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
ul.environMenu li a, ul.environMenuESP li a {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 0 0 20px;
	width:200px;
	background-image: url(/web/environ.nsf/files/vert-one_arrowOff.gif/$FILE/vert-one_arrowOff.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
ul.environMenu li a:hover, ul.environMenuESP li a:hover {
	background-image: url(/web/environ.nsf/files/vert-one_arrow.gif/$FILE/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #99CC99;
}
ul.environMenu li a.current, ul.environMenu li a.current:hover, ul.environMenuESP li a.current, ul.environMenuESP li a.current:hover {
	background: url(/web/environ.nsf/files/vert-one_arrow.gif/$FILE/vert-one_arrow.gif) no-repeat 0 9px;
}
#leftColenvironMenu {
	float: left;
	width: 64%;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-top: 0px;
	height: auto;
}
#leftColenvironMenuESP {
	float: left;
	width: 64%;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 435px;
}
a:link.enNews {
	color: #fff;
	background-color: #363;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
}
a:visited.enNews {
	color: #fff;
	background-color: #363;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
}
a:hover.enNews {
	color: #000;
	background-color: #99CC99;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
a:link.enESP {
	color: #fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
	font-weight: bold;
}
a:visited.enESP {
	color: #fff;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.enESP {
	color: #99CC99;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#environFloat_right {
	float: right;
	width: 29%;
	clear: both;
	margin-top: 5px;
	text-align: right;
	margin-right: 16px;
	padding-right: 10px;
	padding-left: 1px;
}
h2.environMenu {
	font-family: sans-serif;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #363;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 3px;
}
