
body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-variant: normal;
	background-color:#dadada;
}
a:link {
	color: #007bba;
	text-decoration:underline;

}

a:visited {
	color: #007bba;
	text-decoration:underline;
}

a:hover {
	color: #68bd45;
	text-decoration: none;
}

#container{
	width:980px;
	margin:0px auto;
	border:solid 2px white;
	background: #dadada;
	
}

#h1stylewhite{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:14px;
	text-decoration: underline;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	
}
#h1stylegreen{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:14px;
	text-decoration: underline;
	text-align:center;
	color:#68bd45;
	font-weight:bold;
}
#h2styleblue{
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px 0px -5px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	color:#007bba;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:14px;
	text-decoration: underline;
	text-align:center;
	color:#68bd45;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px 0px -5px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	color:#007bba;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	display:block;

}
#h3style{
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0px 0px 0px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	display:block;
	color:#007bba;

}


h4{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	display:block;

}

h5{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: normal;
	padding:0px 20px 0px 10px;
	display:block;

}

h6{
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px 0px 0px;
	font-size:13px;
	text-decoration: underline;
	text-align:center;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	color: #68bd45;

}

h7{
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	color:red;
}

#content{
	float:left;
	width:742px;
	padding:0px;
	padding-bottom:0px;
}

#footer{
	font-size:11px;
	margin:10px 0px 0px 0px;
	float:left;
	width:980px;
	border-top:solid 2px #ffffff;
	clear:both;
	line-height: 1.5em;
}
/*---------------------------------------------BOTTOM BAR */

#bottombar{
	background: #dadada;

}
#bottombarhits{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align:center;
	margin:2px 0px 0px 10px;
	line-height: 20px;
	color: #007bba;
	clear:right;
}
/*---------------------------------------------BOTTOM BAR NAV LEFT */

#bottombarl{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	float:left;
	margin:2px 0px 0px 10px;
	line-height: 20px;
	color: #007bba;
}

#bottombarl a:link {
	color: #68bd45;
	text-decoration: none;
}

#bottombarl a:visited {
	color: #68bd45;
	text-decoration: none;
}

#bottombarl a:hover {
	color: #007bba;
	text-decoration: none;
}

/*---------------------------------------------BOTTOM BAR NAV RIGHT */

#bottombarr{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	float:right;
	margin:2px 10px 0px 0px;
	line-height: 20px;
	color: #007bba;
}

#bottombarr a:link {
	color: #68bd45;
	text-decoration: none;
}

#bottombarr a:visited {
	color: #68bd45;
	text-decoration: none;
}

#bottombarr a:hover {
	color: #007bba;
	text-decoration: none;
}
/*----------------------------------------------------Left Top Nav Main Div---*/

.leftmenu{
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-transform: none;
	color: white;
	text-indent: 10px;
	width:170px;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-bottom:solid 2px #dadada;
	
}

.leftmenu a:link {
	margin:0px 0px 0px 10px;
	float:left;
	width:150px;
	color: white;
	background-color: #007bba;
	text-decoration: none;
}

.leftmenu a:visited {
	margin:0px 0px 0px 10px;
	float:left;
	width:150px;
	color: white;
	background-color: #007bba;
	text-decoration: none;
}

.leftmenu a:hover {
	margin:0px 0px 0px 10px;
	float:left;
	color: white;
	width:150px;
	background-color: #68bd45;	
	text-decoration: none;
	
}
.leftmenuheaders{
	font-size:12px;
	color:black;
	font-weight:bold;
	text-decoration:underline;
	line-height:1.5em;	
	}
