@charset "utf-8";
/* CSS Document */

#ContactsWrapper {
	margin: 0px auto;
	padding: 1.5em 0px;
	width: 960px;
	clear: both;
}


/*Contacts Left*/
#ContactsLeftWrapper {
	padding: 0px;
	width: 500px;
	float: left;
	position: relative;
}

.ContactsBGTop {
	margin-top: 2em;
	height: 15px;
	width: 500px;
	background: url(../pics/ContactsPics/ContactsBGTop.png) center no-repeat;
}

.ContactsBGMiddle {
	margin-bottom: 0px;
	width: 500px;
	background: url(../pics/ContactsPics/ContactsBGMiddle.png) center repeat-y;
}

.ContactsBGBottom {
	margin-bottom: 2em;
	height: 25px;
	width: 500px;
	background: url(../pics/ContactsPics/ContactsBGBottom.png) center no-repeat;
}

.ContactsBGMiddle h2 {
	margin: 0px;
	padding: 0px 35px 0px 20px;
	font-size: 14pt;
	color: #000;
	text-align: left;
}

#ContactsLeftWrapper p {
	margin: 0px;
	padding: 0px 35px 0px 20px;
}

.ContactsBGMiddle a:visited {
	text-decoration: none;
}

#ContactsBGMiddle p a:hover {
	color: #b1a230; /*Gold*/
	text-decoration: underline;
}

#ContactsLeftWrapper p.ContactHeading, #ContactsLeftWrapper p.ContactHeadingVcard {
	padding-top: 2.35em;
	font-weight: bold;
}

#ContactsLeftWrapper p.ContactHeadingFirst {
	padding-top: 2em;
	font-weight: bold;
}

#ContactsLeftWrapper p.LastP, #ContactsLeftWrapper p.LastPVcard {
	padding-bottom: 1.75em;
}

#QRCode img {
	padding: .5em 0px 1em 1.5em;
}

#QRCode {
	position: absolute;
	top: 260px;
	left: 270px;
}


/*Form Right*/
#ContactFormWrapper {
	margin: 2em 0px;
	padding: 0px;
	width: 460px;
	height: 465px;
	float: left;
	background: url(../pics/ContactsPics/FormBG.png) center no-repeat;
}

#ContactFormWrapper h2 {
	padding: .75em 0px 5px 0px;
	color: #FFF;
	font-weight: bold;
}

.g-recaptcha {
	padding-top: .25em;
}

form    {
	margin:auto;
	padding: 0px 0px 0px 2.75em;
	position:relative;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

input    {
	width:375px;
	display:block;
	height: 25px;
	font-size: 10pt;
}

textarea#feedback {
	width:375px;
	height:65px;
}

input#Submit, input#Reset {
	margin-top: 5px;
	color:#000;
	width: 100px;
	height: 40px;
	display: inline;
}

.smallitalic {
	font-size: 80%;
	font-style: italic;
}



/*Thank You Page*/
h1 {
	margin-top: 0px;
	padding: .5em;
	text-align: center;
}

p.success {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

p.thanks {
	margin-bottom: 0px;
	padding: 1em 2em 2em 2em;
	text-align: center;
}

input:focus, textarea:focus {
	background-color: #FFFFCC;
}