@charset "utf-8";

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	margin: 10px;
	font-size: 14px;
	color: #000000;
	background-color: #000000;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #69942E;
	font-style: italic;
}
h3 {
	font-size: 16px;
}

.logo {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thick ridge #FCB040;
}
.web_image_styles {
	border: medium solid #000000;
	padding: 5px;
	vertical-align: middle;
	margin: 10px;
}




#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/green_texture_for_column.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFCC;
	height: auto;
}
#container #logo {
	float: left;
	width: 220px;
	height: 200px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-color: #FFFFCC;
}
#container #heading {
	float: right;
	width: 515px;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}
#container #heading #inner_heading {
	padding: 5px;
}
#container #text #inner_text {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


#container #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	clear: none;
	width: 400px;
	margin-right: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px;
	margin-left: 20px;
}
#container #text ul {
	color: #FF0000;
}


#container #leftnav {
	float: left;
	width: 160px;
	clear: none;
	display: block;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFCC;
}
#container #rightsidebar {
	width: 160px;
	float: right;
	background-image: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #rightsidebar #contact_us_text {
	border: medium solid #69942E;
	padding: 5px;
}


#container #leftnav ul {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#container #leftnav li {
	padding-top: 5px;
	padding-bottom: 5px;
}


#container #leftnav a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FCB040;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: medium solid #69942E;
}
#container #leftnav a:link, #container #leftnav a:visited {
	background-image: url(images/link.png);
	background-repeat: no-repeat;
}
#container #leftnav a:hover, #container #leftnav a:active {
	background-color: #7ECC33;
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
}

#container #pictures {
	clear: both;
	padding: 0px;
	text-align: center;
}



#container #bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 100px;
	clear: both;
}
#container #bottomnav a {
	font-size: 14px;
	font-weight: bold;
	color: #69942E;
	text-decoration: none;
}
#container #bottomnav a:hover, #container #bottomnav a:active {
	color: #FCB040;
	text-decoration: underline;
}





#container #copyright {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	clear: both;
}
table {
	text-align: left;
	vertical-align: middle;
}

.heading_row {
	font-size: 16px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.boarding_row {
	color: #FF0000;
}
.wash_row {
	color: #FCB040;
}
.dropoff_row {
	color: #999999;
}

