html, body, div, h1, h2, h3, h4, h5, p, ul, li
{padding: 0; margin: 0;}

body {background-color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
 }

#container {
width: 1140px;
position: relative;
margin: 0 auto;
background-color: white;
}

#header { background-color: white;
height: 285px;
}

#banner { height: 231px;
background-image: url(images/ipd_banner3_wp.jpg);
background-repeat: repeat-none;}

#nav1 { width: 1065px;
height: 30px;
background-color: #ff0000;
padding-top: 10px;
padding-left: 75px;
text-align: left;
}

#nav1 a:link, #nav1 a:visited
{padding: 5px 10px; text-align: center;
background-color: #ff0000;
font-size: 20px;
color: #ffffff;
text-decoration: none;
letter-spacing: 1px;
border-left: 3px solid #ffffff;
border-right: 3px solid #ffffff;
}

#nav1 a:hover {background-color: #ff0000;
color: #a7a7a7;
border-left: 3px solid #a7a7a7;
border-right: 3px solid #a7a7a7;
}

#nav1 a:current {text-transform: uppercase;
font-weight: bold;}

#content {margin-top: 0px;
padding-top: 0px;
background-color: white;
 }
 
h1, h2, h3, h4, h5 {color: #444444;
    
}

p {color: #444444;
 }
 
#list {float: left;
color: #444444;
 }

 
#leftcol {float: left;
width: 930px;
background-color: #ffffff;
padding-top: 40px;
Padding-left: 0px;
padding-right: 5px;
padding-bottom: 5px;
 }

#leftcol p {
    line-height: 125%;
}

#rightcol {float: right;
width: 180px;
background-color: white;
padding-top: 45px;
Padding-left: 5px;
padding-right: 0px;
padding-bottom: 5px;
 }

#rightcol p {
    line-height: 125%;
    max-width: 180px;
}

#footer {clear: both;
padding: 5px 0px;
height: 40px;
background-color: #444444;}

#footer p {text-transform: uppercase;
width: 1130px;
margin: 5px auto;
font-size: 10px;
font-style: bold;
text-align: center;
padding: 0px;
max-width: none;
color: #ffffff;
}


/* this is for side navigation */
#menu {font-size: 14px;
color: #444444;
}

#menu li {list-style-type: none;
}

#menu a:link, #menu a:visited
{display: block;
text-decoration: none;
background-color: #ffffff;
width: 160px;
margin: 5px 0px;
padding:5px 10px;
color: #444444;
text-align: left;
border-bottom: 1px solid #444444;}

#menu a:hover {
color: #ff0000;
}

#menu a:current {text-transform: uppercase;
font-weight: bold;}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Create a photo gallery class */
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "previous button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #666666;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: 4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}