@charset "utf-8";
/* CSS Document */
/*Body and MISC*/
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 20px 0px;
	font-size: 11px;
	background-color: #9a090d;
	color: #303030;
}
a img {
border: 0px;
}
br.clearfloat {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/*Site Format*/
div#construct {
	width: 955px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Right Bar Details */
div.rightBar {
	float: right;
	width: 238px;
	top: 0px;
	background-color: #ffffff;
}
div#greyBlank {
}
div#rightBarWhite {
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
div#rightBarContent {
	background-color: #cccccc;
	background-image: url(../images/right_bar_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}
div#rightBarContent h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
}
div#rightBarContent a {
	color: #393939;
	text-decoration: none;
}
div#rightBarContent a:hover {
	text-decoration: underline;
}

div#headimage {
	float: left;
	width: 712px;
	height: 295px;
	position: relative;
	background-image:url(../images/header_bkg.jpg)
}
/*NHBC LOGO*/
div.nhbc {
	width: 67px;
	height: 29px;
	position: absolute;
	top: 30px;
	left: 30px;
}
/*Logo*/
div.logo {
	width: 165px;
	height: 46px;
	position: absolute;
	top: 20px;
	left: 220px;
}
div.vtour {
	position:absolute;
	left:635px;
	top:0px;
	width:89px;
	height:89px;
}
/*Content Area*/
div#contentHolder {
	float: left;
	width: 712px;
	background-color: #ffffff;
}
div#contentNavigation {
	float: right;
	text-align: right;
	padding: 0px 20px 25px 20px;
	color: #797979;
	width: 300px;
}
div#contentNavigation a {
	color: #797979;
	text-decoration: none;
	font-weight:600;
}
div#contentNavigation a:hover {
	color: #000000;
}
div#contentArea {
	background-color: #f4f4f4;
	padding: 5px;
	margin-top: 10px;
	min-height: 350px;
}
div#contentArea h1 {
	color: #993300;
	font-size: 18px;
	padding: 0px;
	margin: 0 0 5px 0;
}
div#contentArea h2 {
	color: #cc0000;
	font-size: 12px;
	padding: 0px;
	margin: 0 0 5px 0;
}
div#contentArea p {
	padding: 0px;
	margin: 5px 0px;
}
div#contentArea a {
	font-weight: bold;
	color: #797979;
	text-decoration: none;
}
div#contentArea a:hover {
	text-decoration: underline;
}
/* FOOTER */
div#footer {
	padding: 5px;
	color: #aaaaaa;
	font-size: 9px;
}
p.quote {
	font-weight: bold;
	font-size: 13px;
}
span.dark {
	color: #777777;
}
.red, span.red {
	color: #993300;
}
a .red {
	color: #993300;
}
span.red a, .red a {
	color: #993300;
}
