#header {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:80px;
	padding:0;
	background: url('header-bg.gif') top left no-repeat #fff;
}
#headerWrapper {
	position:relative;
	width:960px;
	height:80;
}

.headerLogo {
	position:absolute;
	top:13px;
	left:1px;
}
#headerLinks {
	float:right;
	width:320px;
	height:24px;
	
	padding:0 0 0 5px;
	
	text-transform:lowercase;
	color:#000;
	
	
	
	background: url('top-bar.gif') top left no-repeat;
}
#headerLinks ul {
	float:right;
	height:21px;
	width:215px;
	
	margin:0;
	padding:3px 10px 0 0;

	font-size:95%;
	
	background: url('top-bar-right.gif') top right no-repeat;
}
#headerLinks ul li {
	display:inline;
	padding:0 8px;
}
#headerLinks ul li a {
	padding:0;
	
	color:#000;
	text-decoration:none;
}
#headerLinks ul li a:hover {
	text-decoration:underline;
}
#header .tagline1 {
	position:absolute;
	bottom:1px;
	left:322px;
	font-size:130%;
	width: 577px;
	height: 37px;
}
#header .tagline2 {
	position:absolute;
	bottom:3px;
	left:31%;
	font-size:110%;
	color:#6c8098;
	width: 307px;
}

#searchBar {
	position:absolute;
	bottom:15px;
	right:8px;
	padding:2px 0;
	width:15em;
}

#searchBar fieldset{
	margin:0;
	padding:0;
	border:0;
}

#query {
	width:9em;
	height:15px;
	vertical-align:middle;
}
#searchSubmit {
	padding-bottom:2px;
	vertical-align:middle;
}
#searchType {
}

