.contentHolder>div{
	display: inline-block;
}

#contactCopy{
	margin-bottom: 25px;	
}


.mapHolder{
	float: left;
	margin-right: 25px;
}
.contactForm{
	width:	50%;
/*
	padding: 0px 30px;
*/
}
.contactText{
	
	margin-bottom: 57px;
	font-size: 15px;	
	color: #a10309;
}

form{
	float: right;
	margin-bottom: 20px;
	width: 100%;
}

#inputWrapper{
	height:415px;
}
.emailText{
	margin-bottom: 76px;
	text-align: center;
	font-size: 14px;
	font-family: "Gothic";
}


.emailData{
	margin-bottom: 25px;
	height: 50px;
}

.emailData>.required{
	float: right;
}

.inputName{
	font-size: 14px;
	margin-bottom: 15px;
	font-family:"Helvetica";
}

.emailData input[type=text]{
	width: 325px;
	height: 25px;
	border: 1px solid #000;
}



.emailData textarea{
	width: 	323px;
	height: 212px;
	border: 1px solid #000;
}


#emailSubmit{
	text-align: left;

}


.required{
	display: none !important;
	float: right;

}



.requiredTrue{
	color:red;
	float: right;
}

.btnSubmit{
	padding: 12px 30px;
	border: 1px solid #eee;
	height: 20px;
	background-color: #f1f1f1;
	line-height: 1px;
	font-family: "WalkwaySemiBold";
	font-size: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.4s;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.btnSubmit:hover{
	color: #fff;
	background-color:#d22126;
	transition: all 0.4s;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

#comfirmEmail{
	display: inline-block;
	margin-left: 35px;
	text-align: center;
	font-size: 15px;
	opacity: 0;
}

#addressHolder {
	width: 100%;
	font-family:"Helvetica";
	font-size: 14px;
	line-height: 150%;
}


#addressHolder a{
	text-decoration: none;
	font-family:"Helvetica";
	color:#d22126;
	cursor: pointer;
}

	