.leftmenu2{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	width:170px;
	color: #68bd45;
	height:693px;
	float:left;
	text-align: left;
	background-color: #dadada;
	margin: 0px 0px 0px 0px;
	list-style:none;

}
.leftmenu2c{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #68bd45;
	width:150px;
	height:538px;
	text-align: left;
	background-image:url(../images/backgrounds/nav150x538green.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 10px;

			
}
.leftmenu2cm{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #68bd45;
	width:138px;
	height:400px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	background-color: none;
	line-height:14px;

}
.leftmenu2cm a:link {
	color: #007bba;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width:140px;
	background-color: none;
	}

.leftmenu2cm a:visited {
	color: #007bba;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	background-color: none;
}

.leftmenu2cm a:hover {
	color: #68bd45;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	background-color: none;
}

#leftmenuheaders{
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	width:130px;
	text-align: center;
	margin: 0px 0px 0px 0px;
		background-color: #68bd45;
		display:block;

}
#leftmenuheaders a:link {
	color: #007bba;
	text-decoration: none;
		margin: 0px 0px 0px 0px;
}

#leftmenuheaders a:visited {
	color: #007bba;
	text-decoration: none;
		margin: 0px 0px 0px 0px;
}

#leftmenuheaders a:hover {
	color: #68bd45;
	text-decoration: none;
		margin: 0px 0px 0px 0px;
	
}

/*----------------------------------------------------Left Center Nav Weather RSS Div---*/
#leftnavweather{
	font-size:12px;
	width:150px;
	height:296px;
	float:left;
	text-align: left;
	background-color: #ffffff;
	margin: 10px 0px 0px 10px;
	text-decoration: none;
	color: green;
	clear:left;
	}
#leftnavweatherc{
	font-size:12px;
	color: green;
	float:left;
	text-align: left;
	background-color: #ffffff;
	margin: 15px 0px 0px 5px;
	text-decoration: none;

	}
#leftnavweatherc a:link {
	
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

#leftnavweatherc a:visited {
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

#leftnavweatherc a:hover {
	color: #6889FD;
	background-color: #dadada;	
	text-decoration: none;
}
/*----------------------------------------------------Left Center Nav Weather RSS Div---*/
#leftnavweather2{
	font-size:12px;
	width:150px;
	height:145px;
	float:left;
	text-align: left;
	background-color: #ffffff;
	margin: 10px 0px 10px 10px;
	text-decoration: none;
	color: green;
	clear:left;
	background-image:url(../images/city_green_guide.jpg);

	}
#leftnavweatherc2{
	font-size:12px;
	color: green;
	float:left;
	text-align: left;
	background-color: #ffffff;
	margin: 10px 0px 0px 15px;
	text-decoration: none;

	}
#leftnavweatherc2 a:link {
	
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

#leftnavweatherc2 a:visited {
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

#leftnavweatherc2 a:hover {
	color: #6889FD;
	background-color: #dadada;	
	text-decoration: none;
}
/*----------------------------------------------------Left Bottom Nav Main---*/

#leftnav2{
	font-size:12px;
	width:150px;
	float:left;
	text-align: left;
	background-color: #dadada;
	margin: 0px 0px 10px 10px;
	text-decoration: none;
	height:100px;
	clear:left;

}
#leftnav2c{
	font-size:12px;
	width:150px;
	float:left;
	text-align: left;

	text-decoration: none;
	height:145px;	
	text-indent:10px;


}
	
#leftnav2c a:link {
	width:150px;
	color: black;
	text-decoration: none;

}

#leftnav2c a:visited {
	float:left;
	width:150px;
	color: black;
	text-decoration: none;

}

#leftnav2c a:hover {
	color: #6889FD;
	text-decoration: none;

}
/*----------------------------------------------------Left Nav Selected Link Main---*/
#navselect{
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-transform: none;
	background-color: #68bd45;
	color: white;
	text-decoration: none;
	text-indent: 10px;
	list-style-position: outside;
	list-style-type:disc;
	list-style:none;
	margin:0px 0px 0px 10px;
	border-bottom:solid 2px white;
	width:150px;
	}
	
#navselect a:link {
	margin:0px 0px 0px 10px;
	width:150px;
	background-color: #dadada;
	text-decoration: none;
	line-height: 2em;
	text-indent: 10px;
}

#navselect a:visited {
	margin:0px 0px 0px 10px;
	float:left;
	width:150px;
	padding: 0px 0px 0px 0px;
	color: black;
	background-color: #ffffff;
	text-decoration: none;
}

