/******************************************************
 Site ID (displays on all Riegsecker sites)
*******************************************************/
#site-id {
	position:relative;
	width:100%;
	height:28px;
	text-align:center;
    background: none repeat scroll 0 0 #31434E;
    margin: 0 auto;
    z-index: 10;
  
}
#site-id ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:980px;
	height:29px;
	overflow:hidden;
}
#site-id ul li {
	display:inline;
	padding:7px 0;
	margin:0 9px;
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
#site-id ul li.title {
	font-weight:bold;
}
#site-id ul li.current {
	background:url('/assets/images/tick.png') center 24px no-repeat;
	color:#fff0cf;
	text-shadow:0 -1px 0 #482a16;
}
#site-id ul li a {
	font:13px/29px Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
	text-decoration: none;
}
#site-id ul li a:hover {
	color:#fff0cf;
}

#important-message {
    position: relative;
    width: 100%;
    height: 28px;
    text-align: center;
    background-color: #C80003;
    margin: 0 auto;
    z-index: 100;
    text-transform: uppercase;
    display: block;
}
#important-message ul {
	list-style:none;
	text-align:center;
	margin:0 auto;
	padding:0;
	height:29px;
	overflow:hidden;
}
#important-message ul li {
	display:inline-block;
	padding:7px 0;
	margin:0 auto;
	font-size: 13px;
    font-family: Droid Serif;
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
}
@media screen and (max-width: 450px) {
  #important-message ul li {
    font-size: 3vw;
  }
}

#important-message ul li.title {
	font-weight:bold;
}
#important-message ul li.current {
	background:url('/assets/images/tick.png') center 24px no-repeat;
	color:#fff0cf;
	text-shadow:0 -1px 0 #482a16;
}
#important-message ul li a {
	font-style:normal;
	color:#fff;
	text-shadow:0 -1px 0 #482a16;
	text-decoration: none;
}
#important-message ul li a:hover {
	color:#fff0cf;
}
