img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			opacity: 0.5;
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
      
		}
		
@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

#dot-matrix {
    background: url(../images/pattern.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

.rowodd { 
  background-color: #bfbcbc;
  color: #000;
}

.roweven { 
  background-color: #dad7d7;
  color: #000;
}

.tableimage {
  margin-bottom: -10px;
  width: 100%;
}

.largeimage {
  width: 75%;
}

.redtext {
  color: #066183;
  }

.redtext a:hover {
  color: #c36703;
}

.notes {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  list-style-type: square;
  width: 700px;
  padding-bottom: 10px;
  padding-left: 18px;
  text-align: left;
  font-size: 12px;
}

.overview {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  width: 75%;
  padding-bottom: 1px;
  text-align:left; 
}

#slider{
  height: 500px;
}

#slider img{
  max-width: 50px;
}

/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  
.tableimage {
  margin-bottom: -10px;
  width: 220px;
}

}
/* Ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){

.tableimage {
  margin-bottom: -10px;
  width: 220px;
}

}

/* Large screens ----------- */
@media only screen and (min-width:1921px) {
  .tableimage {
    margin-bottom: -10px;
    width: 390px;
  }
}

@media only screen and (min-width:1280){
  .tableimage {
    margin-bottom: -10px;
    width: 240px;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .tableimage {
    margin-bottom: -10px;
    width:350px;
}	
}

@media only screen and (width:1920px) {
  .tableimage {
    margin-bottom: -10px;
    width:390px;
}	
}

@media only screen and (min-width:800) and (orientation:portrait){
  .tableimage {
    margin-bottom: -10px;
    width: 120px;
  }
  
  .largeimage {
    width: 400px;
  }
  
  ul.notes {
    width: 400px;
  }
}	

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){
  .tableimage {
    margin-bottom: -10px;
    width: 120px;
  }
  
  .largeimage {
    width: 200px;
  }
  
  ul.notes {
    width: 400px;
    font-size: 10px;
  }
  .noip {display: none;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait){
  .tableimage {
    margin-bottom: -10px;
    width: 80px;
  }
  
  .largeimage {
    width: 200px;
  }
  
  ul.notes {
    width: 400px;
    font-size: 10px;
  }
  .noip {display: none;}
}		