#navselect a:hover {
	margin:0px 0px 0px 10px;
	color: white;
	background-color: #dadada;	
	text-decoration: none;
}
/*----------------------------------------------------Left Nav Selected bottom Main---*/

#navselectbottom{
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-transform: none;
	background-color: #68bd45;
	color: white;
	text-decoration: none;
	text-indent: 10px;
	list-style-position: outside;
	list-style-type:disc;
	list-style:none;
	margin:0px 0px 0px 10px;
	width:150px;
	}
	
#navselectbottom a:link {
	width:150px;
	background-color: #68bd45;
	text-decoration: none;
	line-height: 2em;
	text-indent: 10px;
		margin:0px 0px 0px 10px;
}

#navselectbottom a:visited {
	float:left;
	width:150px;
	padding: 0px 0px 0px 0px;
	color: white;
	background-color: #68bd45;
	text-decoration: none;
		margin:0px 0px 0px 10px;
}

#navselectbottom a:hover {
	padding: 0px 0px 0px 0px;
	color: white;
	background-color: #68bd45;	
	text-decoration: none;
		margin:0px 0px 0px 10px;
}

/*-------------------------------------------------------------Right Menu ()----*/
#rightcontainer{
	font-size:12px;
	width:170px;
	float:right;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
	clear:right;
	
	
}
#righttop{
line-height:2em;
font-size:14px;
	width:170px;
	height:80px;
	float:right;
	text-align: left;
	background-image:url(../images/backgrounds/bg170x80green.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	clear:right;}
		righttopc{
	font-size:12px;
	float:right;
	text-align: left;
	margin: 0px 10px 0px 0px;
}
	
	#right1{
	line-height:2em;
font-size:14px;
	width:170px;
	height:170px;
	float:right;
	text-align: left;
	background-image:url(../images/backgrounds/bg170x170green.jpg);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	clear:right;
	}

	#right2{
	line-height:2em;
font-size:14px;
	width:170px;
	height:150px;
	float:right;
	text-align: left;
	background-image:url(../images/backgrounds/bg170x150green.jpg);
	background-repeat:no-repeat;
	margin: 10px 0px 0px 0px;
	clear:right;}
	#right2c{
	font-size:12px;
	float:right;
	clear:right;
	text-align: left;
	margin: 0px 10px 0px 0px;
}
/*-------------------------------------------------------------Right Menu (CBC News Feed)----*/
#cbcnews{
	font-size:12px;
	width:160px;
	float:right;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
	clear:right;
	
}

#cbcnewsc{
line-height:1em;
	font-size:12px;
	height:130px;
	width:160px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 10px 5px;
	overflow:auto;
}

/*-------------------------------------------------------------Right Menu (googleads News Feed)----*/
#googleads{
	font-size:12px;
	float:right;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	clear:right;
width:149px;
}

#googleadsc{
	font-size:12px;
	float:right;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 23px 10px 0px;
}

/*-------------------------------------------------------------Right Menu (Twitter Feed)----*/
#twitter{
	font-size:12px;
	float:right;
	text-align: left;
	background-color: #dadada;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	clear:right;
	width:170px;
	height:160px;
}

#twitterc{
	font-size:12px;
	float:right;
	text-align: left;
	background-color: #dadada;
	margin: 0px 0px 0px 0px;
}
#twitterc a:link {
	color: #007bba;
	text-decoration: none;
}

#twitterc a:visited {

	color: #007bba;
	text-decoration: none;
}

#twitterc a:hover {

	color: #68bd45;	
	text-decoration: none;
	
}


/*-------------------------------------------------------------Right Menu (Social Media Bar)----*/
#socialmedia{
	font-size:13px;
	text-align: center;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	width:150px;
}

#socialmediac{
	font-size:13px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	width:150px;
	color: #68bd45;
	
	
}


