@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#aboutslide {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(../images/aboutslide2.jpg);
}
#container  {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header  {
	background-color: #FFF;
	text-align: center;
	height: 95px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 340px;
	background-image: url(../images/morreston.gif);
	background-repeat: no-repeat;
	background-position: 20px 2px;
	position: relative;
}
#telnumber {
	position: absolute;
	left: 344px;
	top: 16px;
	height: 28px;
	width: 598px;
}
#telnumber h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #F3AE15;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.lightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #256AF8;
	margin: 0px;
	padding: 0px;
}
#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	text-decoration: none;
	display: block;
	height: 33px;
	background-image: url(../images/nav-bg-curveleft.jpg);
	padding: 0px;
}
.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	text-decoration: none;
	display: block;
	height: 33px;
	background-image: url(../images/nav-bghover-curveleft.jpg);
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}
.selected span {
	background-image: url(../images/nav-bghover-curveright.jpg);
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
}
#header a span   {
	background-image: url(../images/nav-bg-curveright.jpg);
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
}
#header a:hover span {
	background-image: url(../images/nav-bghover-curveright.jpg);
}
#header ul li a:hover {
	background-image: url(../images/nav-bghover-curveleft.jpg);
}
#header ul li {
	float: left;
	display: block;
	height: 33px;
	margin-top: 62px;
	margin-left: 3px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainContent h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	color: #224FF7;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 22px;
}
#mainContent  {
	width: 900px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/mainslide-bg.jpg);
	padding-right: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
	position: relative;
}
#mainContent .bot-content {
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	float: left;
	width: 265px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}
#mainContent .bot-contentright {
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	width: 280px;
	padding-right: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
#mainContent p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	color: #333;
}
#mainContent p a {
	color: #277AF7;
	text-decoration: none;
}
#mainarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
#soilcond-div {
	background-image: url(../images/fixconditioner.jpg);
	height: 173px;
	width: 304px;
	position: absolute;
	left: 636px;
	top: 340px;
}
#mainarea {
	margin-top: 40px;
}
#mainarea .testing {
	width: 280px;
	float: left;
	margin-right: 28px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	height: 390px;
}
#mainarea #projects {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 390px;
	padding-bottom: 10px;
}
#mainarea #news {
	width: 280px;
	float: right;
	height: 400px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.projlinkbutton  {
	display: block;
	height: 29px;
	width: 200px;
	background-image: url(../images/button.jpg);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #297BF6;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 18px;
	text-decoration: none;
}
.projlinkbutton:hover {
	display: block;
	background-image: url(../images/button-over.jpg);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
}
#mainarea h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #277AF7;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainarea h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #5B9AF8;
	margin: 0px;
	font-weight: normal;
	padding-right: 0px;
	padding-left: 0px;
}
#mainarea h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 20px;
}
#footer  {
	background-color: #101738;
	height: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer-container .compinfo {
	float: left;
	margin-right: 10px;
	width: 390px;
}
#footer-container .findus {
	float: left;
	margin-right: 10px;
	width: 230px;
}
#footer-container .directions {
	float: left;
	width: 268px;
}
#footer-container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3A85F7;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFF;
}
#footer p a {
	color: #FF0;
	text-decoration: none;
}
#footer-container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 30px;
	padding-top: 16px;
}
#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#mainContentinside {
	width: 900px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/mainslide-bginside.jpg);
	padding-right: 40px;
	padding-left: 40px;
	background-repeat: no-repeat;
	position: relative;
}
#mainarea2 {
	width: 280px;
	float: left;
}
#mainContentinside p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
#mainContentinside h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #256AF8;
	font-weight: normal;
}
#mainContentinside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #256AF8;
	font-weight: normal;
}
#mainarearight {
	width: 570px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
}
#mainarearight .context {
	float: left;
	width: 250px;
	margin-right: 25px;
}
#mainarearight h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#mainarearight h4 a  {
	color: #256AF8;
}
#mainContentinside input {
	height: 30px;
	border: 1px solid #CCC;
	width: 250px;
	margin-bottom: 10px;
}
#mainarea2 #button2 {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	width: 218px;
	height: 37px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
#mainarea2 textarea {
	height: 95px;
	width: 250px;
	border: 1px solid #CCC;
}
#mainarearight #contextright {
	width: 250px;
	margin-left: 280px;
}
#mainarearight iframe {
	border: 1px solid #999;
}
.chiller {
	float: left;
	margin-right: 20px;
}
#mainContentinside #innercontent {
	padding-left: 40px;
}
#innercontent p a {
	color: #3697D8;
}
#innercontent .project {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-top: 10px;
}
#innercontent p #chiller {
	padding-bottom: 10px;
}
.leftnav {
	width: 250px;
	float: left;
	margin-right: 20px;
}
.leftnav ul li a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.leftnav ul li a:hover {
	background-color: #666;
	color: #FFF;
}
.leftnav ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EFEFEF;
}
.leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#innercontent table tr td p {
	font-size: 14px;
}
#innercontent table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

