body {
	position: relative;
	top: 0px;
	border: 0px;
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777777;
	background-color: #2b2d25;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

img {
  border: none;
}

/* TYPE */
a:link { color: #3366cc; text-decoration: none; }
a:visited { color: #b85b5a; text-decoration: none; }
a:active { color: #666666; }
a:hover { color: #fe851c; text-decoration: none; }

.intro {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.byline {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
	color: black;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}	
.disclaimer a:link { color: #FFFFFF; text-decoration: none; }
.disclaimer a:visited { color: #FFFFFF; text-decoration: none; }
.disclaimer a:active { color: #666666; }
.disclaimer a:hover { color: #66CCFF; }

.lighttext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	color: #CCCCCC;
}
.darktext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 1.5;
	list-style: square;
	color: #333333;
}
.boxtext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 2;
	color: #333333;
}
.boxtext a:link { color: #333333; text-decoration: none; }
.boxtext a:visited { color: #333333; text-decoration: none; }
.boxtext a:active { color: #333333; }
.boxtext a:hover { color: #CC0000 ; }

.endnote {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 1.6;
	color: #999999;
}
.smalltext {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 1.4;
	color: #999999;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	color: #464646;
}	
.head a:link { color: #333333; }
.head a:visited { color: #333333; }
.head a:active { color: #333333 }
.head a:hover { color: #CC0000 }

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	color: white;
}
.subhead a:link { color: #FFFF66; }
.subhead a:visited { color: #FFFF66; }
.subhead a:active { color: #FFFFFF }
.subhead a:hover { color: #FF9900 }

.date {
	color: #108BD8;
	font-size: 12px;
}
.alignLeft { float:left; margin-right: 2em; margin-bottom: 2em; }
.alignRight { float:right; margin-left: 2em; margin-bottom: 2em; }
.alignCenter { margin-left: 180px; }

tr.d0 td {
	background-color: #BBBBBB;
}
tr.d1 td {
	background-color: #CCCCCC;
}
tr.d2 td {
	background-color: #FFCC00;
}


/* LAYOUT */	
#container {
	margin: auto;
	left: 50px;
	top: 50px;
	right: 50px;
	width: 882px;
	height: auto;
	background-color: black;
}
#header {
	position: relative;
	clear: both;
	width: 882px;
	height: 45px;
	background-color: #333333;
}
#blackcontent {
	margin: auto;
	width: 882px;
	height: auto;
	background-color: black;
}
#content {
	margin: auto;
	width: 882px;
	background-color: white;
}


/* MAINNAV */
#mainnav {
	top: 10px;
	width: 154px;
	height: 34px;
	position: relative;
	float: left;
	z-index: 50;
}
#mainnav #nav { margin: 50; padding: 20; }
#mainnav #nav li { display: inline; }
#mainnav #nav li a { float: left; width: 154px; height: 0; padding-top: 34px; overflow: hidden; }
#mainnav #nav li a { background-image: url(images/links.png); background-repeat: no-repeat; } 

/* BUTTONS */
#mainnav #nav li#one a { background-position: 0 0; }
#mainnav #nav li#two a { background-position: 0 -34px; }
#mainnav #nav li#three a { background-position: 0 -68px; }
#mainnav #nav li#four a { background-position: 0 -102px; }
#mainnav #nav li#five a { background-position: 0 -136px; }
#mainnav #nav li#six a { background-position: 0 -170px; }
#mainnav #nav li#seven a { background-position: 0 -204px; }
#mainnav #nav li#eight a { background-position: 0 -238px; }
#mainnav #nav li#nine a { background-position: 0 -272px; }
#mainnav #nav li#ten a { background-position: 0 -306px; }

/* OVER STATES */
#mainnav #nav li#one a:hover { background-position: -154px 0; }
#mainnav #nav li#two a:hover { background-position: -154px -34px; }
#mainnav #nav li#three a:hover { background-position: -154px -68px; }
#mainnav #nav li#four a:hover { background-position: -154px -102px; }
#mainnav #nav li#five a:hover { background-position: -154px -136px; }
#mainnav #nav li#six a:hover { background-position: -154px -170px; }
#mainnav #nav li#seven a:hover { background-position: -154px -204px; }
#mainnav #nav li#eight a:hover { background-position: -154px -238px; }
#mainnav #nav li#nine a:hover { background-position: -154px -272px; }
#mainnav #nav li#ten a:hover { background-position: -154px -306px; }

/* PRESSED STATES */
#mainnav #nav li#one a:active { background-position: -308px 0; }
#mainnav #nav li#two a:active { background-position: -308px -34px; }
#mainnav #nav li#three a:active { background-position: -308px -68px; }
#mainnav #nav li#four a:active { background-position: -308px -102px; }
#mainnav #nav li#five a:active { background-position: -308px -136px; }
#mainnav #nav li#six a:active { background-position: -308px -170px; }
#mainnav #nav li#seven a:active { background-position: -308px -204px; }
#mainnav #nav li#eight a:active { background-position: -308px -238px; }
#mainnav #nav li#nine a:active { background-position: -308px -272px; }
#mainnav #nav li#ten a:active { background-position: -308px -306px; }

/* ON STATES */
#mainnav.one #nav li#one a { background-position: -462px 0; cursor: default; }
#mainnav.two #nav li#two a { background-position: -462px -34px; cursor: default; }
#mainnav.three #nav li#three a { background-position: -462px -68px; cursor: default; }
#mainnav.four #nav li#four a { background-position: -462px -102px; cursor: default; }
#mainnav.five #nav li#five a { background-position: -462px -136px; cursor: default; }
#mainnav.six #nav li#six a { background-position: -462px -170px; cursor: default; }
#mainnav.seven #nav li#seven a { background-position: -462px -204px; cursor: default; }
#mainnav.eight #nav li#eight a { background-position: -462px -238px; cursor: default; }
#mainnav.nine #nav li#nine a { background-position: -462px -272px; cursor: default; }
#mainnav.ten #nav li#ten a { background-position: -462px -306px; cursor: default; }


#headline {
	float: left;
	width: 882px;
	height: 262px;
}
#top {
	float: left;
	width: 882px;
	height: 200px;
}
.gap {
	clear: both;
	width: 882px;
}
.greygap {
	clear: both;
	width: 882px;
	height: 10px;
}
.divider {
	width: 550px;
	height: auto;
	border-top: 1px solid grey;
}
#images {
	clear: both;
	float: left;
	position:relative;
	width: 882px;
	height: 145px;
}
#bottom {
	float: left;
	position:relative;
	width: 882px;
	height: auto;
}
#info {
	float: left;
	margin: 30px 0px 0px 50px;
	position:relative;
	width: 260px;
	height: auto;
}
#widetext {
	position:relative;
	float: right;
	text-align: left;
	margin: 20px;
	width: 640px;
	height: auto;
	overflow: hidden;
	background-color: white; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border: 0px solid gray; padding: 5px;
}
#narrowtext {
	position:relative;
	float: left;
	text-align: left;
	margin: 20px 0px 0px 52px;
	width: 420px;
	height: auto;
	background-color: black;
	overflow: hidden;
}
#view {
	position:relative;
	float: left;
	text-align: center;
	margin: 50px 0px 0px 0px;
	width: 500px;
	height: auto;
}
#search {
	position:relative;
	float: right;
	top: -50px;
	right: 30px;
	width: 300px;
	height: 35px;
	background-color: #FFFFFF;
}
#image {
	position:relative;
	float: right;
	width: 254px;
	height: auto;
}
#image a span { display: none; }
#image a:hover span { display: block; position: absolute; top: 160px; left: 0px; width: 170px; 
	padding: 5px; margin: 10px; z-index: 100;
   	color: white; background: black; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid gray;
   	font: 12px Arial, Helvetica, sans-serif; text-align: center;
}
#map {
	position:relative;
	width: 555px;
	height: auto;
}
#map a span { display: none; }
#map a:hover span { display: block; position: absolute; top: 240px; left: 155px; width: 220px; 
	padding: 5px; margin: 10px; z-index: 100;
   	color: white; background: black; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid gray;
   	font: 12px Arial, Helvetica, sans-serif; line-height: 1.4; text-align: center;
}
.logo {
	float: left;
	margin: 30px 0px 0px 50px;
	position:relative;
	width: 120px;
	height: auto;
}
.logohome {
	float: left;
	margin: 0px 0px 0px 80px;
	position:relative;
	width: 120px;
	height: auto;
}
.picture {
	float: left;
	margin: 0px 6px 6px 0px;
	position:relative;
	width: 180px;
	height: auto;
}
.box {
	position:relative;
	margin: 0px;
	text-align: left;
	width: 545px;
	height: auto;
	background-color: #E9E9E9;
	border: 1px dashed gray;
	padding: 5px;
}
#infobar {
	margin: auto;
	clear: both;
	position: relative;
	text-align: right;
	width: 852px;
	height: 80px;
	background-color: black;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px 30px 10px 0;
}
#previous {
	float: left;
	text-align: left;
	width: 340px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#next {
	float: right;
	text-align: right;
	width: 422px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#footer {
	clear: both;
	margin: auto;
	position:relative;
	width: 882px;
	height: auto;
	padding-top: 0px;
}
#copyright {
	float: left;
	text-align: left;
	width: 580px;
	height: 30px;
	padding: 5px 0 0 0px;
}
#disclaimer {
	float: right;
	text-align: right;
	width: 150px;
	height: 30px;
	padding: 5px 0 0 0;
}

