body {
		 margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
}
#tablist a {
    display: block;
    width: 95px;
    height: 35px;
		overflow: hidden;
    background-image: url(/Images/tabs.gif);
		background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0;
		padding: 0;
		text-decoration: none;
		color: white;
		font-family: ariel, sans-serif;
}
#tablist a:hover {
		overflow:hidden;
    background-position: 0px -35px;
		background-repeat: no-repeat;
		color: #0000CC;
}

ul#tablist{
				 list-style-type: none;
				 padding: 0;
				 margin: 0;
}

li#tab {
			 float: left;
			 line-height: 16px;
			 font-size: 14px;
			 text-align: center;
			 width: 95px;
}
#tabbox {
				padding-top: 0px;
				margin: 0px;
				border: 0px;
				height: 35px;
				position: absolute;
				top: 75px;
				left: 225px;
				
}
#header {
border:0 none;
margin-left:auto;
margin-right:auto;
padding:0;
position:relative;
width:855px;
}
#logobox {
				 position: absolute; 
				 width: 500px; 
				 height: 60px; 
				 background-image: url("/Images/opnw_logo_med.gif"); 
				 top: 6px;
				 left: 177px;
}
#numberbox {
				font-size: .85em;
				color: #0000CC;
				position: absolute;
				height: 34px;
				font-family: ariel, sans-serif;
				top: 15px;
}
#loginbox{
					width: 230px; 
					height: 30px; 
					font-family: ariel, sans-serif; 
					font-size: 14px; 
					position: absolute;
					top: 73px;
					margin: 0;
}

.loginbutton { 
						 position: relative;
						 float: left;
						 display: block;
						 margin: 0; }
						 
#twitterbox{
				position: absolute;
				height:55px;
				margin-left:auto;
				margin-right:auto;
				left: 708px; 
				top: 10px;
				width:80px;
				z-index:50;
				}
#horizon {
				background: transparent url(/Images/header_grad.gif) repeat-x scroll center bottom;
				position: absolute;
				top: 91px;
				width: 100%;
				z-index: -1;
				margin: 0px 0px; 
				padding:0px;
				height: 19px;
}

label.overlabel {
    position:absolute;
		padding-left: 3px;
    top:3px;
    z-index:1;
    color:#999;
  }

