@charset "UTF-8";
html {
			height:100%;
		}
		body {
	/*			background-color:#FFFFFF;
				text-align:center;               */
	margin: 0;
	height: 100%;
	/* padding: 2em; */
	line-height: 1.4;
	font-size: 100%;
	font-family: "Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", "Verdana", sans-serif;
		}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
	font-size: 2em;
	padding: 20px;
	font-weight: 400;
	font-style: normal;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-family: league-gothic;
	font-size: xx-large;
	font-weight: 400;
	color: black;
	padding: 20px;
	font-style: normal;
	text-align:left;
}
h4 {
	font-family: "Franklin Gothic Book";
	font-size: large;
	font-weight: 400;
	color: maroon;
	padding: 3px;
	font-style: normal;
	text-align: center;
}
h5 {
	font-family: league-gothic;
	font-size: xx-large;
	font-weight: 400;
	color: black;
	padding: 20px;
	font-style: normal;
	text-align: left;
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	font-style: normal; 
	font-weight: 400;
	padding: 20px;
	background-color:inherit;
}
	.col { padding:1em 0; }

button {
	color:#FFFFFF;
	background:#000000;
	border:none;
	
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	background-color: white;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;

}
li {
	    float: right;
		/* border-right: 1px solid black; */
}
li a {
	display: block;
	text-align: center;
	padding: 14px 16px;
	color: black;
	text-decoration: none;
}
li a:hover {
    /* background-color: maroon; */
	color:maroon;
}
.active {
    /* background-color: maroon; */
	color:maroon;
}
li:first-child {
    border-right: none;
}
.floating-box {
    display: inline-block;
    width: 350px;
    /* height: 75px; */
    margin: 10px;
    border: 3px solid maroon;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.tagline {
	position: absolute;
	left: 150px;
	top: 100px;
	z-index: -1;
	color: red;
	max-width: 350px;
	width: 279px;
}
.red {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: absolute;
	color: red;
	margin: 10px;
	left: 50px;
}

.white {
	/* font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; */
	color: white;
	padding: 10px;
}

.bigWhite {
	/* font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; */
	color: white;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}

.bigBlack {
	/* font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; */
	color: black;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}


.rightSide {
	text-align:right;
}

.redShadow {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	position: absolute;
	color: white;
	text-shadow: 2px 2px 4px red; 
	margin: 10px;
	left: 50px;
}
img {
    width: 100%;
	max-width: 100%;
    height: auto;
}
/* unvisited link */
p a:link {
    color: blue;
}
/* visited link */
p a:visited {
    color: maroon;
}
footer {
	color: white;
	background: black;
	margin-top: 50px;
	padding: 1px;
	text-indent: 5px;
}
.regUL {
	list-style-type: circle;
	list-style-position: inside;
	background-color: white;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
}
.regLI {
	    float: none;
		border-right: none;
	/*	   padding: 8px 0 8px 16px; THIS LINE WAS COMMENTED OUT BEFORE	*/

}


/*           ---THINK THESE ARE NOT USED--- 
.divLeft {
    width: 400px;
    height: auto;    
    padding: 50px;
    box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.divLeftWide {
    width: 600px;
    height: auto;    
    padding: 50px;
    box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.divRight {
    width: 350px;
    height: auto;    
    padding: 15px; 
    box-sizing: border-box;
	display: inline-block; 
	      border: 3 px maroon; THIS LINE WAS COMMENTED OUT
	position: absolute; 
	right: 10px;
	top: 150px;
	    border: 3px solid maroon;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
divRightNoBorder {
    width: 350px;
    height: auto;    
    padding: 15px; 
    box-sizing: border-box;
	display: inline-block; 
	position: absolute; 
	right: 10px;
	top: 150px;
	    border: 3px solid maroon;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 430px;
    height: auto;
    background-color: lightgrey;
}
.flex-item {
    background-color: cornflowerblue;
    width: 350px;
    height: auto;
    margin: 40px;
}
                     DONE W NOT USED -->

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	top: -5px;
	left: 105%;
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* padding is for content */
/* margins are space between elements */
/* shorthand is top right bottom left */

.redHeader { background:Maroon; margin:0 auto;}
.whiteHeader { margin: 10px 0px 10px 0px; background:#FFFFFF;}
.orangeHeader { padding:1em 0; background:Chocolate;}
.greyHeader { margin: 0px; background:#b2b2b2;}
.blackHeader {margin: 0px; background:black;}
/*.col {  background: white; padding:1em 0; text-align:center;}*/

.e-l { color: #009cf7; background: url(envelope.png) no-repeat 0px 4px; background-size: 20px 12px; padding-left: 28px; }
