.header {
	position: relative;
	height: 100px;
	overflow: hidden;
	margin-bottom: 16px;
}

/*----- logo --2787a7------2994A7-----*/
.header h1 {
	font: 19pt "PT Sans", Arial, Helvetica, sans-serif;
	color: #2994A7;
	position: absolute;
	left: 19px; top: 25px;
	width: 580px; height: 69px;
	margin: 0px;
    padding: 0 0 0 80px;
    background: url("../../images/logo_circle.gif") no-repeat scroll 0 0 transparent;
}
.header h1 a { 
	width: 580px;/* height: 69px;*/
	overflow: hidden;
	display: block;
	position: relative;
}
.header h1 a span {
	position: absolute;
	width: 580px; height: 69px;
	left: 0px;
	top: 0px;
	background: transparent url(../../images/logono.gif) no-repeat;
	font: 19pt "PT Sans", Arial, Helvetica, sans-serif;
}
.header h1 a:link, .header h1 a:visited {
	color: #2994A7;
	text-decoration: none;
}
.header h1 a:hover, .header h1 a:active {
	color: #2994A7;
	text-decoration: none;
}

.header h1 a.sinfo, .header h1 a.rpc { 
	display: block;
	width: 580px; 
	position: relative;
    top: -2px;
	overflow: hidden;
	color: #2994A7;
    font-size: 22pt;
}
.header h1 a.rpc { 
    font-size: 18pt;
    top: -12px;
}

.header h1 a:link.sinfo, .header h1 a:visited.sinfo, .header h1 a:link.rpc, .header h1 a:visited.rpc {
	color: #2994A7;
	text-decoration: none;
}
.header h1 a:hover.sinfo, .header h1 a:active.sinfo, .header h1 a:hover.rpc, .header h1 a:active.rpc {
	color: #2994A7;
	text-decoration: none;
}


/*----- search ---------------*/
.search {
	position: absolute;
	width: 325px;
	height: 23px;
	right: 20px;
	top: 62px;
}	
.search form {
	width: 325px;
	height: 23px;
	margin: 0;
	padding: 0;
}
.search fieldset {
	border: none;
}
.search label {
	display: none;
}
.search input[type="text"] {
	width: 240px;
	height: 16px;
	padding: 1px 0px 1px 2px;
	margin: 2px 0px 0px 0px;
	font-size: 120%;
	line-height: 16px;
	color: #888888;
	float: left;
	clear: none;
	border: 1px solid #c9dde4;
}
.search input[type="text"]:hover {
	border: 1px solid #95bac8;
}
.search input[type="submit"] {
	float: left;
	clear: none;
	width: 65px;
	height: 23px;
	margin: 0 0 0 15px;
	padding: 0 0 2px 0;
	border: none;
	cursor: pointer;
	background: transparent url(../../images/btn_search.gif) no-repeat;
	color: #ffffff;
	position: relative;
	top: 0px;
}
/*----- pict---------------*/
.pict { 
	position: absolute;
	right: 20px;
	top: 19px;
	width: 117px;
	height: 11px;
}
.pict img {
	float: left;
	clear: none;
}
.pict a img {
	margin: 0px 0px 0px 0px;
}
.pict a {
	float: left;
	clear: none;
	margin: 0px 0px 0px 27px;
}

