@charset "utf-8";
/* CSS Document */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, "sans-serif";
	background-image: url(../images/back6S.gif);
	background-size: cover;
	background-attachment: fixed;
}
body {
	border-top: 3px solid #687eae;
}
#wrap {
  min-height: 100%;
  margin-bottom: -225px; 
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 225px; 
}
#footer {
  background: #687eae;
}
#footer a {color:white;text-decoration: none}
#footer a:hover {text-decoration: underline}
header {
	margin-top: 3em;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
header img {
	width: 40%;
	max-width: 200px;
}
h2 {
	margin-top: -1em;
	font-size: 1.15em;
	font-weight: normal;
}
main {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.75em;
}
.center {text-align:center}
.main-photo {
	width: 60%;
	border: 2px solid #687eae;
	border-radius: 5px;
}
footer {
	background: #CCC;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(16,37,85,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(16,37,85,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(16,37,85,0.8);
}
footer .center {
	padding-top: 1em;
	color: white;
}
.callnow {
	width: 80%;
	max-width: 600px;
	margin: 2em auto 3em auto;
	padding: 2em 1em;
	text-align: center;
	background-color: #a7beef;
	background: linear-gradient(to right, #687eae, #a7beef);
	border: 2px solid #687eae;
	border-radius: 15px;
	color: white;
	font-weight: bold;
}
.CM {
	width: 100%;
	margin: 1.5em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
.CM a {
	color: white;
	text-decoration: none;
}

