/* Copyright ©Ê2009 Graham Miln, ambitiousmarketing.com */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }

table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Style */

body
{
	font-size: 16px;
	line-height: 1.3em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 2em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: helvetica, arial, verdana, sans-serif;
	margin-top: 1em;
}

p
{
	text-align: left;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 0;
	word-spacing: 0.15em;
}

h1
{
	word-spacing: -0.125em;
	font-size: 218%;
	line-height: 1.3em;
}

h2
{
	font-size: 164%;
	line-height: 1.3em;
}

h3
{
	font-size: 145%;
	line-height: 1.3em;
}

h4
{
	font-size: 118%;
	line-height: 1.3em;
}

abbr, acronym
{
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px dotted;
	cursor: help;
}

strong { font-weight: bolder; }
code { font-family: courier; }

.caption
{
	font-size: smaller;
	text-align: center;
	margin-top: 0;
	margin-bottom: 2em;
}

pre
{
	padding: 0.3em 0;
	margin: 1.3em 0;
}

pre abbr, pre acronym
{
	text-transform: none;
	font-variant: normal;
}

dt { font-weight: bolder; }

th { font-weight: bolder; }

ul, ol, dt
{
	padding: 1.5em 0 0 0;
	list-style-position: outside;
}

ul li { list-style-type: disc; }
ol { list-style-type: decimal; }

ul li ul li
{
	list-style-type: inherit;
	list-style-position: inside;
}

#map
{
	border: 1px solid black;
}