/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Cinco De Mayo Global
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	}

/* Put it back on certain elements */


/* Class for clearing floats */
.clear
{
		clear:both;
		height:0px;
	}

/* Remove border around linked images */
img {
	border: 0;
	display:block;
	}

body {
	background:#e9dfcc;
	color:#552d16;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	}
	
#containerBg {
	background:#e9dfcc url(../img/bodyBg2.jpg) repeat-x;
	}
	
#containerOuter  {
	background:url(../img/contentBg.gif) repeat-y center;
	}
	
#container {
	background:url(../img/containerBgSub.jpg) top center no-repeat;
	}
	
#containerInner {
	width:900px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	height:295px;
	width:900px;
	}
	
#subNav {
	width:900px;
	height:24px;
	padding:10px 0;
	color:#FFFFFF;
	font-size:18px;
	margin:0 0 25px 0;
	}

	
#subNav a {
	color:#552d16;
	font-weight:bold;
	font-size:15px;
	}

#subNav a:link, #subNav a:visited {
	text-decoration:none;
	}

#subNav a:hover, #subNav a:active {
	text-decoration:underline;
	}
	
hr {
	margin:0 0 15px 0;
	}
	
#rightCol {
	width:395px;
	padding:190px 20px 0 20px;
	float:right;
	}
	
#leftCol {
	width:435px;
	float:left;
	}
	
#h1Events {
	width:358px;
	height:31px;
	background:url(../img/h1Events.gif) no-repeat;
	position:absolute;
	}
	
#h1Cuisine {
	width:358px;
	height:31px;
	background:url(../img/h1Cuisine.gif) no-repeat;
	position:absolute;
	}
	
#h1Restaurant {
	width:358px;
	height:31px;
	background:url(../img/h1Restaurants.gif) no-repeat;
	position:absolute;
	}
	
.featuredEvents {
	list-style:none;
	}
	
.featuredEvents li {
	border-top:#e9d8b5 solid 1px;
	padding:20px 0 0 0;
	}
	
#accomodationsBtn {
	background:#552d16;
	color:#FFFFFF;
	margin:0 0 15px 0;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	width:433px;
	border:#e9d8b5 solid 1px;
	}
	
#accomodationsBtn a {
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	width:413px;
	display:block;
	}

#accomodationsBtn a:link, #accomodationsBtn a:visited {
	color:#ffffff;
	background:#552d16;
	text-decoration:none;
	}

#accomodationsBtn a:hover, #accomodationsBtn a:active {
	color:#ffffff;
	background:#0f3e52;
	}

	
/* =Typography
-----------------------------------------------------------------------------*/	
#leftCol h1 {
	font-size:100%;
	color:#f1ebdf;
	height:31px;
	margin:0 0 0 0;
	}
	
#rightCol h1 {
	font-size:100%;
	color:#d4c7b3;
	height:31px;
	margin:0 0 0 0;
	}

h2 {
	font-size:150%;
	margin:0 0 0 0;
	color:#0f3e52;
	font-weight:normal;
	}
	
h3 {
	font-size:150%;
	margin:0 0 0 0;
	color:#8c182d;
	font-weight:normal;
	}	
	
h4 {
	font-size:125%;
	margin:0 0 0 0;
	font-weight:bold;
	}
	
h4 a {
	color:#0f3e52;
	}

h4 a:link, h4 a:visited {
	text-decoration:underline;
	}

h4 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h5 {
	font-size:185%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#552d16;
	font-weight:bold;
	}
	
h6 {
	font-size:115%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	color:#8c182d;
	}
	
#leftCol p, #rightCol p {
	padding:0 0 20px 0;
	}
	
/* Links */	
		
#leftCol p a, #rightCol p a {
	color:#eb6d24;
	padding:1px 1px;
	font-weight:bold;
	}

#leftCol p a:link, #rightCol p a:link, #leftCol p a:visited, #rightCol p a:visited {
	text-decoration:underline;
	}

#leftCol p a:hover, #rightCol p a:hover, #leftCol p a:active, #rightCol p a:active {
	color:#ffffff;
	background:#eb6d24;
	}
	

	
/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	width:572px;
	height:71px;
	margin:0 0 15px 0;
	}
	
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	
#mainNav ul li {
	list-style:none;
	float:left;	
	}
	
#mainNav ul li a {
	text-indent:-5000px;
	}
	
#mainNav ul li a:link, #mainNav ul li a:visited {
	display:block;
	background-repeat:no-repeat;
	background-position:top;
	}

#mainNav ul li a:hover, #mainNav ul li a:active, /* for IE 'flicker' on rollover */ #navFarms, #navHotels, #navVIC {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#navFarms a, #navFarms {
	height:71px;
	width:144px;
	background:url(../img/navFarms.jpg) no-repeat;
	}
	
#navHotels a, #navHotels {
	height:71px;
	width:232px;
	background:url(../img/navHotels.jpg) no-repeat;
	}
	
#navVIC a, #navVIC {
	height:71px;
	width:196px;
	background:url(../img/navVIC.jpg) no-repeat;
	}
	

