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

#mapquest {
	position: absolute;
	width: 450px;
	height: 270px;
	top: 10px;
	right: 25px;
	border-width: thick;
	border-color: #000;
	border-style: ridge;
	background-color: #000;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:0 5px 5px rgba(0, 0, 0, 0.1);
}

/*Start Contact Form*/

.contact-content {
	position: absolute;
	height: 300px;
	width: 950px;
	left: 20px;
	top: 200px;
	background-color:;
	background-image:;
	background-repeat: no-repeat;
}
#contact-image {
	position: absolute;
	top: 150px;
	left: 460px;
	width: 500px;
	height: 220px;
	background-color:;
}
#contact-header {
	position: absolute;
	font: 2.3em Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
	text-align:left;
	color: #009900;
	top: -50px;
	left: 0px;
	width: 450px;
	height: 50px;
	overflow: hidden;
}
#contactBkgd {
	height: 250px;
	width: 760px;
	position: absolute;
	background-color:;
	left: 330px;
	top: 190px;
	z-index: 1;
}
#contact-form {
	height: 272px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 300;
	border:1px solid #cbc999;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#First_Name {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 342px;
	height: 20px;
}
#Last_Name {
	position: absolute;
	left: 25px;
	top: 85px;
	width: 342px;
	height: 20px;
}
#Phone {
	position: absolute;
	left: 223px;
	top: 145px;
	width: 140px;
	height: 20px;
}
#Email {
	position: absolute;
	left: 25px;
	top: 145px;
	width: 185px;
	height: 20px;
}
#comments-header {
	position: absolute;
	font: 1em  Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: normal;
	text-align:left;
	color: #333;
	top: 173px;
	left: 25px;
	width: 450px;
	height: 50px;
	line-height: 2em;
	overflow: hidden;
}
#comments {
	position: absolute;
	top: 200px;
	left: 25px;
	width: 340px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: ;
	color: ;	
}
#reset {
	position: absolute;
	left: 215px;
	top: 260px;
	width: 75px;
	height: 25px;
}
#submit {
	position: absolute;
	left: 295px;
	top: 260px;
	width: 75px;
	height: 25px;
}
#contact-ins {
	position: absolute;
	left: 390px;
	top: 0px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000;
}
#cont-req {
	position: absolute;
	left: 5px;
	top: 220px;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	z-index:100;
	color:#900;
}

/*End Contact Form*/
