/* 
===========================================================
Header
===========================================================
*/



#hhslogo {
    background: url("../images/sys_images/hhs-logo-header.png") no-repeat scroll 0 0 transparent;
    height: 43px;
    position: relative;
     z-index: 10;
}




#invisiblelink  {
display: block;
position: absolute;
text-indent: -9999px;
height: 43px;
width: 100px;
left: 1000px;
} 





#compliant{
position:absolute;
height: 1px;
width: 1px;	
overflow:hidden;	
	
} 

   




#header {
    background: url("../images/sys_images/main-header-bg.png") no-repeat scroll 0 0px transparent;
    color: #FFFFFF;
    height: 140px;
    left: 0;
    padding: 0 120px;
    position: relative;
    top: -6px;
    width: 960px;
    z-index: 1;

}
#logo {
/*    background-color: red;*/
  float: left;
    margin: 2px 0 0 -3px;
    position: relative;
}

#date {
  background: url("../images/sys_images/icon-flag.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    font-size: 0.75em;
    font-weight: 600;
    left: 121px;
    padding-left: 27px;
    position: absolute;
    top: 5px;
    width: 286px;
}
#header #global {
    /*background-color: #3C388F;*/
    float: right;
    font-weight: bold;
    margin: 5px 0 0;
}
#header #global a {
    color: #FFFFFF;
    padding: 0 3px;
    text-decoration: none;
}
#header #global a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#header #global ul {
    font-size: 0.75em;
    border: medium none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#global ul li {
    border: medium none;
    float: left;
    padding: 0;
}
#global ul li p {
    float: right;
    margin: 0;
    padding: 5px 0 0 !important;
        font-size: 0.9em;
}
#header #search {
 /*   background-color: #2EA740;*/
    float: right;
    margin: 8px 0 0 140px;

}

#text-size {
   float: right !important;
    font-size: 0.9em;
    margin-right: 10px;
    margin-top: 3px;
    -webkit-margin-before: 3px;
    }

#text-size a {
	color: #003399;
    font-weight: 600;
    padding: 0px !important;
}

#text-size a {

  padding: 0 !important;
    margin:0;
}

.small {
    font-size: 1em !important;
}
.medium {
    font-size: 1.2em !important;
}
.larger {
    font-size: 1.4em !important;
}
#header form input#searchtext {
    height: 23px;
    padding: 0;
    width: 308px;
}
#header .searchbutton {
    background: url("../images/sys_images/search-button.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    font-size: 0.9em;
    font-weight: 600;
    padding: 2px 2px 6px 9px;
    -webkit-padding-end:8px;
    -webkit-padding-before:5px;
}

