@charset "UTF-8";

/* BASICS */
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 19px;
    font-weight: normal;
}
p {
	margin: 1em 0;
}
a {
	color: #0e5eac;
}
@font-face {
    font-family: Zeppelin52;
    src: url(../fonts/Zeppelin52.otf) format("opentype");
}


/* STICKY FOOTER */
#PageContainer {
  min-height: 100%;
  margin-bottom: -180px;
}
#PageContainer:after {
  content: "";
  display: block;
}
#PageFooter {
  height: 180px; 
}
#PageContainer:after {
  height: 180px; 
}


/* MAIN NAV HILIGHTS */
.Section-Home a.Nav-Home,
.Section-About a.Nav-About,
.Section-Acquisitions a.Nav-Acquisitions,
.Section-Contact a.Nav-Contact,
.Section-Projects a.Nav-Projects,
.Section-Strategy a.Nav-Strategy {
	text-decoration: underline !important;
	color: #0e5eac !important;
}

/* MISCELLANY */
.Bold {
	font-weight: bold;
}
.Hilight {
	color: #0e5eac;
	font-weight: bold;
}