/* Hand coded by Paul Hart 2007 for National Serv-all */

body {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", HelveticaNeue, "Helvetica Neue", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg-body.gif) repeat-x 0 0;
}

/* GENERAL SYTLES
-------------------------------------------------------------- */
a {
	color: #3a2d1e;
	font-weight: bold;
}
	a:hover {
		text-decoration: none;
	}
	a.read-more {
		display: block;
		margin: 0;
		padding: 5px 12px 8px 0;
		font-family: "Arial Black", sans-serif;
		font-weight: normal;
		color: #b5b4b4;
		text-align: right;
		white-space: nowrap;
		background: url(../images/arrow-read-more.gif) no-repeat right center;
	}
h2, h3, h4, h5, h6, dt {
	margin: 2px 0 8px;
	font-weight: normal;
	font-family: Arial, HelveticaNeue, "Helvetica Neue", "Lucida Grande", sans-serif;
	color: #c90;
}
	h2 {
		font-size: 2em;
		margin-bottom: 12px;
	}
	h3, #mainpanel dt {
		font-size: 1.3em;
		font-family: "Lucida Grande", "Trebuchet MS", HelveticaNeue, "Helvetica Neue", sans-serif;
		letter-spacing: -1px;
	}
	h4 {
		color: #666;
		font-weight: bold;
		margin-bottom: 2px;
	}
p {	
	padding: 0 0 1.2em 0;
	margin: 0;
}
ul {
	list-style-type: none;
}
address {
	white-space: pre;
	padding-bottom: 1.5em;
}
abbr {
	border-bottom: none;
	white-space: nowrap;
}
blockquote {
	position: relative;
	display: block;
	float: left;
	margin: 5px 15px 5px 10px;
	padding: 0;
	width: 148px;
	color: #fff;
	overflow: hidden;
	background: #b9b911 url(../images/bg-blockquote.jpg) no-repeat 0 0;
}
	blockquote p {
		font-family: "Lucida Grande", "Trebuchet MS", HelveticaNeue, "Helvetica Neue", Verdana, sans-serif;
		padding: 15px 15px 0 15px;
		font-size: 1.2em;
		background: url(../images/bg-blockquote-bottom.jpg) no-repeat 0 bottom;
	}
	blockquote span {
		display: block;
		font-size: .8em;
		white-space: nowrap;
		text-align: right;
		padding-bottom: 15px;
		margin: 0;
	}

.imageright, .imageleft {
	border: none;
	overflow: hidden;
	position:relative;
	display: block;
	margin: 6px 0;
	overflow: hidden;
}
	.imageright {
		clear: left;
		float: right;
		margin-left: 15px;
		margin-right: 5px;
	}
	.imageleft {
		clear: right;
		float: left;
		margin-left: 0;
		margin-right: 15px;
	}
	#secondary-content .imageright {
		margin-left: 8px;
	}
	#secondary-content .imageleft {
		margin-right: 10px;
	}


/* LAYOUT
-------------------------------------------------------------- */

#container {
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	/* border-right: 1px solid #999;
	border-left: 1px solid #999; */
}

#header {
	position: relative;
	height: 99px;
	margin: 0;
	z-index: 90;
	overflow: hidden;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../images/logo.gif) no-repeat 0 0;
	width: 406px;
	height: 99px;
}
	h1 a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 406px;
		height: 99px;
	}

ul#nav {
	position: absolute;
	top: 75px;
	margin: 0;
	padding: 0 6px 0 0;
	right: 55px;
	overflow: hidden;
	z-index: 90;
	}
ul#nav li {
	position: relative;
	display: inline;
	font-size: 1em;
	margin: 0;
	}
	ul#nav li a {
		padding: 0 0 7px 0;
		margin: 0 2px 0 0;
		float: left;
		color: #fff;
		font-family: "arial black", arial, sans-serif;
		font-weight: normal;
		text-shadow: #666 2px 2px;
		background: url(../images/bg-nav-li-left.gif) no-repeat left 0;
		text-decoration: none;
	}
	ul#nav li a span {
		display: block;
		background: url(../images/bg-nav-li-right.gif) no-repeat right 0;
		padding: 2px 0 7px 8px;
		padding-right: 8px;
		margin: 0;
	}
		ul#nav li a:hover {
			background: url(../images/bg-nav-li-left-hover.gif) no-repeat left 0;
			text-decoration: none;
		}
		ul#nav li a:hover span {
			background: url(../images/bg-nav-li-right-hover.gif) no-repeat right 0;
			text-decoration: none;
		}
	ul#nav li#left a {
		padding-left: 13px;
		background-image: url(../images/bg-nav-li-left.gif);
	}
	ul#nav li#home a {
		background-image: url(../images/bg-arrow-home.gif);
		background-position: 0 7px;
		color: #8e9000; /* gold */
		padding: 2px 10px 7px 20px;
		text-shadow: none;
	}
		ul#nav li#home a:hover {
			color: #665035;
		}
	ul#text-resize {
		position: absolute;
		top: 78px;
		right: 2px;
		margin: 0;
		padding: 0;
		color: #666;
		font-size: .9em;
		z-index: 80;
	}
	ul#text-resize li {
		display: inline;
		line-height: 100%;
	}
	ul#text-resize a {
		display: block;
		color: #633;
		padding: 2px 5px;
		float: left;
		background: none;
	}
	ul#text-resize li#standard a {
		font-size: 12px;
		border-right: 1px solid #999;
		padding-left: 10px;
		background: url(../images/bg-text-resize-left.gif) no-repeat 0 center;
	}
	ul#text-resize li#large a {
		font-size: 16px;
		padding-right: 10px;
		background: url(../images/bg-text-resize-right.gif) no-repeat right center;
	}

