html { 
	background: url("/site_graphics/bg_html.jpg") repeat-x #000000;
	padding: 0px; 
	margin: 0px;
	}

body {
	color: #000;
	background: transparent;
	font-family: georgia, serif;
	font-size: 76%;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	}
	
#header {
	width: 903px;
	height: 260px;
	color: #000;
	background: url("/site_graphics/bg_header.jpg") no-repeat top left;
	margin: 0px auto;
	}
	
#container {
	color: #000;
	background: #fff;
	width: 873px;
	padding: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0px auto;
	overflow: auto;
	}
	
#content {
	padding-top: 15px;
	}
	
#footer {
	clear: both;
	color: #ffffff;
	background: #663300;
	font-weight: bold;
	width: 883px;
	height: 40px;
	padding: 10px;
	border-bottom: 10px solid #000;
	margin: 0px auto;
	margin-bottom: 15px;
	text-align: center;
	}
	
#footer a, #footer a:visited {
	color: #ff9900;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer #card {
	padding-bottom: 10px;
	}
	
#footer #card p {
	display: inline;
	padding-right: 15px;
	}
	
div.leftcol {
	float: left;
	width: 560px;
	}
	
div.rightcol {
	float: right;
	width: 280px;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.25em;
	padding: 0px;
	margin: 0px 0px 15px 0px;	
	}

h1 {
	font-family: georgia;
	font-size: 24px;
	}
	
h2 {
	font-size: 20px;
	}
	
h2.intro {
	color: #666;
	font-family: arial;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
	
h3 {
	font-size: 18px;
	}
	
p.error { font-weight: bold; color: #990000; }
p.success { font-weight: bold; color: #006600; }

div.threecol {
	clear: both;
	width: 973px;
	color: #000;
	background: #e2e2e2;
	padding: 15px;
	border-top: 15px solid #006;
	border-bottom: 15px solid #006;
	margin: 0px auto;
	overflow: auto;
	}
	
div.threecol h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	}
	
div.threecol ul {
	padding: 0px;
	margin: 0px;
	}
	
div.threecol ul li {
	margin-left: 15px;
	}
	
div.threecol div.leftcol, div.threecol div.rightcol, div.threecol div.centercol {
	float: left;
	width: 324px;
	font-family: georgia, serif;
	}
	
div.threecol div.rightcol {	
	background: transparent;
	padding: 0px;
	}
	
div.community-pod {
	color: #000;
	background: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	}
	
div.community-pod h3 {
	font-family: georgia, serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
div.community-pod dl {
	padding: 0px;
	margin: 0px;
	}

div.community-pod dl dt {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	}
	
div.community-listing {
	clear: both;
	}

div.community-listing a {
	display: block;
	color: #000000;
	padding: 5px;
	text-decoration: none;
	}

div.community-listing a:hover {
	background: #ccc;
	}
	
div.community-listing ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
div.bt-sidebar {
	width: 260px;
	height: 106px;
	}
	
div.bt-sidebar a {
	display: block;
	width: 260px;
	height: 106px;
	text-indent: -9000px;
	}
	
div.bt-bins a {
	background: url("/site_graphics/bt-bins.jpg") no-repeat 0px 0px;
	}
	
div.bt-bins a:hover {
	background-position: 0px -106px;
	}
	
div.bt-augers a {
	background: url("/site_graphics/bt-augers.jpg") no-repeat 0px 0px;
	}
	
div.bt-augers a:hover {
	background-position: 0px -106px;
	}
	
div.bt-buildings a {
	background: url("/site_graphics/bt-buildings.jpg") no-repeat 0px 0px;
	}
	
div.bt-buildings a:hover {
	background-position: 0px -106px;
	}
	
div.bt-dryers a {
	background: url("/site_graphics/bt-dryers.jpg") no-repeat 0px 0px;
	}
	
div.bt-dryers a:hover {
	background-position: 0px -106px;
	}