@charset "utf-8";
html {
	overflow-y: scroll;
}
body {
	background-image: url(../images/misc/carbon-fibre-dark-background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding: 0px;
}
#header {
	position: relative;
	background-repeat: repeat;
	padding-bottom: 20px;
	height: 170px;
	background-color: #222222;
	background-image: url(../images/misc/carbon-fibre-light-background.jpg);
}
#header .logo {
	position: relative;
	float: left;
	margin-left: 20px;
}
#header .images {
	position: relative;
	float: right;
}
#navi {
	height: 25px;
	background-image: url(../images/misc/nav-background-black.png);
	background-repeat: repeat-x;
	background-position: center center;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6841F;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi ul li {
	float: left;
	list-style-type: none;
}
#navi a {
	font-size: 11px;
	text-transform: capitalize;
	color: #FFF;
	line-height: 25px;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
#navi a:hover {
	background-image: url(../images/misc/nav-background-orange-tint.png);
	background-position: center center;
	background-repeat: repeat-x;
}
#navi .current {
	background-image: url(../images/misc/nav-background-orange.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #F6841F;
	color: #222;
}
#navi .book a {
	background-color: #46692C;
	background-image: none;
}
#navi .book a:hover {
	background-image: url(../images/misc/nav-background-orange.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#navi .book .current {
	background-image: url(../images/misc/nav-background-orange.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #F6841F;
}
#contentwrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 860px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 20px;
}
#content {
	position: relative;
	width: 670px;
	min-height:400px;
	height:auto !important;
	height:400px;
	float: left;
	margin-bottom: 30px;
}
#crossnaviwrapper {
	float: right;
	position: relative;
	width: 170px;
}
.crossnavi {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 148px;
	background-color: #FFFFFF;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6841F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer p {
	font-size: 11px;
	margin: 0px;
}
#footer p a {
	text-decoration: none;
}
.contentleftsmall {
	position: relative;
	width: 180px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.contentrightlarge {
	position: relative;
	width: 460px;
	float: right;
}
.contentfull {
	position: relative;
}
.subnavi {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: -10px;
}
.subnavi li {
	list-style-type: none;
	font-size: 11px;
	color: #222222;
	text-indent: 10px;
	line-height: 24px;
}
.subnavi li ul {
	padding: 0px;
	margin: 0px;
}
.subnavi li ul li {
	margin: 0px;
	padding: 0px;
}
.subnavi li a {
	display: block;
	text-decoration: none;
	color: #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.subnavi li ul li a {
	padding-left: 30px;
	background-image: url(../images/misc/bullet.png);
	background-repeat: no-repeat;
	background-position: 22px 4px;
}
.subnavi li a:hover {
	background-color: #FBCDA4;
}
.subnavi .current {
	color: #222;
	background-color: #FBCDA4;
}
.clearfix {
	clear: both;
}
.bullet {
	list-style-image: url(../images/misc/bullet.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
	color: #222;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 0px;
	font-size: 11px;
}
.bullet li {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.bullet li ul {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
p  a,.bullet a {
	color: #222;
	text-decoration: underline;
}
p  a:hover,.bullet a:hover {
	color: #222;
	text-decoration: none;
	background-color: #FBCDA4;
}
p strong {
	font-weight: bold;
	color: #F6841F;
}
p strong a {
	color: #F6841F;
}
p strong a:hover {
	background-color: #FBCDA4;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #F6841F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #F6841F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-weight: bold;
}
.pullout {
	padding: 10px;
	border: 1px solid #F6841F;
	margin-bottom: 20px;
	width: 450px;
}
.sponsors   td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.homepagep {
	font-size: 12px;
	line-height: 18px;
}
.nomargin {
	margin: 0px;
}
.pulloutwide {
	padding: 10px;
	border: 1px solid #F6841F;
	margin-bottom: 20px;
	margin-top: 20px;
}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-color: #CCCCCC;
}
h1 a, h2 a {
	color: #F6841F;
	text-decoration: underline;
}
h1 a:hover, h2 a:hover {
	text-decoration: none;
}
