/* Our Work Styles */
.work-piece{
	margin-bottom: 10px;
	position: relative;
}

#arts-district{
	background-image: url('../img/ArtsDistrictIcon.jpg');
	width: 315px;
	height: 315px;
}

#bowie-building{
	background-image: url('../img/BowieBuildingIcon.jpg');
	width: 315px;
	height: 315px;
}

#copper-ridge{
	background-image: url('../img/CopperRidgeIcon.jpg');
	width: 315px;
	height: 315px;
}

#corcoran{
	background-image: url('../img/CorcoranIcon.jpg');
	width: 315px;
	height: 315px;
}

#eaton{
	background-image: url('../img/EatonIcon.jpg');
	width: 315px;
	height: 315px;
}

#equestrian{
	background-image: url('../img/EquestrianIcon.jpg');
	width: 315px;
	height: 315px;
}

#garfield{
	background-image: url('../img/GarfieldIcon.jpg');
	width: 315px;
	height: 315px;
}

#grosvenor-house{
	background-image: url('../img/GrosvenorHouseIcon.jpg');
	width: 315px;
	height: 315px;
}

#maple-lawn{
	background-image: url('../img/MapleLawnIcon.jpg');
	width: 315px;
	height: 315px;
}

#marquette{
	background-image: url('../img/MarquetteIcon.jpg');
	width: 315px;
	height: 315px;
}

#mazza-grandmark{
	background-image: url('../img/MazzaGrandmarkIcon.jpg');
	width: 315px;
	height: 315px;
}

#parkland{
	background-image: url('../img/ParklandsIcon.jpg');
	width: 315px;
	height: 315px;
}

#popular-run{
	background-image: url('../img/PopularRunIcon.jpg');
	width: 315px;
	height: 315px;
}

#st-james{
	background-image: url('../img/StJamesIcon.jpg');
	width: 315px;
	height: 315px;
}

#union-warf{
	background-image: url('../img/UnionWarfIcon.jpg');
	width: 315px;
	height: 315px;
}

#warfield{
	background-image: url('../img/WarfieldIcon.jpg');
	width: 315px;
	height: 315px;
}

#waterford-estates{
	background-image: url('../img/WaterfordEstatesIcon.jpg');
	width: 315px;
	height: 315px;
}

#main-row{
	background:	#eeddbf;
	margin-bottom: 10px;
}

footer{
	margin-top: 25px;
}

#container-row{
	margin-bottom: 35px;
}

.hidden-info{
	display: none;

}

.overlay-info{
	position: absolute;
	width: 100%;
	height: 315px;
	background: #DDDDDD;
	opacity: 0.9;
}

.overlay-info h3{
	color: #000;
	position: relative;
	top: 25px;
	left: 35px;
}

.overlay-info p{
	color: #000;
	position: relative;
	top: 25px;
	left: 35px;
}

#filter-nav-container{
	display: block;
	margin-bottom: 25px;
}

#filter-nav{
	float: right;
	list-style: none;

}

.filter-nav-item{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../img/navbar-bg.png');
	margin-left: -4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.selected{
	background-image: url('../img/nav-top-selected-bg.png');
}

.filter-nav-item a{
	color: #e7e7e7;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}


