/* dark header */
#header {
	position: relative;
	height: 82px;
	overflow: hidden;
	background: #232833 url(../images/header-bg.png) repeat-x;
}

#accessibility {
	position: absolute;
	z-index: 10000;
	top: 29px;
	right: 70px;
	width: 220px;
	height: 25px;
	overflow: hidden;
}

#accessibility #selectors {
	position: relative;
	height: 8px;
	
}

#accessibility span {
	background-repeat: no-repeat;
}

#accessibility a {
	text-decoration: none;
}

.font-selector,
.width-selector {
	display: block;
	position: absolute;
	top: 0;
	width: 12px;
	height: 6px;
}

.f-smaller #selectors .font-selector {
	right: 159px;
}

.f-default #selectors .font-selector {
	right: 129px;
}

.f-larger #selectors .font-selector {
	right: 99px;
}

.w-thin #selectors .width-selector {
	right: 70px;
}

.w-wide #selectors .width-selector {
	right: 40px;
}

.w-fluid #selectors .width-selector {
	right: 10px;
}

#accessibility #buttons {
	float: right;
}

#accessibility .button {
    background: url(../images/search-button.png) no-repeat;
    width:56px;
    height:18px;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    font-family:arial;
}

*:first-child+html #accessibility .button {
    position:relative;
    top:-2px;
    left:-1px;
}

* html #accessibility .button {
    position:relative;
    top:-2px;
    left:-1px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width:940px;
	height: 90px;
	background: url(../images/logo.png) no-repeat;
}

#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #999;
}

.font-selector,
.width-selector {
	background: url(../images/access-select.png) no-repeat;
}

.lrg .button {
	background: url(../images/access-lrg.png);
}

.sml .button {
	background: url(../images/access-sml.png);
}

.med .button {
	background: url(../images/access-med.png);
}

.thin .button {
	background: url(../images/access-thin.png);
}

.wide .button {
	background: url(../images/access-wide.png);
}

.fluid .button {
	background: url(../images/access-fluid.png);
}