@charset "UTF-8";
p {
	font-family: Verdana, "sans serif";
	font-size: 1em;
	padding-top: 20px;
	line-height: 1.3em;
}
#footer {
	font-size: 0.8em;
	margin-top: 20px;
	margin-right: 15%;
	margin-left: 15%;
	line-height: 1.3em;
	clear: both;
	float: left;
	margin-bottom: 50px;
}
h1 {
	font-family: Verdana, "sans serif";
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	line-height: 130%;
}
h3 {
	font-family: Verdana, "sans serif";
	font-size: 30px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	color: #3366FF;
}
h2 {
	font-family: Verdana, "sans serif";
	font-size: 25px;
	color: #E10000;
	padding-top: 30px;
}
#photo {
	clear: both;
	float: left;
	margin-top: 24px;
	margin-bottom: 8px;
	margin-right: 15%;
	margin-left: 15%;
}

#photo img {
	height: auto;
	width: 100%;
	
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin-bottom: 30px;
}
.iframe-container iframe{
  position: absolute;
  top: 24px;
  left: 0;
  width: 70%;
  height: 100%;
  margin-right: 15%;
  margin-left: 15%;
}
#email-button {
	clear: both;
	height: 36px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#text-block-phone {
	clear: both;
	text-align: center;
	margin-top: 5px;
}

#text-block-call h2  {
	text-decoration: none;
	background-color: #E10000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-radius: 8px;
	font-size: 17px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 380px;
}

#email-button a  {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border-radius: 8px;
	font-size: 16px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#email-button a:link {
	background-color: #E10000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#email-button a:hover  {
	color: #FFF;
	background-color: #999999;
}

#logo img {
	height: auto;
	width: 40%;
	float: left;
	margin-top: 10px;
	margin-right: 30%;
	margin-bottom: 0px;
	margin-left: 30%;
}
#text-block {
	margin-right: 15%;
	margin-left: 15%;
	clear: both;
	margin-top: 10px;
}
#logo {
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
}
* {
	margin: 0;
	padding: 0px;
}
.red {
	color: #E10000;
}
