html {
	-webkit-font-smoothing: subpixel-antialiased; /* Fix for webkit based browser fonts 'flickering' during carousel animation */
}
body {
	font-family: cambria !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: cambria !important;
	font-weight: 500 !important;
}
hr {
	clear: both;
}
/*
	Tables for layout where no CSS alternative is available such as tabs
*/
.table-unstyled {
	border: none;
}
.table-unstyled tr {
	border: none;
}
.table-unstyled th {
	font-weight: bold;
	background: none;
	text-align: left;
	padding: 0 10px 0 0;
	border: none;
}
.table-unstyled td {
	padding: 0;
	border: none;
}

/*--------------------------------------------------------------
Site Header
--------------------------------------------------------------*/
.site-header {
}

/*--------------------------------------------------------------
Site Branding
--------------------------------------------------------------*/
.site-branding {
	text-align:center;
	padding-bottom: 30px;
}
.site-branding img {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.site-branding .h3 {
	margin-top: 30px;
	display: block;
}
.site-branding .h1 {
	margin-left: 10px;
}

/*--------------------------------------------------------------
Site Navigation
--------------------------------------------------------------*/
.navbar a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    font-family: cambria;
    font-weight: 700;
    /*margin: 5px 0 0;*/
    padding: 6px 0;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
}

.navbar-nav {
    width: 850px;
    margin: 0 auto !important;
    list-style: none;
    float: none !Important;
    margin: 0;
}

.navbar-default {
	border-color: #ffffff !important;
	margin-bottom: 0 !important;
}
.navbar-default, .dropdown-menu {
	background-color: #337ab7 !important;
}
.navbar-default .navbar-text {
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
	color: #fff !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #ffffff !important;
	background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff !important;
	background-color: rgba(0, 0, 0, .15) !important;
}
.navbar-default .navbar-toggle {
	border-color: #ffffff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, .1) !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(0, 0, 0, .25) !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: rgba(255, 255, 255, .5) !important;
	background-color: rgba(0, 0, 0, .15) !important;
}

/*--------------------------------------------------------------
Banners
--------------------------------------------------------------*/
#banner, .carousel-inner .item {
	min-height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.carousel-indicators {
	display: none;
}

