@charset "utf-8";
/* CSS Document */



.address {
	font-size: small;
}

address {
	margin-left: 15px;
	padding-left: 10px;
}

p {
	margin-left: 15px;
}

p.section {
	margin-left: 25px;
}


#jumbotronIndex {
	background: url(../img/back_img2.png) center no-repeat; background-size: cover;
	height: 600px;
}

#jumbotronIndex h1 {
  color: inherit;
	margin-top: 170px;
	color: #fff;
	font-weight: bold;
	font-family: sans-serif;
	text-shadow: 1px 1px 3px #333;
}

#jumbotronIndex p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

#jumbotronIndex > hr {
  border-top-color: #d5d5d5;
}

section {
	margin: 20px 0;
	padding: 10px;
}

.endPoint {
	clear: left;
}

section#whatsNew dt {
  float:left;
  width:100px;
}

section#whatsNew dd {
  float:left;
}

div.insuranceBox {
	width: 90%;
	margin: 0 auto;
}

#footerSubSection {
	padding: 25px 0;
	background-color: #fff;

}
