@charset "UTF-8";

* { 
	padding:0;
	margin:0;
}

p { 
	display: inline;

}


a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424242;
}
a:hover {
	text-decoration: underline;
	color: #424242;
}
a:active {
	text-decoration: none;
	color: #424242;
}

body { 
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-color: #dad9d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	line-height: 1.3;
}


.slideshow {
 	height: 335px;
	width: 755px;
	margin: 0;
}

.slideshow img {
	
 }

#content {
	margin-top: 45px;
	width: 840px;
}

#contact { 
	height: 105px;
	width: 840px;
}

#news { 
	margin-top: 75px;
	height: 165px;
	width: 840px;
}

#honors { 
	margin-top: 45px;
	height: 105px;
	width: 840px;
}

#clients { 
	margin-top: 25px;
	margin-bottom: 250px;
	height: 325px;
	width: 840px;
}

.line {
	width: 730px;
	height: 5px;
	margin-left: 25px;
}

.linend {
	width: 730px;
	height: 5px;
	margin-left: 25px;
	margin-bottom: 120px;
}


.info {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

.infob {
	width: 200px;
	float: left;
	margin-bottom: 25px;
}

.infoc {
	width: 235px;
	float: left;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
}

