/* Our Program Page, Resident Profiles */

#hosp {
  text-align: center;
}
/* ******************** START JAVASCRIPT CSS  **************** */
.hospitalimage {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
 #slider{
  width: 900px;
  height: 400px;
  margin: 20px auto;
  position: relative;
  border: 10px solid white;
  box-shadow: 0px 0px 5px 2px #ccc;
  background-color: Silver;
  text-align: center; /*this centers image in slider div */
 }
 .hosp_btn{
  padding: 20px;
  border: None;
  background: #532F64;
  font-size: 15px;
  color: white;
  position: absolute;
  top:45%;
  cursor: pointer;
 }

    .next{
      border-radius: 10px 0px 0px 10px;
      right: 0px;
    }
    .prew{
      border-radius: 0px 10px 10px 0px;
      left: 0px;

    }
/* ******************** END JAVASCRIPT IMAGE VIEWER **************** */
#OurHospitals {

  Border: Solid;
  Border-color: #532F64;
  Margin: 18px;
}
#HospitalTable {
  Display: block;
  border-style: none;
  Margin: 20px 20px;
  Padding: 0px 100px;
  text-align: center;
}

table {

  border-style: solid;
  Border-color: black;
  border-collapse: collapse;
}

th, td {
  border: thin solid black;
  border-collapse: separate;
  border-spacing: 0px;
  background-color: white;
  text-align: center;
}
th {
  font-size: 20px;
font-weight: normal;
}

.yearseparate {
  border-bottom-style: solid;
  border-bottom-width: medium;
}

#HospPicMap {
  border: 0px solid black;
  text-align: center;
}

#HospPic {
  float: left;
  margin-left: 25px;
  padding: 0px 0px;
  margin-top: 0px;
  border: 2px solid black;
}

#map {
  display: block;
    height: 374px;  /* The height is 400 pixels */
    width: 450px;  /* The width is the width of the web page */
    margin: 75px 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px;
    border: 2px solid black;
       }


#currfac {
  border: none;

}

#fac {
  float: left;
  margin-left: 10px;
  padding: 10px 5px;
  margin-top: 50px;
  box-shadow: 0px 0px 5px 2px #ccc;
}

#curr {
  margin-left: 225px;
  width: 750px;
  padding: 0px 5px;
}


/* CSS for Leadership */
.contactbox p {
  border: solid;
  width: 300px;
  height: 250px;
float: left;
  margin: 10px 75px;
text-align: center;
}

.contacttitle {
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  text-align: center;
  border-style: none;


}

.contactimage {
  margin: 0px 105px;
  border: none;
}

.contactname {
  font-size: 18px;
}

#contactpara {
  border: none;
  text-align: center;
  clear: left;
  margin-top: 300px;
}