/* ------------------------------------------------------------------------------------------- HEADER AREA */

#header {
	height: /*174px*/168px; 
	position: relative; 
	background: url("../images/header/bg-header.jpg") 0% 0% repeat-x;
}
#header .header-content {
	width: 960px; 
    margin: 0 auto;
}
/* ------------------------------------------------------------------------------------------- UTILITIES */

#utilities {
	height: 30px;
	font-size: 1.1em;
    width: 960px;
	margin: auto;
}
#utilities ul {
	list-style: none;
	float: right;
}
#utilities ul#utility_link{
    display: block;
    clear: both;
}
#utilities .tools {
    clear: both;
    width: 615px;
    float: right;
}
#utilities .tools .login-buttons {
    float: left;
    margin-left: 180px
}
#utilities .tools .login-buttons li{
    margin-top: 0;
    padding: 5px 7px;
    width: 160px;
}
#utilities .tools .login-buttons li a{
    border-radius: 3px;
    background: #ffffff;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    padding: 3px 10px;
    text-align: center;
    color: #326575;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    width: inherit;
}
    #utilities .tools .login-buttons li a:hover {
            background: #326575;
            opacity: 2;
            color: #ffffff;
            border: 1px solid #326575;
    }
#utilities .tools #siteSearch {
    float: right;
}
#utilities li {
	float: left;
	list-style: none;
	margin: 2px 0 5px 0;
	padding: 5px 12px;
}
#utilities li:last-of-type {
	padding: 5px 6px 5px 15px;
}
#utilities li a, #utilities li a:visited {
	color: #ffffff;
	text-decoration: none !important;
    border-bottom: 1px solid #87c3d7;
    font-size: 14px;
}
#utilities li a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------- SEARCH BOX */

#siteSearch {
	width: 260px;
	/*height: 20px;*/
	float: right;
	margin: 5px 0 0 0;
	position: relative;
}
#siteSearch .search_input {
	position: absolute;
	left: 0;
	top: 0;
	color: #5f5f5f;
	border: 0;
	width: 238px;
	height: 40px;
	padding: 0 0 0 15px;
    font-size: 14px;
    border-radius: 5px;
}
* html #siteSearch .search_input {
	background-attachment: fixed;
}
#siteSearch .search_submit {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 25px;
	height: 20px;
	text-indent: 25px;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/header/bg_searchBox_submit.gif") 0% 0% no-repeat;
}

.search-block{display:none;}

/* ------------------------------------------------------------------------------------------- COMPANY LOGO */

.header_logo {
	display: block;
	height: 66px;
	overflow: hidden;
	line-height: 200px;
	margin: 5px 0 0 0;
	margin: auto;
	background: url("../images/img_logo.png") 0% 0% no-repeat;
    width: 330px;
}
/* ------------------------------------------------------------------------------------------- PRIMARY NAVIGATION */

.primaryNav {
	list-style: none;
	position: absolute;
	bottom: 8px;
	font-size: 1.1em;
    width: 960px;
    margin-top: 25px;
    margin-bottom: 7px;
}
.primaryNav li {
	float: left;
	width: 149px;
	margin: 0 12px 0 0;
	cursor: pointer;
}
.primaryNav li:last-of-type {
    margin-right: 0;    
}
.primaryNav li a, .primaryNav li a:visited {
	display: block;
	padding: 0 15px;
	text-align: center;
	font-weight: bold;
	color: #326575;
	text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #b8dee9;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    font-size: 14px;
}
.primaryNav li a:hover {
    background: #326575;
    opacity: 2;
    color: #ffffff;
    border: 1px solid #326575;
    border-radius: 4px;
}
/* ------------------------------------------------------------------------------------------- EXTRANET PANEL */

.extranet_login {
}
.extranet_login a, .extranet_login a:visited {
	width: 250px;
	height: 22px;
	padding: 14px 0 0 10px;
	position: absolute;
	right: 0;
	top: 30px;
	background: url("../images/header/bg_extranet_login.gif") 0% 0% no-repeat;
	color: #a6a6a6;
	font-weight: bold;
	text-decoration: none;
}
.extranet_login a:hover {
	background-position: 0% 100%;
}
.extranet_login .underline {
	text-decoration: underline;
}
.extranet_options {
	width: 250px;
	height: 36px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 0;
	top: 30px;
	background: url("../images/header/bg_extranet_user.gif") 0% 0% no-repeat;
	color: #a6a6a6;
}
.extranet_options strong.extranet_user {
	line-height: 40px;
}
.extranet_options strong.extranet_user span {
	font-weight: normal;
}
.extranet_options .extranet_logout {
	display: block;
	width: 65px;
	float: right;
	margin: 11px 5px 0 0;
}
* html .extranet_options .extranet_logout {
	margin-right: 2px;
}
.extranet_options .extranet_logout em {
	font-style: normal;
	line-height: 18px;
}
.extranet_options .extranet_logout a, .extranet_options .extranet_logout a:visited {
	display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: right;
	text-indent: 25px;
	line-height: 25px;
	color: #333;
	background: url("../images/header/but_extranet_logout.gif") 0% 0% no-repeat;
}

.warning-message {
	background: #cb3453;
	text-align: center;
	min-height: 64px;
	width: 100%;
	display: block;
}

.warning-message .container {
	width:  960px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.warning-message .container {
		width:100%;
	}	
}

.warning-message .container h4 {
	background: transparent url('../images/banner-alert.png') 10px 20px no-repeat;
	font-size: 14px;
	line-height: 1.2;
	padding: 25px 0 25px 45px;
	font-weight: bold;
	color: #fefefe;
	position: relative;
}

@media screen and (max-width: 767px) {
	.warning-message .container h4 {
		background-position:  10px 25px;
		padding:  25px 25px 25px 45px;
	}	
}
