



	/* global styles */
	
	* {
		font-family: 'helvetica neue', helvetica, arial, sans-serif;
		margin: 0;
		padding: 0;
	
	}
	
	html { 
		  background: url(../images/bg.png) no-repeat center center fixed; 
		  -moz-background-size: cover;
		  -webkit-background-size: cover;	  
		  -o-background-size: cover;
		  background-size: cover;
	}
		
	a {
		color: #1b5175;
		/* color: #3784c0; */
		text-decoration: none;
		margin: 0;
		padding: 0;
		outline: none;
		border: 0;
		text-transform: uppercase;
		font-size: .85em;	
	}
	
	
	
	a img {
		outline: none;
		border: 0;
	}
	
	#maincontain {
		width: 300px;
		margin: 0 auto;
	}
	
	p {
		font-size: .85em;
		margin-bottom: 12px;
	}
	
	h5 {
		font-size: .9em;
		margin: 12px 0;
	}
	
	h2 {
		font-size: 2em;
		padding: 24px 12px;
		text-align: center;
		color: #333;
	}
	
	
	
	#myExperience1, #myExperience2 {
		margin-left: 1px;
		padding: 0;
	}
	
	#poster {
		display: none;
		width: 0px;
		height: 0px;
		background: none;

		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
	}

	
	#poster2 {
		display: none;
		width: 0px;
		height: 0px;
		background: none;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
	}
		
	#vid1, #vid2 {
		display: block;
	}

	
	.BrightcoveExperience {
		width: 300px;
		height: 169px;

	}

/* jn nav styles */
	
input {
    border-radius: none;
  }

  #oncTopNav {
  width: 100%;
  background-color: #000;
  height: 34px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  min-width:481px;
}

#oncTopNav a {
  color: rgb(204,204,204);
  text-decoration: none;
  text-transform: capitalize;
}

#oncTopNav a:hover {
  text-decoration: underline;
}

.oncnav {
    height: 28px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    padding-left: 0;
    display: inline;

}

.oncnav li {
  list-style: none;
  display: none;
  padding: 5px 0;
  height: 25px;
  float: left;
  vertical-align: middle;
  margin-right: 16px;

}

#mobile {
  display: inline;
}

#mobile2 {
  display: inline;
}

.oncnav li.first a {
  color: #eee !important;
  font-size: 13px;

}



#onctxtSearch {
  display: none;
}



#srchbuttonwrap {
  display: none;
}

.oncsubNav {
  display: none;
}


	
	/* header styles */
	
	
	#head1 {
			padding: 0;
			margin-left: 0;
			/*  background: url('../images/ebm-logo-mobile.png') no-repeat;
			*/		
			background: url('../images/ebm-logo-mobile.png') no-repeat;
			background-size: contain; -moz-background-size: contain;
			-webkit-background-size: contain; -o-background-size: contain;
			height: 40px;
			padding-left: 1em;
			width: 300px;
		}
		


	
	/* header social media styles */

@media all and (max-width: 320px)