/*-------------------------------------------------------------Right Menu (Container)----*/
#rightmenu{
	font-size:12px;
	float:right;
	text-align: left;
	margin: 0px 10px 10px 0px;
	width:170px;
}
/*---------------------------------------------TOPBAR User */
#topbaruser{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	float:left;
	margin:5px 0px 0px 10px;
	line-height: 20px;
	color:#007bba;
	background-image:url(./images/backgrounds/topbar1.jpg);

}
#topbaruser a:link {
	color: #FF7500;
	text-decoration: none;
}

#topbaruser a:visited {
	color: #FF7500;
	text-decoration: none;
}

#topbaruser a:hover {
	color: #007bba;
	text-decoration: none;
}
/*---------------------------------------------TOPBAR */

#topbar{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	height:30px;
	margin:0px 0px 0px 0px;
		
	background-image:url(../images/backgrounds/topbar1.jpg);
	color: #007bba;
}

/*---------------------------------------------TOPBAR NAV LEFT */

#topbarl{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	float:right;
	margin:5px 30px 0px 0px;
	line-height: 20px;
	color: #007bba;
}

#topbarl a:link {
	color: black;
	text-decoration: none;
}

#topbarl a:visited {
	color: black;
	text-decoration: none;
}

#topbarl a:hover {
	color: #007bba;
	text-decoration: none;
}

/*---------------------------------------------TOPBAR NAV RIGHT */

#topbarr{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	float:right;
	margin:5px 10px 0px 10px;
	line-height: 20px;
	text-decoration: none;
	color: #007bba;
}

#topbarr a:link {
	color: #FF7500;
	text-decoration: none;
}

#topbarr a:visited {
	color: #FF7500;
	text-decoration: none;
}

#topbarr a:hover {
	color: #007bba;
	text-decoration: none;
}
#topbarr2{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	margin:5px 10px 0px 10px;
	line-height: 20px;
	text-decoration: none;
	color: #007bba;
}
/*-------------------------------------------------Top Bar Time*/
#topbartime{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding-top:7px;
	line-height: 15px;
	color: #007bba;
	position:absolute 0px 378px 0px 378px;
	
	

}
/*-------------------------------------------------Drop Down*/
#menuh-container
	{

		background-color: #dadada;

	
	}

#menuh
	{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
font-weight: bold;
	
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-top: 2px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #68bd45;
	padding: 0.4em;
	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #68bd45;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #007bba;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navigation/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: white;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/navigation/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: white;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:140px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* for IE7 */
	vertical-align: bottom;		/* for IE7 */
	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS left nav Drop Down Menu */
#buylocalnav{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	line-height: 20px;
	color: #6889FD;
	text-align:center;
}
#landfillfacilitynav{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	line-height: 20px;
	color: #6889FD;
	text-align:center;
}

#newsclassifieds{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: black;
text-decoration: none;
text-indent: 0px;
	float:left;
	text-align: center;
	margin: 0px 0px 10px 0px;
	width: 620px;


}
#newsclassifiedsl{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: black;
text-decoration: none;
text-indent: 0px;
	float:left;
	text-align: left;
		background-image:url(../images/backgrounds/bg305x80green.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
	height:80px;
	width: 305px;


}
#newsclassifiedsr{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: black;
text-decoration: none;
text-indent: 0px;
	float:right;
	text-align: center;
		background-image:url(../images/backgrounds/bg305x80green.jpg);
			background-repeat:no-repeat;
	margin: 0px 0px 10px 10px;
	height:80px;
	width: 305px;


}

#recyclemefree {
	
	text-decoration: none;

}

#recyclemefree a:link {
	color: #007bba;
	text-decoration: none;

}

#recyclemefreea a:visited {
	color: #007bba;
	text-decoration: none;
}

#recyclemefree a:hover {
	color: #68bd45;
	text-decoration: none;
}

#test{margin:0px 0px 0px 0px;}

 .imagefloat { float: left; padding: 2px; border: 1px solid #008F00; margin: 0 10px 10px 0; }
 .imagefloat2 { float: left; padding: 0px; border: 0px; margin: 0 0px 10px 0; }
 
 #orangebar {
 color:#FF7500;
 font-weight:bold;
 }
 
 .stylefeatured{
	color: #FF7500;
	font-weight: bold;
	}
