@charset "utf-8";
/* CSS Document */

     #topnav01 {color: #ffffff;text-decoration: none; white-space: nowrap;}
     #topnav01 .NavBarLink:link{color: #ffffff; white-space: nowrap;}
    #topnav01 .NavBarLink:visited{color: #ffffff; white-space: nowrap;}
    #topnav01 .NavBarLink:active{color: #ffffff; white-space: nowrap;}
   #topnav01 .NavBarLink:hover{text-decoration: underline;
   color: #ffffff; white-space: nowrap;}
   
   #mainback {
	background-color: #FFF;
	background-image: url(/media/dist/107556/33841/SiteDesign/bottom_main.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.small2 {
	color: #FFF;
}
.sub {
	font-size: 10px;
}
#enviro {
	background-color: #00a437;
	background-image: url(/media/dist/107556/33841/SiteDesign/Enviro_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#enviro .NavBarLink {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
}
#plastic {
	background-color: #00a3ed;
	background-image: url(/media/dist/107556/33841/SiteDesign/plastic_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#plastic .NavBarLink {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
}
#paper {
	background-color: #fca200;
	background-image: url(/media/dist/107556/33841/SiteDesign/Paper_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#paper .NavBarLink {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
}
#info {
	background-color: #fff000;
	background-image: url(/media/dist/107556/33841/SiteDesign/info_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#info .NavBarLink {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
}
#customcontent {
	background-color: #FFF;
	background-image: url(/media/dist/107556/33841/SiteDesign/main_content_grad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.colorA .colorE {
	background-color: #FFF;
}.customheader {
	font-size: 16px;
	font-weight: bold;
	color: #003f72;
}
.customheader01 {
	font-size: 21px;
	font-weight: bold;
	color: #003f72;
	text-transform: uppercase;
}
.cIndent {
	padding-left: 20px;
	display: block;
}.customc {

	display: block;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(/media/dist/107556/33841/SiteDesign/titlebar.png) repeat-x top left; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 3px 5px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/media/dist/107556/33841/SiteDesign/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/media/dist/107556/33841/SiteDesign/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

