html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }

#content h3{
	font-weight: normal;
}

h2#main_page_header{
	margin-bottom:0;
}
div#rec_info{
	margin-top:0;
	margin-bottom:1em;
	color: #666;
}

h3#top_item{
	margin-top:.75em;
}

div.search_box{
	width: 100%;
}

div.search_box form input{
	position: static;
	float: none;
	padding: .5em;
	font-size: 1.25em;
}

div.search_box form input#rec_query_box{
	width:450px;
	font-weight: bold;
}

/* autocomplete border corrections */
.ui-autocomplete.ui-menu, .ui-autocomplete.ui-widget  {-moz-border-radius: 2px 2px 6px 6px; -webkit-border-radius: 2px 2px 6px 6px; border-radius: 2px 2px 6px 6px;}	
.ui-autocomplete .ui-corner-all {-moz-border-radius: 2px 2px 6px 6px; -webkit-border-radius: 2px 2px 6px 6px; border-radius: 2px 2px 6px 6px;}	

div.location{
	width: 33%;
	position:relative;
	float: left;
}  

#content .recycle_agency  h2{
	margin-bottom: 0;
}

#content .recycle_agency  h3{
	color: #333;
	font-weight: normal;
	font-variant: small-caps;
}

#content .recycle_agency #recycle_info_box{
	position:relative;
	float:right;
	clear: both;
	width: 260px;
	margin: 0 0 1em 1.5em;
}

#content .recycle_agency #recycle_info_box p{
	margin: .5em 0 0 0;
	font-size: .8em;
	line-height: 1.75em;
}

#content .recycle_agency #recycle_info_box h4{
	margin: 0;
	border-bottom: 1px solid #333;
}

#content .recycle_agency  #quick_reference{
	position:relative;
	float:right;
	clear: both;
	width: 260px;
	margin: 0 0 1em 1.5em;
}

#content .recycle_agency  #quick_reference h3{
	margin-top: 0;
}

#content .recycle_agency  #quick_reference img{
	margin: 5px;
}

.recycle_agency p#service_city{
	padding-left: .5em;
}

.recycle_agency td#map_box img#city_map{
	border: 2px solid #888;
	margin-bottom: 0;
	position:relative;
	float: right;
}

.recycle_agency td#map_box p#map_link{
	margin:0;
}

.recycle_agency table tr td.item_name{
	width: 150px;
	font-weight: bold;
	vertical-align: top;
	font-variant: small-caps;
}

.recycle_agency table tr td{
	padding-bottom: .5em;
}

.recycle_agency table {
	position: relative;
	clear: both;
}

.recycle_agency div#comments{
	background-color: #afd065;
	padding: 0 40px 20px 40px;
	margin: 20px -40px -40px -40px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	opacity: .85;
}

.recycle_agency div#comments div#add_comment_form{
	display: block; /* override default setting of hide */
}

.recycle_agency div#comments p#comment_action a#add_comment_link{
	display: none;
}

.recycle_agency div#comments h3{
	border-bottom: 1px solid #85B046;
	font-weight: bold;
	margin: 0 -40px 0 -40px;
	padding: .25em 20px .25em 40px;
	background-color: #a5d065;
}

.recycle_agency div#comments h4{
	margin-bottom: 0;
}

.recycle_agency div#comments p.author{
	margin: 0 0 1em 0;
}

#map_canvas { height: 100% }
