@charset "UTF-8";
/* CSS Document */

/* aboutUs.html */

#picCntnr {
	width: 270px;
	height: 240px;
	float: left;
	padding-top: 10px;
}
#aboutPic {
	border: #33F solid 2px;
	width: 220px;
	height: 180px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#picCaption {
	font-weight: bold;
	background-color: silver;
	font-size: 0.80em;
	text-align: center;
	width: 200px;
	height: 15px;
	float: left;
	margin-left: 30px;
	padding: 2px;
}


/*  Title in Text for smaller screens displayed by Media Queries below V  */
.title {
	font-size: 1.70em;
/* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	color: gray;
	line-height: 1.15em;
	display: none;
}
/* Title - graphic */
#mdlttl {}
#mdlttl {
	display: block;
}

/* MEDIA QUERIES to respond to narrower screen widths and enable "text" title and remove "image" title */
/* display text titles on smaller screens */
@media (max-width: 480px) {
	#mdlttl {
		display: none;
	}
	.title {
		display: block;
	}		
}

