body {
  margin: 0;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  color: #0e3e64;
  font-weight: bold;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

img {
  border: 0;
}


.banner  .container {
  width: 1250px;
  height: 638px;
  margin: 0 auto;
  padding-bottom: 25px;
}

#slideshow, img.bgM {
        height: 663px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index:-9999;
}

/*.banner {
  background: url(images/banner.jpg) top left no-repeat;
  background-size: 100% 663px;
  height: 663px;
  animation: fadein 5s;
    -moz-animation: fadein 5s;
    -webkit-animation: fadein 5s;
    -o-animation: fadein 5s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
       opacity:0;
    }
    to {
        opacity: 1;
    }
}*/

#logo {
  margin-top: 30px;
}

.white-bg {
  background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
float: right;
width: 330px;
clear: right;
margin-bottom: 10px;
padding: 5px 0;
  text-align: center;
}

.first{
   margin-top: 80px;
}

h4 {
   color: #fff;
   background-color: #0e3e64;
   width: 295px;
   margin: 15px auto;
   padding: 5px 0;
}

#appointment {
   font-size: 18px;
   color: #e77414;
}

.grey {
  background-color: #64676c;
}

.grey  .container {
  width: 1250px;
  height: 70px;
  margin: 0 auto;
}

.grey .building-header {
  background-color: #fff;
  float: left;
  width: 32%;
  height: 90px;
	text-align:center;
}

.grey .building-header img {
    padding:10px 0 0 0;
	margin: 0 auto;
	
}

.middle {
  margin: 0 15px 0 0;
}

.blue {
  background-color: #0d3c6f;
}

.blue  .container {
  width: 1250px;
  height: 290px;
  margin: 0 auto;
  text-align: center;
}

.blue .building-header {
  background-color: #b7c5d4;
  float: left;
  width: 32%;
  padding: 20px 0;
}

.blue .building-header a {
  font-size: 14px;
  color: #185698;
  text-decoration: none;
  font-weight: bold;
}

.blue .building-header a:hover {
  text-decoration: underline;
}

.blue .building-header img {
  margin-top: 10px;
  width: 60%;
}

