@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	height: 100%;
	width: 100%;
	background-image:url(../images/bkgd_rpt.jpg);
	background-attachment:scroll;
	background-repeat: repeat-y;
	background-position: 50% 0;
}

a, a:visited {
	color: #33CCFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7fbf3e;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 22px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
}

p {
	color: #8a8578;
	font-size: 11px;
	line-height: 16px;
}

img {
	border: none;
}

sup {
	/*line-height: 1px;*/
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}

/*------------------- Main Layout Blocks --------------------------------*/

#wrapper {
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px;
	
}

#header {
	padding: 0 6px;
	height: 150px;
	position: relative;
}

#logo {
	width: 222px;
	height: 71px;
	position: absolute;
	top: 39px;
	left: 21px;
	background-image: url(../images/sprite1.jpg);
	background-position: 6px -147px;
	overflow: hidden;
}

#logo p {
	text-indent: -3000px;
}

#logo a {
	display: block;
	overflow: hidden;
	width: 222px;
	height: 65px;
	position: absolute;
	top: 5px;
	text-indent: -3000px;
}


#bag_link { position: absolute; width: 117px; height: 37px; left: 248px; top: 0; background-image: url(../images/bag_link.png); }
#bag_link a { display: block; width: 117px; height: 37px; overflow: hidden; text-indent: -3000px; }


#eyebrow {
	width: 500px;
	height: 50px;
	position: absolute;
	left: 300px;
	top: 2px;
}

#login_link {
	position: relative;
	display: block;
	width: 490px;
	height: 16px;
	background-image: url(../images/sprite1.jpg);
	background-position: 482px -238px;
	font-size: 10px;
	font-weight: bold;
	top: 9px;
	position: relative;
	left: -16px;
	padding-right: 18px;
	text-align: right;
}

#eyebrow_nav {
	position: relative;
	top: 11px;
	left: 10px;
	font-size: 9px;
	color: #8a8578;
	letter-spacing: -.01em;
	text-align: right;
	padding-right: 20px;
}

#eyebrow_nav a {
	font-size: 9px;
	color: #8a8578;
	letter-spacing: -.01em;
}

#main_nav {
	width: 542px;
	height: 51px;
	position: absolute;
	left: 250px;
	top: 51px;
	background-image: url(../images/sprite1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -73px;
}

/*  Nav bar  */
		#main_nav ul {
			list-style: none;
		}
		
		#main_nav li {
			display: block;
			position: absolute;
			height: 51px;
			margin-right: 0px;
			list-style: none;
		}
		
		#main_nav li a {
			display: block;
			height: 51px;
			background-image: url(../images/sprite1.jpg);
			background-repeat: no-repeat;
			text-indent: -3000px;
			overflow: hidden;
		}
		
		#main_nav li a.active_nav {
			background-image: none;
		}
		
		#main_nav li a:hover {
			background-image: none;
		}
		
		#recycling a {
			width: 135px;
			background-position: 0px 0px;
		}
		
		#retail {
			left: 135px;
		}
		
		#retail a {
			width: 135px;
			background-position: -135px 0px;
		}
		
		#consulting {
			left: 270px;
		}
		
		#consulting a {
			width: 135px;
			background-position: -270px 0px;
		}
		
		#eco {
			left: 405px;
		}
		
		#eco a {
			width: 136px;
			background-position: -405px 0px;
		}
/*  end nav bar  */


#main {
	width: 800px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}





/* --------------------------- */
#left_sidebar {
	position: relative;
	padding-left: 6px;
	width:  250px;
}

#left_sidebar .hr_box {
	position: relative;
	height: 1px;
	background-color: #7DBF3B;
	width: 170px;
	left: 29px;
}

#left_sidebar .hr_box hr {
	display: none;
	
}

#left_sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 6px;
	letter-spacing: -.02em;
}

/* ----------------------- */


#push, #footer {
	height: 40px;
}


#footer {
	margin: 0 auto;
	width: 740px;
	text-align: center;
	border-top: 1px solid #8a8578;
}

#footer p {
	line-height: 40px;
}


/*--------------*/
.clearit {
	clear:both;
	line-height: 0;
	font-size: 0;
}
