/* DEFAULT OFFER STYLES */
/* DIV and CLASS that are applied to the offer-panel offers and other text */
.offer, #offer {
	background: #f4d99f url(http://images.uslandandranches.com/NevadaLandandRanches/images/site_pieces/leader-bg.gif) top center repeat-y;
}
/* DIV tag that surrounds all the dynamic offers */
#offers {
	width: 240px;
}
.offer-link{}
.offer-image-border{}
.offer-image{}
.offer-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #04324e;
	font-weight: bold;
}
.offer-title a {
	text-decoration: none;
}
.offer-price{
	font-size: 22px;
}
.offer-desc{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #04324e;
	font-weight: normal;
}
.offer-location {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #04324e;
	font-weight: normal;
}
/*EVENT STYLES*/
.event-desc {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	line-height: 170%;
	}
	
.event-title {
	font-family: Times New Roman, serif;
	font-size: 16px;
	color: #04324e;
	font-weight: bold;
	}

.event-location {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	}

.event-date {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	}
	
.event-additional {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	}
		
		