﻿

/* font styling */

H1.ms-rteElement-H1C { -ms-name:"Blue Box Heading"; }
.ms-rteElement-H1C {
  font-family: 'Crimson Text', serif !important;
  font-size:30px !important;
  line-height: 30px;
  font-weight:normal !important;
  color: white;
  padding: 0 0 20px 0;
  margin: 0;
}

P.ms-rteElement-P1 { -ms-name:"Blue Box Paragraph"; }
.ms-rteElement-P1 {
  	font-family: 'Lato', sans-serif !important;
	font-weight:bold;
	font-size:12px;
  	color: black;
	padding: 0;
	margin: 0 0 20px 0;
}

a.ms-rteElement-A1 { -ms-name:"Blue Box Link"; }
.ms-rteElement-A1 {
	text-transform:uppercase;
	color: white !important;
	font-size: 1em !important;
	font-weight: bold;
	display: inline;
	background: url('../images/yellow-arrow2.png') no-repeat 90px 202px;
}


/* layout */
.sidebar-left {
	display: none !important;
}

.content-main {
	margin-left: 0 !important;
}

/* slider */
.slider-zone{
	background-color: white;
}


/* top */
.index-page-layout .top {
	min-height:1%;
	zoom:1;
	background-color:rgb(235, 231, 202);
	position: relative;
}



/* middle */

.middle{
	margin-top: 20px;
}

.middle .left{
	width: 630px;
}

.middle .left .wpz{
	width: 208px;
	margin-right: 2px;
}

.middle .right{
	width: 290px;
	background-color: #218cc0;
	padding: 10px 20px;
	height: 230px;
	position: relative;
}
.middle .right .ms-WPBorder {
	background-color: #218cc0;
}

.middle .right a, .maps_callout a {
	padding-right: 20px;
	margin-right: 40px;
	color: white !important;
	background: url('../images/yellow-arrow-dkbg.png') no-repeat right 2px;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* maps */

.middle-map {
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.maps_wrapper {
	position: relative;
	overflow: hidden;
}
.maps_callout {
	width: 177px;
	padding: 10px 10px 0 20px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #b1c11d;
	height: 100%;
	border-right: 3px solid white;
}
.maps_wrapper img {
	float: right;
}

/* middle beige */

.middle-beige{
	background-color: #ebe7ca;
	height: 20px;
	margin: 20px 0;
}



/* bottom HOME ONLY? */

.bottom .wpz-inner {
	width: 100%;
	padding: 0 0 0 0 !important;
	float: none;
	border-width: 0 !important;
}

.bottom .wpz-inner .ms-WPBody {
	color:#356C81 !important;
	font-size:9pt !important;
	font-weight:normal !important;
	font-family: 'Lato', sans-serif !important;
	line-height: 1.5 !important;
}

.bottom .wpz-inner h3 {
	text-align: center !important;
}

.bottom .wpz-inner img {
	display: inline;
	clear: both;
	float: none !important;
}

.bottom .wpz {
	/* text-align: center; */
	overflow: hidden;
	border-left: 1px dotted #add5ef;
}

.bottom :first-child.wpz {
	border-left: none !important;
}

.index-page-layout .bottom :first-child.wpz .wpz-inner {
	padding: 0 !important;
}


