p {
	text-align: justify;
}


a.blue {
	color: #006699;
	}

.grey {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 12px 0;
}
.awardDates {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	}

.marketInfo {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	}

.projectSlideshow {
	width: 650px;
	height: 400px;
	margin-left: 50px;
	}
	
.projectSlideshow img {
	width: 650px;
	height: 400px;
	}
	
.workTab li{
	width: 173px;
	font-size: 12px;
	color: #333;
	float: left;
	text-align: left;
	margin: 0 0 15px 21px;
	height: 187px;
	color: #333;
	line-height: 14px;
	}

.workTab img {
	margin-bottom: 0px;
	width: 180px;

	}
	
#controls {
	width: 650px;
	margin-top: 10px;
	float: right;
	}	

.projectStats {
	width: 300px; 
	padding: 5px; 
	border-top: 1px solid #CCC; 
	float: right; 
	margin: 40px 0 0 30px;
	}
	
.projectSpacer {
	width: 300px; 	
	float: right; 
	margin: 40px 0 0 40px;
}

#nav {
	width: 450px;
	text-align: right;
	font-size: 0px;
	float: right;
	}
	
#nav a {
	border: 1px solid #CCC;
	padding: 5px;
	margin-left: 5px;
	color: #FFF;
	}

#nav a.activeSlide {
	background-color: #CCC;
	color: #CCC;
	}
	
#control {
	float: left;
	cursor: pointer;

	}

#pbtn {
	padding: 0 0 0 50px;;
	}

#control .pause {
	background: url('images/pause.gif') top left no-repeat;
	width: 50px;
	}
	
#control .play {
	background: url('images/play.gif') top left no-repeat;
	}
	
.projectSubmenu li {
	margin-left: 20px;
	}
	
.projectSubmenu .selected {
	background-color: #EEE;
	}
	
.catDescription {
	color: #333;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	}
