*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	}
p, ul, li, ol, a, input, select, textarea{
	margin:0px;
	padding:0px;
	font:normal normal normal Arial, Helvetica, sans-serif;
	list-style:none;
	}
a, a:link, a:visited, a:active, a:hover{
	border:none;
	text-decoration:none;
	color:#009b9b;
	}
img{
	border:none;
	}
table{
	margin:0px;
	padding:0px;
	border:none;
	}

	
.clear{clear:both;}
.textLeft{text-align:left;}
.textRight{text-align:right;}

body{	
	background:#e7e7e7;
	text-align:center;
	}
.body_container{
	margin:0px auto;
	text-align:left;
	width:870px;
	}
#clear{
	clear:both;
	}
	
/* color of blue:  #009b9b	
	color of orange: #dc744a
	
/********************************/
/*		HEADER					*/
/********************************/
.header{
	background:url(../images/header_back.png) top left repeat-y;
	height:100px;
	}
	.header ul{
		position:relative;
		top:0px;
		right:25px;
		}
	.header ul li{	
		float:right;
		background:url(../images/menu_right.png) top right no-repeat;
		padding-right:13px;
		}
	.header ul li a{
		background:url(../images/menu_left.png) top left repeat-x;
		color:#666666;
		display:block;
		font-weight:bold;
		font-size:14px;
		height:60px;
		line-height:45px;
		padding:0px 15px 0px 28px;
		text-decoration:none;
		}
	.header ul li:hover a{
		background:url(../images/menu_left_hover.png) top left repeat-x;
		color:#ffffff;
		}
	.header ul li:hover{
		background:url(../images/menu_right_hover.png) top right no-repeat;
		}
		
	.header ul li span{
		display:none;
		}
	.header ul li:hover span{
		background:url(../images/blue_arrow.png) center left no-repeat;
		display:block;
		color:#666666;
		font-weight:normal;
		font-size:15px;
		margin:7px 30px 0px 5px;
		padding-left:20px;
		position:absolute;
		text-align:right;
		}
#menuCurrent{
	background:url(../images/menu_right_hover.png) top right no-repeat;
	}
	#menuCurrent a{
		background:url(../images/menu_left_hover.png) top left repeat-x;
		color:#ffffff;
	}
.menuComments{
	position:relative;
	clear:both;
	}
	.menuComments p{
		color:#666666;
		//font-style:italic;
		font-weight:bold;
		font-size:16px;
		margin:0px 30px 0px 0px;
		text-align:right;
		//text-transform:uppercase;
	}

#head_bottom{
	background:url(../images/header_bottom.png) top left no-repeat;
	height:19px;
	margin-bottom:5px;
	}
#logo{	
	background:url(../images/logo.gif) top left no-repeat;
	display:block;
	float:left;
	height:77px;
	left:35px;
	position:relative;
	top:20px;
	width:178px;
	}
	#logo:hover{
		background:url(../images/logo_hover.gif) top left no-repeat;
	}

#updateB{
	background:#FF9999;
	border: 1px solid #FF0000;
	padding:20px;
	}
	#updateB a{
		color:#0000FF;
		text-decoration:underline;
		}
	#updateB li{
		padding:5px;
		}	
	
/********************************/
/*	BODY BACKGROUNDS			*/
/********************************/		
		
.body_top{
	background:url(../images/body_top.png) top left no-repeat;
	height:13px;
	font-size:1px;
	}		
.body_bottom{
	background:url(../images/body_bottom.png) top left no-repeat;
	height:9px;
	margin-bottom:10px;
	}		
.body_back{
	background:url(../images/body_back.png) top left repeat-y;
	padding:0px 12px 20px 10px;
	}		
/********************************/
/*	SLIDE SHOW					*/
/********************************/	
#words{
	height:155px;
	margin:20px 0px 0px 0px;
	float:right;
	width:335px;
	}
	#words h2{
		color:#009999;
		font-weight:normal;
		font-size:18px;
		margin:0px 0px 5px 0px;
		padding-right:15px;
		}
	#words p{
		color:#000000;
		font-size:12px;
		line-height:20px;
		width:300px;
		}
#more{
	background:url(../images/blue_arrow.png) center right no-repeat;
	color:#009b9b;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding-right:20px;
	text-align:right;
	text-transform:uppercase;
	}
	
/********************************/
/*	BUCKETS						*/
/********************************/			

.bucket_top{
	background:url(../images/bucket_top.png) top left no-repeat;
	height:13px;
	font-size:1px;
	}			
