@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
	color: #000;
	background:#CCC;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0;
	padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
	text-align: center;
    color: #309;
}

h2 {
    font-size: 24px;
	margin: 0;
	padding-left: 10px;
	text-align:center;
	color: #309;
}

h3 {
    font-size: 18px;
	margin: 0;
	text-align:center;
	color: #309;
}

h4 {
	font-size:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}

p {
    margin: 0 auto 1em 0;
    padding: 0 20px;
    font-size: 14px;
}

.headerBold {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#309;
}
.tagline {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}
.commentsHeader {
	color: #FFF;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	border:2px solid white;
	padding: 0;
	margin:0;
}
.comments li{
	color:#FF0;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-right: 15px;
	margin: 0;
}
.largeUnderlineBold {
	font-size:17px;
	font-weight:bold;
	text-decoration:underline;
}
.largerBold {
	font-size: 18px;
	font-weight:bold;
}
.largerBullets {
	font-size:16px;
	margin-bottom: 1em;
}
.boldRed {
	font-weight: bold;
	color: #F00;
}
.recycleGREEN {
	font-weight: bold;
	font-size: 16px;
	color: #0C0;
}
.recycleRED {
	font-weight: bold;
	font-size: 16px;
	color: #F00;
}
.largerBoldRed {
	font-size: 18px;
	font-weight:bold;
	color:#F00;
}
.boldBlueItalic {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#309;
}
.boldRedItalic {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color: #F00;
}

.caption {
	font-weight:bold;
	font-size:12px;
}
.captionBlue {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color:#309;
}
.email {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#309;
}
.footer {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

/* Horizontal Menu bar */
#nav {
	clear:both;
	padding: 0;
	margin: 0;
	width: 1000px;
	height:42px;
	background:#309;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav ul ul {
	display:inline; 
	height:24px; 
	float:left; 
	list-style:none;
}
#nav li a {
	color:#fff; 
	text-decoration:none;
}

#nav li {
	display: inline; 
}
#nav li a:hover{
	background:#FFF;
	color: #309;
	border:1px solid #309;
	margin: 0;
	padding: 2px 3px;

}
#nav a, #nav h2 {
	float:left;
	font: bold 14px "Trebuchet MS", arial, helvetica, sans-serif;
	width: 103px;
	height:36px;
	text-align: center;
	color:white;
	background:#309;
	border:1px solid #309;	
	margin: 0;
	padding: 2px 3px;
}
#button {
	margin-top:10px;
}

/* The container div wraps the rest of the page content and adds a 90px top margin so that it clears the "Logo" image */
#container {
	border: 5px solid #309; 
	background: #fff;
	margin: 0 auto;
	width: 1000px; 
	text-align: left; 
}
#container ul {
	font-size: 13px;
}

/* Creates and defines header area */
#header{
	width:1000px;
	height:210px;
	padding:0;
	margin:0;
	background: #e4dfdf;
}

#main {
	float:left;
}

/*Temporary box on home page for special schedules and messages */
#messageBox {
	width: 527px;
	height: auto;
	border: 5px double #000;
	margin: 20px 0 20px 100px;
	padding: 10px 0 0 0;
	background: #FF6;
}
/*Box on schedule page for holiday schedules and messages */
#holidayBox {
	width: 689px;
	height: auto;
	border: 5px double #000;
	margin: 20px;
	padding: 10px 0 0 0;
	background: #FF6;
}

/* Boxes on recycliong page for lists */
#recycleLeft {
	float: left;
	width: 330px;
	height: 160px;
	margin: 0 20px 20px 20px;
	padding: 0;
	border: 1px solid #000;
}

#recycleRight {
	float:left;
	width:330px;
	height: 160px;
	border: 1px solid #000;
}
#recycleLocations {
	clear: both;
	width: 685px;
	height: 175px;
	margin: 0 0 20px 20px;
	padding: 0;
	border: 1px solid #000;
}

/* Floats photos to the right of the page */
#toter {
	width: 250px;
	height: 220px;
	float:left;
	margin: 0 40px 40px 0;
}
#rollOff {
	float: right;
	margin: 10px 10px 40px 30px;
}
#recycle {
	float: right;
	margin: 0 20px 0 0;
}

/* Alternate row colors for schedule table */
#schedule tbody tr.even td {
	background-color: #9F9;
	padding-left:20px;
}
#schedule tbody tr.odd  td {
	background-color: #FF6;
	padding-left:20px;
}
#rates {
	clear: both;
	padding: 0;
	margin: 0;
}

/* Validations for each page */
#validate {
	width: 1000px;
	margin: 10px 0 20px 0;
	padding: 0;
	float: right;
}
#validate img {
	margin-left:30px;
	float:right;
	display:inline;
}
 /* The footer needs to appear below anything that is floated, so clear: both is added to the rule. */
#footer {
	clear:both;
	width:1000px;
	margin: 0;
	padding: 0 0 10px 0;
	background: #e4dfdf;
	border-top: 2px solid #309;
}
