/***********************************************/
/******************* Header ********************/
/***********************************************/

#head {
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 123px;
	overflow: hidden;
	z-index: 100;
	width: 100%;
}
/* ################## HEAD ################## */
#head_content {
	float: left;
	display: block;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #bec4c9;
	height: 122px;
}
#banner {
	margin: 0;
	padding: 0;
	background: #014782 url(../images/header_frameset.jpg) no-repeat left top;
}
#logo {
	display: block;
	height: 100px;
	width: 100%;
	background: #014782 url(../images/header_frameset.jpg) no-repeat left top;
}
#logo img {
	display: none;
}
#global_utilities {
	float: right;
}
#global_utilities form {
	margin: 0px 12px 0px 0px;
	padding: 0;
	font-size: 0.9em;
}
#global_utilities input {
	border: 1px solid #999999;
	padding: 0;
	margin: 0;
}
#global_utilities button {
	border: 0;
	padding: 0;
	margin: 0;
	background: #e6e6e6 url(../images/bar_button.gif) repeat 0 0;    
}

#topmenu {
	float: left;
	margin: 0;
}
#global_utilities ul, #topmenu ul {
	list-style-type: none;
	margin: 2px 0px 2px 10px;
	padding: 0px;
	float: left;
}
#global_utilities ul li, #topmenu ul li {
	float: left;
}
#global_utilities ul li a, #topmenu ul li a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 2px 2px 12px;
	margin: 0px 10px 0px 0px;
	color: #7f7f7f;
	background: transparent url(../images/arrow_next_7f7f7f.gif) no-repeat scroll 0px 5px;
}
#global_utilities ul li a:hover, #topmenu ul li a:hover {
	color: #ff8619;
	background-image: url(../images/arrow_next_ff8619.gif);
}
#topmenu ul li strong a {
	color: #00a0dd;
	background-image: url(../images/arrow_next_00a0dd.gif);
}

/* ################## 75 Years ################# */
#head #event_logo {
	position: absolute;
	display: block;
	top: 0px;
	left: 820px;
	padding-right: 10px;
	padding-top: 5px;
	height: 95px;
	width: 170px;
	text-align: right;
	text-decoration: none;
}
#head #event_logo span {
	background: transparent url(../images/arrow_next_aeb5bb.gif) no-repeat scroll 0px 5px;
	padding: 2px 2px 2px 12px;
	color: #aeb5bb;
	text-decoration: underline;
}
#head #event_logo:hover span {
	background-image: url(../images/arrow_next_ff8619.gif);
	color: #ff8619;
}
#event_logo img {
	display: none;
}