/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Spring Fling 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:225px;
	width:900px;
	}
	
#subMid {
	width:900px;
	height:71px;
	padding:25px 0 0 0;
	text-align:center;
	}
	
#subMid a {
	color:#ffffff;
	padding:3px 6px;
	font-weight:bold;
	font-size:15px;
	}

#subMid a:link, #subMid a:visited {
	text-decoration:none;
	background:#146c37;
	}

#subMid a:hover, #subMid a:active {
	text-decoration:none;
	color:#146c37;
	background:#ffffff;
	}
	
hr {
	margin:0 0 15px 0;
	}
	
#h1Spring {
	width:358px;
	height:31px;
	background:url(../img/h1Spring.gif) no-repeat;
	position:absolute;
	}

#h1Events {
	width:358px;
	height:31px;
	background:url(../img/h1Events.gif) no-repeat;
	position:absolute;
	}
	
#eventInfo {
	border-top:#e9d8b5 solid 1px;
	padding:15px 0 0 0;
	}
	
.featuredEvents {
	list-style:none;
	}
	
.featuredEvents li {
	border-top:#e9d8b5 solid 1px;
	padding:20px 0 0 0;
	}
	
/* =slide show details
-----------------------------------------------------------------------------*/
.slideShow {
	margin:20px 0 15px 15px;
	width:320px;
	height:234px;
	float:right;
	overflow: hidden;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:300px;
	height:214px;
	border-top:#e9dcc8 solid 10px;
	border-right:#e9dcc8 solid 10px;
	border-bottom:#e9dcc8 solid 10px;
	border-left:#e9dcc8 solid 10px;
	z-index:100;
	}	
	
/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:100%;
	color:#f1ebdf;
	height:31px;
	margin:0 0 0 0;
	}

h2 {
	font-size:170%;
	margin:0 0 0 0;
	color:#146c37;
	}
	
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;
	}
	
h5 {
	font-size:150%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#0f3e52;
	font-weight:normal;
	}
	
h5 a {
	color:#766641;
	}

h5 a:link, h4 a:visited {
	text-decoration:underline;
	}

h5 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h6 {
	font-size:115%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	color:#8c182d;
	}
	
h5 a {
	color:#8c182d;
	}

h5 a:link, h5 a:visited {
	text-decoration:underline;
	}

h5 a:hover, h5 a:active {
	text-decoration:none;
	}
	
#content p {
	padding:0 0 20px 0;
	}
	
/* Links */	
		
#content p a {
	color:#eb6d24;
	padding:1px 1px;
	font-weight:bold;
	}

#content p a:link, #content p a:visited {
	text-decoration:underline;
	}

#content p a:hover, #content 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;
	}
	

