
/* Layout/CSS specific to all PROJECTS Pages */


/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / SUBNAV & LEFT COLUMN AREA  ------------------------------------------------------*/



/* ------------------------------------------------------------------------------------------------------*/
/* PAGE CONTENT BLOCK / CONTENT COLUMN  -----------------------------------------------------------------*/


#projectThumbnails {
	width: 73px;
	padding: 0;
	float: left;
}

.imgThumbnail {
	width: 73px;
	height: 71px;
	margin: 0;
	padding: 0;
}

#projectDetail {
	width: 357px;
	margin: 0 0 0 90px;
	padding: 0;
}

/* Alt properties for standards-based browsers */
html > body #projectDetail { margin: 0 0 0 93px;} 


#imageBlock {
	width: 357px;
	/*height: 278px;*/
	margin: 0;
	padding: 0;
}

#caption {
	width: 220px;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 10px;
	color: #707172;
	float: left;
}

/* Alt properties for standards-based browsers*/
html > body #caption { padding: 2px 0 0 0; }  

#btn_viewLarger {
	width: 120px;
	margin: 0 0 0 232px;
	padding: 2px 0 0 0;
	font-size: 10px;
	color: #707172;
	text-align: right;
}

/* Alt properties for standards-based browsers*/
html > body #btn_viewLarger { margin: 0 0 0 235px;}  

.caption_horizRule {
	margin-top: -4px;
	font-size: 6px;
	line-height: 6px;
	background-image: url(../images/shared/horizRule_double.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
}


/* Two Column table w/ divider to display project information  */

table#projectSpecs {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table#projectSpecs p {
	font-size: 11.5px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #707172;
}

col#infoKey {
	width: 22%; 
}

col#projectInfo {
	width: 78%; 
}

.infoKey {
	font-size: 10.5px;
	font-weight: bold;
	color: #0E422C;
}


table#bulletins {
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
