
* {
	margin:0;
	padding:0;
}

html {
	/*default text*/
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	}

body {
	/*center the page*/
	text-align: center;
	}
	

a {
	}
	
a:hover {
	}
	
a:visited {
	}

h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}

h5{
line-height: 18px;
margin:.5em 0;

}

#container {
	width: 960px;
	text-align: left;
	/* centers the container in the body*/
	margin: 10px auto 0 auto;
	}

#header {
	height: 220px;
	
	}
	
	#header h1 {
		text-indent: -9999px;
		}
	
	#home #header  {
		background: url(../images/main_header.gif) no-repeat bottom left;/*background: url()*/
		}
	#services #header {
		background: url(../images/services_header.gif) no-repeat bottom left;/*background: url()*/
		}
	#dangerous #header {
		background: url(../images/dangerous_header.gif) no-repeat bottom left;/*background: url()*/
		}
	#why #header {
		background: url(../images/why_header.gif) no-repeat bottom left;/*background: url()*/
		}
	#contact #header {
		background: url(../images/contact_header.gif) no-repeat bottom left;/*background: url()*/
		}
	#clients #header {
		background: url(../images/main_header.gif) no-repeat bottom left;/*background: url()*/
		}


#main {
	padding: 10px 50px 0 50px;
	}

#left_col {
	width: 170px;
	margin: 0 20px 0 0;
	float: left;
	}
	
#right_col {
	width: 640px;
	float: left;
	}

	#right_col a{
	color:#CC3300;
	}
		#right_col a:hover {
		background: none;
		color: #999999;
		}

.service_table{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight:bold;
	background:#DEF1FA;
	table-layout:auto;
	
	
	}
	
	.service_table li{
	margin-left: 20px;
	list-style: square;
	color:#166F97;
	}
	
.dangerous_table{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom:10px;
	font-weight:bold;
	background:#DEF1FA;
	table-layout:auto;
	}	
	
.outsource{
	list-style: square;
	color:#166F97;
	font-weight:bold;
	margin-left: 20px;
	line-height:30px;
}

.underoutsource{
	list-style: none;
	color:#000;
	font-weight:normal;
	margin-left: 20px;
}


ul#outsource {
	list-style: square;
	margin-left: 20px;
	}
	
	ul#outsource li{
	list-style: square;
	color:#166F97;
	line-height: 30px;
	
	}	

ul#needs {
	list-style: square;
	margin-left: 20px;
	}
	
	ul#needs li{
	list-style: square;
	color:#166F97;
}	

ul#nav {
	background: url(../images/side_nav.gif) no-repeat 0px 0px /* top left */;
	list-style: none;
	width: 140px;
	height: 309px;
	}
	
	ul#nav li {
		line-height: 30px;
		}
		
		ul#nav li a {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			display: block;
			padding: 0 10px;
			}
			
			ul#nav li a:hover {
				background: #FFF;
				color: #000;
				}
		
		
		
		ul#nav li#nav_home {
			text-align: center;
			margin: 0 0 5px 0;
			}
			
			ul#nav li#nav_home a {
				text-align: center;
				color:#000;
				}
				ul#nav li#nav_home a:hover {
					background: none;
					color: #CC3300;
					}


address {
	font-style: normal;
	padding: 20px 0;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	width: 160px;
	position: relative;
	left: -10px;
}

	address.dyk{
	color:#166F97;
	line-height:18px;
	text-align:center;
	
	}

#footer {
	margin: 20px 0 0 0;
	text-align: center;
	background: url(../images/footer.gif) no-repeat top left;
	height:49px;
	}
	
	#footer p {
		line-height: 60px; 
		}

		#footer a{
		color:#CC3300;
		}
			#footer a:hover {
			background: none;
			color: #FFF;
			}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

