html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	ol, ul, li, form, fieldset, legend, label, table, header, footer, nav,
	section {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

header, footer, nav, section, article, hgroup, figure {
	display: block;
}

legend {
	display: none;
}

body {
	font: 100%/1.5 'Tahoma', sans-serif;
	color: #ffffff;
	/* if image is not present use solid color for background */
	background-color: #214d8e;
	text-align: center;
}

a {
	text-decoration: none;
	color: #999999;
}

.nav a:hover {
	background-color: #ffffff;
	border-radius: 0.5em;
	color: #214d8e;
	outline: none;
}

a:focus {
	outline: none;
}

a:active {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}

h1 {
	/* large text has a unique font */
	font: normal 1.6em/1.3em 'Tahoma', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
}

h1.pageHeader {
	color: #214d8e;
	width: 70%;
	background-color: white;
	border-radius: 0 0 1em 1em;
	padding: 1em;
	margin: 0 auto;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

.logo {
	padding-bottom: 0.4em;
}

.logo h1 {
	letter-spacing: 0.08em;
}

.nav {
	margin: 0 -1em;
	text-align: center;
}

.nav li {
	display: block;
	position: relative;
}

.nav li a {
	display: block;
	padding: 1em;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav li:first-child a {
	
}

header[role="banner"] .nav {
	max-width: 65em;
	margin: 0 auto;
	clear: left;
	padding-bottom: 1em;
}

section {
	padding: 2em 0;
}

section h1 {
	font-weight: bold;
	padding-bottom: 1em;
}

#home p {
	text-align: left;
	padding: 0 2em;
}

.workEntry header {
	background-color: #999999;
	padding: 1rem 2rem;
	margin: 0;
	text-transform: uppercase;
}

.workEntry h2 {
	color: white;
	display: inline-block;
	padding-right: 0.5em;
}

.workEntry h3 {
	color: #214d8e;
	display: inline-block;
}

#contact p {
	text-align: left;
	padding: 0 2em;
}