#content-explorer {
	padding-top: 0px;
	width:100%;
	line-height:normal;
	}
	#content-explorer ul {
		padding: 30px 10px 0px 29px;
		list-style: none;
		max-width: 762px;
		height: 25px;
		}
		#content-explorer ul li {
			float: left;
			background-color: #999999;
			text-align: center;
			font-style: Arial, Helvetica, sans-serif;
			padding: 5px;
			-moz-border-radius-topleft: 5px;  -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px;  -webkit-border-top-right-radius: 5px;
			overflow: hidden;
			margin-left: 5px;
			}
			#content-explorer ul li a {
			display: block;
			padding: 5px 5px 10px 5px;
			font-size: 14px;
			font-weight: bold;
			color: #CCCCCC;
			}
			#content-explorer ul li a:hover {
			color: #FFFFFF;
			}
			#content-explorer ul li.selected {
			background-color: #cc0000;
			}
			#content-explorer ul li.selected a {
			padding-bottom: 6px;
			color: #FFFFFF;
			}
div.yui-content {
	position: relative;
	margin: 0 0 0 34px;
	text-align: left;
	width: 530px;
	height: auto;
	background-color: #e8e8e7;
	background-image: url(http://www.pagefast.co.uk/images/silver-grad.png);
	background-repeat: repeat-x;
	border: 1px dashed gray;
	padding: 10px;
}

/* PRINT */
@media print {
body { background-color: white; }
#container { background-color: white; }
#mainnav { display: none; width: 100px; }
#top { display: none; }
#images { display: none; }
#widetext { width: 882px; }
table#main {width: 100%; background: white; text: black; }
.box { background-color: white; }
#footer { background-color: #FFFFFF; }
.noprint { display: none; }
tr.d0 td { background-color: #DDDDDD; }
tr.d1 td { background-color: #F0F0F0; }
tr.d2 td { background-color: #FFCC00; }
.disclaimer { color: #CCCCCC; }
.disclaimer a:link { color: #CCCCCC; text-decoration: none; }
.disclaimer a:visited { color: #CCCCCC; text-decoration: none; } }
