@charset "UTF-8";
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav {
	position: absolute;
	left: 150px;
	top: 170px;
	background-color: #666666;
	background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#requestservice {
	position: absolute;
	left: 650px;
	top: 150px;

}
#headerphoto {
	background-color: #669933;
	position: absolute;
	height: 130px;
	width: 950px;
	left: 0px;
	top: 70px;
	z-index: -1;
}
#content {
	position: absolute;
	width: 650px;
	left: -3px;
	top: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.copyblock {
	position: relative;
	width: 650px;
	left: 150px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

.footer {
	position: absolute;
	width: 650px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	bottom: -100px;
}
#leftNav {
	font-size: x-large;
	position: absolute;
	width: 500px;
	left: 150px;
	top: 170px;
	height: 30px;
	z-index: 99;
}
#requestform {
	position: absolute;
	width: 300px;
	left: 650px;
	top: 150px;
	background-color: #CCCCCC;
	visibility: hidden;
	z-index: 99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headerimage {
	overflow: hidden;
	position: absolute;
	height: 130px;
	width: 950px;
	left: -200px;
	top: -200px;
}
#about {
	position: absolute;
	width: 500px;
	left: 150px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	z-index: 99;
}
