/*----Base Elements----*/

	
	h1{
		padding:0 0 0 19px;
		margin:1px 0 0 0;
	}
	
/**/

/*----Structural Wraps/Containers----*/

	
	.parent{
		width:100%;
		border:0;
	}
	
	.contentWrap{
		width:99%;
	}
	
	.siteOptions{
		width:100%;
	}
	
	.siteContact{
		width:95%;
		clear:both;
	}
	
	.siteContact li{
		text-align:center;
	}
	
	/**---Banner Header----**/
	
		.bannerHeader{
			border-bottom:2px solid #000;
			margin-bottom:15px;
		}
	
	/**/
	
	
	/**----Supplemental Info----**/
	
		.supplementalInfo{
			border:1px solid #ded3c0;
			padding-top:6px;
			margin-bottom:10px;
			clear:both;
		}
		
		.supplementalInfo h2{
			padding:0 6px 4px 12px;
		}
		
	/**/

/**/


/*----Site Navigation----*/

	.nav{
		display:none;
	}

/**/

/*----Home Page----*/

	#flashcontent{
		display:none;
	}

/**/

/*----About Us----*/
	
	#keyPlayers h3{
		float:none;
		margin:0;
	}
	

/**/

/*----Service Offering List----*/

	.serviceOffering,
	.serviceOfferingAlt{
		width:48%;
	}
	
	.serviceOfferingAlt{
		width:45%;
	}


/**/

/*----Service Detail----*/

	#pdfList ul{
		list-style: circle;
	}
	
	#pdfList ul li a{
		padding:0 0 0 5px;
	}
	
	a.pdfLink{
		padding:0 0 0 8px;
	}
	
	#pdfList ul li a span{
		padding-right:5px;
	}
	
/**/

/*----Products----*/
	
	.productSection dl{
		width:44%;
		margin-bottom:20px;
	}
	

/**/

/*----Project List----*/
	
	#projects .photoInset.altInset{
		margin-left:20px;
	}

/**/


