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

.introBoxMe1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 100%;
	min-width: 150px;
	background-color:#CCCCCC;
	display: inline-block;
	padding-bottom: 0px;
	position: relative;
	vertical-align: bottom;
	margin-top: 20px;
	min-height: 350px;
	flex: auto;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	-moz-box-flex: auto;
	border-bottom-color:#0066FF;
	border-bottom-style: solid;
	border-width: 10px;
}
.introBoxMe1image {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	float: right;
	margin-top: -4px;
	margin-right: 22px;
	z-index:1000;
	clear: both;
	position: relative;
}
.introInnerTextMe1Box1 {
	margin-bottom: 1px;
	margin-left: 1%;
	margin-top: 20px;
	display: block;
	position: relative;
	z-index: 1;
	width: 95%;
	font-weight: bold;
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#0000FF;
	line-height: .2;
}
.introTextMe1 {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 4px;
	margin-left: 1%;
	margin-right: 0px;
	line-height: 1;
	display: block;
	clear: both;
	position: relative;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.introBoxMe1 h1 {
	font-size: 1em;
	line-height: .5;
	color: #03F;
}
.introBoxMe1 h2 {
	font-size: .8em;
}
.introBoxMe1 a {
	color: #00F;
	text-decoration: none;
}
introBoxMe1 img {
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	margin-left: auto;
	flex: auto;
}
.introBoxMe2 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width: 98%;
	min-width: 150px;
	background-color:#353434;
	display: inline-block;
	padding-bottom: 0px;
	position: relative;
	vertical-align: bottom;
	margin-top: 5px;
	margin-left: 13px;
	margin-right: 0px;
	margin-bottom: 10px;
	min-height: 250px;
	flex: auto;
	-webkit-box-flex: auto;
	-ms-flex: auto;
	-moz-box-flex: auto;
	float: left;
}
.introTextMe2 {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	border: #8E0002;
	border-radius: 10;
	border-width: medium;
	position: relative;
	background-color: darkslategray;
}
.introBoxMe2 p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: .9em;
	color: darkgrey;
	text-indent: 10px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.introBoxMe2 h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: coral;
	margin-left: 10px;
	margin-top: 10px;
}
