/*div 
{
	border:solid 1px #333;
}
*/
body
{
	font: 10pt Arial, Helvetica, sans-serif;
    background: #ccc;
	text-align:center; /* for IE */
	margin-top:25px;
	margin-bottom:25px;
}

p, td
{
	font: 10pt Arial, Helvetica, sans-serif;
	color:#333;
}


/* BULLETS */
ul 
{
	margin-left: 2.5em; 
	padding-left: 0;
} 

li
{	
	padding-bottom:15px;	
}

.greenList
{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

li.greenListItem
{
	background-image: url(Images/Buttons/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 16%;
	padding: 3px 0 3px 10px;
	margin: .4em 0;
}

li.greenListItemAlt
{
	background-image: url(Images/Buttons/green_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4%;
	padding: 3px 0 3px 10px;
	margin: .4em 0;
}

li.greenListItemBullet
{
	padding: 3px 0 3px 0px;
	margin: .4em 0;
}

a 
{
	font-size:10pt;
	color:#0067cc;
	text-decoration:underline;
}

a:hover 
{
	color:#666;
}

input
{
	background:#fffcd6;	
}

textarea
{
	background:#fffcd6;	
}

select
{
	background:#fffcd6;	
}

div#global
{
	width:860px;
	margin:0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */   
}

div#wrapper
{
	float:left;
	width:860px;	
	background:#fff;
}

div#header
{
	float:left;
	width:860px;
    background-image: url(Images/Logos/logo.jpg);
    background-repeat: no-repeat;	
}

div#header #headerLink
{	
	float:left;
	width:480px;
	height:70px;		
}

div#header #headerNavigation
{	
	float:right;
	width:375px;
	font: 9pt Arial, Helvetica, sans-serif;	
	color:#fff;
	margin-top:45px;
}

div#header #headerNavigation a
{	
	font: 9pt Arial, Helvetica, sans-serif;
	color:#fff;		
	text-decoration:none;
}

div#naviagation
{
	float:left;
	width:860px;
	height:30px;		
}

div#bluebar
{
	float:left;
	width:860px;
	height:29px;
    background-image: url(Images/Backgrounds/gradient_belownav.gif);
    background-repeat: no-repeat;    
    text-align:right;	
}

div#pageHeader
{
	float:left;
	width:860px;
	height:41px;	
}

div#contentWrapper
{
	float:left;
	width:860px;
}

div#content
{
	float:left;
	width:860px;
	min-height:549px;
	position:relative;
}

div#content #top
{
	float:left;
	width:860px;
	min-height:180px;
	border-bottom:solid 1px #cccc00;
	background-color:#fff;
}

div#content #bottom
{
	float:left;
	width:860px;
	min-height:369px;
	
}

div#content #whiteRoundedBox1
{
	float:left;
	width:370px;
	min-height:80px;	
	margin-left:29px;
	position:relative;
	top:-35px;	
	padding:7px;
	background-color:#fff;
	border:solid 1px #666;
}

div#content #whiteRoundedBox2
{
	float:left;
	width:370px;
	min-height:80px;	
	margin-left:18px;
	position:relative;
	top:-35px;
	padding:7px;
	background-color:#fff;
	border:solid 1px #666;	
}

div#footer
{
    font-size:11px;
	width:860px;	
	text-align:center;
    clear:both;
    margin-top:25px;
    margin-bottom:25px;
}

div#footer a
{
	font-size:11px;
	color:#333;
    text-decoration:underline;
}

.copyright
{
	font-size:11px;
	color:#333;
	text-decoration:none;		
}

/* NAVIGATION */
.menu {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}

.menu li.top {display:block; float:left; padding:0; margin:0;}

.menu li a.pos1 {background:url(Images/Navigation/nav_findrecyclinginfo_off.gif); width:226px; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos2 {background:url(Images/Navigation/nav_dl_off.gif); width:190px; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos3 {background:url(Images/Navigation/nav_partnerships_off.gif); width:199px; height:30px; display:block; text-indent:-99999px;} 
.menu li a.pos4 {background:url(Images/Navigation/nav_ourcommitment_off.gif); width:245px; height:30px; display:block; text-indent:-99999px;} 

.menu li.p1 {background:url(Images/Navigation/nav_findrecyclinginfo_on.gif);} 
.menu li.p2 {background:url(Images/Navigation/nav_dl_on.gif);} 
.menu li.p3 {background:url(Images/Navigation/nav_partnerships_on.gif);} 
.menu li.p4 {background:url(Images/Navigation/nav_ourcommitment_on.gif);}

.menu li.current a.pos1,
.menu li.current a.pos1:hover {background:url(Images/Navigation/nav_findrecyclinginfo_on.gif);} 
.menu li.current a.pos2,
.menu li.current a.pos2:hover {background:url(Images/Navigation/nav_dl_on.gif);} 
.menu li.current a.pos3,
.menu li.current a.pos3:hover {background:url(Images/Navigation/nav_partnerships_on.gif);} 
.menu li.current a.pos4,
.menu li.current a.pos4:hover {background:url(Images/Navigation/nav_ourcommitment_on.gif);} 

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

.menu li a.top_link:hover {background:transparent;} 
.menu li:hover > a.top_link {background:transparent;} 

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; background-color:#faea18;}

.menu :hover ul {left:0; top:30px; white-space:nowrap; height:auto; width:auto; z-index:300;}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:bold; width:auto; border:solid 1px #849602;}
.menu :hover ul li a {display:block; font-size:10pt; height:20px; line-height:20px; width:auto; padding:6px 0px 0px 14px; color:#003366; background:transparent; text-decoration:none;}
.menu :hover ul li:hover {background-color:#fffe2a;}



/* FORMS */

div#form
{
	float:left;
	border:solid 1px #bed600;
	background:#fff;
}

div#form #formHeader
{	

}

div#form #formHeader h1
{	
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	line-height:24px;
}

div#form #formContent
{
	float:left;
	background:#fff;	
}

div#form #formContent h1
{	
	font-size:16px;
	color:#666;
	margin-left:20px;
	margin-top:10px;
}

div#form #formContent p
{	
	font-size:10pt;
	color:#666;
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
}

div#form #formContent li
{
	padding: 3px 0 3px 3px;
	margin: 0px 0 0px -17px;	
}


/* SEARCH RESULTS */
div#content #resultsTop
{
	width:860px;
	min-height:150px;
	background-color:#fff;
}

div#content #resultsHeader
{
	float:left;
	width:860px;
	min-height:30px;
	margin:0px;
	padding:0px;
	background-color:#ccdf52;
}

div#content #resultsHeader h1
{
	margin:10px 0px 10px 40px;
	line-height:16px;
	font-size:16px;
	font-weight:bold;
	color:#002f5f;
}

div#content #resultWrapper
{
	float:left;
	width:860px;
	margin-bottom:15px;
	border-bottom:solid 1px #cccc00;
}

div#content #resultWrapperCommercial
{
	float:left;
	width:860px;
	margin-bottom:15px;
}

div#content #resultDetail
{
	float:left;
	width:445px;	
	margin-left:40px;
	margin-top:10px;
	padding-bottom:20px;
}


/* FAQs */
.handcursor 
{
	cursor:pointer;
}

h3
{
	font-weight:normal;
	font-size:10pt;
	text-decoration:underline;
}

/* MAP */
div#mapHheader h2
{
	color: #1081cf;
	font-size:12px;
	display:inline;
}

div#error
{
	float:left;
	border:solid 1px #bed600;
	background:#fff;
}

div#error #errorHeader
{	

}

div#error #errorHeader h1
{	
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:20px;
	margin-top:0px;
	line-height:24px;
}

div#error #errorContent
{
	float:left;
	background:#fff;	
}

div#error #errorContent h1
{	
	font-size:16px;
	color:#666;
	margin-left:20px;
	margin-top:10px;
}

div#error #errorContent p
{	
	font-size:10pt;
	color:#666;
	margin-left:20px;
	margin-top:10px;
	margin-right:20px;
}

div#error #errorContent li
{
	padding: 3px 0 3px 3px;
	margin: 0px 0 0px -17px;	
}

.required {
    font-size:10pt;
	color:#FF0000;
}
