body {
	font-family: "oscine", Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:400;
	color:#333333;
}
h1{
	font-weight:700;
	font-size:30px;
	line-height:32px;
}


h2{
	font-size:20px;
	margin-top:0px;
	margin-bottom:8px;
	font-weight:700;
	line-height:24px;
}
h3{
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:700;
	line-height:22px;
}
.large{
	font-size:18px;
	line-height:24px;
}
.xlarge{
	font-size:24px;
	line-height:30px;
}
strong{
	font-weight:700;
}

.pic_with_border{
	max-width: 80%;
	padding: 4%;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
}
#headerwrap_div {
	background-color: transparent;
	width:100%;
}
.headerbg_div{
	background-image: url(../images/headerwrap_bg.png);
	background-position: center top;
	background-repeat:repeat;
}
#header_div {
	height:60px;
	max-width: 1134px;
	background-image: url(../images/header_bg.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:0px;
	padding-right:0px;
}
#headerfiller_div{
	height: 60px;
}
.logo_img{
	position:absolute;
	z-index:999;
	left: 66px;
	top: 16px;
	margin-top:0px;
}

.logo_img_small{
	position:absolute;
	z-index:999;
	left: 85px;
	top: 18px;
	margin-top:0px;
	display:none;
}


.navwrap_div{
	background-image: url(../images/nav_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.nav_div {
	font-size:16px;
	line-height:20px;
	max-width: 1003px;
	padding-left: 20px;
	padding-right: 20px;
	float:none;
	clear:both;
	color:#000;
	text-align:right;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	text-transform:none;
	margin-left:auto;
	margin-right:auto;
}

.navinner_div{
	display: block;
	float:left;
}

.nav_div a{
	color: #006e80;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	margin-left:6px;
	margin-right:6px;
	float:none;
}
.nav_div a:hover, .nav_div a.at,.nav_div a.subnavopen{
	background-color:transparent;
	color:#000;
}

.subnavcolumn_div{
	padding-right: 5%;
	width:25%;
	float:left;
	display:block;
	box-sizing: border-box;
}
.subnav_div{
	text-align: right;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	display: none;
	width: 100%;
	overflow: visible;
	position: absolute;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subnav_div.subnavshort_left{
	left:auto;
	right: 0px;
}

.subnavshort{
	width:180px;
}

.subnavgroup_div {
	float: none;
	display: block;
}


.subnav_div a{
	display:block;
	height: auto;
	text-decoration: none;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#000;
	margin-left: 0px !important;
	margin-right: 0px !important;
	white-space: normal;
}
.subnav_div a:hover{
	text-decoration: underline;
}
#mobileheaderwrap_div{
	padding-top:0px;
	height:46px;
	padding-bottom:0px;
	background-color:#fff;
	background-image: url(../images/mobile_header_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
#mobileheader_div{
	height:46px;
	position:relative;
}
.mobilemenubtn{
	float:right;
	margin-right:20px;
	margin-top:10px;
}
.mobilelogo_img{
	position:absolute;
	z-index:9999999;
	left: 22px;
	top: 8px;
	margin-top:0px;
}
#mobilenavholder {
	position: relative;
	width: 100%;
}
#mobilenav_div {
	background-color: #74C043;
}
#mobilenav_div a {
	color: #FFF;
	background-color: #74C043;
	text-align: left;
	height: 14px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:25px;
	font-weight: normal;
	border-top: none;
	border-bottom: 1px solid #A6D788;
	font-size: 14px;
	line-height: 14px;
}
#mobilenav_div a.mobilemenu_hassubnav {
	background-image: url(../images/downtriangle.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#mobilenav_div a.mobilesubnav{
	background-color: #666;
}

#homebanner_div{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	height:430px;
}
#pagebanner_div{
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	height:288px;
}



.homephrase_div{
	padding-left:100px;
	font-size:49px;
	line-height:49px;
	color:#006e80;
	max-width: 1073px;
	margin-left:auto;
	margin-right:auto;
	font-weight:700;
	padding-top: 120px;
}

.picshadow{
	background-image: url(../images/picshadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:21px;
	display:none;
}

.callouts_div {
	margin: auto;
	width: auto;
	max-width: 1020px;
	padding-top: 40px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom:40px;
}
.callout_div {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-top: 1%;
	width: 31%;
	background-color: #666;
	height: 300px;
	float: left;
	position: relative;
	background-image: url(../images/spacer.gif);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.callout_div a {
	display:block;
	height:100%;
	width:100%;
	color:#000;
	text-decoration:none;
}
.calloutcaption_div {
	position:absolute;
	width:100%;
	bottom:0px;
	background-color:#BDD8D1;
	height:30px;
	padding-top:30px;
	padding-bottom:40px;
	text-align:center;
}
.calloutcaption_div a {
	color: #666;
	text-decoration:none;
}
.calloutttl_p{
	font-size:18px;
	text-transform:uppercase;
}
.calloutline_div{
	height: 1px;
	width: 150px;
	max-width:80%;
	border-top: 1px solid #666666;
	margin-top:5px;
	margin-bottom: 3px;
	margin-right:auto;
	margin-left:auto;
}


.contentinside_div{
	padding-left:70px;
	padding-right:70px;
}
.sectioninner_div{
	padding-left:70px;
	padding-right:70px;
}
.sectionttl{
	font-size:24px;
	line-height:26px;
	font-weight:700;
}

.fullwidth {
	float: none;
	width: auto;
	margin-right: 0px;
}

#footerwrap_div {
	width: 100%;
	/*position: absolute;*/
	bottom: 0px;
	background-color:#fff;
}
#footer_div {
	font-size:12px;
	color:#666;
	width: auto;
	max-width: 1003px;
	margin-left: auto;
	margin-right: auto;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:20px;
	padding-right:20px;
}
#footer_div a {
	color:#666;
}
.footnav_div{
	float:none;
	text-align:center;
}
.cright_div{
	clear:none;
	float:left;
}
.footerbandwrap_div {
	background-image: url(../images/footerwrap_bg.png);
	background-repeat: repeat;
	background-position: center top;
}
.footerband {
	width: auto;
	max-width: 1134px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.no_sidepadding{
	padding-left:0px;
	padding-right:0px;
}

.staffcatttl_div{
	font-weight:700;
	font-size:30px;
	line-height:32px;
}
.staffmember_div{
	float:left;
	width:33%;
	margin-top:20px;
	font-size:18px;
	line-height:22px;
}
.staffmember_div p{
	margin-bottom:0px;
}
.stafflistpic_img{
	width: 80%;
	padding: 4%;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5);
}
.stafflistinfo_div{
	padding-top:20px;
	width:88%;
}
.stafflistname{
	font-weight:700;
}
.staffemail_p{
	font-weight:normal;
	padding-top: 5px;
    word-break: break-all;
}

.staffemail_p a{
	color: #666;
	font-weight:normal;
	font-size: 14px;
	line-height: 20px;
}
.staffcat_div{
	padding-top:50px;
}

.staffcat_div  .four_per_row_div{
	display:none;
}
.staffcat_div  .three_per_row_div{
	display:block;
}