/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Visit Yakima Valley Visitors Guide
-----------------------------------------------------------------------------*/
#h1Guide {
	width:500px;
	height:31px;
	background:url(../img/h1Guide.gif) no-repeat;
	position:absolute;
	}
	
#guideContent {
	border-top:#9a815e solid 1px;
	padding:20px 0 0 0;
	}
	
.guideCol {
	float:left;
	margin:0 19px 20px 0;
	border-bottom:#9a815e solid 1px;
	border-left:#9a815e solid 1px;
	border-right:#9a815e solid 1px;
	}
	
.btnCol {
	float:right;
	width:213px;
	margin:0 0 20px 0;
	}
	
.btnCol img {
	border:#9a815e solid 1px;
	margin:0 0 20px 0;
	}
	
.mainCatBtn {
	background:#e9dfcc;
	border-top:#9a815e solid 1px;
	color:#9a815e;
	text-align:center;
	width:300px;
	font-size:14px;
	}
	
.mainCatBtn a {
	color:#7f0b20;
	font-weight:bold;
	padding:10px;
	width:280px;
	display:block;
	}

.mainCatBtn a:link, .mainCatBtn a:visited {
	color:#7f0b20;
	background:#e9dfcc;
	text-decoration:none;
	}

.mainCatBtn a:hover, .mainCatBtn a:active {
	color:#ffffff;
	background:#9a815e;
	}
	
.cityHeader {
	padding:3px;
	font-weight:bold;
	}
	
.vGuideSubUl {
	list-style:none;
	}
	
.vGuideSubUl a {
	color:#7f0b20;
	font-weight:bold;
	padding:3px 10px;
	width:280px;
	display:block;
	}
	
	
	
	
	
	
	
