#table {
	background-color: #999999;
	margin-top: -3px;
	background-image: url(../../images/portfolio-wall-bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 816px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
}
p, ul, ol, dl, table { margin-bottom: 18px; }
ul, ol, dd { margin-left: 36px; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

ul#filter {
	float: left;
	font-size: 16px;
	list-style: none;
	margin-left: 0;
	width: 100%;
	color: #000000;
}
ul#filter li {
	float: left;
	font-size: 13px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a {
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
}
ul#filter li.current a, ul#filter a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666666;
}
ul#filter li.current a {
	color: #FFFFFF;
	background-color: #AE126F;
}

ul#portfolio {
	list-style: none;
	margin-left: 0;
}
ul#portfolio li {
	float: left;
	padding: 5px;
	width: 222px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img {
	display: block;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
