/*----------------------------
	Headers & Footers
-----------------------------*/


header{
	background:url('../img/header.png') repeat-x;
	display: block;
	height: 220px;
	padding: 10px;
}

h1{
	background:url('../img/logo.png') no-repeat center center;
	/*height: 80px;*/
	margin: 75px auto;
	overflow: hidden;
	/*text-align: center;*/
	/*text-indent: -99999px;*/
}



/*----------------------------
	Green filter bar
-----------------------------*/


#filter {
	display: block;
	height: 49px;
	margin: 0 0 28px 0;
	text-align:center;
	font-size: 90%;
}

@media screen and (max-width: 436px) {
	#filter {
		height: 118px;
	}
} 

/* Employee height for iPhones to see filters */
@media screen and (max-width: 320px) {
	#filter {
		height: 170px;
	}
} 

#filter:before, #filter:after {
	height: 43px;
	/*position: absolute;*/
	top: 0;
	width: 78px;
	content: '';
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	display: inline-block;
	text-decoration:none;
	height: 39px;
	color:#3f3f3f;
	line-height: 37px;
	padding: 0 15px;
	margin-left:7px;
}

#filter a:hover, #filter a.active {
	text-decoration:none;
	background-color:#3f3f3f;
	color:white;
}

/*----------------------------
	Content area
-----------------------------*/


#container{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
}

#container li{

	float: left;
	height: 96px;
	list-style: none outside none;
	margin: 8px 7px 8px 7px;
	position: relative;
	width: 215px;
	
	-moz-box-shadow: 0 0 1px #000;
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	background: white;
}

/* For when the screen is at 1013px wide: 3 people per row */
@media screen and (max-width: 1013px) {
	#container li {
		margin: 8px 1%;
		width: 31%;
	}
}

/* For when the screen is at 800px wide: 2 people per row */
@media screen and (max-width: 800px) {
	#container li {
		margin: 8px 1%;
		width: 48%;
	}
}

/* For when the screen gets to be 550px wide */
@media screen and (max-width: 550px) {
	#container li {
		margin: 8px 1%;
		width: 98%;
	}
}
#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}