#mainarea {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 7;
  margin-top: 0px;
  float: left;
  min-height: 400px;
}

#ltside, #ltsidebot {
  position: absolute;
  left: 0px;
  width: 25px;
}

#rtside, #rtsidebot {
  position: absolute;
  right:0;
  width: 25px;
}

#rtsidebot, #ltsidebot {
  bottom: 0px;
}

#ltside, #rtside {
  top:0px;
}

#mainbody {
  margin:15px 35px 10px 35px;
  overflow: hidden;
  z-index: 5;
}

.bld {
	font-weight: bold;
}

.mainseclabphoto {
	height: 100%;
}

.mainseclabphoto img {
	height:200%;
	transition: height .5s;
}

.mainseclab {
	height: auto;
	overflow: hidden;
	width:100%;
}

.mainlabphotos {
	height: 90px;
	transition: height .5s;
	overflow: hidden;
	display: flex;
}

.mainseclabltphoto {
	height:100%;
}

.mainseclabltphoto img {
	height: 100%;
	width: 100%;
}

.mainseclabrtphoto {
	height: 100%;
}

.mainseclabrtphoto img {
	height: 100%;
	width:100%;
}

.indentlist {
	list-style:square inside;
	padding-left:20px;
}

.expmainsec {
	height:0px;
	overflow: hidden;
	margin: 0 auto;
}

.secdetsx {
	margin-left: 15px;
}

.secdetsx p {
	text-indent: -10px;
	margin-left: 25px;
}

.blue {
	color: #244C80;
	font-weight: bold;
}

.expsc {
	height: 0;
	overflow: hidden;
	margin-left: 10px;
}

.subsec {
	color: #244C80;
	font-size: 14pt;
}

.ssubsec {
	color: #244C80;
	font-size: 12pt;
}

.mainsecbut {
	display: none;
}

.mainbut {
	display: none;
}

.seclab {
	padding-left: 15px;
	background-image: url(../images/arrowdn.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.mainsec {
	margin-top: 5px;
}


@media screen and (max-width:730px) {
.mainseclabphoto {
	height: 100%;
	width:100%;
}

.mainseclabphoto img {
	height:200%;
	transition: height .5s;
	width:95%;
}

.mainlabphotos {
	height: 50px;
}

.mainseclabltphoto {
display: none;
}

.mainseclabltphoto img {
display: none;
}


.mainseclabrtphoto {
display: none;
}

.mainseclabrtphoto img {
display: none;
}

#ltside, #ltsidebot {
display: none;
}

#rtside, #rtsidebot {
display: none;
}

#mainbody {
  margin:15px 5px 10px 5px;
}	
}
   
@media screen and (max-width: 400px) {
.mainseclabphoto {
	height: 100%;
	width: 100%:;
}

.mainseclabphoto img {
	height:200%;
	width: 95%;
	transition: height .5s;
}
.subsec {
	color: #244C80;
	font-size: 12pt;
}

.ssubsec {
	color: #244C80;
	font-size: 10pt;
}

p {
	font-size: 10pt;
}
}