#main h2 {
	margin-right: 5em;
}

/* #projectImages */
ul#projectImages {
	float: left;
	width: 736px;
	margin: 0 0 3em 0;
}

#projectImages .icoEnlarge {
	display: none; /* only if JS enabled */
}



/* #projectDetails */
#projectDetails {
	float: left;
	width: 239px;
	margin-bottom: 3em;
	background: #ebe9e9;
}

#col1  {
	clear: left;
}

#projectDetails h3, #projectDetails ul {
	margin: 0;
}

#projectDetails h3 {
	padding: .3em 20px;
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom: 1px solid #fff;
	height: auto !important;
	height: 1px;
}

#projectDetails h3 a {
	color: #ac2115;
	font-weight: normal;
	text-decoration: none;
}

#projectDetails h3 a:hover {
	text-decoration: underline;
}

#projectDetails ul {
	min-height: 241px;
	padding: 1em 20px;
}

#projectDetails li {
	line-height: 1.8;
}





/* #col2 */
#col2 h3 {
	margin-top: 3em;
	font-size: 1em;
}

#col2 p {
	margin-bottom: .5em;
}




/* #relatedInfo */
#relatedInfo {
	margin-top: 2em;
}

#relatedInfo h3 {
	margin-bottom: 3px;
	padding: .1em 1em;
	background: #000;
	color: #fff;
}

#relatedInfo .content {
	padding: .2em 1em 1px 1em;
	background: #e4e3e3;
}

#relatedInfo p {
	margin-bottom: 1em;
}



/* goBack links */
.goBackTop, .goBackBottom {
	font-size: 1.166em;
}

.goBackTop {
	position: absolute;
	right: 0;
	top: 0;
}

.goBackBottom {
	clear: both;
	padding-top: 2em;
}

.goBackTop a, .goBackBottom a {
	color: #000;
}



/* JS accordion */
#projectImages.JS {
	display: block;
	height: 300px;
	overflow: hidden;
}

#projectImages.JS li {
	float: left;
	display: inline;
	height: 300px;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #666;
	margin-left: -1px;
}

#projectImages.JS .dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: #000;
	opacity: .7;
}

#projectImages.JS .active .dark {
	display: none;
}

#projectImages.JS .active .enlarge {
	display: block;
	position: absolute;
	left: 3px;
	bottom: 3px;
	width: 20px;
	height: 20px;
	background: url(../imgs/icoEnlarge.png) no-repeat !important;
	background: url(../imgs/icoEnlarge.gif) no-repeat;
}