@charset "utf-8";
p {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	color:#231f20;
}

#centerbg {
	background-image: url(images/centrebg.jpg);
	background-repeat:no-repeat;
	width: 816px;
	margin:0 auto;
	padding-top: 35px;

}
body {
	background-image: url(images/bgcolour.jpg);
	background-repeat: repeat-x;
	background-color:#927f71;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	margin:0;
	padding:0;
}

#header {
	width: 816px;
	height: 265px;
	background-color:#000000;
}
#content {
	width: 796px;
	background-color: #fffff0;
	padding:10px;
	overflow:auto;
}
#menu {
	width:176px;
	height:464px;
	float:left;
	margin-left:17px;
}
#menu ul {
	list-style-type: none;
	margin: 12px 0 0 0;
	padding: 0px;
}
#menu ul li a img {
	padding:5px 0;
}
body.popup {
	background-image: none;
	background-color:white;
}
#centrecontent {
	width: 314px;
	float:left;
	border-right: 1px solid #bbb3ae;
	border-left: 1px solid #bbb3ae;
	padding-left: 40px;
	padding-right: 35px;
	font-size: 0.75em;
	line-height: 1.5;
	min-height:464px;
	text-align:justify;
}
#rightcontent {
	float:right;
	width: 189px;
	padding-top:12px;
}
#rightcontent img {
	margin-top:75px;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top:0;
	color:#6f6259;
}
#centrecontent blockquote {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #c6ab96;
	margin: 0px;
	font-size: 1.2em;
}
#footer {
	clear:both;
	overflow:auto;
	width:810px;
	padding-left:3px;
	padding-right:3px;
	background-color:#000000;
	margin-bottom:10px;
}
#footer a {
	color: #ffffff;
}
#footer div {
	color: #ffffff;
	padding: 10px 0;
	font-size: 10px;;
	float:left;
}
#footer .leftSpace {
	padding-left:20px;
}
#footer #siteby {
	float:right;
	text-align:right;
}
a {
	text-decoration: none;
	color:#c6ab96;
}
img {
	border:0;
}
#popupcontent {
	width: 530px;
	font-size:0.75em;
	padding:10px;
}
#popupcontent h1 {
	text-align:center;
}
h2.menuCentre {
	text-align:center;
	font-weight:normal;
	font-size:1.5em;
}
table.enquiryForm td {
	vertical-align: top;
}
table.enquiryForm td.labelColumn {
	width:110px;
}
table.enquiryForm input {
	width:190px;
}
table.enquiryForm textarea {
	width:190px;
	height:5em;
}
table.enquiryForm td.send_button input, table.enquiryForm td.dropdowns input, table.enquiryForm input.checkbox {
	width:auto;
}
table.enquiryForm td.send_button {
	text-align:right;
	padding-top:10px;
}

div.printButton {
	float:right;
	font-weight:bold;
	margin-top:10px;
	font-size:0.9em;
}

div.pressQuote {
	background-color:#fffffe;
	padding:1px;
}
div.pressQuote p {
	margin:1em;
}
p.pressQuote {
	font-style:italic;
	margin-top:0;
	text-align:right;
}

.cvError {
	font-weight:bold;
}

.cvError span, span.cvError {
	color:red;
}

