@charset "UTF-8";

#contentContainerProjects
{
	width: 898px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin-left: 1px;
	background: transparent url(/images/blueprint_bg_projects.jpg) no-repeat right bottom;	
}

#contentLeftColumn ul#projectsNav
{
	width: 290px;
	margin-bottom: 20px;
	border-top: 1px solid #D1D2D4;
}
#contentLeftColumn ul#projectsNav li
{
	width: 290px;
}
#contentLeftColumn ul#projectsNav li a
{
	width: 232px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #666;
	padding: 5px 0 5px 58px;
	background: transparent url(/images/pulldown_bullet.gif) no-repeat 46px 9px;
	border-bottom: 1px solid #D1D2D4;
}
#contentLeftColumn ul#projectsNav li a:hover, #contentLeftColumn ul#projectsNav li a.highlight
{
	color: #47B;
	background: #E7E7E8 url(/images/pulldown_bullet_over.gif) no-repeat 46px 9px;
}
#contentLeftColumn ul#projectsNav li a.header
{
	width: 232px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #47B;
	padding: 5px 0 5px 58px;
	background: #E7E7E8 url(/images/pulldown_bullet_arrow.gif) no-repeat 46px 10px;
	border-bottom: 1px solid #D1D2D4;
}
.withBorder
{
	border-bottom: 1px solid #D1D2D4;
}

#contentLeftColumn ul#projectsNav li ul
{
	width: 290px;
}
#contentLeftColumn ul#projectsNav li ul li
{
	width: 290px;
}
#contentLeftColumn ul#projectsNav li ul li a
{
	width: 212px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #666;
	padding: 5px 0 5px 78px;
	background: transparent url(/images/pulldown_bullet.gif) no-repeat 66px 9px;
	border-bottom: none;
	cursor: pointer;
}
#contentLeftColumn ul#projectsNav li ul li a:hover, #contentLeftColumn ul#projectsNav li ul li a.highlight
{
	color: #F26522;
	background: transparent url(/images/pulldown_bullet_orange.gif) no-repeat 66px 9px;
}

#projectDetails
{
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #FFF;
}
#imageContainer
{
	width: 398px;
	height: 325px;
	position: relative;
}
#projectTypeIcon
{
	position: absolute;
	right: 0;
	bottom: 0;
}
#descriptionContainer
{
	width: 368px;
	padding: 12px 12px 18px 18px;
	background-color: #7F7E6D;
}
#descriptionContainer h1
{
	padding-left: 10px;
	background: transparent url(../projects/projectimages/project_title_carret.gif) no-repeat 0 3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #FFF;
}
#descriptionContainer p
{
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #FFF;
}
.thumbnails
{
	margin: 3px 0 0 3px;
}
.thumbnails img
{
	display: block;
	float: left;
	margin: 1px 0 0 1px;
	padding: 2px;
	background-color: transparent;
	cursor: pointer;
}
.thumbnails img:hover, .thumbnails img.highlight
{
	background-color: #F26522;
}