{
	
	#socmed {
		clear: both;
		display: none;
		float: right;
		padding-right: -48px;
		margin-right: 6px;
		margin-top: 42px;
		width: 300px;
		
		font-size: .7em;
}

	
	
	#socmed li {
		list-style-type: none;
		display: block;
		text-align: center;
		margin: 0 12px 6px 6px;

	}
	

	#socmed img {
		margin-bottom: -3px;
		list-style-type: none;
	}
	
	#socmed a {
		text-decoration: none;
		color: #000;
		list-style-type: none;
	}

}

	/* styles for top and bottom horizontal navigation menus */
	
				
	 .topnav {
			clear: both;
			width: 300px !important;
			margin: 18px 0 0 0;
		}
		
		
		.topnav li {
			list-style-type: none;
			width: 300px;
		}
		
		.topnav a {
			display: block;
			float: left;
			background: #1b5175 !important;
			color: #fff !important;
			width: 300px;
			border-bottom: solid 1px #fff;
			height: 18px;
			padding: 12px 2px;
			text-align: center;
			font-size: .8em;
		}
		
		.topnav li a:hover {
			color: #fff !important;
			background: #3784c0 !important;
		}
		
		#mvselect {
			color: #fff;
			background: #3784c0;
		}
		
		#acselect {
			color: #fff;
			background: #3784c0;
		}
		
		#elbselect {
			color: #fff;
			background: #3784c0;
		}
		
		/*WHY ISN'T BELOW WORKING??? */
		.mylast {
			border-bottom: none !important;
			width: 300px !important;
		}
		
		/* bottom navigational styles */
		
		.bottomnav {
			clear: both;
			display: none;
			margin: 0;
			font-size: .9em;
			height: 36px;
		}
		
		
		.bottomnav li {
			list-style-type: none;
		}
		
		.bottomnav a {
			display: inline;
			float: left;
			background: #1b5175;
			color: #fff;
			width: 300px;
			border-top: solid 1px #fff;
			height: 18px;
			padding: 12px;
			text-align: center;
		}
		
		.bottomnav li a:hover {
			color: #fff;
			background: #3784c0;
		}
		
		.mytopfirst {
			border-top-left-radius: 0;
			-moz-border-top-left-radius: 0;
			-webkit-border-top-left-radius: 0;
			-o-border-top-left-radius: 0;
			margin-top: 12px;

		}
		.mytoplast {
			border-bottom: none !important;
			width: 300px !important;
			border-top-right-radius: 0;
			-moz-border-top-right-radius: 0;
			-webkit-border-top-right-radius: 0;
			-o-border-top-right-radius: 0;
		}	
		
		.mybottomfirst {
			border-bottom-left-raidus: none;
		}
		.mybottomlast {
			border-top: none !important;
			width: 300px !important;
			border-bottom-right-radius: 0;
			-moz-border-bottom-right-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			-o-border-top-bottom-radius: 0;
		}					
}
	/* styles for main body */
	
	.innerContain {
		clear: both;
		width: 300px;
	}
	
