/* @override 
	http://www.soilrecycling.com/style.css
*/

body {
	padding: 0;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #313131;
	margin: 0px 0px 30px;
	background-color: #eeeeee;
}

#page {
	padding: 0;
	border: 0;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(images/osr-body.gif);
}

#header {
	padding: 0;
	border: 0;
	width: 760px;
	height: 152px;
	margin: 0;
	background: url(images/osr-header.gif) no-repeat left top;
}

#main {
	float: right;
	width: 540px;
}

#maincontent {
	margin-right: 60px;
	padding-bottom: 70px;
}

#sidebar {
	width: 168px;
	float: left;
}

#footer {
	background: url(images/osr-footer.gif) no-repeat left top;
	width: 760px;
	height: 64px;
	clear: both;
}

p, li {
	line-height: 150%;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #01238f;
}

h2 {
	margin-top: 30px;
}

a {
	color: #004800;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul#navlist {
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #002bb5;
	margin: 25px 0 0 7px;
}

ul#navlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px/100% "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px solid #002bb5;
}

ul#navlist li a {
	display: block;
	background-color: #01238f;
	color: white;
	margin: 0;
	padding: 6px 10px;
}

ul#navlist li a:link {
	text-decoration: none;
}

ul#navlist li a:visited {
	text-decoration: none;
}

ul#navlist li a:hover {
	text-decoration: none;
	background-color: #2346b6;
}

img {
	border: none;
}

img.right {
	margin-left: 25px;
	margin-bottom: 20px;
}

img.left {
	margin-right: 35px;
	margin-bottom: 10px;
}

div.img_group {
	clear: both;
}

body#facility img {
	margin-bottom: 50px;
}

body#facility p {
	padding-top: 20px;
}

ul.nobullet, ul.nobullet li {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 30px;
}
ul.nobullet li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.logolist li {
	background: url(images/bullet_logo.gif) no-repeat left center;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.wordlist li {
	background: url(images/bullet_word.png) no-repeat left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

ul.pdflist li {
	background: url(images/bullet_acrobat.png) no-repeat left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

body#home ul#navlist li#nav_home a,
body#about ul#navlist li#nav_about a,
body#process ul#navlist li#nav_process a,
body#facility ul#navlist li#nav_facility a,
body#faq ul#navlist li#nav_faq a,
body#news ul#navlist li#nav_news a,
body#forms ul#navlist li#nav_forms a,
body#partners ul#navlist li#nav_partners a,
body#contact ul#navlist li#nav_contact a,
body#requirements ul#navlist li#nav_requirements a
{
	text-decoration: none;
	background-color: #2346b6;
}

.list-header {
	clear: both;
	margin-top: 20px;
	text-decoration: underline;
}
.list {
	margin-top: 15px;
	clear: both;
}




