/* begin media wrapper */
@media screen
{	
	
	
	
	/* notice bar */
	.notice-bar
	{
		width:98%;
		padding:10px 1% 0 1%;
		height:50px;
		line-height:1;
		background:#fcba63;
		font-family: "Helvetica", Arial, sans-serif; font-size:16px; font-style:normal; font-weight:bold; color:#373c3f;
		text-align:center;
		overflow:hidden;
	}
	
	.notice-bar p
	{
		margin:13px 0 0 0;
	}
	
	.notice-bar strong
	{
		font-weight:normal;
	}
	
	.notice-bar a, .notice-bar a:visited
	{
		color:#373c3f;
	}
	
	.notice-bar a:hover, .notice-bar a:focus, .notice-bar a:active
	{
		color:#373c3f; text-decoration:underline;
	}
	
	/* close link */
	.notice-bar a.close, .notice-bar a:visited.close
	{
		display:inline-block;
		margin:0 0 0 20px;
		padding:0 0 0 15px;
		background:url(../images/noticebar-close.gif) no-repeat;
		color:#fff;
		text-decoration:none;
		font-size:0.8em;
		min-height:11px;
		cursor:pointer;
	}
	
	.notice-bar a.close:hover, .notice-bar a.close:focus
	{
		opacity:0.8;
	}
	
}
/* end media wrapper */
