/* Hughenden Ltd */
/* Banded Pages Style Sheet 1.0 */
/* by David Marshall */





/* Body Text */

body {
	margin-left: 0%; 
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	}

.cap {
	float: left;
	width: auto;
	font-size: 42pt;
	line-height: 34pt;
	font-weight: normal;
	color:#933311;
	font-family: Georgia;
}

em {
	font: 11pt Georgia;
	font-weight: Bold;
	color: #933311;
	}

p.sh {
	
	font: 20pt Arial;
	color: gray;
	margin-top: 0%;
	position: relative;
	top: -34pt;
	}

p.copyright {
	color: #FFFFFF;
	font: 7pt Georgia;
	text-align: center;
	margin-top: 4%;
	}

p.logo {
	text-align: center;
	}

img.map {
	float: right;
	}

p.address {
	text-align: center;
	font: 10pt Georgia;
	}

p.h1 {
	font: 10pt/11pt Georgia;
	text-align: justify;
	}

p.gray {
	color: gray;
	font: 7pt Georgia;
	}

p.clients {
	color: #933311;
	font: 9pt Georgia;
	margin-top: -8pt;
	}

h1 {
	font: 18pt Georgia;  
	font-weight: bold;
	margin-bottom: 5px; 
	color: #933311;
	text-align: center;
	}


/* Divs */


div#container {
	height: 100%;
	width: 100%;
	}

div#topbar {
	clear: both;
	width: 100%;
	height: 10%;
	background-color: #933311;
	}

div#menubar {
	clear: both;
	width: 100%;
	height: 5%;
	text-align: center;
	}

div#bottombar {
	clear: both;
	width: 100%;
	height: 10%;
	background-color: #933311;
	}

div#menu a {
	top: 5%;
	position: relative;
	font-family: Georgia;
	font-size: 8pt;
	color: gray;
	background: clear;
	text-decoration: none;
	border: 1px;	
	border-style: solid none;
	border-color: #933311;
	padding: 1px;
	margin-right: 1%;
	}

div#menu a:hover { 
	color: #933311;
	background: #E8E8E8;
	text-decoration: none; 
	}

div#directors a {
	color: #933311;
	text-decoration: none;
	}

div#directors a:hover {
	text-decoration: underline;
	}

div#directors a:visited {
	color: #933311;
	}



div#content {
	float: left;
	width: 100%;
	height: 75%;
	text-align: center;
	font: 10pt Georgia;
	}

div#about {
	float: right;
	height: 80%;
	text-align: center;
	margin-left: 2%;
	}

div#aboutright {
	float: right;
	width: 350px;
	font: 8pt/12pt Georgia;
	margin-left: 10px;
	margin-right: 3%;
	}

div#directors {
	height: 80%;
	width: 105px;
	float: left;
	}

div.director {
	font-weight: bold;
	font: 12pt Georgia;
	color: #933311;
	float: left;
	text-align: center;
	clear: left;
	margin-top: 5%;
	margin-left: 5px;
	}

span.title {
	color: black;
	font-weight: normal;
	font: 8pt Georgia;
	}

/* Hyperlinks */



/* Table */

table {
	border: 0;
	text-align: center;
	}

td {
	font: 10pt Georgia;
	padding-right: 20px;
	padding-left: 20px;
	}