#contentwrapper {
	width: 960px;
	min-height: 300px;
}
#top {
	width: 960px;
	height: 295px;
	background-color: #F5F0EA;
}
#bot {
	width: 960px;
	height: 295px;
	background-color: #F5F0EA;
}
.emailbutton
{
	height: 22px;
	width: 130px;
	margin: 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	word-wrap: normal;
	letter-spacing: 1.2px;
	line-height: 0px;
	color: #ce4209;
	text-align: center;
	vertical-align: middle;
	background-color: #D7D2C7;
	border-radius: 5px;
	-moz-transition: all .5s ease;
   	-o-transition: all .5s ease;
   	-webkit-transition: all .5s ease;
   	transition: all .5s ease;
	border-width: 0;
}
.emailbutton:hover
{
	color: #F5F0EA;
	background-color: #ce4209;
}
.contentboxmail {
	width: 575px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	margin: 87.5px 192.5px;
	display: inline-block;
}
.contentboxsocial {
	width: 575px;
	height: 240px;
	text-align: center;
	vertical-align: middle;
	margin: 27.5px 192.5px;
	display: inline-block;
}
.contenttitle {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ce4209;
}
.mailaddress {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	margin: -8px 0px 0px 0px;
	color: #ce4209;
}
.highlight {
	color: #9a9487;

}
.socialholder {
	height: 135px;
	width: 135px;
	background-color: #666;
	margin: 10px 20px;
	display: inline-block;
}
a {
	text-decoration: none;
}
hr {
	width: 97%;
}
.spacing
{
	margin: 0;
}
.g-recaptcha {
    display: inline;
}