﻿@import url("layout.css");
@import url("menu.css");

body {
	color: #2B3D29;
	font-size: 0.80em;
	font-family: Arial;
	background-image: url('../images/bkgrnd.png');
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

h1 {
	font-size: 180%;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 180%;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-size: 140%;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
}
h4 {
	font-size: 140%;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
}

.other_services {
	text-align: center;
	font-size: 120%;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
	text-decoration: underline;
}

.arrow {
	font-size: 70%;
}

.center_img {
	margin-left: auto;
	margin-right: auto;
}

.banner1 {
	margin-left: 10px;
	margin-top: 30px;
}

.center {
	text-align: center;
}

.bbb {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.copyright {
	font-size: 85%;
	color: white;
	text-align: center;
	margin-top: 10px;
}

#picduo {
	margin-left: auto;
	margin-right: auto;
}

.picduo_init {
	float: left;
	display: table-caption;
}

.nestleft {
	float: left;
	margin-right: 10px;
}

.nestright {
	float: right;
	margin-left: 10px;
}

.hauling_container {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
	clear: both;
}

.hauling_title {
	background-image: url('../images/hauling_title_bkgrnd.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 130%;
	font-weight: bold;
	padding: 7px;
	margin-bottom: 10px;
}

.hauling_item {
	float:left;
	width: 245px;
	padding: 5px;
}

.hauling_item_end {
	float:left;
	width: 245px;
	padding: 5px;
	margin-bottom: 40px;
}

.hauling_tn {
	float: left;
	margin-right: 10px;
}

.plants_table {
	width: 530px;
	text-align: center;
}

.plants_table_row {
	
}

.plants_table_cell {
	background-image: url('../images/PLANT-LIB-bkgrnd.jpg');
	background-repeat: repeat-x;
	line-height: 175%;
	padding-bottom: 30px;
	padding-top: 10px;
}

.plants_table_cell_empty {
	background-image: url('../images/PLANT-LIB-bkgrnd.jpg');
	background-repeat: repeat-x;
	line-height: 175%;
	padding-bottom: 30px;
	padding-top: 10px;
	width: 175px;
}

.plant_tn {
	border: 1px #2B3D29 solid;
	width: 150px;
	height: 112px;
}

form {
	padding-left: 20px;
}

.message {
	width: 490px;
	height: 195px;
	color: #9B6100;
	font-family: sans-serif;
	border: 1px #A7A6AA solid;
	padding: 2px;
}

.select {
	color: #9B6100;
	border: 1px #A7A6AA solid;
}

.input1 {
	width: 350px;
	color: #9B6100;
	border: 1px #A7A6AA solid;
	padding: 2px;
}

#centered_block {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	padding: 15px;
	background: #EBE9ED;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

#footer a:active {
	color: white;
	text-decoration: underline;
}

#footer a:visited {
	color: white;
	text-decoration: underline;
}
