#top_bar_container {
	position:relative;
	min-width:1000px;
	background: #006ba6 url(../img/blogs/top_bar_back.gif) 0 0 repeat-x;
	z-index:100;
}

#top_bar {
	background:transparent;
	height:40px;
	width:990px;
	margin:0px auto;
	padding:5px;
	position:relative;
}

#top_bar_swirl {
	position:absolute;
	top:0;
	right:0;
	width:144px;
	height:50px;
	background:transparent url(../img/blogs/top_bar_swirl.gif) bottom right no-repeat;
	z-index:10;
}

#top_bar h1 {
	width:218px;
	height:40px;
	background:transparent url(../img/logo_trans.png) top left no-repeat;
	text-indent:-9999px;
	float:left;
}

#top_bar h1 a {
	display:block;
	width:100%;
	height:100%;
}

#top_bar p.mrd_strap {
	text-indent:-9999px;
	height:0px;
	width:0px;
	position:absolute;
	top:0px;
	left:0px;
}

#top_bar div {
	float:left;
	color:#fff;
	margin:0 20px;
}

#top_bar span {
	color:#ff6c00;
	font-weight:bold;
}

#top_bar div p {
	margin:4px 0;
}

#top_bar div p a {
	color:#fff;
}

#top_bar div.search {
	z-index:20;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0;
	height:100%;
}

#top_bar div.search form {
	margin:10px;
}
/*
#top_bar div.search form input {
	height: 14px;
}

#top_bar div.search form button {
	position: relative;
	top: -1px;
	border: 1px solid #C24E00;
	font-size: 12px;
	background:#ff6c00;
	color: white;
	font-weight: bold;
	height: 18px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}*/

