
/* -----------------------------------*/
/* ------>>> STRUCTURAL WEBSITE <-----*/ 
/* -----------------------------------*/


/* -----------------------------------*/
/* -------->>> DIV STYLING <<<--------*/ 
/* -----------------------------------*/

#hmpLeftColumn {	float:left;	width:45%}
#hmpRightColumn {	clear:none;	margin-left:48%}
	
.hmpPortfolio {	
	float:left;	
	clear:none;	
	margin-left:10px;	
	width:130px;
	}
	
.fullImage, .rowImages {
	text-align:center;
	margin:10px auto;
	width:410px;
	}
	
.portfolioImage {
	text-align:center;
	margin:20px auto;
	width:487px;
	padding-top:10px;
	background-color:#FFF;
	margin-top:20px;
	}
	
.imageContainer, .singleContainer, .largeContainer {
	text-align:center;
	margin:20px auto;
	width:487px;
	margin-bottom:0;
	padding:0;
	}
.singleContainer {width:250px}
.largeContainer {width:300px}

.halfImage, .onethirdImage, .twothirdImage, #historyGallery div {
	float:left;
	clear:none;
	background-color:#FFF;
	margin-bottom:20px;
	padding:0;
	text-align:center;
	}
	
.halfImage {width:230px;	padding-right:10px;}
.onethirdImage {width:150px;	padding-right:12px}
.twothirdImage, #historyGallery div {width:300px;	padding-left:20px}


.rightImage {
	float:right;
	width:184px;
	margin:0 10px 20px 15px;
	min-height:220px;
	}
	
#portfolioExposure {
	height:240px;
	width:100%;
	margin-bottom:15px;
	}
	
.imageClear {
	width:100%;
	line-height:1px;
	height:1px;
	}
	
.facilityInfo {
	width:100%;
	clear:right;
	}
.backToTop {
	clear:both}
	

	

/* -----------------------------------*/
/* ------>>> HEADER STYLING <<<-------*/ 
/* -----------------------------------*/


.hmpPortfolio h3, .fullImage h3, .rightImage h3, .portfolioImage p, .halfImage p, .onethirdImage p, .twothirdImage p, #historyGallery div p  {
	background-color:#000;
	font-size:0.9em;	
	line-height:1.2em;	
	text-align:left;
	padding:5px 10px}
	
h1.portfolio {	margin-bottom:0}
	
.fullImage h3 {width:390px;	margin:0}
.rightImage h3 {width:164px;	margin:0}
.hmpPortfolio h3 {width:115px; padding-left:0}
.portfolioImage p, .halfImage p, .onethirdImage p, .twothirdImage p, #historyGallery div p {color:#FFF;	margin-bottom:0;	font-size:1.1em;	line-height:1.6em}
.portfolioImage p{width:467px}
.hmpPortfolio h3 a {
	color:#FFF;
	padding-left:1.4em;
	background: url(../sitewide/arrow-black.gif) no-repeat 0.4em 0.5em;
	text-decoration:none;
	}
	
.hmpPortfolio h3 a:hover {	text-decoration:underline;	color:#FFF}
.hmpPortfolio h3 a:visited {	color:#FFF;}

#pageView {margin-left:15px;	padding-bottom:20px}
#pageView ul {list-style:none}
#pageView ul li {float:left}
#pageView ul.pages li {padding:1px 5px; border:1px solid #000;	background-color:#FFF;	color:#000;	font-size:0.9em;	margin-right:8px}
#pageView ul.pages li.current {color:#FFF;	background-color:#000;}
#pageView ul li.header {border:none;	color:#000;	background-color:#FFF}

	
	
