@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: 0; 
} 
body{
background-image:url(../tile_metalGrid.jpg);
  	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	margin: 0;
  	padding: 0; 
  	text-align: center;
	font-size:100%;
} 

#wrapper{
    width: 770px;
    background-color:#FFFFFF; 
	margin: auto; 
	border: 1px solid #000000;
	text-align:left; 
}

#banner{
	height: 110px;
	background-image:url(../banner4.jpg);
	background-repeat: no-repeat;
}
.clearit {
	display: block;
	clear: both;
}
#content p
{
margin: 20px;
}

#content h1
{
	color:#666633;
	font-size:xx-large;
	padding: 0;
	margin: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}  
#content h2
{
font-size:30px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
padding: 0; 
margin: 20px; 
}
#content h3
{
font-size:24px;
font-family:Arial, Helvetica, sans-serif;
color:#000099;
}
#content li
{
	color:#FFFFFF;
	background-color:#666633;
	margin: 0px 30px 0px 50px;
}
.leftimage
{
float:left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}
.rightimage
{
float:right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
width: 150px;
}
#footer
{
border-top: 1px solid #000000;
background-image:url(../foot.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}
#footer p
{
font-size:70%;
padding:3px;
}
.table{
	float:left;
	position:relative;
	top:0px;
	left:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table2{
	float:right;
	position:relative;
	top:0px;
	right:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table3{
	float:right;
	position:relative;
	top:30px;
	right:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table4{
	float:left;
	position:relative;
	top:30px;
	left:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table5{
	float:right;
	position:relative;
	top:60px;
	right:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table6{
	float:left;
	position:relative;
	top:60px;
	left:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table7{
	float:right;
	position:relative;
	top:90px;
	right:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table8{
	float:left;
	position:relative;
	top:90px;
	left:30px;
	width: 340px;
	height: auto;
	background-color:#666633;
}
.table9{
	float:left;
	position:relative;
	top:0px;
	left:30px;
	width: 340px;
	height: auto;
}
.table10{
	position:relative;
	top:0px;
	left:220px;
	width: 340px;
	height: auto;
	background-color:#666633;
}	
#nav{
	border-bottom: 1px solid #000000;
}

#nav ul {	
	padding: 0;
	margin: 0;
}

#nav ul a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding:inherit;
    background-image:url(../nav.jpg);
	background-repeat:repeat-x;
}

#nav ul a:focus{text-decoration:none;
background-image:url(../nav3.jpg);
background-repeat:repeat-x;
color:#000000;
}

#nav ul a:hover {
    color: #000000;
    text-decoration: none;
    background-image:url(../nav3.jpg);
	background-repeat:repeat-x;
}
#nav ul li {
	display:inline;
	padding:0;
	margin:0;	
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	position: relative;
	text-align:center;
	background-image:url(../nav.jpg);
	background-repeat:repeat-x;
}
#nav ul li a { 
color:#FFFFFF;
background-image:url(../nav.jpg);
background-repeat:repeat-x;
width:9.555em;
}
#nav ul li ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 125px;
    border-top: 1px solid #000;
}

#nav ul li:hover ul{ 
	display: block; 
}

.drop{
z-index:1;
}
.drop2{
z-index:-1;
}
.employment{
	border-style:ridge;
	width:500px;
	position:relative;
	left: 125px;
}
.contact{
	width:390px;
	position:relative;
	left: 190px;
}
.test{
background-image:url(../bottom.jpg);
background-repeat:no-repeat;
}