@charset "UTF-8";
/* CSS Document */


body { margin:0; background:#000; }
html { font-family:Arial, Helvetica, sans-serif; font-size:.9em; line-height:1.5em; }

h1 { color:#009900; font-size:1.4em; margin:0; padding:10px 0; }

p { margin:0; padding:8px 0; }


/* bof wrappers */
#wrapper { margin: auto; width:800px; }
#header_wrapper { background:url(../images/header_bg.jpg) top center no-repeat; height:158px; }
#content_wrapper { background:url(../images/body_bg.jpg) top left no-repeat #000; min-height:510px; }
#content_inner_wrapper { background:url(../images/content_inner_bg.jpg) top left no-repeat #e6e6e6; margin-left:77px; width:603px; padding:30px 20px 10px 20px; }
#nav_wrapper { background:url(../images/nav_bg.jpg) top center repeat-y; padding:10px 0; }
#footer_wrapper { color:#e6e6e6; padding:8px; background:#000; text-align:center; }
/* eof wrappers */	

/* bof navigation */
#main_nav { list-style: none; margin: 0; padding: 0 0 0 30px; height:16px; }
#main_nav li { float: left; margin:0; padding:0; }
#main_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 16px; } 

#home {background:url(../images/btn_home_off.jpg) top left no-repeat; width:73px; }
#home:hover { background:url(../images/btn_home_on.jpg) top left no-repeat; }
#home.active { background:url(../images/btn_home_on.jpg) top left no-repeat; }

#about {background:url(../images/btn_about_off.jpg) top left no-repeat; width:107px; }
#about:hover { background:url(../images/btn_about_on.jpg) top left no-repeat; }
#about.active { background:url(../images/btn_about_on.jpg) top left no-repeat; }

#process {background:url(../images/btn_process_off.jpg) top left no-repeat; width:95px; }
#process:hover { background:url(../images/btn_process_on.jpg) top left no-repeat; }
#process.active { background:url(../images/btn_process_on.jpg) top left no-repeat; }

#byproducts {background:url(../images/btn_byproducts_off.jpg) top left no-repeat; width:125px; }
#byproducts:hover { background:url(../images/btn_byproducts_on.jpg) top left no-repeat; }
#byproducts.active { background:url(../images/btn_byproducts_on.jpg) top left no-repeat; }

#news {background:url(../images/btn_news_off.jpg) top left no-repeat; width:71px; }
#news:hover { background:url(../images/btn_news_on.jpg) top left no-repeat; }
#news.active { background:url(../images/btn_news_on.jpg) top left no-repeat; }

#employment {background:url(../images/btn_employment_off.jpg) top left no-repeat; width:126px; }
#employment:hover { background:url(../images/btn_employment_on.jpg) top left no-repeat; }
#employment.active { background:url(../images/btn_employment_on.jpg) top left no-repeat; }

#links {background:url(../images/btn_links_off.jpg) top left no-repeat; width:64px; }
#links:hover { background:url(../images/btn_links_on.jpg) top left no-repeat; }
#links.active { background:url(../images/btn_links_on.jpg) top left no-repeat; }

#contact {background:url(../images/btn_contact_off.jpg) top left no-repeat; width:77px; }
#contact:hover { background:url(../images/btn_contact_on.jpg) top left no-repeat; }
#contact.active { background:url(../images/btn_contact_on.jpg) top left no-repeat; }

/*
#home { background: url(../images/btn_home_on.jpg) no-repeat center; width: 73px; }
#home:hover { background: url(../images/btn_home_on.jpg) no-repeat 0 0 !important; }
#home.active { background: url../images/btn_home_on.jpg) no-repeat -73px 0; }
#main_nav:hover li a#home { background-position: -206px; }

#about { background: url(../images/btn_about_off.jpg) no-repeat center; width: 107px; }
#about:hover { background: url(../images/btn_about_off.jpg) 0 0 no-repeat !important; }
#about.active { background: url../images/btn_about_off.jpg) no-repeat -107px 0; }
#main_nav:hover li a#about { background-position: -206px; }


<!--<table cellpadding="0" cellspacing="0">
<tr>
	<td width="30" height="16">&nbsp;</td>
	<td width="73"></td>
    <td width="107"><img src="images/btn_about_off.jpg" alt="About Us" /></td>
    <td width="95"><img src="images/btn_process_off.jpg" alt="Process" /></td>
    <td width="125"><img src="images/btn_byproducts_off.jpg" alt="Byproducts" /></td>
    <td width="71"><img src="images/btn_news_off.jpg" alt="News" /></td>
    <td width="126"><img src="images/btn_employment_off.jpg" alt="employment" /></td>
    <td width="64"><img src="images/btn_links_off.jpg" alt="Links" /></td>
    <td><img src="images/btn_contact_off.jpg" /></td>
</tr>
</table>-->
*/

/* eof navigation */

.nopad-bottom { padding-bottom:0; }
.clear-both { clear:both; }

#formwrapper p { margin:0; padding:3px 0; clear:both; }
#formwrapper label { display:block; float:left; width:35%; text-align:right; margin-right:10px; }
#formwrapper .submit { margin-left:39%; }