@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(/assets/images/bg-body.gif);
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

/*********** links ***********/

a {
	color: #ff0000;
}
a:hover {
	color: #000000;
}

a.linkHead {
	text-decoration: none;
}



/*************** Typography ***************/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, Tahoma, sans-serif;
	margin-bottom: 10px;
	line-height: 110%;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.9em;
	font-weight: bold;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
}

.heading {
	font-size: 1.5em;
	font-weight: normal;
}

.twoColHead {
	padding: 4px 7px;
	background: #ddd;
	color: #777;
	font-size: 1.3em;
}

.navHead {
	margin: 12px 12px 0px 16px;
	padding-bottom: 5px;
	font-size: 1.6em;
	line-height: .5em;
	font-weight: normal;
	border-bottom: 1px dotted silver;
} 

.largeLeading {
	line-height: 1.8em;
}

.normLeading {
	line-height: 1.2em;
}


.largeText {
	font-size: 1.5em;
}

.smallText {
	font-size: .9em;
	line-height: 1.3em;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.footnote {
	font-size: .9em;
	line-height: normal;
	font-style: italic;
	margin: auto 12px;
}


/*********** header ***********/

#globalHeader {width: 1000px; height:140px; background: url(/assets/images/header.jpg) no-repeat center top #fff; position:relative;}
	#globalHeader a {display: block; width: 100%; height:100%}
	#shredding #globalHeader {background-image: url(/assets/images/header-shredding.jpg);}


/*********** menu ***********/

#globalNav {
	position: relative;
	background: url(/assets/images/bg-navbar.jpg) no-repeat;
	width: 1000px;
	height: 62px;
}

#truckImage {
	position: absolute;
	top: -82px;
	right: 48px;
	z-index:10;
}

/* top level */

#globalNav #menu {
	list-style: none;
	font-size: 1.6em;
	margin-left: 35px;
	*margin-left: 65px;
	padding-top: 17px;
}

#globalNav #menu li {
	float: left;
	display: inline;
	margin: 3px 26px 0px 0px;
	padding: 3px 26px 0px 0px;
	border-right: 1px solid black;
}
	#globalNav #menu li.lastItem { border: 0px;}

#globalNav #menu a {
	text-decoration: none;
	padding: 3px 5px;
}


/*********** sidebar ***********/

#sideNav {
	width: 265px;
	margin: 12px 0px 12px 25px;
	padding: 0px;
	line-height: 1.8em;
	background: #fdfdfd;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
}

#localMenu, 
#localMenu ul {
	margin: 0;
	padding: 20px 12px 12px 24px;
}

#localMenu li {
	list-style: none;
}

#localMenu ul {
	padding: 3px 6px 16px 12px;
}

#localMenu a {
	font-size: 14px;
	text-decoration: none;
	color: #ed1c24;
}

#localMenu ul li a {
	font-size: 12px;
}

#localMenu a:hover {
	color: #bfbfbf;
}

.secMenu {
	margin: 0;
	padding: 12px 12px 12px 24px;
}
.secMenu li {
	position: relative;
	list-style: none;
}

.secMenu ul.sub {
	position: absolute;
	top: -3px;
	left: 180px;
	z-index: 10;
	padding: 3px 6px 16px 12px;
	display:none;
}

.secMenu a {
	font-size: 13px;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	color: #ed1c24;
}

.secMenu a:hover, .secMenu li:hover a {
	color: #9f9f9f;
	background: #eee;
}

.secMenu ul.sub a {
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 3px 5px 3px 16px;
	font-weight: normal;
	font-size: 12px;
	background: #eee;
	color: #ed1c24;
}

.secMenu .sub a:hover {
	background: #ddd;
	color: #555;
}

.secMenu li:hover .sub, .secMenu li.sfhover { display: block; }


/*********** content ***********/

#contentWrap {
	background: url(/assets/images/bg-gradient.gif) repeat-x left bottom;
}

#latestNews {
	width: 700px;
	margin-left: 28px;
	padding: 4px 0px;
}

#oneCol {

}

a#billingButton  {
	background: url(/assets/images/btn-billing.jpg) no-repeat left top;
	width: 168px;
	height: 39px;
	margin-right: 40px;
	text-indent:-9999px;
}

a#billingButton:hover {
	background-position: left bottom;
}

a#jobsButton  {
	background: url(/assets/images/btn-employment.jpg) no-repeat left top;
	width: 247px;
	height: 39px;
	margin-right: 15px;
	text-indent:-9999px;
}

a#jobsButton:hover {
	background-position: left bottom;
}

