.right-align {
  	text-align: right;
}
.center-align {
  	text-align: center;
}
#container-5 {
    position: absolute;
    z-index: 40;
}#wrapper-6 {
    position: absolute;
    z-index: 20;
}
.phone {
	font-size: 18px;
	font-weight: bold;
	color: #79982a;
	text-align: right;
	margin-bottom: 2px;
}
.WhiteButton {
	background-color: #FFF;
	height: auto;
	color: #79982a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
  	font-weight: bold;
}
.WhiteButton a:link {
	color: #79982a;
	background-color: #FFF;
	text-decoration: none;
}
.WhiteButton a:visited { 
	color: #79982a; 
}
.WhiteButton a:hover {
	color: #426e86;	
}
.WhiteButton a:active {
	color: #426e86;
}
.callout {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  border-color: #666666;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.GreenButton {
	background-color: #79982a;
	font-size: 14px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
  	font-weight: bold;
    margin-top: 10px;
}
.GreenButton a:link {
	color: #FFF;
	text-decoration: none;
}
.GreenButton a:visited { 
	color: #FFF; 
}
.GreenButton a:hover {
	color: #426e86;	
}
.GreenButton a:active {
	color: #426e86;
}
.img-round-shadow {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 6px 6px 4px 0px rgba(148,148,148,1);
	-moz-box-shadow: 6px 6px 4px 0px rgba(148,148,148,1);
	box-shadow: 6px 6px 4px 0px rgba(148,148,148,1);
	border: 1px solid #1f5981;
	padding: 6px;
  	background-color: #FFF;
}
.img-shadow {
	-webkit-box-shadow: 8px 8px 8px 0px rgba(148,148,148,1);
	-moz-box-shadow: 8px 8px 8px 0px rgba(148,148,148,1);
	box-shadow: 8px 8px 8px 0px rgba(148,148,148,1);
  	margin-bottom: 15px;
}
.caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}