/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
/*
	Inside banner location for desktop devices
*/
.cta-wrapper-a {
	height: 300px;
	display: table;
}
.cta-wrapper-a .cta {
	display: table-cell;
	vertical-align: middle;
}
.cta-wrapper-a .cta .h3 {
	opacity: 0.9;
	padding: 15px;
	margin-top: 20px;
	display: inline-block;
}
.cta-wrapper-a .cta p {
	background: #fff;
	opacity: 0.9;
	padding: 15px;
	display: inline-block;
}
.cta-wrapper-a .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
/*
	Inside banner location for mobile devices
*/
.cta-wrapper-b {
	border-radius: 3px;
	margin-top: -40px;
	padding: 30px;
	-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, .15);
	        box-shadow: 0 -3px 5px rgba(0, 0, 0, .15);
}
.cta-wrapper-b .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.2);
}
.cta-wrapper-b .cta .btn:hover,
.cta-wrapper-b .cta .btn:focus
{
	background-color: rgba(0, 0, 0, 0.3);
}
/*
	Sidebar location
*/
.cta-wrapper-c {
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
}
.cta-wrapper-c p {
	margin-bottom: 20px;
}
.cta-wrapper-c .cta .btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.2);
}
.cta-wrapper-c .cta .btn:hover,
.cta-wrapper-c .cta .btn:focus
{
	background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
Site Content
--------------------------------------------------------------*/
.content-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.page-header {
	border-bottom-width: 3px !important;
	border-bottom-color: #ffffff !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.content-container hr {
	border-top-color: rgba(0, 0, 0, 0.08) !important;
}
blockquote {
	border-left-color: rgba(0, 0, 0, 0.08) !important;
}
.acf-map {
	width: 100%;
	height: 260px;
	border: #ccc solid 1px;
	margin-bottom: 20px;
}
/*
	http://codex.wordpress.org/Wrapping_Text_Around_Images
*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Site Footer Badges
--------------------------------------------------------------*/
.site-footer-badges {
	text-align: center;
	border-top: 3px solid rgba(0, 0, 0, 0.08);
	padding-top: 20px;
	margin-top: 20px;
}
.site-footer-badges li {
	width: 150px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: -4px;
	vertical-align: middle;
}
.site-footer-badges img {
	padding-top: 20px;
}

/*--------------------------------------------------------------
Site Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #ccc;
	padding-top: 30px;
	padding-bottom: 40px;
}
.site-footer h4 {
	padding-bottom: 10px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.site-footer .list-unstyled li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-footer .list-unstyled li:first-child {
	border-top: none;
}
.site-footer .list-unstyled li:last-child {
	border-bottom: none;
}
.site-footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .fa-ul {
	margin-left: 23px !important;
}
.locations-group .location {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.locations-group .location:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.social-networks {
	border-top: 3px solid rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}

/*--------------------------------------------------------------
Site Info
--------------------------------------------------------------*/
.site-info {
	background-color: #bbb;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.site-info ul {
	 letter-spacing: -1em; /* Effectively collapses white-space */
	 margin-bottom: 0 !important;
}
.site-info .list-inline li {
	letter-spacing: normal; /* Reset letter-spacing to normal value */
	border-left: 1px solid #333;
}
.site-info .list-inline li:first-child {
	border-left: none;
}

/*--------------------------------------------------------------
Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Responsive Classes
--------------------------------------------------------------*/
/*
	Small devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
	#banner, .carousel-inner .item {
		min-height: 440px;
	}
	.cta-wrapper-a {
		height: 440px;
	}
}
/*
	Medium devices (desktops, 992px and up)
*/
@media (min-width: 992px) {
	.site-branding {
		    border-top: #1f6b10 solid 20px;
		text-align: right;
	}
	.site-branding li {
		border-left: 1px solid #ccc;
		padding-left: 10px;
	}
	.site-branding li:first-child {
		border-left: none;
		padding-left: 0;
	}
	.site-branding li:last-child {
		padding-right: 0;
	}
	#banner, .carousel-inner .item {
		min-height: 490px;
	}
	.carousel-indicators {
		display: block;
	}
	.cta-wrapper-a {
		height: 490px;
	}
	.site-info {
		text-align: left;
	}
}
/*
	Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {
	#banner, .carousel-inner .item {
		min-height: 540px;
	}
	.carousel-indicators {
		display: block;
	}
	.cta-wrapper-a {
		height: 540px;
	}
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/*
	Text meant only for screen readers
*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


.dkgrey {color:#646464}



.insidecontent {
	margin:0 auto; 
}

.greenblock {width:40%;
	text-align:left;
	background-image:url(../images/images1/greenbackground.gif);
	 background-repeat: no-repeat;
color:#fff;
margin-left:30px;
padding:16px 20px 16px 30px;
	clear: both;}	

ul, ol, dl, {
	padding: 0;
	margin: 0;
}
h1 {padding-top: 16px;
		font-size:26px;
text-decoration:underline;
color:#005300;
text-align:center;
font-weight: bold !important;
text-transform:uppercase;}

h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	color:#005300;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
}
h2 {font-size:20px;
	color:#005300;
	text-align:center;}
 
p {	margin-top: 0;}
 
.homelinks {text-decoration:none; cursor:pointer; color:#005300; text-decoration:underline; font-size:20px} 
 
a img { 
	border: none;
}
.font20{font-size:20px;}
.font14{font-size:14px;}

.greenbullets {font-size:15px; color:#005300;
font-style:italic; text-align:left; font-weight:bolder}

.bottomnav {color:#4A4A4A; text-align:center; font-weight:bold; text-decoration:none}
.bottomnav:hover {color:#000;}


.photor {float:right}
.centerdiv{text-align:center}
.logocontent {width:960px;
	margin:0 auto;
	height:158px;
	  clear: both;	
}

.content {width:960px;
	margin:0 auto;
	  clear: both;	
}

.redfont {color:#B20000;}

.redcenter {color:#B20000;
text-align:center;
font-style:italic;
font-weight:bolder;
font-size:18px}

.container {
	margin: 0 auto; 
}

.blackborder {border: thin solid #000;}
.greenborder {border: thin solid #005300;}

.blackborderth {border: 3px solid #000;}




/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
#main {
  clear: both;			
}

.centrebold {font-weight:bold; 
text-align:center}

.menuup {width:960px;
	margin:0 auto;
	float: center;
	padding: 0;
	margin: 0px 0px 8px 40px;
	list-style: none;
	}
.menuup ul {position:absolute; display:none;}
.menuup li {position:relative; float:left; text-align:center;}	
.menuup a { color:#fff;text-decoration:none; font-family:cambria;;font-weight:800; font-size:16px; line-height:0px; 
  -webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;}
.menuup li:hover ul,.menuup li.sfHover ul {z-index:105}
ul.menuup li:hover li ul,ul.menuup li.sfHover li ul {top:-999px; display:none;}
ul.menuup current li li:hover ul,ul.menuup li li.sfHover ul {left:100%; top:0px;}
ul.menuupq>li { padding:0px 0px;margin:0px 0px 0px; text-align:center; width:100%;}

.menuup li a:hover {color:#fff;}
.menuup li {padding:0px 63px 0px 63px; height:18px; display: inline; position:relative;}
.menuup li a {display: block; font-size:18px; line-height:18px; color:#fff;text-decoration:none;font-family:cambria;font-weight:700;margin:5px 0 0; padding:6px 0;  margin-right:10px;
  -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;} 

ul.menuup>li.current>a, ul.menuup>li.sfHover>a, ul.menuup>li>a:hover {color:#fff;}
.bullets{margin-left:30px; text-align:left}ul{margin:0;padding:0;list-style-image:none}
.bulletsroman{list-style-type:lower-roman;margin-left:30px; text-align:left}ul{margin:0;padding:0;list-style-image:none}

 
.tablewidth20 {width:20%}
.tablewidth25 {width:25%}
.tablewidth30 {width:30%}
.tablewidth31 {width:31%}
.tablewidth33 {width:33%}
.tablewidth29 {width:29%}
.tablewidth3 {width:3%}
.tablewidth6 {width:6%}
.tablewidth39 {width:39%}
.tablewidth9 {width:9%}
.tablewidth52 {width:52%}
.tablewidth40 {width:40%}
.tablewidth41 {width:41%}
.tablewidth16 {width:16%}
.tablewidth43 {width:43%}
.tablewidth57 {width:57%}
.tablewidth50 {width:50%}
.tablewidth21 {width:21%}
.tablewidth47 {width:47%}
.tablewidth32 {width:32%}
.tablewidth43 {width:43%}
.tablewidth14 {width:14%}
.tablewidth16 {width:16%}
.tablewidth28 {width:28%}
.tablewidth60 {width:60%}
.tablewidth62 {width:62%}
.tablewidth314 {width:314px}
.tablewidth80 {width:80%}
.tablewidth90 {width:90%}

 .tablecenter {
 	margin:0 auto;
	  clear: both;	
  }

.centervert {vertical-align: middle;}

.tablesettings {width:88%;
	margin: 0 auto;
}
.tablesettings60 {width:60%;
	margin: 0 auto;
}
.tablesettings95 {width:98%;
	margin: 0 auto;
}
.tablesettings30 {width:30%;
	margin: 0 auto;
}
.tableheight {line-height: 40px;}
	
.floatrightimage {float:right}	
	
.greenbar1 {
	margin: 0 auto;
	text-align:center;
	background-color:#005300;
color:#fff}		
	
.greenbar {width:90%;
	margin: 0 auto;
	text-align:center;
	background-color:#005300;
color:#fff}	

.lightgreenbar {width:88%;
	margin: 0 auto;
	text-align:center;
	background-color:#EBF1DD;
color:#005300;
border: 2px solid #005300;
height:25px;
padding-top:8px}	

.greenfont {color:#005300;}	

.button{background-image:url(../images/buttong.jpg);background-repeat:no-repeat;background-position:center center;height:52px;width:211px;margin:0 auto;display:block;text-align:center;vertical-align:middle}

.buttonsm{background-image:url(../images/greenbuttonsm.jpg);background-repeat:no-repeat;background-position:center center;height:35px;width:191px;margin:0 auto;display:block;text-align:center;vertical-align:middle;color:#FFF; font-weight:bold}

.whitelinks{font-family:'Times New Roman';color:#FFF;font-size:18px;font-weight:700;text-decoration:none}.whitelinks:hover{color:#3A3A3A;font-weight:700;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

.innerbutt{line-height:50px}

.innerbutt1{line-height:35px}

.imagescenter {  display: block;
  margin-left: auto;
  margin-right: auto;
     }
  
 .whitebk {width:970px;
 background-color:#fff;	margin:0 auto; } 
 
 .headingbar {
	padding: 3px 0 0px 12px;
	color: #004800;
	font-weight: bolder;
	background-color:#D7E3BA;
	border: solid #006633 2px;
	/*height: 22px;*/
	width:90%;
	margin: auto;
	font-size:14px;