/* default background below nav?

	#alwayssect {
		clear: both;
		background: #333;
		margin: auto;
		padding: 2px;
		text-align: center;
		height: 800px;
		overflow: auto;
		border-bottom-left-radius: .5em;
		border-bottom-right-radius: .5em;
		z-index: -100;
	} */
	
	#topsect {
		clear: both;
		background: none !important;
		margin: auto;
		padding: 2px;
		text-align: center;
		width: 300px !important;
		height: auto;
		overflow: auto;
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		-moz-border-bottom-left-radius: none;
		-webkit-border-bottom-left-radius: none;
		-o-border-bottom-left-radius: none;
		-moz-border-bottom-right-radius: none;
		-webkit-border-bottom-right-radius: none;
		-o-border-bottom-right-radius: none;
	}
	
	/* main video content */
	
	
	#vidcontextblurb {
		background: #eee;
		border-radius: .5em;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		-o-border-radius: .5em;
		text-align: left;
		padding: 12px;
		margin-top: 12px;
		color: #1b5175;
	}

	#maingallery {
		background: #fff;
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		-moz-border-bottom-left-radius: none;
		-moz-border-bottom-right-radius: none;
		-webkit-border-bottom-left-radius: none;
		-webkit-border-bottom-right-radius: none;
		-o-border-bottom-left-radius: none;
		-o-border-bottom-right-radius: none;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		height: 200px;
		
	
	}
	

	
	#mainviddummy1 h5, #mainviddummy2 h5, #mainviddummy3 h5 {
		text-align: center;
		font-size: .8em;
		color: #fff;
		margin-top: 6px;
		text-transform: uppercase;
		font-weight: normal;
	}

	#mainviddummy1, #mainviddummy2, #mainviddummy3 {
		padding:12px;
		height: 36px;
		width: 300px;					
		float: left;
		display: block;
		background: #1b5175;
		margin: 0;
		border-bottom: solid 1px #fff;
	}
	
	#mainviddummy:hover {
			color: #fff;
			background: #3784c0;
		}
	

	
	#part1slug {
		background: none;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;
		display: inline-block;
		cursor: pointer;
	}
	
	#part1slug:hover {
		background: none;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none; 
	}
	
	#part1play {
		background: none;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;
		display: inline-block;
		cursor: pointer;
	}
	
	#part2slug {
		background: none;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;
		display: inline-block;
		cursor: pointer;
	}
	
	#part2slug:hover {
		background: url('../images/part2play.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: url('../images/ie/part2select.jpg') no-repeat\9;
	}
	
	#part2play {
		background: url('../images/part2playing.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;	
		display: inline-block;
		cursor: pointer; 
	}
	
	#part3slug {
		background: url('../images/part3.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;
		display: inline-block;
		cursor: pointer;
	}
	
	#part3slug:hover {
		background: url('../images/part3play.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: url('../images/ie/part3select.jpg') no-repeat\9; 
	}
	
	#part3play {
		background: url('../images/part3playing.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
		background: none;
		height:25px;
		width:150px;
		display: inline-block;
		cursor: pointer; 
	}

	/* additional content section styles */
	
	#restsect {
		clear: both;
		
		background:  none;
		width: 300px;
		height: auto;
		margin: 0;
		padding: 2px;
		text-align: center;
		height: auto;
		overflow: auto;
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		-moz-border-bottom-left-radius: none;
		-moz-border-bottom-right-radius: none;
		-webkit-border-bottom-left-radius: none;
		-webkit-border-bottom-right-radius: none;
		-o-border-bottom-left-radius: none;
		-o-border-bottom-right-radius: none;		
	}
	
	
		
	/* styles for scrolling gallery */
	
	/* Additonal Video gallery */

		#acoutergallery {
		  	width: 300px;
		  	margin-top: 1px;
		  	margin-left: 1px;
		  	background: #fff;
			border-bottom-left-radius: none;
			border-bottom-right-radius: none;
			-moz-border-bottom-left-radius: none;
			-moz-border-bottom-right-radius: none;
			-webkit-border-bottom-left-radius: none;
			-webkit-border-bottom-right-radius: none;
			-o-border-bottom-left-radius: none;
			-o-border-bottom-right-radius: none;
			float: left;
			position: relative;
			overflow: hidden;	  	
		}

	
			
			#acviddummy1 h5, #acviddummy2 h5, #acviddummy3 h5, #acviddummy4 h5, #acviddummy5 h5 {
				text-align: center;
				font-size: .8em !important;
				color: #fff;
				margin-top: 6px;
				text-transform: uppercase;
				font-weight: normal;
			}
			
			#acviddummy1, #acviddummy2, #acviddummy3, #acviddummy4, #acviddummy5 {
				padding:12px;
				height: 36px;
				width: 300px;					
				float: left;
				display: block;
				background: #1b5175;
				margin: 0;
				border-bottom: solid 1px #fff;
			}
			
			
				#acviddummy1:hover, #acviddummy2:hover, #acviddummy3:hover, #acviddummy4:hover, #acviddummy5:hover {
			color: #fff;
			background: #3784c0;
		}
			
			
			
			#patientstories {
				margin-left:12px;
				width: 150px;
				height: 85px;
				display: block;
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
				
							}
			
			#patientstories:hover {
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#patientstoriesplaying {
				margin-left:12px;
				width: 150px;
				height: 85px;
				display: block;
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#rennie {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/rennie.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#rennie:hover {
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#rennieplaying {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/rennieplaying.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#chalmersgray {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/chalmersgray.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#chalmersgray:hover {
				background: url('../images/chalmersgrayselect.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#chalmersgrayplaying {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/chalmersgrayplaying.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}

			
			#sackett1 {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/sackett1.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#sackett1:hover {
				background: url('../images/sackett1select.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#sackett1playing {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/sackett1playing.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#sackett2 {
				width: 150px;
				height: 85px;
				display: block;
				background: url('../images/sackett2.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#sackett2:hover {
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
			
			#sackett2playing {
				width: 150px;
				height: 85px;
				display: block;
				background: none;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				background: none;
			}
		

		.prev {
			display:  none;
			float: left;
			width: 40px;
			height: 42px;
			background: url('../images/navleftshortidle.png') no-repeat;
			background-size: contain; -moz-background-size: contain;
			-webkit-background-size: contain; -o-background-size: contain;
			margin-left: 6px;
			margin-right: 3px;
			margin-top: 58px;
		}
		
		.prev:hover {
			background: url('../images/navleftshortselect.png') no-repeat;
			background-size: contain; -moz-background-size: contain;
			-webkit-background-size: contain; -o-background-size: contain;
		}
		
		.next {
			display: none;
			float: left;
			width: 40px;
			height: 42px;
			background: url('../images/navrightshortidle.png') no-repeat;
			background-size: contain; -moz-background-size: contain;
			-webkit-background-size: contain; -o-background-size: contain;
			margin-right: 6px;
			margin-left: 3px;
			margin-top: 58px;							
		}
		
		.next:hover {
			background: url('../images/navrightshortselect.png') no-repeat;
			background-size: contain; -moz-background-size: contain;
			-webkit-background-size: contain; -o-background-size: contain;
		}


	/* styles for bios section */
	
	#bios {
		
		clear: both;
		background: #1b5175;
		margin: auto;
		padding: 2px;
		text-align: center;
		height: auto;
		overflow: auto;
		border-bottom-left-radius: none;
		border-bottom-right-radius: none;
		-moz-border-bottom-right-radius: none;
		-webkit-border-bottom-left-radius: none;
		-webkit-border-bottom-right-radius: none;
		-o-border-bottom-left-radius: none;
		-o-border-bottom-right-radius: none;

	}

	#bioscreen {
		width: 300px;
		height: 169px;
		margin-left: 1px;
		background: url('../images/bi.png') no-repeat;
		background-size: contain; 
		-moz-background-size: contain;
		-webkit-background-size: contain; 
		-o-background-size: contain;
	}	

	/* bios gallery */
	

			#ebloutergallery {
			float: left;
		  	width: 300px;		  	
		  	margin-top: 1px;
		  	background: #fff;
			border-bottom-left-radius: none;
			border-bottom-right-radius: none;
			-moz-border-bottom-right-radius: none;
			-webkit-border-bottom-left-radius: none;
			-webkit-border-bottom-right-radius: none;
			-o-border-bottom-left-radius: none;
			-o-border-bottom-right-radius: none;
	  	
		}
		
			#eblinnergallery {
			width: 300px;
			}
			
				
			#eblviddummy1 h5, #eblviddummy2 h5, #eblviddummy3 h5, #eblviddummy4 h5, #eblviddummy5 h5, #eblviddummy6 h5, #eblviddummy7 h5, #eblviddummy8 h5, #eblviddummy9 h5 {
				text-align: center;
				font-size: .8em;
				color: #1b5175;
				color: #fff;
				text-transform: uppercase;
				margin-top: 6px;
				font-weight: normal;

			}
			
			#eblviddummy1, #eblviddummy2, #eblviddummy3, #eblviddummy4, #eblviddummy5, #eblviddummy6, #eblviddummy7, #eblviddummy8, #eblviddummy9 {
				height: 36px;
				width: 300px;					
				float: left;
				display: block;
				background: #1b5175;
				margin: 0;
				border-bottom: solid 1px #fff;
				cursor: pointer;
			}
			
				#eblviddummy1:hover, #eblviddummy2:hover, #eblviddummy3:hover, #eblviddummy4:hover, #eblviddummy5:hover, #eblviddummy6:hover, #eblviddummy7:hover, #eblviddummy8:hover, #eblviddummy9:hover {
			color: #fff;
			background: #3784c0;
		}

			
			#biosdickersin {
				width: 300px;
				height: 169px;
				background: url('../images/dickersin-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#biosguyatt {
				width: 300px;
				height: 169px;
				background: url('../images/guyatt-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#bioschalmers {
				width: 300px;
				height: 169px;
				background: url('../images/chalmers-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#biosgray {
				width: 300px;
				height: 169px;
				background: url('../images/gray-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
			}
			
			#biosrennie {
				width: 300px;
				height: 169px;
				background: url('../images/rennie-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#bioshaynes {
				width: 300px;
				height: 169px;
				background: url('../images/haynes-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#biosglasziou {
				width: 300px;
				height: 169px;
				background: url('../images/glasziou-slate.png') no-repeat;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
			}
			
			#biossackett {
				width: 300px;
				height: 169px;				
				background: url('../images/sackett-slate.png') no-repeat;
				background-size: contain; -moz-background-size: contain;
				-webkit-background-size: contain; -o-background-size: contain; 
			}
			
			#biossmith {
				width: 300px;
				height: 169px;
				background: url('../images/smith-slate.png') no-repeat;
				background-size: contain; -moz-background-size: contain;
				-webkit-background-size: contain; -o-background-size: contain; 
			}		
			
			#dickersinthumb {
				height:0;
				width: 0;	
				display: inline-block;
				background: url('../images/dickersinthumb.png') no-repeat;
				cursor: pointer; 
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				background: url('../images/ie/dickersinthumb.jpg') no-repeat\9;
			}
			
			#dickersinthumb:hover, #dickersinthumbselect {
				background: url('../images/dickersinthumbselect.png') no-repeat;
				height:0;
				width: 0;	
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				background: url('../images/ie/dickersinthumbselect.jpg') no-repeat\9;
			}
			
			#guyattthumb {
				height:0;
				width: 0;	
				display: inline-block;
				background: url('../images/guyattthumb.png') no-repeat; 
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				background: url('../images/ie/guyattthumb.jpg') no-repeat\9;
			}
			
			#guyattthumb:hover, #guyattthumbselect {
				background: none;
				height:0;
				width: 0;					
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#graythumb {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				background: url('../images/ie/graythumb.jpg') no-repeat\9;
			}
			
			#graythumb:hover, #graythumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 	
			}
			
			#sackettthumb {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				 
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain; 
				-webkit-background-size: contain; 
				-o-background-size: contain;
							}
			
			#sackettthumb:hover, #sackettthumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#renniethumb {
				background: none;
				height:0;
				width: 0;				
				display: inline-block;
				
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#renniethumb:hover, #renniethumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
							}
			
			#chalmersthumb {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#chalmersthumb:hover, #chalmersthumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#glasziouthumb {
				background: none;
				height:0;
				width: 0;				
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain; 
				
			}
			
			#glasziouthumb:hover, #glasziouthumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain;
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				
			}
			
			#haynesthumb {
				background: none;
				height:0;
				width: 0;
				cursor: pointer;
				background-size: contain;
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
							}
			
			#haynesthumb:hover, #haynesthumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain;
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				
			}
			
			#smiththumb {
				background: none;
				height:0;
				width: 0;
				
				cursor: pointer;
				background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				
			}
			
			#smiththumb:hover, #smiththumbselect {
				background: none;
				height:0;
				width: 0;
				display: inline-block;
				cursor: pointer;
				background-size: contain; 
				-moz-background-size: contain;
				-webkit-background-size: contain; 
				-o-background-size: contain;
				
			}

	
	/* styles for bottom links below bottom horizontal navigation menu */
		
		
		
		#bottLinks {
			clear: both;
			display: none;
			/* background: #eee; */
			font-size: .85em;
			height: 96px;
			padding-left: 12px;
			margin-top: 12px;
			width: 230px;
			margin-left: auto;
			margin-right: auto;
		}
		
		.bottLinksCol {
			clear: both;
			display: none;
			width: 230px;
			margin: 6px 0 0 0;
		}
		
		#bottLinks li {
			list-style-type: none;
			text-align: center;
			margin-bottom: 12px;
			
		}
		
		#bottLinks a:hover {
			text-decoration: underline;
		}
		

	/* styles for bottom logo section */
	
		
		#bottomLogs {
			clear: both;
			display: block;
			width: 230px;
			margin: 12px auto;
			padding: 0;
			text-align: center;
		}
		
		.bottomLog {
			width: 230px;
			display: block;
			margin: 0;
			padding: 0;		
		}
		
		.bottomLog img {
			padding: 6px;

		}
		
		.bottomLog a {
			border: none;
			text-decoration: none;
		}
		
		#cright {
			clear: both;
			font-size: .7em;
			width: 100%;
			text-align: center;
			margin-top: 12px;
		}




