/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Red Wine 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/bodyBg.jpg) repeat-x;
	}
	
#containerOuter  {
	background:url(../img/contentBg.gif) repeat-y center;
	}
	
#container {
	background:url(../img/containerBg.jpg) top center no-repeat;
	}
	
#containerInner {
	width:900px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	height:225px;
	width:900px;
	}
	
hr {
	margin:0 0 15px 0;
	height: 0;
	border: 0;
	border-top: 1px solid #a79573;
	} 
	
/* =Typography
-----------------------------------------------------------------------------*/	
h1 {
	font-size:225%;
	color:#8c182d;
	margin:0 0 5px 0;
	border-bottom:#a79573 solid 1px;
	}
	
h2 {
	font-size:135%;
	margin:0 0 0 0;
	color:#8c182d;
	}	
	
h3 {
	font-size:125%;
	margin:0 0 0 0;
	font-weight:bold;
	}
	
h4 {
	font-size:150%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#0f3e52;
	font-weight:normal;
	}
	
h4 a {
	color:#766641;
	}

h4 a:link, h4 a:visited {
	text-decoration:underline;
	}

h4 a:hover, h4 a:active {
	text-decoration:none;
	}
	
h5 {
	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:900px;
	height:202px;
	margin:0 0 40px 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 */ #navRed, #navRedEvents, #navRoute, #navStay {
	display:block;
	background-repeat:no-repeat;
	background-position:bottom;
	}

#navRed a, #navRed {
	height:202px;
	width:253px;
	background:url(../img/navRed.jpg) no-repeat;
	}
	
#navRedEvents a, #navRedEvents {
	height:202px;
	width:261px;
	background:url(../img/navEvents.jpg) no-repeat;
	}
	
#navRoute a, #navRoute {
	height:202px;
	width:252px;
	background:url(../img/navRoute.jpg) no-repeat;
	}
	
#navStay a, #navStay {
	height:202px;
	width:134px;
	background:url(../img/navStay.jpg) no-repeat;
	}
	