a.eBillingBtn  {
	background: url(/assets/images/btn-ebilling.gif) no-repeat top left;
	width: 113px;
	height: 30px;
	margin-right: 12px;
}

a.eBillingBtn:hover {
	background: url(/assets/images/btn-ebilling.gif) no-repeat bottom left;
}

a.paynowButton  {
	background: url(/assets/images/btn-payonline.jpg) no-repeat top left;
	width: 168px;
	height: 39px;
	margin-right: 40px;
}

a.paynowButton:hover {
	background: url(/assets/images/btn-payonline.jpg) no-repeat bottom left;
}

#featuredContent {
	margin-left: 26px;
	}
	#pageContent {
		width: 630px;
		font-size: 1.3em;
		line-height: 2em;
		padding: 12px 24px 0px 0px;
		}
		#pageContent h1 {
			width: 610px;
			margin: 0px 0px 16px 0px;
			font-size: 2.8em;
			color: #777;
			border-bottom: 1px solid gray;
		}
		#pageContent .contentSide {
			width: 275px;
			margin-left: 16px;
			text-align:center;
		}
		#pageContent .sectionLinks {
			width: 175px;
			margin: 25px;
			text-align:left;
			}
			#pageContent .sectionLinks .linkTab {
				width: 150px;
				height: 30px;
				padding: 3px 0px 8px 28px;
				font-size: 12px;
				background-image: url(/assets/images/bg-linktab.png);
				background-repeat: no-repeat;
				background-position: left top;
				}
			#pageContent .sectionLinks .grn {
				background-image: url(/assets/images/bg-linktab-grn.png);
				}
				#pageContent .sectionLinks .linkTab a {
					color: white;
					font-weight: bold;
					text-decoration: none;
				}
				#pageContent .sectionLinks .linkTab a:hover {
					color: #ccc;
				}
	
	.featureBox {
	position: relative;
	float: left;
	display: inline;
	width: 316px;
	height: 385px;
	margin: 0px 3px 10px 0px;
	background: url(/assets/images/bg-featuredBox.jpg) no-repeat;
	left: -8px;
	top: -5px;
	}
	.featureBox h3 {
		width: 250px;
		margin: 16px 0px 3px 20px;
		font-size: 1.8em;
		font-weight: normal;
		}
		.featureBox h3.one {
			background: url(/assets/images/fBox-dot-salmon.jpg) no-repeat right center;
		}
		.featureBox h3.two {
			background: url(/assets/images/fBox-dot-green.jpg) no-repeat right center;
		}
		.featureBox h3.three {
			background: url(/assets/images/fBox-dot-blue.jpg) no-repeat right center;
		}
	.featureBox img.fBoxImage {
		margin-left: 21px;
		}
	.featureBox p.fBoxText {
	margin-left: 20px;
	width: 240px;
	line-height: 1.4em;
	font-size: 11px;
		}
	.featureBox .fBoxTab {
		position: absolute;
		bottom: 12px;
		left: 4px;
		width: 175px;
		height: 30px;
		padding: 7px 0px 0px 28px;
		font-size: 12px;
		}
		.featureBox .tab1 {
			background: url(/assets/images/fBox-tab-salmon.jpg) no-repeat top left;
		}
		.featureBox .tab2 {
			background: url(/assets/images/fBox-tab-green.jpg) no-repeat top left;
		}
		.featureBox .tab3 {
			background: url(/assets/images/fBox-tab-blue.jpg) no-repeat top left;
		}
		.featureBox .fBoxTab a {
			color: white;
			font-weight: bold;
			text-decoration: none;
		}
		.featureBox .fBoxTab a:hover {
			color: #ccc;
		}
		
#preFootDiv {
	height: 5px;
	margin: 12px auto;
	background: url(/assets/images/prefoot-div.gif) repeat-x;
}

#preFooter {
	background: #dfdfdf url(/assets/images/bg-gradient-bottom.gif) repeat-x left top;
	color: #707070;
	padding-top: 8px;
	}
	#preFooter .triCol {
		float: left;
		display: inline;
		width: 318px;
		margin-left: 13px;
		padding: 12px 0px;
		border-right: 1px dotted #333;
		font-size: 1.2em;
		line-height: 1.5em;
		}
		.triCol .sectionHead {
			width: 318px;
			height: 57px;			
			background: url(/assets/images/bg-sectionHead.jpg) no-repeat;
			}
			.sectionHead h4 {
				font-size: 1.1em;
				line-height: normal;
				font-weight: normal;
				text-transform: uppercase;
				margin: 0px 0px 0px 50px;	
				padding-top: 6px;			
			}
		 	.sectionHead h4 span {
				font-size: 1.5em;
				color: #197b30;
			}
			
