/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Employment Pages
-----------------------------------------------------------------------------*/
#employBtns {
	padding:10px 0 10px 0;
	}
	
.employLeft {
	float:left;
	padding:0 19px 0 0;
	}
	
#employRight {
	float:right;
	padding:0 0 0 0;
	}

table#searchResults {
width:100%;
}

table#searchResults th {
	background:#c81041;
	color: #E7E0CE;
	text-align:left;
}

table#searchResults td {
width:30%;
}

table#searchResults tr {
	padding:5px 0px;
	
	}
a:link, a:visited, a:hover, a:active {
	color: #c81041;
	font-weight: bold;
}

