/* dark header */
/* lrg - increased header size to incorp pwm masthead. Change header background to white */
#header {
	position: relative;
	height: 175px;
	overflow: hidden;
	background: #ffffff url(../images/header-bg.png) repeat-x;
}

#accessibility {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 25px;
	width: 200px;
	height: 20px;
	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 {
	display: block;
	float: right;
	width: 20px;
	height: 12px;
	margin: 0 5px;	
	background-repeat: no-repeat
}

/* lrg - changed logo area to incorporate pwm masthead. Reduced left position. The logo is made up of two parts. logo_p1 is to be replaced by the animated globe. Added logo_globe (with flash swf). For each additional image e.g. logo_globe, logo_pl a correspondin entry is required in the index.php file */


/* globe gives position of flash animation, which is embedded in index.php */

#globe {
	position: absolute;
	top: 45px;
	left: 14px;
	display: block;
	width:130px;
	height: 174px;
	
}

/* static globe - now superseded by flash #globe */

#logo_p1 {
	position: absolute;
	top: 58px;
	left: 0px;
	display: block;
	width:27px;
	height: 174px;
	background: url(../images/logo-main-leftcurve.png) no-repeat;
}


#logo_p2 {
	position: absolute;
	top: 35px;
	left: 118px;
	display: block;
	width:1400px;
	height: 174px;
	background: url(../images/logo-main.png) no-repeat;
}


#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #F1EEE6;
}

.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);
}
