﻿@charset "utf-8";
/* CSS Document */



/********************************************** 
	MAIN FEATURE IMPACT AREA - HOMEPAGE
**********************************************/
span.leftText {
	text-align: left;
	color: #22384f;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
span.rightText {
	text-align: left;
	color: #1d7aa2;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
a.mainFeatureLink {
	padding: 3px;
	color: #1d7aa2;
	text-decoration: underline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.mainFeatureLink:hover {
	background: #1d7aa2;
	color: #ffffff;
	text-decoration: none;
}

/********************************************** 
	IMPACT AREA WIDGET
**********************************************/
.page .widget.SubImpactImage {}
.page .widget.SubImpactImage img { }
/********************************************** 
	IMPACT AREA WIDGET
**********************************************/
.page .widget.impactArea {
}
.page .widget.impactArea img {
}

/********************************************** 
	TOPIC ICON BAR 
**********************************************/
.page .topicBar {
	height: 74px;
	width: 891px;
	padding: 0px 2px 5px 2px;
	margin: -82px 0 0 25px;
	border-bottom: 3px #3661A2 solid;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.7);
}
.page .topicBar .topicIcon {
	float: left;
	width: 81px;
	padding: 0px;
}
.page .topicBar .topicIcon .icon a {
	display: block;
	height: 75px;
	padding: 3px 0 0 0;
	color: #254a78;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	border: none;
}
.page .topicBar .topicIcon .icon a:hover {
	background-color: #EEEEEE;
	background-color: rgba(24, 51, 92, 0.3);
	text-decoration: none;
}
.page .topicBar .topicIcon .icon img {
	padding: 2px 0 0px 0;
}
.page .topicBar .topicIcon .iconActive {
	height: 75px;
	padding: 3px 0 0 0;
	color: #254a78;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-align: center;
	border: none;
	background-color: #EEEEEE;
	background-color: rgba(24, 51, 92, 0.3);
}
.page .topicBar .topicIcon .iconActive a {
	color: #254a78;
}
.page .topicBar .topicIcon .iconActive a:hover {
	text-decoration: none;
}
.page .topicBar .topicIcon .iconActive img {
	padding: 3px 0 0px 0;
}

/********************************************** 
	L&I IMPACT AREA
**********************************************/
.page .impact {
	width: 948px;
	height: 235px;
	background: url(/PublishingImages/StockPhoto/impact_BG-all.jpg) no-repeat top left;
}
.page .impact .column {
	width: 310px;
	height: 235px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.page .impact .column.withMargin {
	margin: 0px 3px 0px 0px;
}
.page .impact .column a {
	text-decoration: none;
	color: #333333;
}
.page .impact .column a .impactModule {
	padding: 5px 10px;
	margin: 0px 0px 0px 25px;
	width: 180px;
	float: left;
	border: 2px solid #3661A2;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, .6);
	color: rgba(255, 255, 255, .6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.page .impact .column a .impactModule .title {
	font-size: 16px;
	font-weight: bold;
	margin-left: -28px;
	padding-left: 28px;
	font-family: "Rockwell", "Times New Roman", Times, serif;
	color: #3661A2;
/*background:url(/Style%20Library/Images/title_arrow.png) center left no-repeat;*/
}
.page .impact .column a .impactModule .blurb {
	display: none;
}
.page .impact .column a:hover .impactModule {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background: #ffffff;
}
.page .impact .column a:hover .impactModule .title {
	display: block;
	color: #3661A2;
/*background:url(/Style%20Library/Images/title_arrow_hover.png) center left no-repeat;*/
}
.page .impact .column a:hover .impactModule .blurb {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.page .impact .column .toolTipIcon {
	width: 24px;
	height: 24px;
}
.page .impact .column#business {
}
.page .impact .column#business .toolTipIcon {
	position: relative;
	top: 135px;
	left: 55px;
}
.page .impact .column#business .impactModule {
	position: relative;
	top: 107px;
	left: 58px;
}
.page .impact .column#construction {
}
.page .impact .column#construction .toolTipIcon {
	position: relative;
	top: 135px;
	left: 55px;
}
.page .impact .column#construction .impactModule {
	position: relative;
	top: 107px;
	left: 58px;
}
.page .impact .column#renter {
}
.page .impact .column#renter .toolTipIcon {
	position: relative;
	top: 135px;
	left: 55px;
}
.page .impact .column#renter .impactModule {
	position: relative;
	top: 107px;
	left: 58px;
}