.bucket_bottom{
	background:url(../images/bucket_bottom.png) top left no-repeat;
	font-size:1px;
	height:13px;
	margin:0px 0px 5px 0px;
	padding-top:10px;
	}
.bucket{
	background:url(../images/bucket_body.png) top left repeat-y;
	padding-top:20px;		
	}
	.bucket div{
		background:url(../images/bucket_distributors.png) top left no-repeat;
		float:left;
		padding:160px 0px 0px 0px;
		width:210px;
		}
	.bucket h3{
		font-size:16px;
		font-weight:bold;
	}
	.bucket p{
		color:#666666;
		font-size:13px;
		line-height:20px;
		padding-top:4px;
		}
	.bucket a{	
		background:url(../images/blue_arrow.png) center right no-repeat;
		color:#009b9b;
		display:block;
		font-size:13px;
		font-weight:bold;
		margin-top:15px;
		padding-right:20px;
		text-align:right;
		
		}
	.bucket .buck1{
		margin:0px 0px 0px 45px;
		background:url(../images/systemsIntegrator.jpg) top left no-repeat;

	}		
	.bucket .buck2{
		margin:0px 0px 0px 75px;
		background:url(../images/bucket_distributors.png) top left no-repeat;
	}				
	.bucket .buck3{
		background:url(../images/bucket-service.jpg) top left no-repeat;
		margin:0px 0px 0px 85px;
	}				
		
/********************************/
/*	PAGE W/ SIDEBAR				*/
/********************************/
.sidePage div{
	float:left;
	}
#sideMenu{	
	width:160px;
	padding:0px 20px;
	}
	#sideMenu h3{
		color:#000000;
		font-size:18px;
		font-weight:normal;
		margin:25px 0px 10px 0px;
		}
	#sideMenu h3 span{
		color:#000000;
		}
	#sideMenu ul{
		font-size:12px;
		margin-top:15px;
		}
	#sideMenu ul li{
		background:url(../images/listSeperator.gif) bottom left repeat-x;
	}
	#sideMenu ul li a{
		color:#666666;
		display:block;
		font-weight:normal;
		font-size:13px;
		line-height:30px;
		}
	#sideMenu ul li a:hover{
		color:#009b9b;
		}	
	#sideMenu #active{
		color:#009b9b;
		}
	#sideMenu #last {
		background:none;
		}
.main{
	background:url(../images/sideShadow.png) top left no-repeat;
	min-height:300px;
	margin-top:-6px;
	padding:26px 30px 20px 30px;
	width:585px;
	}
	.main div{
		float:none;
		}
	.main h2{
		color:#4c4c4c;
		font-weight:normal;
		font-size:22px;
		margin:0px 0px 4px 0px;
		}
	.main h2 span{
		color:#009b9b;
		}
	.main h3{
		color:#4c4c4c;
		font-weight:bold;
		font-size:11px;
		margin:0px 0px 25px 0px;
		text-transform:uppercase;
		}
	.main h5{
		color:#000000;
		line-height:20px;
		font-weight:bold;
		font-size:12px;
		}
	.main p{
		color:#666666;
		font-size:13px;
		line-height:20px;
		}
		.main p strong{
			color:#000000;
			font-weight:bold;
			}
		.main p img{
			float:right;
			margin-right:20px;
			padding:10px;
			}
		#caption{
			float:right;
			}
	.main a{
		color:#009b9b;
		text-decoration:underline;
		}
	.main ul{
		margin:5px 0px 5px 15px;
		padding:0px 0px 0px 0px;
		}
	.main ul li{
		color:#666666;
		background:url(../images/green_bullet.jpg) center left no-repeat;
		font-size:13px;
		line-height:25px;
		padding:0px 0px 0px 15px;
		}

/********************************/
/*	INDEX						*/
/********************************/	
#indexer{
	background:none;
	margin:0px 0px 0px 0px;
	min-height:0px;
	padding-right:30px;
	width:auto;
	}

/********************************/
/*	PROJECTS					*/
/********************************/		
.projImages{
	background:url(../images/580w.png) top left no-repeat;
	padding:12px 0px 0px 0px;
	}
	.projImages a img{
		margin:0px 0px 0px 10px;
	}

#projects p{
	margin:0px 0px 30px 0px
	}
	#projects h3{
		color:#009b9b;
		text-transform:none;
		}



/********************************/
/*	Contact Form					*/
/********************************/		
		
