/********** Header ************/

#headerContainer {
	width: 100%;
	height: 110px;
	padding: 0px;
	background: #ffffff;
}

#headerInner {
	position:relative;
	width: 960px;
	height: 110px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#headerInner .left {
	width: 413px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#headerInner #logo {
	margin: 9px 0px 0px 0;
}

#headerInner .right {
	width: 413px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#headerInner #searchBar {
	position:absolute;
	width: 270px;
	height: 50px;
	top:37px;
	right:280px;
	background:url(../images/imagesSTJ/search_bg.gif) no-repeat;
}

input#searchBox {
	width: 130px;
	font-size:14px;
	color:#629FBF;
	padding:22px 5px 0 10px;
	width:175px;
	float: left;
	background:none;
	border:none;
}

input#searchButton {
	float: left;
	width:65px;
	height:30px;
	margin: 16px 0 0 8px;
	padding:0;
	background:url(../images/imagesSTJ/search_button.gif) no-repeat;
}

input#searchButton:hover {
	background-position:top right;
}

.foundationButton {
	position:absolute;
	width:164px;
	height:34px;
	top:0;
	right:22px;
	background:url(../images/imagesSTJ/foundation-button.gif) no-repeat;
}

.foundationButton:hover {
	background-position:top right;
}

#basicmenu {
	margin-left:12px;	
}