body {
	margin: 0px 0 0px 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 0.8em 0;
	color: #00529B;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43AF04;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 1em 0;
	color: #00529B;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #000;
}

a {
	color: #00529C;
	text-decoration: underline;
}

a:hover {
	color: #00529C;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.7em;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 1024px;
	position: relative;
	background: #FFF;
	padding: 0;
}

#top {
	height: 45px; /* 268 - top padding */
	width: 268px;
	padding: 0;
	float: left;
	position: relative;
	background-image: url(images/augusta-disposal-logotop.gif);
	background-repeat: no-repeat;
}

#nav {
	height: 45px;
	width: 601px;
	margin: 0;
	padding-left: 155px;
	float: left;
	background-image: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
		

}
#nav li {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	background-image: url(images/bg_nav-button.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 45px;
	text-align: center;
}
#nav li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
#nav li a:hover { text-decoration: underline; }
#nav li.nosep { background: none; padding-right: 0; }
#flash {
	float: left;
	width: 1024px;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	background-color: #FFF;
}

div#left {
	width: 530px;  /* 465 - L&R Padding */
	padding: 20px 50px 10px 20px;
	float: left;
}

div#right {
	width: 375px;
	padding: 20px 0px 10px 0px;
	float: left;
}

.clear { clear: both; }
#footer {
	text-align: center;
	color: #FFF;
	background: #00529B;
	font-size: 10px;
	height: 14px;
	border-collapse: collapse;
}
* html #footer { margin-top: -3px; } /* IE6 Hack */
#footer a {
	text-decoration: none;
	color: #FFF;
}

.local {
	margin-top: 2px;
	width: 1em;
	text-align: center;
	border: 1px solid black;
	background: #00529C;
	color: #FFF;
}




@media print { 
	#wrapper { margin: 0; background: none; border: 0; }
.text1 {
	font-weight: bold;
	color: #43AF04;
}
.text-caption {
	font-size: 10px;
	line-height: 10px;
}

	#top {
	display: none;
	background-image: url(images/augusta-disposal-logotop.gif);
	background-repeat: no-repeat;
}
	#nav { display: none; }
	#footer { display: none;}
	body { background: none; }
	div#left { width: 650px; padding: 0; }
	div#right { display: none; } 
	a { text-decoration: none; }
}
