﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 175px;
	float: left;
}
#right_col {
	width: 175px;
	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: 7em;
	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;
}
.inner-title-cell {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	color: navy;
	font-weight: bold;
	width: 75%;
}
.bid-cell-left {
	font-family: arial, Helvetica, sans-serif;
	border: 1px solid navy;
	padding: 10px;
	box-shadow: 1px 1px 3px grey;
	background-color: #E9F0F8;
	font-size: 15px;
	color: navy;
	font-weight: bold;
}
.bid-cell-right {
	font-family: arial, Helvetica, sans-serif;
	border: 1px solid navy;
	padding: 10px;
	box-shadow: 1px 1px 3px grey;
	color: navy;
	font-size: 15px;
	background-color: #E9F0F8;
	font-weight: bold;
}
.contact-info-cell {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: navy;
	text-align: center;
}
.button {
  background-color: #000080;
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}