/*  Styles for Portfolio page  */
#portfolio {
	text-align: left;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	background-color: #000000;
}
#sub1content h2 {
	color: #00FF00;
}
#feature {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#feature p {
	position: absolute;
	right: 10px;
	top: 39px;
	margin-right: 30px;
	height: 138px;
	width: 143px;
	font-size: 12px;
	text-align: center;
}
#thumbs {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.thumbnails {
	margin: 0px;
	padding: 0px;
}
#portfolio ul {
	width: 640px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	float: left;
}
#portfolio ul li.first {
	float: left;
	display: inline;		/* fix for IE double margin issues */
	list-style-type: none;
	margin: 10px 0px 20px 30px;
	padding: 4px 0px 4px 0px;
	width: 132px;
	height: 100px;
	text-align: center;
	line-height: 1.5em;
}
#portfolio ul li {
	float: left;
	display: inline;		/* fix for IE double margin issues */
	list-style-type: none;
	margin: 10px 0 20px 26px;
	padding: 4px 0px 4px 0px;
	width: 132px;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
}
#portfolio ul li a:link {color:#FFFFFF; font-weight: bold;  text-decoration:none;}
#portfolio ul li a:visited {color:#FFFFFF; font-weight: bold;  text-decoration:none;}
#portfolio ul li a:hover {
	text-decoration: none;
	border: 2px solid #FFFF00;
	margin-top: -4px;
	padding: 2px;
	color: #00FF00;
	display: block;
	font-weight: bold;
}
#portfolio ul li a:active {color:#FFFFFF; font-weight: bold;  text-decoration: none;
}
/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */
.spacer {
	clear: both;
}
