﻿.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #80a;
}
.nav li {
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom:0px;
}
.nav li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 10px;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
.nav li a:hover {
	background-color: #809;
}

html, body {
	height: 100%;
}
p {
	text-align: justify;
}
#active {
	background-color: #708;
}
.formfield * {
	vertical-align: top;
}
.serviceimage{
	width:25%;
	height:25%;
	float:left;
}
h1, h2, h3 {
	color: #409;
	text-align: center;
}
#Global-Color {
	background-color: #80a;
}
#Font-Color {
	color: #409;
}
#MainContent {
	box-shadow: 2px 4px 5px 0 #000;
}
