/* @group Reset*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */


body {
	font: 16px/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #43550d;
}

p {
	margin-bottom: 0.75em;
	width: 75%;
}

#Wrapper {
	width: 815px;
	margin: 0 auto;
	position: relative;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	color: #c1d72e;
}

#header {
	width: 815px;
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
}

#header h1 {
}

#header h2 {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 17px;
	top: 146px;
	right: 110px;
	color: #43550d;
}

#address p {
	font-size: 1.3em;
	color: #ffffff;
	margin: 38px 0 0 21px;
	line-height: 14px;
}

#details p {
	font-size: 1.3em;
	color: #ffffff;
	margin: 20px 0 0 21px;
	line-height: 14px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #c1d72e;
}

#footer {
	border-top: 2px solid #c1d72e;
	margin-top: 80px;
	padding-top: 20px;
}

#footer a {
	color: #43550d;
}

#footer a:hover {
	color: #c1d72e;
}

#footer .nolinkline {
	text-decoration: none;
}

#footer a.nolinkline:hover {
	color: #43550d;
}

#footer ul {
	margin-bottom: 1.2em;
}

#footer li {
	
}

#footer li:before {
	content: "";
	height: 1.1em;
	width: 1em;
	display: block;
	float: left;
	margin-right: 8px;
	background-position: center;
}

#footer li.linkedin:before {
	background-image: url('../images/linkedin.svg');
	background-size: cover;
}

#footer li.twitter:before {
	background-image: url('../images/twitter.svg');
	background-size: cover;
}

#footer li.tel:before {
	background-image: url('../images/mobile.svg');
	background-size: cover;
}

#footer li.email:before {
	background-image: url('../images/message.svg');
	background-size: cover;
}