
	body{
		background-image:url(images/background_3.jpg);
		height:100%;
		width:100%;
		position:absolute;
		margin:0px;
		text-align:center;
		background-repeat:repeat-x repeat-y;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		color:white;
		}
	
	h1{
		color:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18pt;
		font-weight:bold;
		}

	h2{
		color:white;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14pt;
		font-weight:normal;
		}
		
	img{
		border:0;
		}
	
	td{
		color:white;
		font-size:11pt;
		}
	
	td.bottom{
		border-bottom:solid 1px white;
		}
	
	a:link{
		font-family:Arial, Helvetica, sans-serif;
		color:white;
		font-size:11pt;
		text-decoration:underline;
		}
	
	a:visited{
		font-family:Arial, Helvetica, sans-serif;
		color:white;
		font-size:11pt;
		text-decoration:underline;
		}
		
	a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		color:#CC9900;
		text-decoration:underline;
		}

/*--------------Pump Table for Pulling Pumps Page ---------------------*/

	#pumptable{
		}
			
	#pumptable td{
		padding-left:10px;
		padding-right:10px;
		padding-top:2px;
		padding-bottom:2px;
		}
	
	#pumptable td.division{
		border-bottom:solid 1px white;
		}
	
	#pumptable td.head{
		border-bottom:darkblue 1px solid;
		border-right:darkblue 1px solid;
		border-left:lightblue 1px solid;
		border-top:lightblue 1px solid;
		background-color:blue;
		color:white;
		font-weight:bold;
		}
	
		
/*---------Left-Side Navigation list-----------------------------------*/

	
	#button{
		width: 175px;
		border-right: 1px solid black;
		font-family:Arial, Helvetica, sans-serif;
		background-color: black;
		color:white;
		}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 2px solid black;
		margin: 0;
		}
	
	#button li a {
		display: block;
		padding: 5px 5px 5px 5px;
		border: 1px solid white;
		background-color: black;
		color: white;
		text-decoration: none;
		width: 173px;
		}

	html>body #button li a {
		width: 174px;
		}

	#button li a:hover {
		border: 1px solid white;
		background-color: #001080;
		color: white;
		}

		
		
		
/*---------------Home Button-------------------------------------*/
	a.home, a.home:visited{
		display: block;
		width:122px;
		height:42px; 
		background-image: url(images/home_btn.jpg);
		}

	a.home:hover{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/home_btn_dn.jpg);
		}
	
	a.homedn{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/home_btn_dn.jpg);
		}

/*---------------Services Button-------------------------------------*/
	a.serv, a.serv:visited{
		display: block;
		width:122px;
		height:42px; 
		background-image: url(images/services_btn.jpg);
		}

	a.serv:hover{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/services_btn_dn.jpg);
		}
	
	a.servdn{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/services_btn_dn.jpg);
		}

/*---------------About Us Button-------------------------------------*/
	a.about, a.about:visited{
		display: block;
		width:122px;
		height:42px; 
		background-image: url(images/about_btn.jpg);
		}

	a.about:hover{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/about_btn_dn.jpg);
		}
	
	a.aboutdn{
		display: block;
		width:122px;
		height:42px;
		background-image: url(images/about_btn_dn.jpg);
		}


