html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  background-color: #0f568c;
  background: #0f568c;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
}

td img {
	display: block;
}

.table__main {
	background-color: #e1e1e1;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 765px;
}

.table__main--nav {
	background-color: #07365b;
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
}

.table__main--link {
	color: white;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	font-weight: 300;
}

.table__main--link > a {
	border-bottom: 3px solid transparent;
	color: #e1e1e1;
	display: block;
	padding: 18px;
	text-decoration: none;
}

.table__main--link > a:hover {
	border-bottom: 3px solid white;
	color: white;
}

.table__general {
	background-color: #e1e1e1;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

.table__copy {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.table__padding {
	padding: 20px;
}



.table__subpage--nav {
	position: relative;
}

.table__subpage--nav-upper {
	background-color: #0f568c;
	display: block;
	height: 85px;
	text-align: right;
}

.table__subpage--nav-lower {
	background-color: #07365b;
	display: block;
	height: 65px;
}

.table__subpage--nav-logo {
	display: block;
	height: 150px;
	width: 160px;
	position: absolute;
	left: 20;
	top: 0;
}

.table__subpage--link {
	color: white;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 300;
}

.table__subpage--link > a {
	border-bottom: 3px solid transparent;
	color: #e1e1e1;
	display: block;
	padding: 54px 14px 6px 14px;
	text-decoration: none;
}

.table__subpage--link > a.active {
	border-bottom: 3px solid #e1e1e1;
	color: #e1e1e1;
}

.table__subpage--link > a:hover,
.table__subpage--link > a.active:hover {
	border-bottom: 3px solid white;
	color: white;
}

table.directions th {
	background-color: #eeeeee;
}


.address {
	background-color: #07365b;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding: 15px 0;
	text-align: center;
}

.footer {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 15px 0;
	text-align: center;
}

.block_21 {
	display: block;
	padding: 0;
	margin: 0;
	height: 21px;
}