/* EEKELS HEADERS 948x285 & 948x92 */

#content-header {
	height: 92px;
	overflow: hidden;
	position: relative;
}


#content-header ul {
	position: absolute;	
	width: 948px;
	padding: 0; /* NEW */
}

#content-header ul li {
	display: block;
	float: left;
	margin: 0 0 0 16px; /* CHANGED */
	position: relative;
	width: 466px;
}

#content-header ul li:before {
	display: none;  /* NEW */
}


#content-header ul li h3 {
	padding: 0px;
	position: absolute;
	text-align: left;
}

#content-header ul li h3 a {
	font-family: Arial, verdana;
	color: #282827;
	text-shadow: #c5d587 0px 1px 0;
	display: block;
	font-size: 14px;
	font-weight: bolder;
	padding: 235px 0 0 11px;
	height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	width: 455px;
}
#content-header ul li h3 a:hover {
	color: #111;
}

.homepage #content-header ul li h3 a,
#content-header ul li.active h3 a {
}

/* segmentpage header */
#content-header .description {
	background-image: url(../images/description-bg.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 180px;
	min-height: 50px !important;
	left: 40px;
	padding: 0 25px 0 25px;
	position: absolute;
	top: 67px;
	width: 373px;
}

#content-header .description span {
	position:absolute;
	top:50%;
	margin-top:-25px;
	text-align: center;
	width:373px;
}


.segmentpage #content-header ul {
    display: none;
}

/* content */

#content-header {
	height: 92px;
	overflow: hidden;
	position: relative;
}

#content-header ul {
	position: absolute;	
	width: 948px;
	background: url(../images/ulbg.png) no-repeat;
}

#content-header ul li {
	display: block;
	height: 92px;
	float: left;
	margin: 0 16px 0 0;
	position: relative;
	width: 466px;
}

#content-header ul li.last {
	margin: 0;
}

#content-header ul li h3 a {
	font-family: Arial, verdana;
	color: #282827;
	text-shadow: #c5d587 0px 1px 0;
	display: block;
	font-size: 15px;
	font-weight: bolder;
	padding: 50px 0 0 11px;
	height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	width: 455px;
}

#content-header ul li h3 a:hover {
	color: #111;
}


.segmentpage #content-header ul {
    display: none;    
}

/* homepage */

.homepage #content-header {
    height: 285px;
}

.homepage #content-header ul {
    background: none;    
}

.homepage #content-header ul li {
    height: 285px;
}

.homepage #content-header ul li h3 {
    height: 80px;
    width: 466px;
    margin: 180px 0 0 0;
    background-image: url(../images/ulbg.png);
}

