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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fiona Stubbs Styles */

body {
	margin-top: 20px;
}
.header {
	font-weight: bold;
    text-align: center;
	max-width: 700px;
}
h1 {
	font-size: 1.5em;
	margin-bottom:1em;
}
.title {
	font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}
.imageblock {
	float: left;
    margin-right: 30px;
}
.imageblock img {
	display: inline;
    margin-bottom: 30px;
}
.content {
	margin-right: 50px;
	margin-top: 80px;
	max-width: 700px;
}
.menu {
margin: 90px 10px 0;
    text-align: center;
    width: 250px;
}

ul li { line-height:2em
margin-bottom:50px; }

ul li a {
	/*font-family: 'Marck Script', cursive;*/
	font-size: 1.5em;
	line-height: 1em;
	text-decoration:none;
}
ul li a:hover {
	color:#F00;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:all;
}
.tel {
	margin-top:30px;
}

.tel tr { border-bottom: 1px solid #999;
border-top: 1px solid #999; }

.tel td {
	vertical-align:middle;
}

.tel tr td p { margin: 20px 0}

strong { font-weight:bold }

p { margin-bottom: 1em; }

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul li
{
background-image: url("../images/bullet.png");
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px;
}
li.active{
    border: 1px solid;
}
}