@charset "UTF-8";

#formbkg {
	background-image: url(../images/contactimages/formbkg.jpg);
	background-repeat: no-repeat;
	height: 370px;
	width: 490px;
	float: left;
}

#format {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-variant: small-caps;
}

#format em {
	color:#990000;
}

#format .spacer {
	height: 10px;
	width: 490px;
	clear: both;
	margin-top: -16px;
}

#format div.r {
	clear: both;
}

#format label {
	float: left;
	width: 135px;
	text-align: right;
}

#format span.f {
	float: right;
	width: 345px;
	text-align: left;
}

#format .req {
	font-weight:bold;
}

#format input, #format textarea {
	border:1px solid #996633;
	padding:3px;
	background-color: #EDE1C7;
	background: transparent;
	font-size:14px;
	}

#format input:focus, #format textarea:focus {
	border:1px solid #996633;
	background-color: #EFE8D5;
}

input {
	width: 255px;
}

textarea{
	width: 315px;
	height: 145px;
}

.instruct {
	text-align:left;
	font-weight: bold;
	margin-left: 145px;
	margin-top: 18px;
	margin-bottom: 2px;
}

.sub {
	color: #025564;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 145px;
	width: 125px;
	padding: 3px;
}

.sub:hover {
	color: #990000;
}

#contact .vlineright{
	height: 682px;
}

.callcard {
	background-image: url(../images/contactimages/callcard.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 234px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.writecard {
	background-image: url(../images/contactimages/writecard.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 224px;
	margin-top: 20px;
	float: left;
	padding-left: 10px;
}


.contactcopy {
	padding-top: 65px;
	font-size: 16px;
	text-align: center;
	width: 194px;
	color: #A5876B;
	letter-spacing: 1px;
	line-height: 24px;
}
