/* @override http://localhost:3000/stylesheets/header.css */

div#header{
	width:650px;
	overflow:hidden;
	background:#fff url(/images/bg-header.jpg) no-repeat 0 0;
	padding:0 74px 0 76px;
	height:253px;
}

div#header h1 {
  margin: 0;
}

div#splash_page h1 a,
div#header h1 a{
	background:url(/images/logo.jpg) no-repeat 0 0;
	width:228px;
	height:47px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:19px 0 0 46px;
}

div#splash_page p,
div#header p{
	color:#145192;
	font-size:1.193em;
	line-height:20px;
	font-weight:bold;
	padding:22px 0 0 324px;
}

div#header div.header_area{
	width:650px;
	float:left;
}
div#header div.header_area div.header_flash{
	float:left;
	margin:12px 0 0;
	height:175px;
	overflow:hidden;
}
div#header div.header_area div.header_flash img{float:left;}
div#header div.header_area h1{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}

#header .header_area h1 a {
  background: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: none;
  text-indent: 0;
	width:190px;
	height:78px;
	margin:76px 0 0;
  text-decoration: none;
}

.about #header .header_area h1 a {
  background:url(/images/txt-about-us.jpg) no-repeat 0 0;
}

.cu #header .header_area h1 a {
	background-image: url(/images/txt-credit-uns.jpg);
	width:282px;
	height:68px;
	margin:76px 0 0;
}

.members #header .header_area h1 {
  margin-top: 67px;
}

.members #header .header_area h1 a {
  background-image: url(/images/txt-credit-un-m.jpg);
	width:259px;
	height:113px;
	margin:48px 0 0;
}

.members #header .logo {
  display: none;
}
.members #header .header_area .header_flash {
  margin-top: 78px;
}
