@charset "UTF-8";
/* CSS Document */
* {
	text-align: left;
	color: #525a4f;
}
h2 {
	color: #626c5f;
}
/* Contact */

form#contactform {
	padding-top: 14px;
}

div#contactarea {
	width: 440px;
	padding-right: 4px;
	float: left;
	text-align: left;
}

label {
	display: block;
	padding-top: .5em;
	line-height: 1.25em;
}
input, textarea {
	width:28em;
	color: #000;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
	background-color: #f3f3f3;
	font: .857em/1em 'courier new',courier,monospace;
}

select#subject.select {
	margin-top: 2px;
}

input.text-med {
	width: 13.214em;
	margin-top: 2px
}
label#antispam-error.req-label {
	color: #9d4640;
	margin-bottom: .2em;
	margin-top: .5em;
}

input#antispam.text-short {
	width: 9em;
}

label.req-label.explain {
	font-size: .8em;
	display: inline-block;
	color: #393939;
}


label#cc-opt-error.opt-label.check {
	font-size: .8em;
	margin-top: .5em;
}

input#cc-opt.checkbox {
	width: 12px;
	height: 12px;
	margin-right: .7em;
}

input#IDDB11E26FF829D16BE3E3010A04733FC5MC.button {
	display: block;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #6c2f2c;
	padding: 6px;
	width: 7em;
	margin-top: 2.5em;
	text-align: center;
}

/*afterwards*/
p.success {
	margin-top: 1em;
	margin-bottom: .5em;
	padding: .5em;
	background-color: #eff9ef;
	text-align: center;
	border: 1px solid #aeaeae;
}

#results p.success a {
	text-decoration: none;
	color: #b9722d;
}
#results p.success a:hover {
	color: #774a1d;
	text-decoration: underline;
}

/* Directions */

div#dir {
	width: 359px;
	float: left;
	padding-left: 15px;
	text-align: left;
}

div#mapsearch, div.gsmsc-idleMapDiv {
	margin: 0;
	padding: 0;
}

#dir ul {
	padding-top: 20px;
	padding-bottom: 28px;
}
#dir li {
	line-height: 1.286em;
}

ul#address {
	padding-bottom: 10px;
	padding-top: 14px;
}
form.gsc-search-box {
	display: none;
}
