/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Thanksgiving in Wine Country Home
-----------------------------------------------------------------------------*/
body {
	color:#552d16;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#containerBg {
	background:#e9dfcc url(../img/bodyBg.jpg) repeat-x;
	}

#container {
	background:url(../img/containerBg.jpg) top center no-repeat;
	}
	
#homeMid {
	width:900px;
	height:150px;
	padding:27px 0;
	}
	
#yakimaValleyLogo {
	float:left;
	padding:0 8px 0 0;
	}
	
#mapSlice {
	float:right;
	}
	
/* =WineryEventsBtn
-----------------------------------------------------------------------------*/

#wineryEventsBtn {
	width:662px;
	height:150px;
	float:left;
	}
	
#wineryEventsBtn a {
	text-indent:-5000px;
	}
	
#wineryEventsBtn a:link, #wineryEventsBtn a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#wineryEventsBtn a:hover, #wineryEventsBtn a:active, /* for IE 'flicker' on rollover */ #wineryEventsBtn {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#wineryEventsBtn a, #wineryEventsBtn {
	height:150px;
	width:662px;
	background:url(../img/wineryEventsBtn.jpg) no-repeat;
	}
	
#fruitBasket {
	position:absolute;
	top:152px;
	right:195px;
	z-index:100000;
	}
	
#content { 
	width:900px;
	padding:30px 0;
	}

#leftCol {
	width:424px;
	float:left;
	}
	
/* =Home Nav
-----------------------------------------------------------------------------*/

#homeNav {
	width:424px;
	height:197px;
	margin:0 0 15px 0;
	}
	
#homeNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#homeNav ul li {
	list-style:none;
	}
	
#homeNav ul li a {
	text-indent:-5000px;
	}
	
#homeNav ul li a:link, #homeNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:left;
	}

#homeNav ul li a:hover, #homeNav ul li a:active, /* for IE 'flicker' on rollover */ #homeLodging, #homeRecipes, #homeVIC {
	display:block;
	background-repeat:no-repeat;
	background-position:right;
	}

#homeLodging a, #homeLodging {
	height:69px;
	width:424px;
	background:url(../img/homeLodging.jpg) no-repeat;
	}
	
#homeRecipes a, #homeRecipes {
	height:70px;
	width:424px;
	background:url(../img/homeRecipes.jpg) no-repeat;
	}
	
#homeVIC a, #homeVIC {
	height:58px;
	width:424px;
	background:url(../img/homeVIC.jpg) no-repeat;
	}
	
#rightCol {
	width:451px;
	float:right;
	}
	
/* =slide show details
-----------------------------------------------------------------------------*/
.slideShow {
	width:451px;
	height:329px;
	overflow: hidden;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:432px;
	height:309px;
	border-top:#e9dcc8 solid 7px;
	border-right:#e9dcc8 solid 10px;
	border-bottom:#e9dcc8 solid 10px;
	border-left:#e9dcc8 solid 10px;
	z-index:100;
	}	

	
#h1Events {
	background:url(../img/featuredTitle.gif) no-repeat;
	position:absolute;
	width:900px;
	height:51px;
	}
	
.featuredEvents {
	list-style:none;
	}
	
.featuredEvents li {
	border-top:#552d16 solid 1px;
	padding:20px 0 0 0;
	}
	

