@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
}

h1 {
	height: 34px;
	margin: 0;
	padding: 6px 0 0 15px;
	font-size: 18px;
	color: #ffffff;
	line-height: normal;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../graphics/nav/bg-header-642.gif) no-repeat;
}

h2 {margin: 0; font-size: 13px; color: #008b7a; line-height: normal; letter-spacing: -1px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

h3 {margin: 0; font-size: 12px; color: #008b7a; line-height: normal; letter-spacing: -1px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

p {margin-top: 15px; margin-bottom: 0;}

a {color: #000099; text-decoration: underline;}
a:visited {color: #000099; text-decoration: underline;}
a:active {color: #FF0000; text-decoration: underline;}
a:hover {color: #0000FF; text-decoration: none;}
a:focus {outline: none;}

ul {
	margin: 15px 0 0 15px;
	padding: 0;
}

	ul li {
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
		background: url(../graphics/bullet.gif) no-repeat 0 9px;
	}
	
#container {
	width: 1040px;
	margin: 20px auto 0 auto;
}

	#logo {
		width: 179px;
		height: 48px;
		float: left;
	}
	
		#logo h1 {height: auto; padding: 0;}
	
		#logo a {
			width: 179px;
			height: 48px;
			display: block;
			background: url(../graphics/ittb-logo.gif) repeat-x;
		}
	
	#nav {
		width: 725px;
		height: 40px;
		float: left;
		margin-left: 25px;
	}
	
		#nav ul {
			margin: 0;
			padding: 0;
		}
		
			#nav ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				background: none;
				float: left;
			}
			
				#nav ul li a {
					height: 40px;
					display: block;
					background-repeat: no-repeat;
					float: left;
				}
				
				*html #nav ul li a {height: 1%;}
				
				#nav ul li a.active, #nav ul li a:hover {background-position: 0 -40px;}
				
				.nav-home {width: 39px; background: url(../graphics/nav/nav-home.gif);}
				.nav-about {width: 64px; background: url(../graphics/nav/nav-about.gif);}
				.nav-getting-started {width: 103px; background: url(../graphics/nav/nav-getting-started.gif);}
				.nav-residents {width: 90px; background: url(../graphics/nav/nav-resident.gif);}
				.nav-businesses  {width: 96px; background: url(../graphics/nav/nav-businesses.gif);}
				.nav-accepted-materials {width: 125px; background: url(../graphics/nav/nav-accepted-materials.gif);}
				.nav-communities {width: 162px; background: url(../graphics/nav/nav-communities.gif);}
				.nav-resources {width: 66px; background: url(../graphics/nav/nav-resources.gif);}
	
	#body {
		width: auto;
		padding: 20px 0;
	}
	
		#left {
			width: 184px;
			line-height: 15px;
			float: left;
			margin-right:20px;
		}
		
			.green-box {
				width: 184px;
				background: url(../graphics/bg-green.gif) repeat-y;
			}
			
				.green-box-top {
					width: auto;
					background: url(../graphics/bg-green-top.gif) no-repeat;
				}
				
					.green-box-bottom {
						width: auto;
						padding: 12px 15px;
						color: #fff;
						background: url(../graphics/bg-green-bottom.gif) no-repeat bottom;
					}
		
		#content {
			width: 642px;
			line-height: 20px;
			float: left;
		}
		
		#content h2 {font-size: 18px; padding-left:20px;}
	
	#right-content {float:left; width:170px; height:100%; border-left:solid 1px #ccc; margin-left:20px; padding-left:0px; padding-bottom:100px;}
		#right-content h2, p {padding-left:20px}
	
	#footer {
		width: auto;
		background: url(../graphics/bg-footer.gif) repeat-x;
	}
	
		#footer-content {
			width: 778px;
			padding: 14px 0 20px 0;
			float: left;
		}
		
		#waste-wise {
			width: 136px;
			height: 43px;
			float: right;
		}
		
			#waste-wise a {
				width: 136px;
				height: 43px;
				display: block;
				background: url(../graphics/mn-waste-wise-footer.gif) no-repeat;
			}
	
.margin-top-8 {margin-top: 8px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-25 {margin-top: 25px;}

.content-11 {font-size: 11px; line-height: 15px;}

.hide {display: none;}
.clear {clear: both;}
.float-left {float: left;}
.float-right {float: right;}

.text-blue {color: #002a5c;}
.text-green {color: #008b7a;}