@charset "UTF-8";
/* Allied Waste Idaho Print Stylesheet */

/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; 
	width:650px; 
	font: 62.5% Arial, Helvetica, sans serif; 
	color: #000;
	background-color:#fff;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
#container {
	/*width:914px;
	background-color:#fff;
	margin:0px auto 0px;*/
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#header img {
	float:left;
	}

#header p {
	font:1.8em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#005288;
	margin:25px 0px 0px 10px;
	float:left;
	}
	
#header form#cse-search-box {
	display:none;
	}
		
/* ------------------------------------------------------------ FLASH-CONTAINER STYLES ----- */

#flash-container {
	display:none;
	}

/* ------------------------------------------------------------ NAV STYLES ----- */

ul#nav {
	display:none;
	}
	
/* ------------------------------------------------------------ MAIN STYLES ----- */

#main {
	width:100%;
	padding-top:30px;
	}
	
	#main h1 {
		font:1.9em Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-transform:uppercase;
		margin-bottom:20px;
		}
		
	#main h2 {
		font:1.7em Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-style:italic;
		text-transform:uppercase;
		margin-bottom:5px;
		}
		
	#main h3 {
		font:1.5em/1.8em Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin-bottom:20px;
		}
		
	#main p {
		font:1.4em/1.6em Georgia, "Times New Roman", Times, serif;
		margin-bottom:20px;
		}
		
		#main p a {
			color:#4e663a;
			text-decoration:underline;
			}
			
	#main img {
		margin-bottom:20px;
		}
		
	#main #content {
		width:100%;
		}
		
		#main #content ul {
			font:1.4em/1.6em Georgia, "Times New Roman", Times, serif;
			margin-bottom:20px;
			list-style:disc outside;
			padding-left:20px;
			}
			
			#main #content ul li {
				margin-bottom:10px;
				}
		
	#main #sidebar {
		display:none;
		}
		
/* ------------------------------------------------------------ QUICKLINKS STYLES ----- */

ul#quicklinks {
	display:none;
	}
	
/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	width:100%;
	padding-top:20px;
	font:bold 1.1em Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	border-top:1px solid #4e663a;
	}
	
	#footer img {
		display:none;
		}
		
	#footer ul li {
			display:inline;
			}
		
		#footer #copyright ul {
			display:none;
			}
			
		#footer #contact {
			color:#000;
			}
			
		#footer #contact ul {
			padding:0px;
			margin:0px;
			}
		
			#footer #contact ul li {
				padding:0px 5px;
				color:#000;
				border-right:1px solid #4e663a;
				}
				
				#footer #contact ul li a {
					color:#000;
					text-decoration:none;
					}
				
			#footer #contact ul li.last {
				padding-right:0px;
				border:none;
				}
			
/* ----------------------------------------------------------------------------------------------------- PAGE SPECIFIC STYLES (Body ID) -------------------------------------------- */