#mainpanel {
	position: relative;
	overflow: hidden;
	width: 538px;
	float: right;
	padding: 27px 0 1001em 0;
	margin: 0 0 -1000em 0;
	background: #fff url(../images/bg-body.gif) repeat-x 0 0;
}
	#mainpanel table, #mainpanel dt, #mainpanel #myGallery {
		margin-left: 10px;
	}
.intro h2 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	height: 138px;
	overflow: hidden;
	text-indent: -1000em;
}

	.aboutus { background: url(../images/image-trucks.jpg) no-repeat 0 0; }
	.forbusiness { background: url(../images/image-business2.jpg) no-repeat 0 0; }
	.forconstruction { background: url(../images/image-construct.jpg) no-repeat 0 0; }
	.forhome { background: url(../images/image-community-hdr.jpg) no-repeat 0 0; }
	.automation { background: url(../images/image-truck7.jpg) no-repeat 0 0; }
	.faq { background: url(../images/image-truck4.jpg) no-repeat 0 0; }
	.careers { background: url(../images/image-office1-hdr.jpg) no-repeat 0 0; }
	.recycling { background: url(../images/image-recycle1.jpg) no-repeat 0 0; }
	.lookout { background: url(../images/image-safety2.jpg) no-repeat 0 0; }
	.byphone { background: url(../images/image-truck6.jpg) no-repeat 0 0; }
	.custcare { background: url(../images/image-safety1.jpg) no-repeat 0 0; }
	.rolloff { background: url(../images/image-header-rolloff1.jpg) no-repeat 0 0; }
	.getservice h2 { background: url(../images/image-office-hdr.jpg) no-repeat 0 0; }
	
#secondary-content {
	position: relative;
	overflow: hidden;
	width: 200px;
	float: left;
	padding: 30px 0 1002em 0;
	margin: 0 0 -1000em 0;
	background: #fff url(../images/bg-body.gif) repeat-x 0 0;
}
	#secondary-content p {
		margin-left: 10px;
	}
	#secondary-content h2, #secondary-content h3, dl#nav dt {
		padding: 0 4px 5px 4px;
		margin: 0 7px 6px 7px;
		border-bottom: 1px dotted #333;
		color: #654e32;
		font-size: 1.6em;
	}
	
#tertiary-content {
	position: relative;
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}
	#tertiary-content h2 {
		font-size: 1.4em;
		line-height: 1em;
		color: #60482b;
		font-family: "arial black", sans-serif;
		letter-spacing: -1px;
	}
	#tertiary-content h2 a {
		color: #60482b;
		text-decoration: none;
		font-weight: normal;
	}
		#tertiary-content h2 a:hover {
			text-decoration: underline;
		}
	#tertiary-content .teaser {
		position: relative;
		display: block;
		float: left;
		font-size: .9em;
		width: 170px;
		min-height: 200px;
		border: none;
		padding: 0;
		margin: 5px 20px 0 0;
	}
	#tertiary-content a.read-more {
		border: none;
	}
	#tertiary-content .teaser p {
		padding-bottom: 0;
	}
	#tertiary-content #teaser4 {
		margin-right: 0;
		}
	
#footer {
	position: relative;
	text-align: center;
	clear: both;
	color: #666;
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 15px 0 40px 0;
	background: #fff url(../images/bg-gradient-green.gif) repeat-x 0 1px;
	z-index: 100;
}
	#footer .wrapper {
		position: relative;
		width: 650px;
		margin: 0 auto;
	}
	#footer p {
		display: block;
		width: 521px;
		text-align: left;
		margin: 0 auto;
		padding: 25px 0 20px 200px;
		font-size: 90%;
		color: #633;
		font-size: .95em;
		line-height: 1.4em;
	}
	#footer p.republic {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
	}
	#footer p.republic a {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 100px;
		text-indent: -1000em;
		background: transparent url(../images/logo-republic.gif) no-repeat 0 0;
	}

