/* CSS Document */
#header {
	height:90px;	
	border-bottom:#003366 solid 1px;
}
#header #logo{
	margin:10px 0 10px 10px;
	width:420px;
	height:45px;
	float:left;
}
#header #headerright {
	margin-top:0;
	padding:0 5px 0 0;
	float:left;
	width:500px;
}
#searchboxS {
	width:460px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#searchboxS table,
#searchboxS table td{
 padding:0;
 margin:0;
}
#searchboxS #textbox {
	height: 24px;
	width: 340px;
	border-left: 1px solid #828282;
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-right: 0px;
}
#searchboxS input#query {
	display:block;
	border: 0px;
	font-family: georgia, serif;
	height: 20px;
	width: 320px;
	font-size: 18px;
	color: #666666;
}
#searchboxS input#query:focus {
  outline: none;
}
#searchboxS #searchbutton {
	width: 48px;
	border: none;
}
#searchboxS #clearText {
  width: 16px;
  height: 16px;
  margin-top:2px;
  margin-right:2px;
  border: none;
	background: url(../images/b_close_16.png) no-repeat 0 0;
	cursor:pointer;
}
#searchboxS #clearText:hover {
	background-position: 0 -16px;
}
#searchboxS #searchsubmit {
	display:block;
	border: none;
	width: 48px;
	height: 28px;
	cursor: pointer;
  position:relative;
  left:-2px;
	background: url(../images/b_search_s.png) no-repeat 0 0;
}
#searchoption {
	font-weight:bold;
	display:block;
	float:left;
	text-align:left;
	padding-left:10px;
}
#searchoption a, #searchoption a:visited {
	text-decoration:none;
	color:#003366;
	font-size:12px;
}
#searchtype {
	width:440px;
	height: auto;
	margin: 10px auto 0 auto;
	color:#474747;
	font-size:10px;
	padding:0;
}