html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

b {
	font-weight: 600;
}

a {
	color:#fff;
	font-weight: 600;
	text-decoration: none;
}

.navi a {	
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	background-color: #0d4c6e;
	color: #fff;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

h2 {
	font-size: 18px;
	font-family: "Georgia";
	margin: 8px 0;
	color: #f0f0f0;
}

p {
	font-size: 14px;
	line-height: 17px;
	font-family: "Georgia";
	text-align: justify;
	color: #b7d1de;
	padding-bottom: 20px;
}

h1 {
	font-size: 25px;
	font-weight: lighter;
	font-family: "Georgia";
	color: #ffffff;
	padding: 10px 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hr {
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mid {
	text-align: center;
}

.navi {
	line-height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "verdana";
	font-weight: 600;
}

.talr {
	text-align: right;
}

.m15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.vizbutton, .archbutton {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
	box-sizing: border-box;
	border: 7px solid #0d4c6e;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.79) inset;
	transition: box-shadow 0.5s;
}

.vizbutton:hover, .archbutton:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.48) inset;
}

.vizbutton img, .archbutton img {
	margin-bottom: 30px;
}

.vizbutton {
	background-image: url(../img/vizbgi.png);
	border-right: none;
}

.archbutton {
	background-image: url(../img/archbg.jpg);
	border-left: none;
}


.inline {
	display: inline-block;
}

.arrowbutton img{
	float: right;
	height: 40px;
}

.arrowbutton {
	color: #fff;
	line-height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "verdana";
	font-weight: 600;
	background-image: url(../img/arrow.png);
	background-size: 30px 50px;
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-color: #0c3a53;
}

#logo {
	height: 60px;
}

#footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2rem;
	background-color: #0c3a53;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "verdana";
	font-weight: 600;

}

.p0 {
	padding: 0;
}
.about ul {
	position: relative;
	display: inline-table;
}
.about ul li ul {
	display: none;
}

.about ul li:hover > ul, .about ul li:focus  > ul {
	display: block;
}

.about ul li {
	float: left;
}

.about ul li:hover, .about ul li:focus  {
	background-color: #0c3a53;
}
.about ul li:hover a, .about ul li:focus  a {
	color: #fff;
}

.about ul li a {
	display: block; text-align: center;
	color: #757575; text-decoration: none;
}

.about ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	width: 200px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}
.about ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
.about ul ul li a {
	color: #fff;
}	
.about ul ul li a:hover, .about ul ul li a:focus{
	background: #4b545f;
}

@media (max-width: 768px)
{
	.navi .grid-33 {
		background-color: #0c3a53;
		margin-bottom: 5px;
		text-align: center;
	}

	#logo {
		margin: 0 auto;
		position: relative;
		left: 50%;
		transform: translate(-50%, 0%);
		margin-bottom: 20px;
		height: 100px;
	}
}

.inset {
	padding-left: 20px;
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}

xmp {
	font-family: "verdana";
	font-weight: 300;
	font-size: 15px;
}

iframe {
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="submit"], textarea{
	background-color: #0c3a53;
	border: 1px solid white;
	width: 100%;
	margin: 0;
	height: 45px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	font-family: "verdana"
}

textarea {
	height: 250px;
	max-width: 100%;
}

input[type="submit"] {
	width: auto;
	padding: 10px 30px;
	border-radius: 2px;
}