text-align:left;
background-color:#D7E3BA;
    font-size: 16px;
    line-height: 20px;
}
 
 .greybk {background-color:#F5F5F5}
   
a {text-decoration:none; cursor:pointer; color:#005300; text-decoration:underline;}
a:hover {text-decoration:none;}  
/*dropdownmenu settings */
.top-menu-item{border-bottom:10px solid transparent!important}
  .sub-menu{padding:0 !important;border-top:4px solid #transparent;border-style:solid!important;position:absolute!important;display:none!important;text-transform:uppercase;background:#005300;color:#999;z-index:100;top:32px;left:0;border:none !important;padding:0;}
  .top-menu-item:hover .sub-menu{display:block!important;}
  .sub-menu li:hover {background:#D7D7D7;}

  .sub-menu li{padding: 0;width:100%;text-align:center;height:auto !important;border:none;padding-top:0px;padding-bottom:0px;border-bottom:1px solid #54434d;padding-right:0 !important;}
  .sub-menu li a{line-height:100% !important;font-weight:400;font-size:16px;text-transform:uppercase;display:block;width:100%}
}

@media only screen and (max-device-width: 480px) {
.imagescenter {
    width: 100%;
    height: auto;
}
table.tablesettings td, th {
    display: block !important;
}
    }
	
	@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { .imagescenter {
    width: 100%;
    height: auto;
}
table.tablesettings td, th {
    display: block !important;
} }

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { .imagescenter {
    width: 100%;
    height: auto;
}
table.tablesettings td, th {
    display: block !important;
} }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
  .imagescenter {
    width: 100%;
    height: auto;
}
table.tablesettings td, th {
    display: block !Important;
}

}
	
.tablesettings95 td, th {
    display: list-item;
    padding: 0;
    list-style-position: inside;
    text-align: center;
}
.smaller img {
    width: 35%;
    height: auto;
}