/* css/base.css */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


* html .clearfix {height: 1%;}
.clearfix {display: block;}



body {
    font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
}

html { 
	font-size:100%;
}

#wrapper {
    width:70%;
	margin:0 auto;  
}
#sidebar {
    display:none;
}

#content {
	width:auto;
	float:none;
}

#top {
    margin-bottom:2em;
}

#top div.nav {
    display:none;
}

#footer {
    margin:2em 0;
}

#footer ul {
    margin:0; padding:0;
}

#footer ul li {
    display:none;
}

#footer ul li.last {
    display:block;
    list-style-type:none;
}

ul#crumbs {
    padding:0; margin:0;    
}

ul#crumbs li {
    display:inline;
    font-size:1.1em;
}



a:link,
a:visited,
a:active {
	color:blue;
	text-decoration:underline;
}

a img {
	border:0;
}

h1 {
	margin:0 0 0.857em 0;
	font-size:2.1em;
	line-height:0.857;
	color: #002776;
}

div.section h1,
h2 {
	font-size:1.6em;
	margin:0 0 1.125em 0;
	line-height:1.125em;
}

h3 {
	font-size:1.4em;
	margin:1.4em 0;
}

h4 {
	font-size:1.2em;
	margin:1.2em 0;
}

p {
	margin:1.5em 0; padding:0;
	font-size:1.2em;
	line-height:1.5;
}

p.centre {
	text-align:center;
}

blockquote {
	margin:1.5em; padding:0;
	font-size:1.2em;
	line-height:1.5;
	font-style:italic;
}

img.left {
	float:left;
	margin: 0 9px 9px 0;
}

img.right {
	float:right;
	margin: 0 0 9px 9px;
}

ul {
	margin:1.2em 0; padding:0 0 0 25px;
}

ol {
	margin:1.2em 0; padding:0 0 0 20px;
}

li ol,
li ul {
	margin:0 0 0 1.2em;
}

li {
	font-size:1.2em;
	line-height:1.5;
	margin:0; padding:0;
}

li p {
	margin:0; padding:0;
	font-size:100%;
}

li li {
	font-size:100%;
}

table {
	margin:1.2em 0;
	border-collapse: collapse;
}

thead {
	background-color: #C2D4E4;
}

tr.alt {
	background-color: #E7F0F7;
}

td,
th {
	font-size:1.2em;
	border:1px solid #fff;
	padding:3px;
}

dl {
	margin:1.2em 0; padding:0;
	font-size:1.1em;
}

/* VCard - for office contact and director details */

div.vcard {
	font-size:1.3em;
	line-height:1.384;
	margin:1.384em 0;
	color:#272727;
}

div.vcard div.adr span,
div.vcard div.tel div, 
div.vcard div.rgt span {
	display:block;
}
div.vcard div.tel {
	margin-top:0.9em;
}
div.vcard div.lft {
	width:60%; 
	float:left;
}

div.vcard div.rgt {
	width:40%; 
	float:right;
	text-align:right;
}

div.vcard a:link,
div.vcard a:visited,
div.vcard a:active {
	color:#002776;
	border:0;
}

div.vcard a:hover {
	background-color:#002776;
	color:#fff;
	border:0;
}

