h1,h2,h3,h4,h5,h6,span,p,dl,dt,dd{
	margin: 0;
	padding :0;
	font-style:normal;
	font-weight:normal;
}
img{border:0px;}
.clearBoth{clear:both;}
br.clear{
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}

/*----------------------------------------*/
/* base */
/*----------------------------------------*/
html{
	height:100%;
}
body{
	height:100%;
	margin: 0;
	padding:0;
	background-color:#E1E1E1;
	color:#555555;
	text-align:center;
}

/* --------- stage --------- */
div#stage{
	width:940px;
	height:100%;
	min-height: 100%;
	margin: 0 auto;
	background: url(../images/layout/stage_bg.gif) repeat-y;
	text-align:left;
}
/* for modern browser */
html>body>#stage {
	height: auto;
}

/* --------- container --------- */
div#container{
	position:relative;
	width:920px;
	margin: 0 10px;
}


/*----------------------------------------*/
/* header */
/*----------------------------------------*/
div#header{
	position:relative;
	width:920px;
	height:52px;
	background:url(../images/header_bg.gif) repeat-x;
}
/* --------- Web logo --------- */
#header h1{
	width:368px;
	height:45px;
	font-size:0px;
}
/* --------- Mission Statement --------- */
#MissionStat{
	position:absolute;
	top:10px;
	width:390px;
	left:585px;
	font-size:12px;
	height: 30px;
}

/*----------------------------------------*/
/* footer */
/*----------------------------------------*/
div#footer{
	position:relative;
	clear:both;
	height:120px;
	padding:10px 0 0 0;
	background: url(../images/footer_bg.gif) no-repeat;
	text-align:center;
}

/*----------------------------------------*/
/* outbound */
/*----------------------------------------*/
a.outbound { 
	padding-right:18px;
	margin-right:5px;
	background : url(../images/outbound_icon.gif) no-repeat right center;
}

/* overwrite IE7*/
*+html body a.outbound {
	display:inline-block ;
}
/* overwrite IE6,5.5*/
* html body a.outbound {
	display:inline-block ;
}


.company_info{
	position:relative;
	top:-100px;
	right:8px;
	float:right;
	margin-right:5px;

}

.chsearch{
	position:relative;
	top:-10px;
	right:-30px;
	float:right;
	hight:800px;
	width:375px;
	text-align:right;
	border-top:2px;
	margin-right:-1px;
	background-image:url(../images/layout/search_box.jpg);
	background-repeat:no-repeat;
	
}


