body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 14px;
}
h1 {
	color: #114433;
}
h2 {
	font-size: 18px;
	color: #114433;
}
h3 {
	display:block;
	font-size: 14px;
	color: #fff;
	background-color: #114433;
	font-weight:bold;
	padding: 5px;
}
#main {
	width: 100%;
}
#head {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../a/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 185px;
}
#menu {
	width: 100%;
	height: 33px;
	background-color: #114433;
	border-top: 1px solid #368168;
	border-bottom: 1px solid #368168;
	z-index: 100;
}
#menubox {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
}
#content {
	width: 955px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
#foot {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-color: #114433;
}
#footbox {
	width: 855px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: #3e806a;
	font-size: 12px;
}
#footbox a {
	text-decoration: none;
	color: #3e806a;
}
#footright {
	float: right;
}
#footleft {
	float: left;
	color: #fff;
}
#footleft a {
	color: #fff;
}
#contact {
	float: right;
	margin-bottom: 0px;
	bottom: 25px;
	width: 202px;
	margin: 10px;
	margin-top: 0px;
	padding-left: 55px;
	z-index: -1;
}
#contactbox {
	position: relative;
	width: 202px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #3e806a;
	font-size: 12px;
	font-weight:bold;

}
#openrequest {
	background-color: #fff;
	padding: 7px;
	margin: -5px;
	margin-bottom: 0px;
	color: #114433;
	border: 1px solid #114433;
}
.opened {
	background-color: #114433;
	color: #fff;
}
#closeme {
	cursor:pointer;
	cursor:hand;
	display:none;
}
#quote {
	cursor:pointer;
	cursor:hand;
	cursor:default;
}
#contact-top {
	margin: 0px;
	display:block;
	padding: 5px;
	color: #fff;
	height: 14px;
	font-size:12px;
	font-weight:bold;
}
#contact-form {
	margin: 0;
	margin-top: 5px;
	display: none;
	width: 190px;
	padding:5px;
	border: 1px solid #368168;
}
#contact-main {
	margin-left: 200px;
	margin-right: 200px;
	display: none;
}
#contact-right {
	float: right;
	display: none;
}
#ontime,#onbudget,#oure {
	padding: 5px;
}
#oure {
	margin-top: -30px;
}
#onbudget {
	margin-bottom: 35px;
}
.reqinput {
	font-family: Tahoma;
	width: 178px;
	margin: 1px;
	border: 0px;
	background-color: #f3ebe5;
	padding: 3px;
	color: #114433;
	border: 1px solid #dab89e;
}
.reqbutton {
	width: 192px;
	padding: 2px;
	border: 1px outset #368168;
	background-color: #fff;
	color:#114433;
	font-weight:bold;
}