/* Home page */

.button-caption {
	padding: 1em 2em;
}

/***********************************
** Rollover buttons
***********************************/

a.rollover-block {
	background: url('../images/home/rollover-bg.jpg') 0px 0px no-repeat;
	display: block;
	width: 190px;
	height: 148px;
	padding: 20px;
	text-align: center;
}

a.rollover-block .rollover-content {
	height: 76px;
	padding-top: 45px;
	margin: 2px 4px 8px 4px;
}

.bp .rollover-content { background: url('../images/home/button-bp.jpg') 0px 0px no-repeat; }
.civils .rollover-content { background: url('../images/home/button-civils.jpg') 0px 0px no-repeat; }
.terrain .rollover-content { background: url('../images/home/button-terrain.jpg') 0px 0px no-repeat; }

.rollover-selected { background-image: none !important; background-color: #f0f0f1 !important; }

a.rollover-block span {
	display: none;
}

a.rollover-block h3 {
	color: #3f3f3f;
	font-size: 9pt;
}

.rollover-caption {
	padding: 1em 2em;
}

/***********************************
** NEWS
***********************************/

.featured-news {
	padding: 15px;
	background: #e6e6e7;
}

.featured-news img {
	margin-bottom: 1em;
}

.featured-news h3 {
	font-size: 11pt;
}

.news-story {
	width: 305px;
	padding-left: 140px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}

.news-story img {
	float: left;
	margin: 2px 15px 15px -140px;
}

.date {
	font-weight: bold;
}

.caption {
	padding: 0.5em;
	background: #e6e6e7;
}

/***********************************
** CASE STUDIES
***********************************/

.case-study {
	padding-left: 140px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}

.case-study img {
	float: left;
	margin: 2px 15px 15px -140px;
}
