.footerlinks {
    color:white ;
}
.footerlinks :hover{
    color:red;
}
a{
    text-decoration:none;
    padding:5px;

}
.NormalContent a {
    color:#242121;
}
.LoginContent a{
     color:#808080;
}
.NormalContent a:hover {
    color:#e31d1a;
}
.LoginContent a:hover{
     color:#242121;
}
h3{
    color:#e31d1a;
    font-family:myHeaderFont;
    font-size:32px;
}
input{
    padding:7px;
}
.AdminContent{
    width:100%;
}
/* Mobile layout */
@media only screen and (max-width: 1000px) {
.top_tab{
	background-color: #242121;
	width:100%;
	height:55px;
	border-bottom: thick solid #e31d1a;
	}
.footer{
	background-color:#242121;
	height:100%;
	overflow-x:auto;	
	width:100%;
}
.logo_strip{
    background-color: rgba(0,0,0,0.3); 
     width: 100%; 
    /* padding-left: 10%; */
    /* margin-top: 0px; */
    position: fixed;
     top: -55px;
}
#image_size{
	width:100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
   padding: 0;
  margin: 0;
  min-height:140px;
  }
.loginlink {
    background-color:#e31d1a;
    float:left !important;
    margin-right:0px;
    padding-right:142px;
}

h4{
    font-size:24px !important;  font-family:myHeaderFont;color:red;
}

.footerlinks{
    font-size:12px !important;
    text-align:start !important;
    margin-right:0px !important;
    
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.copy_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:10px;
	font-weight:normal;
	text-decoration:none;
}
}

/* Desktop layout */
@media only screen and (min-width: 900px) {
.wrapper{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
.copy_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:10px;
	font-weight:normal;
}
.top_tab{
	background-color: #242121;
    width: 100%;
    height: 55px;
    border-bottom: thick solid #e31d1a;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    position: relative;
    z-index: 9999;
	}	
.logo_strip{
    background-color: rgba(0, 0, 0, 0.75); 
    /* height: 163px; */
     width: 100%; 
    /* padding-left: 10%; */
    /* margin-top: 0px; */
     z-index: 99; 
    position: absolute;
    height:100px;
    /* top: -55px; */
}
.slider{
    width: 100%;
   
}
.body_container{
	width:100%;
	padding:10px;
	min-height:50px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  min-height: 290px;
  float: left;
  width: 100%;
  border: 0;
  }
.footer{
    background-color: #242121;
    min-height: 100px;
    width: 100%;
    overflow: auto;
}
}