.clear{clear:both}

hr{
	height:0px;
	border-top:solid 1px #acc9d4;
}

a:focus{outline:none}

.hold{
	height:auto;
	width:auto;
	display:block;
}

p{
	line-height:1.2em;
	padding-bottom:15px;
	background:inherit;
}

body{
	background: url(../images/bg.jpg) top center no-repeat #97bbc9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
	font-size:12px;
	}

#wrapper{
	width:929px;
	height:auto;
	display:block;
	margin: 0 auto;
}
	
#logo{
	background: url(../images/logo.png) no-repeat;
	width:362px;
	height:187px;
	position:absolute;
	top:0px;
	margin-left:0px;
	z-index:100;
}

#navcontain{
	height:65px;
	width:518px;
	margin-left:411px;
	display:block;
	padding-top:37px;
}

ul.nav{
	list-style:none;
	display:block;
}

ul.nav li{
	display:inline;
	
}

ul.nav li h1{display:none}	
	
.home a, .about a, .services a, .testi a, .contact a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 30px;
}

.home a{
	background-image: url(../images/nav_01.png);
	width: 81px;
}

.about a{
	background-image: url(../images/nav_02.png) ;
	width: 99px;
}

.services a{
	background-image: url(../images/nav_03.png);
	width: 99px;
}

.testi a{
	background-image: url(../images/nav_04.png);
	width: 123px;
}

.contact a{
	background-image: url(../images/nav_05.png);
	width: 116px;
}


.home a:hover, .about a:hover, .services a:hover, .testi a:hover, .contact a:hover, #current a{
	background-position:0px -30px;
}
	
#splash{
	height:371px;
	width:100%;
	display:block;
	text-align:right;
}

#contenttop{
	background: url(../images/bodybg.png) no-repeat;
	width:929px;
	height:30px;
}

#content{
	height:auto;
	width:889px;
	padding:0px 20px;
	/*padding-bottom:20px;*/
	display:block;
	background: url(../images/contentbg.png) repeat-y;
}

#homel{
	background: url(../images/truck.png) no-repeat;
	height:97px;
	width:151px;
	display:inline-block;
	float:left;
}

#homer{
	font-weight:bold;
	color:#005b7f;
	width:738px;
	height:auto;
	font-size:21px;
	display:inline-block;
	float:right;
	text-align:justify;
	line-height:1.3em;

}

.name{
	color:#603913;
}	

#intro{
	font-size:16px;
	color:#0076a3;
	line-height:1.5em;
	margin:0;
	padding:0;
}

#contentend{
	background:url(../images/endbody.png) no-repeat;
	width:100%;
	height:26px;
	display:block;
}

#footer{
	height:auto;
	width:100%;
	display:block;
	font:11px normal "Tahoma",Arial, Helvetica, sans-serif; 
	margin-top:18px;
	color:#227190;
	margin-bottom:20px;
	line-height:1em;

}

#footerl{
	width:500px;
	height:auto;
	display:inline-block;
	float:left;
}

#footerl ul{
	list-style:none;
}

#footerl ul li{
	display:inline-block;
	float:left;
	padding: 0px 10px;
	border-right:1px solid #227190;
}

#footer ul li a{
	display:block;
	color:#227190;
	text-decoration:none;
}

#footer ul .last{
	border:0px;
}

#footer ul li a:hover{
	color:#fff;
}

#footerr{
	display:inline-block;
	float:right;
	height:auto;
	width:auto;
	margin-right:10px;
	text-align:right;
}

.topic{
	width:100%;
	height:auto;
	padding-bottom:15px;
	border-bottom:groove 1px #acc9d4;
	font-size:22px;
	font-weight:bold;
	display:block;
	text-align:left;
	color:#fa6a0b;
	margin-bottom:12px;
}
	
#content ul{
	list-style:url(../images/bull.jpg);
	margin-left:20px;
	line-height:1.5em;
	font-size:16px;
	}
		
