/* styles for ECEC homepage only */
.largeCell {
	width:100%;
}

.leftCell {
	float:left;
	width:44%;
	margin-left:25px;
}

.rightCell {
	float:right;
	width:45%;
	margin-left:5%;
}

.bottomCell {
	margin-top:20px;
	margin-left:25px;
}

.bubble_image {
	margin-bottom:10px;
}

.home_address, .emergency_num {
	font-size:1.0em;
}

#wecArea .wecBorder {
	border: thin solid #0000FF;
}
#wecArea .currentMonth {
	font-style: italic;
	font-weight: bold;
	color:#000000;
	margin-bottom:3px;
}
#wecArea{
	margin-right:10%;
	text-align:center;
}

#wecArea p {
	font-size:1.1em;
}

.news_item {
	
}

.news_item .title {
	background-color:#FFFFCC;
	padding-left:2px;
	padding-right:2px;
	width:100%;
	text-align:left;
	font-size:.90em;
	font-weight:600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.news_item .description {
	margin-left:1.5em;
	text-align:left;
}

.news_item .meta {
	text-align:right;
	font-size:.6em;
	margin-bottom:0px;
}
