#banner-contact {
	background-image: url(../images/banner.png);
	background-position: left top;
	background-repeat: no-repeat;

}
.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#outer_wrapper {
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #94877e;
	background-image: url(../images/owrapperBGblank.jpg);
	
}

#wrapper {
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.sectioncontact #navigation #linkcontact a {/* automation for active tab */
		background: #4b6b93 url(../images/x.jpg);
		color: #ffffff;
		}

.sectioncontact #navigation #linkcontact a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #4b6b93;
}
#centredlayer-contact {
	margin: auto;
	height: 600px;
	width: 700px;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
/*---------- 6. forms stuff ---------- */

input.txt {
	color: #fff;
	background-color: #94877e;
	border: 1px solid #70645c;
	width: 200px;
}

input.btn {
	}
form p {
	font: 1.2em/1.4em "Lucinda Grande", "Lucinda Sans Unicode", Verdana, Arial, sans-serif;
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #70645c;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #70645c;
	color: #333333;
}
fieldset {
	border: 1px solid #999999;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #70645c;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}
