/* dark header */
#header {
	position: relative;
	height: 219px;
	overflow: hidden;
	background:transparent url(../images/header_bg2.png) 4px 0px no-repeat ;
	z-index:13;
}

#accessibility {
	position: relative;
	z-index: -2;
	top: 6px;
	left: 723px;
	width: 101px;
	height: 119px;
	overflow: hidden;
	font-size:10px;
}

#accessibility #selectors {
	position: relative;
	height: 8px;
}

#accessibility span {
	background-repeat: no-repeat;
}

#accessibility a {
	text-decoration: none;
	padding-left:9px;
	padding-right:3px;
	margin-bottom:2px;
}

.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 {
	display: block;
	float: right;
	width: 20px;
	height: 12px;
	margin: 0 5px;	
	background-repeat: no-repeat
}

#logo {
	position: absolute;
	top: 35px;
	left: 45px;
	display: block;
	width:350px;
	height: 120px;
}

#top {
	/*height: 32px;*/
	width:300px;
	padding-top: 25px;
	overflow: hidden;
	margin-left: 520px;
	margin-bottom: 0px;
	/*margin-right: 25px;*/
	color: #999;
        position: relative;
        z-index: 99999;
}

#top.moduletable form{
	width:300px;
	/*position:relative;
	top:-30px;
	left:-40px;*/
}

input#keyword{
	width:200px;
	height:16px;
	border:1px #268245 solid;
}

#top.moduletable form .button{
	height:26px;
	width:80px;
	padding-right:18px;
}

.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);
}
