#main { margin-top: 6px; }

#left {
	width: 653px;
	margin: 0 8px 0 0;
}

#left .feature { margin: 0 0 13px 0; }


.ticker {
	background-color: #d0c3a4;
	padding: 1px;
	margin: 0 0 10px 26px;
	font-family: "Times New Roman", Times, serif;
	/*overflow: hidden;*/
}

#ticker { display: none; }

.ticker h5 {
	color: #5f472f;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	padding-left: 24px;
	line-height: 22px;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
	background: #fff; 
	width: 445px; 
	height: 22px; 
	margin: 0; 
	padding: 0;
	float: right;
	overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	z-index: 1;
	left: 5px;
	top: 3px;
	width: 435px;
	overflow: hidden !important;
}

ul.newsticker { /* that's your list */
	position: relative;
	z-index: 1;
	left: 425px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	display: inline; 
	padding: 0;
	color: #5f472f;
	margin: 0 10px 0 0;
	padding: 0 28px 0 0;
	text-decoration: none;
	font-size: 13px;
	background: transparent url(../../elements/skin/ticker_leaf.gif) no-repeat right 2px;
} 



#left dl.news {
	float: left;
	width: 172px;
	margin: 0 13px 0 26px;
}

#left .news dt span {
	display: block;
	background: transparent url(../../elements/skin/home/news_heading.gif) no-repeat left top;
	width: 146px;
	height: 48px;
	text-indent: -9999px;
}

#left .news dd { margin-bottom: 14px; }

#left .news dd a {
	color: #95928f;
	font-size: 11px;
	text-decoration: none;
}

#left .ad { float: left; }


#right { width: 152px; }

.text-ads { height: 275px; margin: 0; }


#zipSearch .text {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 3px 0 0 0;
	color: #76797b;
}

#zipSearch .button {
	width: 18px;
	height: 17px;
	background: transparent url(../../elements/skin/btn_search.gif) no-repeat left top;
	vertical-align: text-bottom; 
}