.form{
	font-size:14px;
	margin:0px auto;
	width:auto;
	}
	.form form{
		padding:20px;
		}
	.form input, .form textarea{
		border:1px #999999 solid;
		}
	.form input{
		width:200px;
		}
	.form button{
		height:30px;
		width:150px;
		}
	.form button:hover{
		background:1px solid #666666;
		}
	.form h4{
		font-size:18px;
		margin:0px;
		padding:0px;
		}
	.form h6{	
		font-size:11px;
		margin:0px 0px 0px 0px;
		padding:0px;
		}
	.form label{
		float:left;
		font-size:12px;
		width:150px;
		}
	.form div{
		margin:0px 0px 10px 0px;
		padding:0px;
		width:auto;
		}
	.form div p{
		display:inline;
		font-size:11px;
		}
	.form textarea{
		width:300px;
		height:150px;
		}

	.form span{
		color:red;
		}


#thanks{
	color:#000000;
	border:1px solid #006600;
	background:#a3d490;

	padding:20px;
	}
	#thanks p{
		font-size:14px;
		}
#fire{
	
	}

#errors{
	background:#FFCCCC;
	border:1px solid red;
	display:none;
	padding:10px;
	}
	.form #errors h5{
		color:#FF0000;
		font-weight:bold;
		margin:0px 0px 10px 0px;
		}
	.form #errors ul{
		padding:0px;
		margin:0px;
		}
	
	.form #errors ul li{
		background:none;
		color:#000000;
		display:block;
		font-size:12px;
		line-height:18px;
		margin:0px 0px 0px 10px;
		padding:0px;
		
		}
	.form #errors p{
		color:#FF0000;
		font-weight:bold;
		}		
		
		
		
		
/********************************/
/*	MARKETS						*/
/********************************/	
.market .main{
	background:none;
	margin:0px;
	padding-right:30px;
	width:auto;
	}
	.market .main p{
		margin:0px 0px 30px 0px;
	}

.fadeBuck div{
	background:url(../images/fading_corner_6.gif) top left no-repeat;
	float:left;
	margin:0px 0px 40px 0px;
	padding:25px 30px;
	width:330px;
	}
	.fadeBuck div ul{
		padding:0px 0px 0px 130px;
		}
	.fadeBuck div ul li{
		background:url(../images/green_bullet.jpg) center left no-repeat;
		font-size:12px;
		line-height:25px;
		padding:0px 0px 0px 15px;
		}
	.fadeBuck div ul h4{
		font-weight:bold;
		font-size:16px;
		margin:0px 0px 20px 0px;
		}
		


#ag ul{
	background:url(../images/cotton_market.jpg) top left no-repeat;
}
#munic ul{
	background:url(../images/wasteWater_markets.jpg) top left no-repeat;
	}
#energy ul{
	background:url(../images/energy_markets.jpg) top left no-repeat;
	}
#food ul{
	background:url(../images/food_markets2.jpg) top left no-repeat;
	}
#manuf ul{
	background:url(../images/manufac_markets.jpg) top left no-repeat;
	}
/********************************/
/*	CONTACT						*/
/********************************/	

#map{
	float:right;
	margin:-295px 20px 0px 0px;
	}

#contact p{
	margin-bottom:30px;
	}
	#contact table{
		font-size:12px;
		text-align:left;
		}
	#contact table tr td{
		padding:3px 3px 3px 10px;
		vertical-align:top;
		text-align:left;
		}	
	#contact #cTit{
		font-weight:bold;
		text-align:right;
		vertical-align:top;
		}
	
/********************************/
/*	FOOTER						*/
/********************************/		

#sitemap h3{
	margin:0px;
	}
	#sitemap ul{
		padding:10px 0px;
		}

.footer{
	background:url(../images/footer-back.png) top left repeat-x;
	color:#666666;
	font-size:12px;
	height:41px;
	line-height:35px;
	margin-bottom:20px;
	}
	.footer p{
		float:left;
		padding-left:20px;
		width:300px;
		}
	.footer a:link, .footer a:visited{
		color:#666666;
		text-decoration:underline;
		}
	.footer ul{
		float:right;
		height:35px;
		width:300px;
		
		}
		.footer ul li{
			float:right;
			padding:0px 4px;
			}
		.footer ul li a{
			}

.fLeft{
	background:url(../images/footer-left.png) top left no-repeat;
	float:left;
	width:15px;
	height:41px;
	}
.fRight{
	background:url(../images/footer-right.png) top left no-repeat;
	float:right;
	width:15px;
	height:41px;
	}		
		
		