* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	font-family: Verdana, sans-serif;
	padding: 0;
}

a:link, a:visited {
	color: #333;
}

#previous td { padding-left: 1em; }
	

#background {
	background: url('/site_images/bg1.jpg');
	width: 792px;
	height: 511px;
}
	
#container {
	width: 792px;
	margin: auto;
	border-width: 3px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #333;

}

#report {
	background: #ffffff;
	width: 792px;
}

#report h2, #report p, #report h3 {
	margin-left: 20px;
}

#content {
	width: 395px;
	height: 480px;
	overflow: auto;
	margin-left: 10px;
	margin-top: 0;
	padding: 10px;
	background: url('/site_images/roundedbox.png') no-repeat top left;
}

#content p {
	width: 370px;
}

h1 span {
	display: none;
}

h1 {
	width: 792px;
	height: 101px;
	margin: auto;
	background: url('/site_images/logo.png') no-repeat top left;
}

h2 {
	color: #ffffff;
	margin: auto;
	padding: 3px;
}

#news span, #contact span, #service span, #login span, #home span, #veggie span, #link span {
	display: none;
}

#news {
	background: url('/site_images/title-news.png') no-repeat top left;
}

#link {
	background: url('/title-links.png') no-repeat top left;
}

#contact {
	background: url('/site_images/title-contact.png') no-repeat top left;
}

#login {
	background: url('/site_images/title-login.png') no-repeat top left;
}

#home {
	background: url('/site_images/title-about.png') no-repeat top left;
}

#service {
	background: url('/site_images/title-service.png') no-repeat top left;
}
#veggie {
	background: url('/site_images/title_veggie.png') no-repeat top left;
}

#veggie {
	height: 25px;
	width: 400px;
	float: left;
	margin: 5px;
	margin-left: 0;
	text-align: left;
}

#news, #contact, #service, #login, #home, #link {
	height: 25px;
	width: 250px;
	float: left;
	margin: 5px;
	margin-left: 0;
	text-align: left;
}

p {
	clear: left;
}

#container h2 {
	color: #000000;
}

#head {
	width: 792px;
	margin: auto;
	background: url('/site_images/bluebg.png') repeat-x;
	border-width: 3px;
	border-style: none none solid none;
	border-color: #ffffff;

}

#nav, #footertop {
	width: 100%;
	height: 30px;
	background: url('/site_images/gray-bg.png') repeat-x;
	border-width: 3px;
	border-style: none none solid none;
	border-color: #999999;
	color: #ffffff;
}



#navulcontainer {
	list-style: none;
	display: inline;
	padding-left: 10px;
	background: url('/site_images/nav-top-left.png') no-repeat top left;
	float: right;
}


#navul {
	background: url('/site_images/graybg2.png') repeat-x;
	padding-top: 7px;

}

#navul li {
	padding-left: 15px;
	padding-right: 10px;
	display: inline;
	background: url('/site_images/list-img.png') no-repeat top left;
	font-size: .7em;
	text-decoration: underline;
}

#navul a {
	color: #ffffff !important;
}

#footertop {
	padding-top: 10px;
	height: 20px;
}

#footer {
	background: #b8b9b0 url('/site_images/smallgraylogo.png') no-repeat bottom right;
	height: 150px;
	width: 100%;
	margin: 0;
	
}

#footer p {
	text-align: center;
	font-size: .8em;
}

table {
	clear: left;
}

.report {
	width: 750px;
	margin: auto;
	font-size: .8em;
	border-collapse: collapse;
	background-color: #fff;
}

.report, .report td, .report th  {
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 1px;
}

.shaded {
	background-color: #ccc;
}

.tiny {
	font-size: .5em;
}

.client, .disper, .admin {
	margin-left: 20px;
	color: #ffffff !important;
}

.client li, .disper li, .admin li {
	list-style: none;
	display: inline;
	padding-bottom: 2px;
}

.client li a, .disper li a, .admin li a {
	color: #ffffff !important;
	font-size: .8em;
}

.users {
	width: 350px;
	font-size: .8em;
}

.flash {
	width: 80%;
}

#newjob {
	font-size: .8em;
}

.tablebottom {
	width: 100%;
	margin: -.1em;
	padding: .1em;
	border-style: solid none none none;
	border-width: 1px;
}


td a:link, td a:visited, td a:hover {
	font-size: .8em;
	text-decoration: none;
}




