/* re-definitions ------------------------------- */
#subHead {
	height: 219px;
}

.sideWindow{
	position: absolute;
	top: 360px;
	width:187px;
	right:30px;
	float: right;
	background-color: #E0E0EC; /* old #cbcbdf; */
	color: #292c7c;
	border: solid 1px #a7a8c9;
}

.sideWindow p{
	margin: 0 0 0 10px;
	width:150px;
	line-height: 18px;
}

.windowHeader{
	width: 177px;
	padding: 5px 0 5px 10px;
	background-color: #a7a8c9;
	font-weight: bold;
	color:#292c7c;
	margin-bottom: 10px;

}


/* side menu ------------------------------------ */

#projMenu{
	list-style: none;
	margin: 0;
	border: 0;
	overflow: hidden;
	left: 0;
	display: inline;
	top: 0;
}

#projMenu li {
	margin: 0;
	left: 0;
	padding: 0px;
	top: 0;
	width: 219px;
	overflow: hidden;
	float: right;
	border-left: solid 1px #cbcbdf;
}

.aborder {
		border-top: solid 1px #ffffff;
}


#projMenu a{
	text-decoration: none;
	width: 210px;
	color: #ffffff;
	padding: 1px 0 0 10px;
	float: right;
	height: 18px;
	overflow: hidden;
}

#projMenu li a:hover, .subSelected{
	text-decoration: none;
	background: #a7a8c9;
}



#subMenu {
	position: absolute;
	right: 0px;
	top: 116px;
	width: 219px;
	height: 219px;
	background:  #e66b29;
}


#projTitle {
	position: absolute;
	top: 116px;
	width:500px;
	left: 0;
	height: 50px;
	background-color: #cbcbdf;
	padding-left: 30px;
	border-bottom: solid 1px #a7a8c9;
	overflow: hidden;
	padding-top: 10px;
}

/* project window ----------------------------- */

.projectWindow{
	width: 420px;
	margin: 0 0 20px 0;
	background-color: #E0E0EC; 
	border: solid 1px #a7a8c9;
	padding: 10px;
	color: #292c7c;
}

.projectWindow p{
	width: 300px;
}

/* a wide window ----------------------------- */
#wide{
	width: 620px;
}

.projectWindow img {
	border: solid 1px #ffffff;
}

/* misc --------------------------------------- */
.spacer {
	height:60px;
}

#awardimage {
	float: right;
	border: 0;
}