.billboard{
	display:block;
	position:relative;
	width:900px;
	height:180px;
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;
	margin:0;
	padding:4px 0;
	}
.container{
	display:block;
	position:relative;
	width:900px;
	background:url(../images/bkg.container.gif) top center no-repeat scroll;
	text-align:left;
	font-size:11px;
	line-height:18px;
	padding:0;
	margin:0;
	}
	
/*PROJECT MENU*/
.projectMenu{
	display:block;
	position:relative;
	float:left;
	width:280px;
	left:60px;
	padding:30px 0;
	}
.projectMenu ul{
	list-style:none;
	margin:10px 0 0 0;
	padding-left:0;
	position:relative;
	display:block;
	width:280px;
	}
.projectNode1{
	display:block;
	position:relative;
	padding:0;
	margin:0 0 10px 0;
	}

.projectNode1 a{
	text-decoration:none;
	font-size:12px;
	}

.projectNode1 ul{
	list-style:none;
	margin-left:20px;
	display:block;
	position:relative;
	width:260px;
	}
	
.projectNode2{
	display:block;
	position:relative;
	padding:0;
	margin:0 0 5px 0;
	color:#666;
	font-size:10px;
	}
.projectNode2 a{
	font-size:10px;
	color:#eee;
	}
.projectNode2 a:Hover{
	color:#fab25c;
	}
/*CONTENT */
.content{
	position:relative;
	margin-left:370px;
	display:block;
	width:500px;
	padding:30px 30px 30px 0;
	z-index:9;
	}
.introTxt{
	margin-bottom:30px;
	text-align:justify;
	}
.header{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	height:21px;
	width:300px;
	}
#govtSubhead{
	background:url(../images/rMarginTxt.projects.govt.gif) left top scroll no-repeat;
	}
#transSubhead{
	background:url(../images/rMarginTxt.projects.trans.gif) left top scroll no-repeat;
	}
#commSubhead{
	background:url(../images/rMarginTxt.projects.comm.gif) left top scroll no-repeat;
	}
#otherSubhead{
	background:url(../images/rMarginTxt.projects.other.gif) left top scroll no-repeat;
	}

/*PROJECT THUMBNAILS*/
.projectThumbnails{
	display:block;
	position:relative;
	width:400px;
	z-index:5;
	}
.projectThumbnails ul{
	list-style:none;
	margin:0;
	padding:0;
	}
.projectThumbnails ul li{
	float:left;
	}
.projectThumbnails ul li a{
	display:block;
	position:relative;
	width:58px;
	height:58px;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #ccc;
	}
	
h1, .details h4, .projectThumbnails ul h4{
	display:none;
	}
/*DETAIL OVERLAY*/
.detailTop{
	position:absolute;
	color:#eee;
	font-size:10px;
	line-height:16px;
	width:250px;
	height:86px;
	z-index:12;
	background:url(../images/bkg.popupTxt.top.png) no-repeat scroll top left;
	font-weight:normal;
	top:-80px;
	display:none;
}
.detailBottom{
	position:absolute;
	color:#eee;
	font-size:10px;
	line-height:16px;
	width:251px;
	height:86px;
	z-index:12;
	background:url(../images/bkg.popupTxt.bottom.png) no-repeat scroll top left;
	font-weight:normal;
	top:135px;
	display:none;
	}
	
#detail01{
	left:0px;
	}
.detailTop span{
	display:block;
	margin-top:7px;
	margin-left:40px;
	position:relative;
	width:190px;
	}
.detailBottom span{
	display:block;
	margin-top:35px;
	margin-left:40px;
	position:relative;
	width:190px;
	}
#detail02{
	left:80px;
	}
#detail03{
	left:160px;
	}
#detail04{
	left:240px;
	}
#detail05{
	left:320px;
	}
#detail06{
	left:0px;
	}
#detail07{
	left:80px;
	}
#detail08{
	left:160px;
	}
#detail09{
	left:240px;
	}
#detail010{
	left:320px;
	}

.rightMargin{
	display:block;
	position:relative;
	margin-left:555px;
	width:315px;
	top:0;
	padding:30px 0 30px 0;
	}
.projectImage{
	display:block;
	position:relative;
	border:1px solid #999;
	margin:20px 0 30px 20px;
	}
.detailSpecs{
	display:block;
	position:relative;
	width:400px;
	font-size:11px;
	color:#eee;
	margin-left:20px;
	}
.detailSpecs p{
	padding-left:20px;
	text-indent:-20px;
	position:relative;
	display:block;
	margin-bottom:10px;
	}
.detailSpecs p .specName{
	color:#fab25c;
	font-weight:bold;
	}

