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

#container {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
h1 {
	font-size:16pt;
	color:#0071b9;
}

h2 {
	font-size:10pt;
	color:#0071b9;
	margin:3px;
}

blockquote {
	color:#8c9595;
}

.blockquote a:link {
	color:#8c9595;
}

.blockquote a:hover {
	color:#000000;
}

.blockquote a:visited {
	color:#8c9595;
}
	
#logo{
	float:left;
	width:300px;
	margin-bottom:0px;
}

#logo img {
	border-width:0px;
}

#contact {
	float:left;
	width:600px;
	padding-top:25px;
	height:50px;
	text-align:center;
	color:#faba00;
	font-size:16pt;
}
	
#slideshow {
	width:900px;
	clear:both;
	height:150px;
	border-top:#0071b9 solid thin;
	padding-top:5px;
}

#servicenavigation {
	width:900px;
	height:38px;
	margin-bottom:15px;
}

#servicenavigation img {
	border-width:0px;
}

#servicenavigation2 {
}

#servicenavigation3 {
}

#serviceimage1 {
}

#menu {
	width:90px;
	margin-top:15px;
	padding-left:60px;
	float:left;
	font-size:16px;
}

	#menu ul {
		margin:0px;
		padding:0px;
	}

	#menu ul li {
		list-style-type:none;
		padding:5px 0px 5px 0px;
	}

	#menu ul li a {
		color:#000;
		background-color:#fff;
		text-decoration:none;
	}

	#menu ul li a:hover {
		color:#8c9595;
	}

	.active {
		color:#0071b9;
		background-color:#fff;
	}

#content {
	float:left;
	width:566px;
	margin-top:15px;
	padding-top:5px;
	padding-right:10px;
	padding-left:20px;
	line-height:150%;
	border-left:solid thin #8c9595;
	}
	
	#content ul {
	}

	#content ul li {
		list-style-type:none;
	}

	#content ul li a {
		color:#000;
		background-color:#fff;
		text-decoration:none;
	}

	#content ul li a:hover {
		color:#8c9595;
	}
	
	.content a {
		color:#000;
		background-color:#fff;
	}

	.content a:hover {
		color:#8c9595;
	}
	
.anchor a:hover {
	color:#000;
}

#contactcontent {
	float:left;
	width:516px;
	margin-top:15px;
	padding-top:5px;
	padding-right:10px;
	padding-left:20px;
	line-height:150%;
	border-left:solid thin #8c9595;
	}
	
form#webform {
	background-color:#8c9595;
	padding:10px;
}

input, select, textarea {
	border:2px #8c9595 inset;
	background-image:url(../images/form/blue_fade30.jpg);
	clear:both;
	overflow:auto;
	color:#000;
}

textarea {
	overflow:auto;
	padding:5px;
	color:#000;
}

label {
	display:block;
	padding-top:10px;
}

fieldset {
	border-width:0px;
	padding:10px;
	background-image:url(../images/form/greenhouse.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFF;
}
	
#servicescontent {
	float:left;
	width:716px;
	margin-top:15px;
	padding-top:5px;
	padding-right:10px;
	padding-left:20px;
	line-height:150%;
	border-left:solid thin #8c9595;
	}
	
	#servicescontent img {
	border-width:0px;
	}

#sidebar {
	float:right;
	width:140px;
	margin-top:15px;
	border:#8c9595 solid thin;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
}

	#sidebar img {
		border-width:0px;
		padding-bottom:10px;
	}

	#sidebar a {
		text-decoration:none;
		color:#0071b9;
	}
	
	#sidebar a:hover {
		color:#0071b9;
	}

#contactsidebar {
	float:right;
	width:176px;
	margin-top:15px;
	border:#8c9595 solid thin;
	text-align:left;
	padding:10px;
	font-size:10pt;
}

	#contactsidebar a {
		text-decoration:none;
		color:#0071b9;
	}
	
	#contactsidebar a:hover {
		color:#0071b9;
	}

#leftmenu {
	width:150px;
	float:left;
}
		
#extlogo {
	width:110px;
	float:right;
	padding-top:50px;
	margin-bottom:15px;
}

.extcomplogo {
	padding-top:20px;
	padding-right:10px;
}

#links {
	clear:both;
	padding:20px 0px 20px 0px;
}

	#links a {
		color:#000;
		background-color:#fff;
		text-decoration:none;
	}
	
	#links a:hover {
		color:#000;
		background-color:#fff;
		text-decoration:underline;
	}

.breadcrumb {
	text-align:left;
	float:left;
	padding-left:150px;
}

.linktotop {
	text-align:right;
	float:right;
	padding-right:150px;
}
	
#footer {
	border-top:#0071b9 solid thick;
	clear:both;
	margin-top:15px;
	padding-top:15px;
	text-align:center;
}

	#footer ul {
		margin:0px;
		padding:0px;
		font-size:10pt;
		text-align:center;
	}

	#footer ul li {
		display:inline;
		list-style-type:none;
		padding:0px 10px 0px 10px;
	}

	#footer ul li a {
		color:#000;
		background-color:#fff;
		text-decoration:none;
	}

	#footer ul li a:hover {
		color:#8c9595;
	}

	#footer .active {
		color:#0071b9;
		background-color:#fff;
	}
	
	.footertext {
		font-size:9pt;
		padding-left:0px;
		padding-top:15px;
	}
	
	.footertext a {
		text-decoration:none;
		color:#000;
	}
	
	.footertext a:hover {
		color:#8c9595;
	}
	
.contactresult a {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
	
.contactresult a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
