h1 {
	font-size: 30px;
	font-weight: bold;
}

#rightCol p {
	margin-top: 10px;
}

#intro {
	background: #f1efe8;
}

#intro h2 {
	margin-bottom: 15px;
	font-style: italic;
	color: #982310;
}

#introContent {
	float: left;
	width: 240px;
	padding: 25px 0 20px 15px;
}
	#introContent p {
		text-align: left;
	}

a.more {
		display: block;
		margin-top: 15px;
		font-size: 16px;
		font-weight: bold;
	}

#infoHolder {
	float: right;
	width: 256px;
	margin: 10px 5px;
	background: #fff url('/images/content/cities/infoBox.gif') repeat-y;
	color: #515151;
	font-size: 12px;
}
	#infoHolder h3 {
		font-size: 14px;
		font-weight: normal;
		color: #2e4168;
		border-bottom: 0;
	}

.infoBox {
	padding: 5px 20px 10px;
}

#gapHolder {
	position: relative;
	top: 12px;
	text-align: center;
}

#weatherBox .left {
	width: 90px;
	float: left;
}
	#weatherBox .left img {
		padding-left: 10px;
	}
#weatherBox .temp {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	color: #006a23;
}
#weatherBox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006a23;
}
#weatherBox p {
	margin-top: 0;
}
#weatherBox .hot {
	color: #f05a00;
}
#weatherBox .cold {
	color: #56a8ca;
}

#energyStar {
	margin-top: 5px;
}
	#energyStar span {
		font-weight: bold;
		color: #01b0f1;
	}
	#energyStar img {
		float: right;
	}

#mapBox p {
	margin: 7px 0 0;
	text-align: center;
}
#mapBox a img {
	border: 1px solid #8a8a8a;
}
	#mapBox a:hover img {
		border: 1px solid #000;
	}

#localNews {
	padding-top: 25px;
}
	#localNews div {
		margin-top: 20px;
	}
	#localNews h3 {
		margin-bottom: 2px;
	}
	#localNews h3 a {
		font-size: 14px;
		color: #263844;
		text-decoration: none;
	}
	#localNews h3 a:hover {
		text-decoration: underline;
	}
	#localNews .date {
		margin-bottom: 5px;
		font-size: 11px;
		color: #515151;
	}
	
#otherProducts {
	padding-top: 25px;
}
	#otherProducts div.contNorm {
	  padding: 20px 0 0;
	  margin: 0;
	}
	#otherProducts div.contNorm img {
	  margin: 0 15px 5px 0;
	  float: left;
	}
	#otherProducts div.contNorm img.imgRight {
	  margin: 0 0 5px 10px;
	  float: right;
	}
	#otherProducts div.contNorm h3 {
	  margin: 0;
	  border: none;
	}
	#otherProducts div.contNorm h3 a {
	  display: block;
	  color: #263844;
	  text-decoration: none;
	}
	#otherProducts div.contNorm h3 a:hover {
	  text-decoration: underline;
	}
