/*-----------------------------------------------------------------------------
author:    www.visityakima.com
		   10 N. 8th Street
		   Yakima, WA 98901
		   800.221.0751
-----------------------------------------------------------------------------*/


/* =Sports Default/Home Page
-----------------------------------------------------------------------------*/

#container {
	background:url(../img/containerHomeNew.jpg) top center no-repeat;
	}
	
#content {
	padding-top:0;
	}
	
#events {
	background:url(../img/eventsHomeBg.jpg) #FFFFFF top;
	width:255px;
	height:165px;
	padding:64px 27px 27px 27px;
	position:absolute;
	top:174px;
	left:30px;
	z-index:100000;
	border:#b7ae9b solid 1px;
	}
	
#events ul li {
	list-style:none;
	padding:0 0 5px 0;
	}
	
#events ul li a {
	color:#8c182d;
	padding:1px 1px;
	font-weight:bold;
	}

#events ul li a:link, #events ul li a:visited {
	text-decoration:underline;
	}

#events ul li a:hover, #events ul li a:active {
	color:#ffffff;
	background:#8c182d;
	}
	
#events h2 {
	font-size:110%;
	font-weight:bold;
	color:#000000;
	}
	
.eventDateColor {
	color:#0f3e52;
	}
	
.slideShow {
	width:669px;
	height:255px;
	float:right;
	overflow: hidden;
	padding:0 5px 37px 0;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:669px;
	height:255px;
	}
	
#pressBoxOuter {
	background:url(../img/pressBoxBg.gif) repeat-y;
	width:405px;
	float:right;
	margin:5px 0 30px 30px;
	border-bottom:#ffffff solid 5px;
	}
	
#pressBoxInner {
	background:url(../img/pressBoxTitleBg.jpg) no-repeat top;
	}

