#bodyColumn{
	float:left;
	margin:0;
	padding:16px 0 0 0;
	min-height:700px;
	width:740px;
	background-color:#ffffff;
}

#projectHeadline h2 {
	text-transform:uppercase;
	
}


#detailColumn {
	float:left;
	width:500px;
	padding:0 15px 0 0;
}

#factsColumn {
	float:left;
	width:200px;
	border-left: 1px solid #e7e7e7;
	padding:0 0 0 10px;
	
}

#factsColumn p
{
/*white-space:pre;*/
}

#projectWrapper h3
{
	font-size:1.0em;
}

#projectWrapper h3, #projectWrapper h2
{
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	color:#3d565b;
}

.factTitle {
	font-weight:bold;
}

#projectHeadline h1, #detailColumn, #factsColumn
{

}

#projectWrapper
{	
    font: .7em Lucida Grande, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#3d565b;
}

#thumbnails {
	width:129px;
	padding:0 0 0 5px;
	float:right;
}

#thumbnails img {
	/*padding:10px 0 0 0;*/
	margin: 0 0 6px 0;
}


.projectImages
{
    overflow:hidden;
    width: 740px;
    margin-bottom:10px;
}

.backLink
{
    float:right;
    margin-top:20px;
	height:25px;
	background:rgb(250,118,0);
}

/*** Image Menu */

.imageMenuItem
{
    display:block;
    float:left;
    width: 167px;
    height:475px;
    margin-bottom: 20px;
}

.menuBox
{
    width:93px;
    height:93px;
    display:block;
    margin:5px;
    float:left;
    position:relative;

}
.menuBox img
{

}
.popupMenu
{
    position:absolute;
    top: 40px;
    left: 60px;
    z-index:10;
    display:none;
    background-image: url(/common/images/popupMenu-gradient.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fefefe;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding:10px;
    min-height: 100px;
    min-width: 175px;
}
.popupMenu ul
{
    margin:16px;
    padding:0;
    font-style:italic;
    font-size: 10px;
}
.popupMenu h3 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
}
.popupMenu a {
	text-decoration: none;
}
.popupMenu a:hover {
	text-decoration: underline;
}
.menuRows
{
    width: 730px;
}
