

	
	
  /* ********************************
  Portfolio page CSS
 Updated: 2007/09/25 by Brian Sage
******************************** */
body {
	min-width: 950px;
}
#content .blocklink {
	background: transparent;
	border: 0;
	color:#666;
	display:block;
	margin: 10px 200px 8px 0px;
	padding: 2px 8px;
}
#content .blocklink a, #content .blocklink a:link, #content .blocklink a:visited {
	display: block;
	width: 346px;
	border: 1px solid #966;
	padding: 10px 22px;
	margin: 2px 0 3px;
	color: #D00;
	font-size: 13px;
	line-height: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	
	background: #ccc url('/_graphics/blocklink_bak.gif') no-repeat top left;
}
#content .blocklink a:hover, #content .blocklink a:link:hover, #content .blocklink a:visited:hover {
	border: 1px solid #f00;
	color: #f00;
	font-size: 13px;
	line-height: 13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
#port_nav_col {
	float: left;
	width: 180px;
	height: 274px;
	overflow: hidden;
	padding: 2px 0 2px 7px;
	background: #333 url('/_graphics/portfolio_bak_left.jpg') no-repeat top left;
}
#port_nav {
	width: 180px;
	height: 274px;
	overflow: auto;
	background: #333;
}
#port_nav ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#port_nav ul {
	display: block;
	padding: 70px 0 100px 0;
}
#port_nav li a, #port_nav li a:link, #port_nav li a:visited {
	display: block;
	color: #ccc;
	padding: 3px 8px;
	margin: 1px 4px 0 0;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	border: 1px solid #444;
}
#port_nav li a:hover, #port_nav li a:link:hover, #port_nav li a:visited:hover, #port_nav li a.active {
	color: #fff;
	background: #900 url('/_graphics/portnav_bak.jpg') repeat-x top left;
}
#port_content {
	height: 274px;
	background: url('/_graphics/portfolio_right_top.jpg') repeat-x top right;
}
#port_content h2 {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 18px;
	line-height: 18px;
	border: 0;
	clear: none;
}
#port_content h2 a, #port_content h2 a:link, #port_content h2 a:visited {
	color: #fff;
	text-decoration: none;
}
#port_content h2 a:hover, #port_content h2 a:link:hover, #port_content h2 a:visited:hover {
	color: #fff;
	text-decoration: none;
}
#port_content h3 {
	margin: 0;
	padding: 0 0 15px 0;
	width: auto;
	font-size: 13px;
	line-height: 13px;
	border: 0;
	clear: none;
}
#port_content h3 a, #port_content h3 a:link, #port_content h3 a:visited {
	color: #c00;
}
#port_content h3 a:hover, #port_content h3 a:link:hover, #port_content h3 a:visited:hover {
	color: #f00;
}
#port_content p {
	margin: 4px 0;
	padding: 0;
	width: auto;
	font-size: 11px;
	color: #fff;
	clear: none;
}
#port_content_col {
	height: 274px;
	min-width: 490px;
	padding: 2px 6px 2px 0;
	margin-left: 182px;
	margin-right: 20px;
	background: #600 url('/_graphics/portfolio_bak_right.jpg') no-repeat top right;
}
#port_navfade_top {
	position: absolute;
	width: 164px;
	height: 54px;
	background: transparent url('/_graphics/portfolio_nav_shadow_top.png') repeat-x top left;
}
#port_navfade_bottom {
	position: relative;
	top: -54px;
	width: 164px;
	height: 54px;
	background: transparent url('/_graphics/portfolio_nav_shadow_bottom.png') repeat-x top left;
}
.port_item {
	position: absolute;
	left: 220px;
	overflow: hidden;
	min-width: 535px;
	margin-right: 185px;
	margin-top: 20px;
}
.port_abstract {
	padding-right: 100px;
}
.port_thumb {
	float: right; 
}
.port_thumbIE {
	display: none;
	float: right; 
}