/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Visit Yakima Valley Wine Country Pages
-----------------------------------------------------------------------------*/
#h1WineCountry {
	width:358px;
	height:31px;
	background:url(../img/h1WineCountry.gif) no-repeat;
	position:absolute;
	}
	
#h1Wineries {
	width:500px;
	height:31px;
	background:url(../img/h1Wineries.gif) no-repeat;
	position:absolute;
	}

#h1WinePackages {
	width:500px;
	height:31px;
	background:url(../img/h1WinePackages.gif) no-repeat;
	position:absolute;
	}
	
#newsBtn {
	background:#8c182d url(../img/shadowBgNoBord.png) repeat-x bottom;
	margin:0 0 20px 0;
	text-align:center;
	width:369px;
	border:#e3cc9c solid 1px;
	font-size:130%;
	}
	
#newsBtn a {
	color:#e3cc9c;
	font-weight:bold;
	padding:10px;
	width:349px;
	display:block;
	}

#newsBtn a:link, #newsBtn a:visited {
	color:#e3cc9c;
	background:##8c182d url(../img/shadowBgNoBord.png) repeat-x bottom;
	text-decoration:none;
	}

#newsBtn a:hover, #newsBtn a:active {
	color:#e3cc9c;
	background:#552d16 url(../img/shadowBgNoBord.png) repeat-x bottom;
	}
	
#content table {
	margin:0 0 20px 0;
	}	
	
#content td {
	padding:0 9px 0 0;
	width:210px;
	}
	
.imgFloatRight {
	float:right;
	margin:0 0 10px 0;
	}
	
#wineriesFloat {
	float:left;
	width:679px;
	}
	
#rightColImgFloat {
	float:right;
	width:160px;
	}
	
.wineEvents {
	list-style:none;
	color:#766641;
	}
	
.wineEvents h3 {
	color:#114358;
	padding:0;
	margin:0;
	font-size:110%;
	}
	
.wineEvents li {
	padding:3px 0;
	margin:0 0 20px 0;
	}
	
	
	
	
	
	
	
	
	
