@charset "UTF-8";
/* CSS Document */

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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #ffffcc;
}
.banner-bg {
	background-image: url(images/bnnr-main.jpg);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	height: 109px;
}
.banner-box {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo-box {
	background-image: url(images/lacresta-geotechnical-logo.jpg);
	height: 109px;
	width: 484px;
	background-repeat: no-repeat;
	margin-right: 40px;
	float: left;
}
.info-bnnr-box {
	padding-left: 20px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	border-left-color: #176812;
	border-left-style: solid;
	border-left-width: 3px;
	color: #666;
	float: left;
}
.nav-bar-back {
	background-image: url(images/bg-navbar.jpg);
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	-moz-box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	box-shadow: 4px 4px 6px #000;
	/* For IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
}
.nav-bar-position-box {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 18px;
}
.main_container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content-body {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}
.title-text {
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
	color: #863906;
	margin-bottom: 15px;
}
.content-box {
	width: 885px;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #666;
	border: 3px solid #FFF;
	-moz-box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	box-shadow: 4px 4px 6px #000;
	/* For IE 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
	padding: 10px;
	margin-right: auto;
	height: 250px;
}
.slideshow-box {
	width: 500px;
	height: 250px;
	background-color: #999;
	float: left;
}
.text-box {
	float: left;
	width: 375px;
	padding-left: 10px;
}
.footer {
	color: #000;
	text-align: center;
	padding-top: 20px;
	width: 900px;
	float: left;
}
.about-body {
	width: 900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	color: #000;
}
.services-font {
	font-size: 14px;
}
