body {
	margin:0;
	background-image:url('images/background.jpg');
	font-family:verdana, arial, sans-serif;
	font-size:0.8em;
}
#boxtop {
	width:771px;
	height:15px;
	background:url('images/topshade.jpg');
	overflow:hidden;
	
}
#boxbot {
	width:771px;
	height:15px;
	background:url('images/bottomshade.jpg');
}
.contentbox {
	background:url('images/bgshade.jpg');
	width:799px;
}
#whitebox {
	min-height:200px;
	margin-left:27px;
	margin-right:24px;
	position:relative;
}
#skipbot {
	width:176px;
	height:71px;
	background:url('images/skipbot.jpg');
	position:absolute;
	top:0;
	right:0;
	z-index:190;
}
#logo {
	float:left;
}
#wastemanagement {
	font-weight:bold;
	font-size:14px;
	background: url('images/wasteman.png');
	background-repeat:no-repeat;
	padding-top:45px;
	margin-left:250px;
	padding-left:5px;
}
#menu {
	height:30px;
	background:url('images/menubg.jpg');
	border-bottom:8px solid red;
	position:relative;
	top:2px;
	z-index:80;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu ul li {
	float:left;
	padding-top:5px;
	position:relative;
}
#menu ul li span {
	display:none;
}
#menu ul li a {
	display:block;
	padding: 0px 14px 12px 14px;
	border-right:2px solid red;
	color:white;
	text-decoration:none;
	font-size:0.9em;
}
#menu ul li.hilight a, #menu ul li a:hover {
	color:red;
	position:relative;
}
#menu ul ul {
	display:none;
	position:absolute;
	z-index:100;
	border-bottom:8px solid red;
	background-color:#1D1D1D;
	top:25px;
	left:0;
}
#menu ul ul li {
	display:block;
	float:none;
	position:relative;
	z-index:101;
}
#menu ul ul li a, #menu ul li.hilight ul li a {
	border:0;
	color:white;
}
#menu ul ul li a:hover, #menu ul ul li.hilight a, #menu ul li.hilight ul li a:hover {
	color:red;
}
.homepageimage {
	float:left;
	padding-top:2px;
	margin-right:20px;
	z-index:10;
}
#footer {
	clear:both;
	background-color:#1D1D1D;
	height:80px;
}
#footer ul {
	list-style-type:none;
	margin:0;
	padding:10px 0;
	text-align:center;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	padding: 0px 2px;
	font-size:0.8em;
}
#footer #terms {
	float:right;
	padding-right:20px;
	font-size:0.7em;
	padding-top:10px;
}
#footer #copy {
	float:left;
	padding-left:20px;
	font-size:0.7em;
	padding-top:10px;
}
#footer, #footer a {
	color:white;
	text-decoration:none;
}
#maintext {
	padding:20px;
}
#maintext h1 {
	font-size:1.2em;
	color:red;
}
#maintext h2 {
	font-size:1.2em;
}
#maintext a {
	color:red;
}
#maintext h1, #maintext h2, #maintext p {
	margin: 10px 0;
}
#maintext ul, #maintext ol {
	margin:0;
	padding: 10px 10px 10px 20px;
}
img {
	border:0;
}
.autotext img {
	margin:10px;
}
.form {
	padding:20px;
	border:1px solid black;
	margin: 20px 50px;
	background: #eeeeee;
}
.form input.SkipPrice, .SkipPrice {
	border:0;
	background:#eeeeee;
	font-size:30px;
	color:black;
	font-weight:bold;
	text-align:center;
}
.form input.SkipPrice {
	width:100px;
}
hr {
	height:1px;
	color:red;
	background:red;
	border:0;
}
label {
	float:left;
	font-weight:bold;
}
.form select, .form input, .form textarea {
	width:250px;
	background:white;
	border:1px solid #eeeeee;
	padding:5px;
	margin-bottom:3px;
}
