@charset "UTF-8";
/* CSS Document */

#portfolioZoneBox {
	width: 780px;
	position: relative;
	float: left;
	padding-top: 15px;
	overflow: hidden;
}
#portfolioZoneBox  li          {
	list-style-type: none;
	width: 180px;
	text-align: center;
	height: 360px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-image: url(../images/bkgd-inset.jpg);
	background-position: top;
	float: right;
}
#portfolioZoneBox li a:link, #portfolioZoneBox li a:visited    {
	list-style-type: none;
	width: 180px;
	float: left;
	text-align: center;
	text-decoration: none;
	height: 360px;
	background-position: bottom;
}
#portfolioZoneBox  li a:hover {
	list-style-type: none;
	width: 180px;
	text-align: center;
	text-decoration: none;
	height: 360px;
	background-image: url(../images/bkgd-inset-lite.jpg);
	background-position: top;
}
.portfolioPic {
	margin-bottom: 10px;
}
.subhead   {
	color: #342B19;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 13px;
	background-color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	margin-bottom: 10px;
	border-top-color: #D5D1C7;
	border-bottom-color: #D5D1C7;
	text-transform: uppercase;
}
.caption       {
	color: #342B19;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#contentSecondary2 {
	width: 765px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D1C7;
	clear: right;
	padding-left: 15px;
}