.miniCol {
	list-style-position: inside;
	margin: 0 0 0 12px;
	padding: 0;
	width: 130px;
}

.longButton {
	width: 299px;
	height: 25px;
	margin: 3px auto;
	padding-top: 10px;
	background: url(/assets/images/btn-long.gif) no-repeat left top;
}

.longButton a {
	padding-left: 35px;
	font-weight: bold;
	text-decoration: none;
}

.longButton a:hover {
	
}


/*********** footer ***********/

#globalFooter {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: #000 url(/assets/images/bg-footer.gif) repeat-x;
	text-align: center;
}

#globalFooter h3 {
	color: #eee;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 2.2em;
	padding: 0px;
	margin: 0px;
}

#copyright {
	background: #000 url(/assets/images/bg-body.gif);
	color: #888;
	text-align: center;
	font-size: 1.4em;
	margin: 0px 0px 12px;
	padding-top: 5px;
}
		
/*********** Misc ***********/

.holidayAlert {
	font-size: 1.8em;
	font-weight: bold;
	color: #CE0000;
	margin-left: 55px;
}

.vidWrap {
	margin: 5px 12px;
	font-size: .9em;
	line-height: normal;
}

.thumbList {
	position: relative;
	z-index: 0;
}

.thumbnail{
	z-index: 0;
	}
	.thumbnail img {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.thumbnail:hover{
		background-color: transparent;
		z-index: 50;
	}
	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		background-color: #006600;
		padding: 5px;
		left: -1000px;
		visibility: hidden;
		color: black;
		text-decoration: none;
	}
	.thumbnail span img{ /*CSS for enlarged image*/
		border-width: 0;
		padding: 2px;
	}
	.thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: -350px;
		left: -60px; /*position where enlarged image should offset horizontally */
	}
	.thumbList .thumbnail:hover span{ /*CSS for enlarged image on hover*/
		visibility: visible;
		top: 0px;
		left: 200px; /*position where enlarged image should offset horizontally */
	}


.caption {
	font-size: .9em;
	font-style: italic;
	color: gray;
	line-height: 1.2em;
}

.highLight{
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
.highLightContent { 
	padding: 7px 16px;
	margin: 12px 30px 12px 24px;
	background-color: #3d3d3d;
	background-image: url(/assets/images/bg-container.png);
	color: #ddd;
	text-align: left;
	border: 1px solid #333;
	-moz-border-radius: 5px;
}

.highLightContent a {
	color: #fff;
}

.highLightContent a:hover {
	color: #eee;
}

.bg-garbage {
	background-color: #f26c4f;
}
.bg-recycle {
	background-color: #006600;
}
.bg-shred {
	background-color: #00497e;
}

.list1 li {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 7px;
}

.list2 li {
	list-style:none;
	padding-bottom: 12px;
}

.list2 ul li {
	list-style-type: circle;
	font-size: .9em;
	line-height: 1.2em;
	padding-bottom: 3px;
}

.list3 li {
	list-style-type: circle;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}

.listFloat {
	float: left;
	display: inline;
	width: 250px;
	margin: 3px 20px 12px 0px;
	line-height: 1.2em;
}

.twoCol1 {
	width: 44%;
	margin: 3px 16px 3px 0px;
}
.twoCol2 {
	width: 46%;
	margin: 3px 0px 3px 0px;
	padding-left: 20px;
}
.twoCol1 p,
.twoCol2 p {
	padding: auto 7px;
	line-height: 1.4em;
}

.photoSimple {
	border: 1px solid gray;
}

.mediaFrame {
	border: 1px dotted silver;
}

.noBorder {
	border: hidden;
}

.inline {
	display: inline;
}
.floatLeft { float:left;display:inline; }
.floatRight { float:right;display:inline; }
.clear { clear:both; }


.bufferLeft {
	margin: 0px 0px 3px 12px;
}
.bufferRight {
	margin: 0px 12px 3px 0px;
}

.centerText {
	text-align:center;
}

.centered {
	margin: 0 auto;
}

table {
	margin: 12px 0px;
	}
	th {
		padding: 12px;
	}
	td {
		padding: 5px 12px;
	}
	
/* forms */

form {
	padding: 12px;
	font-size: .9em;
	line-height: 1.4em;
}
fieldset {
	border: 1px dotted gray;
	padding: 12px;
	margin: 12px 0px;
	background: #f5f5f5;
}
legend {
	padding: 5px 12px 5px 12px;
	margin-left: 20px;
	font-weight: bold;
	background: #fff;
	border: 1px dotted silver;
}
input {

}

hr {
	border: none;
	border-top: 1px solid gray;
}
