@font-face {
	font-family: walkwaySemi;
	src: url('walkway_semibold.ttf');
}

html {
	height:100%;
}

body.construction_site {
	background: #fff;
	color: #86a2b2;
	display:table;
	width:100%;
	height:100%;
}

p, a, h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: rgb(16,93,77);
} 

div#wrapper {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
}

div#content {
	z-index: 2;
	width: 320px;
	padding-left: 0;
	padding-right: 0;
	margin:auto;
	position: relative;
}

header {
	text-align: center;
	border-bottom: solid 1px rgb(16,93,77);
	padding-bottom: 10px;
	width:320px;
}

header h1 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'walkwaySemi', 'Open Sans';
}

img#logo {
	z-index: 1;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#info {
	font-size: 14px;
	float:none;
	margin: 20px 10px 20px 10px;
}

nav a {
	display: block;
	font-size: 20px;
	text-decoration: none;
	width: 250px;
	float:none;
	padding: 20px 10px 20px 60px;
	margin: 0 0 0 0;
}

a#tel {
	background: transparent left top url('images/phone.png') no-repeat;
}

a#email {
	background: transparent left top url('images/at.png') no-repeat;
}

nav a:hover {
	color: #fff;
	/*text-shadow: 0px 0px 7px rgba(16,93,77,50);*/
}

a#tel:hover {
	background: rgb(16,93,77) left top url('images/phonehover.png') no-repeat;
}

a#email:hover {
	background: rgb(16,93,77) left top url('images/athover.png') no-repeat;
}

div#menu {
	width: 320px;
	float: none;
	text-align: left;
	line-height: 1;
	overflow:hidden;
}
