@charset "UTF-8";

#main {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	min-height: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../../images/staff/hdmain.jpg);
}





/* staffnv
===================================*/

#staffnv {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 1250px;
}

#staffnv h3 {
	margin-bottom: 30px;
	font-size: 2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}


#stafftagbox {
	margin-top: 50px;
}


#sort  {
	margin-bottom: 30px;
	padding-bottom: 30px;
	max-width: 1200px;
}


#sort li  {
	margin-right: 2px;
	display: inline;
	font-size: 0.9em;
	float: left;
	background-color: #C90028;
	width: 24.5%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-left: 2px;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

#sort li:hover {
	background-color: #333;
	color: #FFFFFF;
}

.new,.career,.sales {
	max-width: 280px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.new {
	
}
.career {
	
}
.sales {
	
}
