/* CONTENT */
h1.title {
  margin-top: 10px;
}
.brochureImg {
  border: 1px solid #CCC;
  float: left;
  margin: 0 10px 20px 0;
}
.newsletterImg {
  width: 220px;
  height: 286px;
}
.addBorder {
  border: 1px solid #CCC;
}
.aside {
  padding-left: 4px;
}

/* Updated quotes - ONLY USE when next to .brochureImg */
.indQuote {
	float: left;
	padding-left: 22px;
	width: 200px;
}
.indQuote p {
	width: 100%;
}

/* Industry Boxes */
.indBlueBox {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 47%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#eeeeee));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 47%);
  background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 47%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 10px 0 10px 0;
  padding: 15px;
}
.indBlueBox h2 {
  border-bottom: 1px solid #ccc;
  color: #1B77C0;
  font-size: 16px;
  padding-bottom: 5px;
}

/* Blue H2 Heading Bars */
.indBlueBar {
  background: #E4F1F9;
  color: #333;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 8px 0;
  
  text-indent: 10px;
  width: 100%;
}

/* Newsletter Page */
.newsletterImg {
	border-bottom: 1px solid #DDD;
	width: 220px;
}
.newsTable {
	border: 0;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}
.newsHeader {
	background: #E4F1F9;
	color: #333;
	font-size: 15px;
	height: 30px;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
}
.newsTable td {
	border-bottom: 1px solid #DDD;
	color: #777;
	height: 30px;
	text-indent: 10px;
	vertical-align: middle;
}
.newsTable .newsLatest {
	font-weight: bold;
}
.newsTable .newsLatest a {
	font-weight: normal;
}