#marquee {
	text-align: center;
	padding: 8px 0;
	padding-top:13px;
	margin-bottom:19px;
	position: relative;
	z-index: 10;
}

#marquee .top{	
	display: none;
}

#marquee .bottom{
	clear:both;
	display: none;
}

#marquee_body {
/*	position: relative;
	_display: inline-block;*/
}

#marquee p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
	padding: 0px 0px 10px 0px;
	text-align: left;
	display:block;
	overflow:hidden;
}
#marquee_bg {
	display: none;
}
#marquee a {	
	text-decoration: none;
	color:#322f27;
	float:left;
	width:290px;
}
#marquee a:hover{
	text-decoration:underline;
	color:#938269;
}
#marquee span {	
	color: #2575AD;
	float:left;
	margin-right:10px;
	font-size:15px!important;
}


#marquee .blk{
	color: #000;
}

#marquee .left {	
	float: left;
	width: 335px;
}
#marquee .right{
	float: right;		
	width: 334px;
}
#marquee .left,
#marquee .right {
	margin: 0;	
	position: relative;
	_position: static;
}

.mqSubDiv input {
	margin-right: 2px;
	margin-left: 2px;
}
.marquee_separator{
	height:1px;
	width:100%;
	background-color:#938269;
	margin-bottom:2px;
	margin-left:30px;
	width:300px;
	overflow: hidden;
}
.marquee-pad {
	height: 14px;
}
