/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =What's New Page
-----------------------------------------------------------------------------*/
#content img {
	float:left;
	padding:0 5px 0 0;
	}
		

/* =Typography
-----------------------------------------------------------------------------*/	
	
#whatH1 {
	position:absolute;
	width:700px;
	height:14px;
	background:url(../img/whatH1.gif) no-repeat;
	}
	
#content ul {
	list-style:none inside;
	padding:0 0 0 20px;
	}
	
#content ul  li {
	padding:0 0 15px 0;
	}
	
/* Text Links */	
		
#content ul a {
	color:#ff8400;
	padding:1px 1px;
	font-weight:bold;
	}

#content ul a:link, #content ul a:visited {
	text-decoration:underline;
	}

#content ul a:hover, #content ul a:active {
	color:#ffffff;
	background:#ff8400;
	}
	

	

