/* Header Styles */
#Header {
	margin: 0px 0 50px 0;

}
#headerUpper {
    padding: 1px 0px 0px;
    position: relative;
		margin: 0px 0 0 0;
}
#headerUpper #organisation {
    height: 95px;
    left: 22px;
    position: absolute;
    top: 39px;
    width: 266px;
    z-index: 2;
	color: #009297;
    line-height: 1.5;
    text-decoration: none;
    margin: 0;
}
#headerUpper #organisation a {
	display: block;
	height: 95px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../graphics/fws.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#organisation a img {
    display: block;
    left: -5000px;
    position: absolute;
}
#headerUpper #refuge {
    float: left;
    margin: 75px 0 10px 110px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}
#headerUpper h2 a {
    color: #000000;
    margin-bottom: 4px;
    text-decoration: none;
}
#headerUpper #refuge span {
    color: #7D7D7D;
    display: block;
    margin-top: 4px;
}
#headerUpper #socialmedia_icon {
	float: right;
	height: 51px;
	margin-top: 70px;
	padding-left: 20px;
	width: 300px;
	z-index: 4;
}
#headerUpper #association-of {
    background: url("../NewSite/Website/Images/unit_psr.png") no-repeat scroll 12px -5px transparent;
    border-left: 1px solid #CCCCCC;
    float: right;
    height: 51px;
    margin-top: 50px;
    padding-left: 5px;
    width: 170px;
    z-index: 4;
}
#headerUpper #search-bar {
	background-color: rgb(0, 0, 0);
	height: 65px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.header-search {
	margin:0 0 0 25px;
}
.search p {
    height: 22px;
    margin-bottom: 0px;
    position: relative;
}
.accessibility {
    left: -5000px;
    position: absolute;
}
.search .input-wrapper {
    background: url("../../images/search_input.gif") no-repeat scroll left top #9E9E9E;
    float: left;
    margin-right: 41px;
    width: 134px;
}
.search input.search-bar-submit {
    height: 20px;
    left: 139px;
    position: absolute;
    top: 1px;
}
input[type="image"] {
    border: medium none;
    cursor: pointer;
    padding: 0;
}

.search input.search-bar-input {
    background-color: transparent;
    border: medium none;
    color: rgb(0, 0, 0);
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    padding: 4px 0px 5px 22px;
    vertical-align: middle;
    width: 112px;
}

@media only screen and (min-width: 575px) {
#headerUpper #organisation {
	height: 95px;
	left: 22px;
	position: absolute;
	top: 15px;
	width: 266px;
	z-index: 2;
	color: #009297;
	line-height: 1.5;
	text-decoration: none;
	margin: 0;
}
#headerUpper #refuge {
    float: left;
    margin: 50px 0 10px 110px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
}
#headerUpper #search-bar {
	background-color: rgb(0, 0, 0);
	height: 41px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.header-search {
	float:right;
	margin:0;
}

}

@media only screen and (min-width: 850px) {
#Header #association-of {
	display:block;
}
#Header h2 a {
    font-size: 30px;
    line-height: 30px;
}
#Header #refuge span {
    font: italic 14px Georgia,"Times New Roman",Times,serif;
}	
}
