﻿@charset "utf-8";

/* Main site styles */

html {
	background: #fff url(bg/site-light.png) repeat-x;
	margin-bottom: 10px;
}

body {
	background: url(bg/footer-bottom.png) 0 100% no-repeat;
	height: auto;
	font: 0.81em/1.7em Verdana, sans-serif;
	margin: 0 auto 10px;
	padding-bottom: 18px;
	width: 801px;
	position: relative;
}

/* Image replacement */

h1, .vcard h2 {
	overflow: hidden;
	text-indent: -999em;
}

/* Site header */

h1 {
	background: url(bg/header.png) no-repeat;
	height: 168px;
	margin: 20px 0 0;
	width: 801px;
}

/* Main copy */

#copy {
	background: url(bg/middle.png) 0 -300px repeat-y;
	margin: 121px 0 0 57px;
	padding: 0 40px 10px;
	position: relative;
	width: 668px;
}

#copy h2 {
	background: url(bg/top.png) no-repeat;
	color: #588c1b;
	font: bold 1.46em Arial, Helvetica, sans-serif;
	height: 61px;
	margin: 0;
	padding: 40px 40px 0 94px;
	position: absolute;
	left: -56px;
	top: -101px;
	width: 668px;
}

/* Footer (contact details) */

.vcard {
	background: url(bg/footer-middle.png) repeat-y;
	margin: 57px 0 0;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 10px 40px 10px;
	position: relative;
	width: 722px;
}

.vcard h2 {
	background: url(bg/footer-top.png) no-repeat;
	height: 0;
	margin: 0;
	padding: 78px 40px 0 40px;
	position: absolute;
	left: 0;
	top: -57px;
	width: 722px;
}

.vcard img {
	float: left;
	margin: 5px 20px 20px 0;
}

.vcard p {
	margin-top: 8px;
}

.vcard ul {
	margin: 14px 0 8px;
}

.vcard li {
	display: inline;
}

.vcard .tel {
	background: url(bg/bullet.png) 96% 50% no-repeat;
	padding-right: 15px;
}