/* ----------- GLOBAL RESET ----------- */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*border: solid 1px red;*/
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font: 13px/1.22 "trebuchet ms", verdana, arial, san-serif;
	*font-size: small;
	*font: x-small;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

.accessibility {
	position: relative;
	left: -9000px;
}

.clear {
	clear: both;
	float: none;
	height: 0;
}

strong {
	font-weight: 900;
}

h1, h2, h3, h4, h5, h6, h1 a {
	font: 18px/1.22 "trebuchet ms", verdana, arial, san-serif;
	font-weight: 900;
}
a {
	color: #227aa7;
}

/* ----------- FOUNDATION ----------- */

body {
	background-color: #000;
	width: 1000px;
	margin: 0 auto;
}

#wp {
	background-color: #fff;
	border: solid 20px #fff;
	position: relative;
}

#hd {
	position: relative;
	z-index: 1000;
}

#hd img {
	float: left;
	position: absolute;
	top: -20px;
	left: -20px;
}

#hd div {
	float: right;
	margin-bottom: 20px;
}

#hd div h1 {
	float: left;
	display: inline;
	margin: 30px 0 0 370px;
	color: #666;
}

#hd div a {
	background: url(../images/bt_.jpg) no-repeat;
	display: block;
	text-align: right;
	float: right;
	width: 232px;
	height: 70px;
}

#hd ul {
	clear: both;
	float: right;
	width: 840px;
}

#hd ul li {
	float: left;
	display: inline;
}

#hd ul li a {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 12px 0;
	width: 105px;
	color: #000;
}

#hd ul li a.active, #hd ul li a:hover {
	background-color: #000;
	color: #fff;
}

#bd {
	background: #000 url(../images/bg_.jpg) no-repeat;
	color: #fff;
	margin: 0 auto 30px auto;
	width: 960px;
	height: 400px;
	clear: both;
}
#bd>* {
	margin: 0 20px 30px 460px;
}
#bd h2 {
	color: #6cf;
	font-size: 24px;
	padding-top: 40px;
}
#bd h2 span {
	vertical-align: super;
	font-size: 50%;
}
span.copy {
	vertical-align: super;
	font-size: 75%;
	line-height: 0;
}
#bd blockquote {
	color: #6cf;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 6px;
}
#bd blockquote+a {
	display: block;
	width: 244px;
	height: 61px;
	background: url(../images/bt_.png) no-repeat;
}
#bd+div {
}
#sbl {
	width: 300px;
	float: left;
}
#sbl h3 {
	padding-bottom: 24px;
}
#sbr {
	width: 600px;
	float: right;
}
#sbr blockquote {
	font-style: italic;
	margin: 20px 0 20px 0;
}
#sbr p {
	font-weight: 800;
	padding: 0;
	margin: 0;
}
#sbr p a {
	display: block;
	padding: 10px 0;
}
#ft {
	padding-bottom: 20px;
}
#ft hr {
	margin: 20px 0;
	height: 2px;
	background-color: #000;
}
#ft ul {
	float: left;
}

#ft ul li {
	float: left;
}
#ft ul li:before {
	content: "|";
	padding: 0 6px;
}
#ft ul li.first:before {
	content: "";
	padding-left: 0;
}
#ft p {
	padding: 10px;
}
#ft p.credits {
	float: right;
	text-align: right;
}