/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Team Pages
-----------------------------------------------------------------------------*/

	
#h1Team {
	width:147px;
	height:24px;
	background:url(../img/h1_Team.gif) no-repeat;
	position:absolute;
	right:0;
	}
	
/* =Career Page
-----------------------------------------------------------------------------*/
.jobBox {
	width:443px;
	padding:20px 20px 0 20px;
	background:#dce4ed;
	border:#153d66 solid 1px;
	margin:0 0 20px 0;
	}
	
/* =Links Page
-----------------------------------------------------------------------------*/
#rightColumn ul li {
	list-style:none;
	padding:0 0 5px 0;
	}
	
#rightColumn ul a {
	padding:1px 3px;
	font-weight:bold;
	}

#rightColumn ul a:link, #rightColumn ul a:visited {
	color:#dc0f15;
	text-decoration:underline;
	}

#rightColumn ul a:hover, #rightColumn ul a:active {
	color:#ffffff;
	background-color:#dc0f15;
	text-decoration:none;
	}
	