﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	padding: 0px;
	margin-left: 200px;
	margin-right: 200px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.headtable {
	background-color: #FFFFFF;
	width: 100%;
	height: 131px;
	border-color: navy;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
}
.htleft {
	width: 33%;
	height: 131px;
	background-color: #FFFFFF;
}
.htcenter {
	width: 34%;
	height: 131px;
	vertical-align: middle;
	text-align: center;
}
.htright {
	width: 33%;
	height: 131px;
}
.soc_media {
	background-color: #FFFFFF;
	height: 35px;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}
.address_cell {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	vertical-align: bottom;
	text-align: right;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 96px;
}
.NavTable {
	width: 100%;
	height: 45px;
	background-color: #000080;
}
.hit-the-floor {
color: #151599;
font-size: 6em;
font-weight: bold;
font-family: Helvetica;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}
.mission-cell {
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	color: Navy;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	width: 95%;
	border: 1px solid navy;
	border-radius: 15px;
}
