@charset "UTF-8";
body {
 margin: 0;
 padding: 0;
 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul, ol, dl, p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.hidden {
     display: none;
}
h1 {
 color: #008D9B;
 font-size: 20px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #049993;
	margin-bottom: 5px;
}
h4 {
	font-size:14px;
	margin:0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
}
p {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
}
.pageinfo {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
}
a img {
	border: none;
}
a:visited {
	color: #009CA8;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #009CA8;
}
a:link {
	color: #009CA8;
}
a:hover {
	text-decoration: none;
	color: #009CA8;
}
#container {
 width: 900px;
 margin-top: 40px;
 margin-right: auto;
 margin-bottom: 20px;
 margin-left: auto;
 height: 450px;
 border-bottom: 12px solid #b0aeaf;
 border-top: 7px solid #e9e9e9;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.copyright {
	font-size: 10px;
	color: #BBB;
}
.clear {
	clear:both;
}
#left {
 float: left;
 height: 556px;
 width: 251px;
 margin: 0px;
 padding: 52px;
}
#left-gallery {
	float: left;
	height: 72px;
	width: 251px;
	background-color: #000000;
	margin: 0px;
	padding: 52px;
}
#right {
	float: right;
	height: 660px;
	width: 545px;
	background-color: #FFF;
}
#maincontenthome {
	width: 545px;
	height: 484px;
	float: left;
	background-image: url(../images/Brochures-Logos-Design-Web-Sites.png);
	background-repeat: no-repeat;
	background-position: center center;
}#maincontentcontact {
	width: 495px;
	height: 434px;
	float: left;
	padding: 25px;
}#maincontent {
	width: 545px;
	height: 384px;
	float: left;
}
#pages {
	width: 545px;
	height: 30px;
	float: left;
	margin-bottom: 50px;
	margin-top: 20px;
	text-align: center;
}
#menubg {
	width: 545px;
	background-color: #424043;
	height: 176px;
	float: left;
}
#menu {
	height: 40px;
	margin-top: 80px;
	margin-left: 30px;
	font-size: 17px;	
	
}
.nav {
	width: 103px;
	height: 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	float: left;
	padding-left: 12px;
	color: #FFF;
}
#menu a:link {
	text-decoration: none;
}
#menu a:hover {
	color: #06D2BE;
	text-decoration: none;
}
.navgreen {
	width: 103px;
	height: 40px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #049993;
	float: left;
	padding-left: 12px;
}
#gh-design-exeter {
	height: 70px;
	width: 251px;
	background-image: url(../images/gh-design-exeter.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-bottom: 60px;
}
#content {
	color: #FFF;
}
.green {
	color:#049993
}
.white {
	color:#FFF
}
#contact-form {
}
.form {
	color: #666;
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
}
.lginput {
	padding: 8px;
	width: 475px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0px 1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #ffffff;
	box-shadow:inset 0px 1px 1px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}.input {
	padding: 8px;
	width: 250px;
	border: 1px solid #e7e7e7;
	margin-bottom: 8px;
	font-size: 12px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0px 1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 1px 0px #ffffff;
	box-shadow:inset 0px 1px 1px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f0f0f0 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff');
}
.enter {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #2b2b2b) );
	background:-moz-linear-gradient( center top, #666666 5%, #2b2b2b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#2b2b2b');
	background-color:#666666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	padding:8px 15px;
	text-decoration:none;
	cursor: pointer;
}.enter:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b2b2b), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #2b2b2b 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#666666');
	background-color:#2b2b2b;
}.enter:active {
	position:relative;
	top:1px;
}
#submit-button {
	margin-top: 15px;
}
#pages img {
	margin-right:6px;
}
