#Main_office, #ga_office, #nh_office, #tx_office {
	border-radius: 4px;
	background: -moz-linear-gradient(-45deg,#515151 0,#c8c8c8 50%,#515151 100%);
	background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#515151),color-stop(50%,#c8c8c8),color-stop(100%,#515151));
	background: -webkit-linear-gradient(-45deg,#515151 0,#c8c8c8 50%,#515151 100%);
	background: -o-linear-gradient(-45deg,#515151 0,#c8c8c8 50%,#515151 100%);
	background: -ms-linear-gradient(-45deg,#515151 0,#c8c8c8 50%,#515151 100%);
	background: linear-gradient(135deg,#515151 0,#c8c8c8 50%,#515151 100%);
	border: 2px ridge #515151;
	position: relative;
	margin: auto 5px;
	padding: 10px;
	text-align: center;
	width: 29%;
	float: left;
	font-size: 11pt;
}
.Rivet-1, .Rivet-2, .Rivet-3, .Rivet-4 {
	position: absolute;
	background-image: url(../Images/Rivets.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}
.Rivet-1 {
	top: 5px;
	left: 5px;
}
.Rivet-2 {
	top: 5px;
	right: 5px;
}
.Rivet-3 {
	bottom: 5px;
	right: 5px;
}
.Rivet-4 {
	left: 5px;
	bottom: 5px;
}
#nh_office, #tx_office {
	background-color: silver;
}
#Main_office, #ga_office {
	background-color: #D3D3D3;
}
.contcat-boxes {
	width: 100%;
	height: auto;
	margin: 30px auto;
}
#Main_office a, #ga_office a, #nh_office a, #nv_office a, #tx_office a {
	color: #101219;
}
.contact-back_to_top, .contact-back_to_top-Span {
	margin: 25px auto 15px;
	border-radius: 4px;
}
div.EmailSign-up {
	margin: 15px auto;
	padding: 20px;
}
h2.EmailSign-up {
	background-color: #FFC84A;
	padding: 5px 10px;
}
.NewsletterSign-up-Form {
	margin: 0 0 25px 0;
    z-index: auto;
}
.NewsletterSign-up-Form-Small {
	visibility: collapse;
	display: none;
	}
div.Thank_You-Link {
	width: 33%;
	height: auto;
	float: left;
}
a.Thank_You-Link {
	padding: 10px;
	width: 200px;
	height: auto;
	text-align: center;
	font-variant: small-caps;
	font-size: 13pt;
	font-weight: 700;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #E19D00;
	margin: 10px auto 0 auto;
	color: #101219;
	background-color: #FFC84A;
}
a.Thank_You-Link:hover {
	text-decoration: none;
	border: 1px solid #000;
	color: #FFC84A;
	background-color: #101219;
	box-shadow: 0 3px 5px 1px rgba(0,0,0,.7);
}
a.Thank_You-Link:active {
	text-decoration: none;
	color: #000;
	background-color: grey;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.7) inset;
}
.No-Float {
	display: block;
	float: none;
	clear: both;
}
.Email-Image {
	width: 105px;
	margin: 0 auto;
}