/*****************************************************************************/
/* PAGE-HEADER                                                               */
/*****************************************************************************/
#wrap_page_header {
	width:780px;
	margin:auto !important;
	padding:0.5em 0;
}
#page_header {
	margin:0 auto 1.5em auto;
	text-align:right;
	padding:1px 0;
	background:#000;
}
#page_header .logo {
	padding-left:80px;
	background:transparent url(../images/logo-icon.gif) no-repeat left top;
}
form.search {
	width:220px;
	margin:6px 0 0 0;
	float:right;
}
form.search fieldset {
	border:0px solid #000;
}
form.search legend {
	display:none;
	font-size:8pt;
}
form.search input.text {
	width:140px;
}
form.search input.button {
	background-color:#D1D0C9;
}
h1#logo {
	clear:left;
	position:relative;
}
h1#logo a {
	background:transparent url(../images/logo.gif) no-repeat center center;
	display:block;
	width:604px;
	height:42px;
	clear:both;
}
h1#logo a.mobile-link{
	width:17px;
	height:27px;
	background:transparent url(../images/mobile-site.png) no-repeat center center;
	position:absolute;
	top:8px;
	right:8px;
}
h1#logo a.calendar-link{
	width:27px;
	height:27px;
	background:transparent url(../images/calendar.png) no-repeat center center;
	position:absolute;
	top:8px;
	right:42px;
}
h1#logo span.alt {
	display:none;
}
div#logo_intro {
	float:left;
	margin:0;
}
div#logo_intro a {
	background:transparent url(../images/logo-intro.png) no-repeat bottom left;
	display:block;
	width:355px;
	height:34px;
	float:left;
}
div#logo_intro span.alt {
	display:none;
}
#page_header div.info {
	float:right;
	max-width:310px;
	/*width:260px;*/
	font-size:.8em;
	color:#ddd;
	font-style:italic;
}
#page_header div.info a {
	text-decoration:none;
	color:#ddd;
}
#page_header div.info a:hover {
	color:#eee;
}
a.announcement,
div.announcement {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	padding:.25em;
	text-align:center;
	background:#605C44;
	margin:8px auto 0;
	border-radius:5px;
	width:750px;
	font-size:0.95em;
}
.sectionContent a.announcement,
.sectionContent div.announcement {
	width:auto;
}

a.announcement:visited,
div.announcement a:visited {
	color:#ffcc66; /* orange */
	color:#eeeebb;
}

#page_header a.announcement {
	text-decoration: none;
}
#page_header a.announcement:hover {
	color:#605C44;
	background-color: #eeeebb;
}
