/*
	Redefining XHTML Tags
*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	background-color: #000000;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul, ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
ul li {
	padding: 0 0 0 10px;
	background: url(../images/square.gif) no-repeat 0 6px;
}
h1 {
	font-size: 24px;
	color: #ec6d02;
}
h2 {
	font-size: 16px;
	color: #00bdbd;
}
h3 {
	font-size: 14px;
}
/*
	Custom Classes
*/
.page {
	width: 800px;
	margin: 0 auto 20px auto;
	background-color: #ffffff;
}
.callsToAction {
	margin: 0 0 8px 0;
	padding: 0 40px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	list-style: none;
	background: url(../images/bg_callsToAction.gif) repeat-x;
	height: 29px;
}
.callsToAction ul {
	margin: 0;
}
.callsToAction li {
	display: inline;
	line-height: 25px;
	margin: 0 0 0 10px;
	padding: 0 0 0 22px;
	background: url(../images/tick.gif) no-repeat;
}
.callsToAction li.selected, .callsToAction li.selected a {
	color: #009999;
}
.callsToAction li a {
	color: #ffffff;
	text-decoration: underline;
}
.header {
	position: relative;
	text-align: right;
	background: url(../images/bg_header.gif) repeat-x;
	height: 91px;
}
.header .heading {
	margin: 0 0 -8px 0;
	padding: 6px 37px 0 0;
	font-weight: normal;
	font-size: 46px;
	color: #ffffff;
}
.header .subheading {
	margin: 0;
	padding: 0 42px 0 0;
	font-weight: normal;
	color: #ffffff;
	font-size: 20px;
	text-transform: lowercase;
}
.header .queensAward {
	position: absolute;
	top: 38px;
	left: 32px;
	display: block;
	width: 26px;
	height: 42px;
	background: url(../images/queensAward.gif) no-repeat;
}
.nav {
	margin: 0;
	padding: 0 2em;
	height: 44px;
	background: url(../images/bg_navigation.gif) repeat-x;
	text-align: left;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	background-image: none;
	padding: 7px 6px;
	line-height: 44px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #787a83;
}
.nav li.last {
	border: none;
}
.nav li a {
	color: #ffffff;
}
.nav li.selected, .nav li.selected a {
	color: #00a3a3;
}
.page .subnav {
	margin: 0;
	padding: 0 0 0 35px;
	background-color: #e9e9e9;
	height: 30px;
	border-bottom: 1px solid
}
.page .subnav li {
	color: #00b9b9;
	display: inline;
	padding: 0 10px 0 10px;
	line-height: 30px;
	background: url(../images/arrow.gif) no-repeat center left;
}
.page .subnav li a {
	color: #00b9b9;
}
.page .subnav li a:hover {
	color: #ec6d02;
	text-decoration:none;
}
.page .subnav li.selected a {
	color:#ec6d02;
}
.content {
	padding: 15px 10px 0 35px;
}
.content .main {
	float: left;
	width: 375px;
	padding: 0 0 10px 0;
}
.content .mainfull {
	float: left;
	padding: 0 25px 10px 0;
	width: 725px;
}
.content .sub {
	float: right;
	width: 360px;
}
.box {
	float: left;
	padding: 8px;
	border: 1px solid #c4c4c4;
	margin: 0px;
}
.shadow {
	clear: both;
	height: 19px;
	background: url(../images/shadow.gif) no-repeat top center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.historical h2 {
	float: left;
	margin: 0;
	width: 90px;
	color: #00bdbd;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	height: 1px;
	overflow: visible;
}
.historical p {
	margin: -1px 0 25px 110px;
	display: inline-block;
}
.clearer {
	clear: both;
}
.footer {
	position: relative;
	margin: 0;
	padding: 0 0 0 35px;
	height: 61px;
	color: #ffffff;
	background-color: #666666;
	border-top: 1px solid #c2c2c2;
}
.footer ul {
	margin: 0;
}
.footer li {
	display: inline;
	line-height: 61px;
	padding: 0 4px 0 10px;
	background: url(../images/dash.gif) no-repeat center left;
}
.footer li a {
	color: #ffffff;
}
.footer li.first {
	background: none;
}
.footer li.last {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	background: none;
}
.footer li.last a {
	display: block;
	padding: 13px 40px 12px 40px;
	background: url(../images/bhlogo.gif) center center no-repeat;
	width: 80px;
	height: 35px;
}
