/*---------- left column styling ------------*/
div#col-left {
	width: 244px;
	height: 1359px;
	float: left;
	background: transparent url("../images/bg-column-left.jpg") no-repeat;
	overflow: hidden;
}

/*---------- right column styling ------------*/
p.firstp {
	font-size: 14px;
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

#sub-colLeft {
	position: relative;
	float: left;
	width: 700px;
	top: -60px;
	padding: 0px 0 0 25px;
	overflow: hidden;
}

#sub-colLeft p.legend {
	background: #ac7954;
	color: black;
	border: 2px outset #ac7954;
	padding: .2em .3em;
	font-size: 1.6em;
	position: relative;
	margin: 1em 0 -1em 1em;
	width: 16em;
}

fieldset {
	margin-bottom: 1em;
	width: 650px;
	padding-top: 2.5em;
	padding-bottom: 1.5em;
}

#contactfields {
	background: #c0a175;
	border: outset #c0a175;
}


input.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 200px;
	margin-bottom: 0.4em;
}

input.btn {
	color: black;
	background-color: #ac7954;
	border: 2px outset black;
	margin-right: 1em;
	width: 90px;
}

label {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-left: 1em;
	margin-right: 2em;

}

textarea {
	width: 250px;
	height: 50px;
	color: #00008B;
	background-color: #e3f2f7;
	border: 1px inset #00008B;
	margin-bottom: 0.4em;
}
