.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;
	z-index:5;
	}
.content{
	display:block;
	position:relative;
	width:435px;
	padding:30px 0 30px 0;
	left:60px;
	float:left;
	z-index:5;
	}
.content .bodytext{
	margin-bottom:45px;
	position:relative;
	text-align:justify;
	}
.context{
	margin-bottom:20px;
	color:#aaa;
	font-size:10px;
	position:relative;
	}
.header{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	height:21px;
	width:300px;
	}
#archHeader{
	background:url(../images/headerTxt.services.arch.gif) top center no-repeat scroll;
	}
#landHeader{
	background:url(../images/headerTxt.services.landDev.gif) top center no-repeat scroll;
	}
#transHeader{
	background:url(../images/headerTxt.services.trans.gif) top center no-repeat scroll;
	}
#structHeader{
	background:url(../images/headerTxt.services.struct.gif) top center no-repeat scroll;
	}

#archSubHeader{
	background:url(../images/headerTxt.services.arch02.gif) top center no-repeat scroll;
}
#landSubHeader{
	background:url(../images/headerTxt.services.landDev02.gif) top center no-repeat scroll;
}
#structSubHeader{
	background:url(../images/headerTxt.services.struct02.gif) top center no-repeat scroll;
}
#transSubHeader{
	background:url(../images/headerTxt.services.trans02.gif) top center no-repeat scroll;
}
.container h1, .projectThumbnails ul h4{
	display:none;
	}
	
/*THUMBNAIL GALLERY*/
.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;
	}
/*TEMP THUMBNAIL IMAGE*/
h1, .details h4, .projectThumbnails ul h4{
	display:none;
	}
/*SEE SEPARATE CSS FILE*/


/*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;
	}
.rightMarginHeader{
	display:block;
	position:relative;
	padding:0;
	margin:0;
	height:21px;
	width:300px;
	background:url(../images/rMarginTxt.about.prof.gif) top center no-repeat scroll;
}

.rightMarginContent a{
	display:block;
	position:relative;
	margin:10px;
	margin-left:0 !important;
	}
.rightMarginContent ul{
	list-style:none;
	margin:0;
	margin-top:10px;
	padding:0;
	}
.rightMarginContent ul li{
	margin-left:0px;
	color:#fab25c
	}
.rightMarginContent ul li ul{
	margin:0;
	padding:0;
	list-style-image:url(../images/plusBullet.gif);
	margin-bottom:20px;
	color:#eee;
	}
.rightMarginContent ul li ul li{
	margin-left:25px;
	color:#eee;
	margin-bottom:5px;
	}
	