/*
CORE.CSS
Site style rules for HTML version
*/

body {
	background: #000000 url(../img/body_bg.jpg) right top no-repeat fixed;
	color: #CCCCCC;
}

body.landing {
	background: #000000 url(../img/landing_bg.jpg) right 180px no-repeat fixed;
	color: #CCCCCC;
}

#wrapper {
	clear: both;
	width: 900px;
	margin: 200px auto 50px;
	text-align: left;
}

h1 {
	display: block;
	height: 0;
	margin: 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	font: normal 1px Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: none;
}

/* specific heading styles defined in headings.css */

#wrapper p {
	font-size: 0.75em;
	margin: 10px 0;
}

#wrapper p strong {
	color: #FFFFFF;
}

#nav {
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: block;
	float: left;
	margin: 0 50px 0 0;
}

#nav ul li.last {
	margin: 0 0 0 75px;
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;
}

#nav ul li a:hover {
	color: #FF6600;
}

#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	color: #FF6600;
	text-align: left;
}

#footer p {
	font-size: 0.6em;
	margin: 0;
	text-transform: uppercase;
}

a {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_links {
	margin-left: 3em;
}

#subnav {
	float: left;
	width: 210px;
	margin: 5px 10px 0 0;
}

#text {
	float: left;
	width: 500px;
}

body.landing #wrapper #text {
	margin-left: 150px;
}

#text h2 {
	margin-bottom: 0;
	font-size: 1em;
}

#text h2+p {
	margin-top: 0;
}

#text p.strapline {
	font-size: 1em;
}

#text p.wai {
	margin: 2em auto;
}

#text p.wai a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#text a.enter {
	display: block;
	margin: 0;
	padding-left: 40px;
	background: #000000 url(../img/flash_base.gif) left 5px no-repeat;
	font-size: 1.5em;
	text-decoration: none;
}

#text span.tiny {
	font-size: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}

#subnav ul {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	list-style: none;
}

#subnav ul li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

#subnav ul li a {
	display: block;
	margin: 0;
	padding: 0 17px 3px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#subnav ul li a strong {
	color: #FF6600;
}

#subnav ul li a:hover {
	background: #592502 url(../img/subnav_arrow.gif) right no-repeat;
}

#subnav ul li a.here {
	background: #401a00 url(../img/subnav_arrow.gif) right no-repeat;
}