*	{
	margin: 0px;
	padding: 0px;
	}

body	{
	background-color: #ffffcc;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	}

#wrap	{
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

#logo	{
	width: 900px;
	height: 88px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	}

		#logo img {
			width: 900px;
			height: 88px;
			}


#menubar {
	width: 100%;
	background-image: url('images/menu/bg.png');
	background-repeat: repeat-x;
	background-position: center center;
	height: 46px;
	}

	#menu	{
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		height: 46px;
		}

		table.topmenu {
			width: 900px;
			border: 0px none transparent;
			border-spacing: 0px;
			border-collapse: collapse;
			}

			td.spacer10 {
				width: 10px;
				}

				td.spacer10 img {
					width: 10px;
					height: 46px;
					border: 0px none transparent;
					}

			td.spacer24 {
				width: 24px;
				}

				td.spacer24 img {
					width: 24px;
					height: 46px;
					border: 0px none transparent;
					}

			td.home {
				width: 55px;
				}

				td.home img {
					width: 55px;
					height: 46px;
					border: 0px none transparent;
					}

				td.home a {
					display: block;
					}

				td.home a:hover {
					background-image: url('images/menu/home-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}
					
			td.company-description {
				width: 180px;
				}

				td.company-description img {
					width: 180px;
					height: 46px;
					border: 0px none transparent;
					}

				td.company-description a {
					display: block;
					}

				td.company-description a:hover {
					background-image: url('images/menu/company-description-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}

			td.our-facility {
				width: 108px;
				}

				td.our-facility img {
					width: 108px;
					height: 46px;
					border: 0px none transparent;
					}

				td.our-facility a {
					display: block;
					}

				td.our-facility a:hover {
					background-image: url('images/menu/our-facility-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}

			td.completed-projects {
				width: 177px;
				}

				td.completed-projects img {
					width: 177px;
					height: 46px;
					border: 0px none transparent;
					}

				td.completed-projects a {
					display: block;
					}

				td.completed-projects a:hover {
					background-image: url('images/menu/completed-projects-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}

			td.request-quote {
				width: 145px;
				}

				td.request-quote img {
					width: 145px;
					height: 46px;
					border: 0px none transparent;
					}

				td.request-quote a {
					display: block;
					}

				td.request-quote a:hover {
					background-image: url('images/menu/request-quote-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}

			td.contact-us {
				width: 104px;
				}

				td.contact-us img {
					width: 104px;
					height: 46px;
					border: 0px none transparent;
					}

				td.contact-us a {
					display: block;
					}

				td.contact-us a:hover {
					background-image: url('images/menu/contact-us-bg.png');
					background-position: center center;
					background-repeat: no-repeat;
					}


#blue {
	width: 100%;
	background-image: url('images/bluebg.png');
	background-repeat: repeat-x;
	background-position: center center;
	height: 153px;
	}

	#bluecontent {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		height: 153px;
		padding-top: 3px;
		}

		#bluecontent img {
			width: 900px;
			height: 150px;
			border: 0px none transparent;
			}


#lower {
	width: 100%;
	background-image: url('images/gradient-bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	}

	#lower-inner {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		}
	#centercol {
			width: 841px;
			padding-left: 24px;
			padding-right: 35px;
			float: left;
			}

			#centercol h1 {
				font-size: 125%;
				width: 100%;
				padding-bottom: 12px;
				border-bottom: 1px dotted #000000;
				margin-bottom: 10px;
				}

			#centercol p {
				font-size: 90%;
				padding-bottom: 10px;
				font-weight: bold;
				line-height: 140%;
				}
				
					#centercol a:link {
		color: #000000;
		text-decoration: underline;
		}

	#centercol a:visited {
		color: #000000;
		text-decoration: underline;
		}

	#centercol a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #b6d0ff;
		}

		#leftcol {
			width: 521px;
			padding-left: 24px;
			padding-right: 35px;
			float: left;
			}

			#leftcol h1 {
				font-size: 125%;
				width: 100%;
				padding-bottom: 12px;
				border-bottom: 1px dotted #000000;
				margin-bottom: 10px;
				}

			#leftcol p {
				font-size: 90%;
				padding-bottom: 10px;
				font-weight: bold;
				line-height: 140%;
				}
					#leftcol a:link {
		color: #000000;
		text-decoration: underline;
		}

	#leftcol a:visited {
		color: #000000;
		text-decoration: underline;
		}

	#leftcol a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #b6d0ff;
		}

			img.indexphoto {
				width: 98px;
				height: 105px;
				padding-right: 8px;
				padding-bottom: 8px;
				float: left;
				}

		#rightcol {
			width: 320px;
			float: left;
			}
	#rightcol a:link {
		color: #000000;
		text-decoration: underline;
		}

	#rightcol a:visited {
		color: #000000;
		text-decoration: underline;
		}

	#rightcol a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #b6d0ff;
		}


#footer {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px dotted #000000;
	}

	#footer p {
		text-transform: uppercase;
		font-size: 70%;
		font-weight: bold;
		padding-bottom: 10px;
		text-align: center;
		}

	#footer a:link {
		color: #000000;
		text-decoration: none;
		}

	#footer a:visited {
		color: #000000;
		text-decoration: underline;
		}

	#footer a:hover {
		color: #000000;
		text-decoration: none;
		background-color: #b6d0ff;
		}




img.indexphoto {
	width: 183px;
	height: 171px;
	border: 0px none transparent;
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
	}


div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
	}

span.b	{
	font-weight: bold;
	}

span.i	{
	font-style: italic;
	}

span.u	{
	text-decoration: underline;
	}

span.blue {
	color: #2a0f8c;
	}

span.lower {
	margin-bottom: -2px;
	}

ul.greencheck {
	list-style-image: url('images/checkmark.png');
	margin-top: 0px;
	padding-top: 10px;
	}

li.greencheck {
	margin-left: 40px;
	padding-bottom: 8px;
	}

