/* Minification failed. Returning unminified contents.
(394,10): run-time error CSS1038: Expected hex color, found '#4f4f'
(394,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(463,10): run-time error CSS1038: Expected hex color, found '#4f4f'
(463,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(468,10): run-time error CSS1038: Expected hex color, found '#4f4f'
(468,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*** lesscss variables defined here*****/
/***mobile variables***/
/*color of background on mobile view*/
/*color of the solid border around news/events/navigation lists on mobile view*/
/*color of the dashed border in between items in the mobile lists*/
/*color of text in mobile_header (default) headers*/
/*color of text in mobile navigation header*/
/*color of links in mobile lists*/
/*color of links in mobile lists on hover over*/
/*color of bg of mobile lists*/
/*bg color of mobile lists on hover over*/
/*bg color of mobile nav on hover over (usually same as previous but not always)*/
/*color of background of more links on homepage*/
/*color of more links on homepage.*/
/*color of footer text*/
/*background color of view full site link*/
/*text color of view full site link**/
/*border color of view full site link*/
/**start of default (desktop) variables*/
/*background color of body (non mobile)*/
/*default color for all text*/
/*default size for all text*/
/*default line-height for all text*/
/*default font-family for all text*/
/*default color for all links*/
/*default text decoration for links*/
/*default text decoration for links on hover*/
/**color of page titles**/
/**size of page titles**/
/**weight of page titles**/
/*default color for all borders*/
/*** border color for listtable and tableData/tableBox classes**/
/** background color for tableBox, tableData, listtable, downloadmessage etc.*/
/**color of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**color of subtitle in content area (usually same as above but not always)**/
/**size of subtitle in content area (usually same as above but not always)**/
/**weight of subtitle in content area (usually same as above but not always)**/
/**background image/color of listtable and tableData tables, also used for buttons.**/
/**color of listtable and tableData tables, also used for buttons.**/
/**size of listtable and tableData tables, also used for buttons.**/
/**weight of listtable and tableData tables, also used for buttons.**/
/**table row hover over background color**/
/***important alert background*/
/***important alert text*/
/***alert border next to show/hide button color**/
/**dropdownmenu bg color**/
/**dropdownmenu text color**/
/**dropdownmenu bg color on hover**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/**dropdownmenu bg color**/
/**dropdownmenu text color for larger text**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/*dropdownmenu border color at top (if needed)**/
/***color of breadcrumb text and links**/
/***size of breadcrumb text and links**/
/**color of the share & bookmark, print, rss, feedback, and font size links**/
/**size of the share & bookmark, print, rss, feedback, and font size links**/
/**color of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**size of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**weight of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**color of main text (news titles, events titles etc) in the small boxes**/
/**color of sub text (news intros, events dates etc) in the small boxes**/
/***Sunday Monday etc background*/
/***Sunday Monday etc color*/
/***February,March, April etc color*/
/***previous and next links color*/
/***previous and next links text-decoration*/
/***previous and next links text-decoration on hover*/
/***default day background color*/
/***other month day background color*/
/***default day text color*/
/***other month day text color*/
/***border color between days*/
/***today background color*/
/***today text color*/
/***calendar time color*/
/***calendar event title link color*/
/****************
mixins
***************/
/*mixin for multiple backgrounds on one wrapper*/
.multiple_bg {
  position: absolute;
  content: "";
  z-index: -1;
}
.has_multiple_bg {
  position: relative;
  z-index: 1;
}
/* mixin for multiple bgs with variables*/
/*mixin for hiding text*/
.hide_text {
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
}
/*mixin for removing list styles*/
.unstyled_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* for all your border radius needs */
/*---------------------------------------------------
    LESS Functions
  ---------------------------------------------------
   Binh Nguyen
-----------------------------------------------------*/
/***styles outside of @media query style mobile view as well as all other views. Only put styles here if they should affect the mobile view.*/
body.front_end_body {
  background: #d3c9af;
}
/***subtitle colors**/
.title_widget h2 {
  color: #774d10;
  font-size: 125% !important;
  font-weight: bold;
}
legend,
.sitemap_col .root-level a,
.service_request_widget legend {
  color: #774d10;
  font-weight: bold;
  text-decoration: none;
}
/**title colors*/
h1,
h2,
h3 {
  color: #774d10;
}
/** border color **/
.sitewrapper .listtable td {
  border: 0;
  border-top: solid 1px #cccdcb;
}
.sitewrapper .listtable tbody tr:first-child td {
  border-top: 0;
}
.sitewrapper .listtable {
  border: solid 1px #cccdcb !important;
}
/** background color **/
.sitewrapper .listtable {
  background: #f6f5ee !important;
}
/** Google CSE **/
#cse .gsc-control-cse {
  background: transparent !important;
}
#cse input[type=image].gsc-search-button {
  /*background: @table-header-bg !important;*/
  /*border: 2px solid transparent !important;*/
}
#cse .gsc-option-menu-item {
  background: gray;
}
#cse .gsc-option-menu,
#cse .gsc-selected-option-container {
  background: whiteSmoke !important;
  border-radius: 2px 2px 2px 2px;
}
/** header colors **/
.form_button,
.sitewrapper .listtable th,
#cse input.gsc-search-button,
.column input[type=button],
.column input[type=submit],
.column input[type=reset],
.slideshow_link,
body.dialog_body input[type="submit"],
body.dialog_body input[type="button"],
body.dialog_body input[type="reset"] {
  background: #4c5e14 !important;
  color: #ffffff !important;
}
.sitewrapper .listtable th a,
.slideshow_link a {
  color: #ffffff !important;
}
/** hover over color**/
.sitewrapper .listtable tr:hover td,
.photo_album_widget .standard_list ul li:hover {
  background: #e0ded3;
}
.form_button:hover,
.column input[type=button]:hover,
.column input[type=submit]:hover,
.column input[type=reset]:hover {
  color: #3f5353 !important;
  background: #e0ded3 !important;
  border: 2px solid #e8e3cf !important;
}
/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after,
.gsc-control-cse:after,
.listfaq_a_content:after,
.slides:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
#top_bar > * {
  font-size: 90%;
}
/***important alert****/
#alert_controls.hide {
  background: url(_gfx/cmn/alert_controls.png) right 0px no-repeat;
}
#alert_controls.show {
  background: url(_gfx/cmn/alert_controls.png) right -70px no-repeat;
}
.alert_right {
  /*background: url(_gfx/cmn/alert_border.png) right 0 repeat-y;*/
  background: none;
}
.alert_container:before {
  content: "";
  top: 4px;
  left: auto;
  position: absolute;
  right: 27px;
  bottom: 9px;
  z-index: -1;
  width: 1px;
  height: auto;
  border-right: 1px solid #dfbc4c;
  z-index: 5;
}
.alert_container .important_alert_wrapper {
  background: #d4a610;
}
.alert_container .important_alert,
.alert_container .important_alert h2,
.alert_container .important_alert a {
  color: #fff;
}
#siteheader {
  background: url(_gfx/cmn/mobile/mobile_header_strip.gif) 0 bottom repeat-x;
  margin-bottom: 82px;
}
#siteheader > a {
  float: left;
  display: block;
  width: 33.33%;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background: url(_gfx/cmn/mobile/home.gif) 0 0 repeat-x;
  text-align: center;
  font-size: 110%;
}
#siteheader a#sitemap_link {
  background: url(_gfx/cmn/mobile/sitemap.gif) 0 0 repeat-x;
}
#siteheader a#contact_link {
  background: url(_gfx/cmn/mobile/contact.gif) 0 0 repeat-x;
}
#headercolumn {
  clear: both;
  background: url(_gfx/cmn/mobile/mobile_header.gif) 0 bottom no-repeat;
  height: 56px;
}
#headercolumn #searchbox {
  position: relative;
  top: 90px;
  height: 41px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.32);
  margin: 0 auto;
  max-width: 320px;
  padding-left: 8px;
  width: 75%;
}
#headercolumn #searchbox input {
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.28);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.28);
  background-color: #FFFFFF;
  border: 0 none !important;
  float: left;
  height: 27px;
  margin: 6px 0 0;
  padding: 2px 0 0 5px;
  width: 90%;
  color: #b76d0a;
  font-size: 12px !important;
  font-weight: bold;
}
#headercolumn #searchbox a {
  background: none;
  height: 38px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 38px;
}
#headercolumn .weather {
  clear: both;
  height: 30px;
  position: relative;
  top: 19px;
  text-align: center;
  background: none;
  border: none;
}
#headercolumn .weather p {
  display: inline-block;
  margin: 0;
}
#headercolumn .weather a {
  color: #754C19;
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}
#headercolumn .weather img {
  float: left;
  max-width: 26px;
  position: relative;
}
#siteheader select {
  display: none;
}
#sitebody {
  background: #ffffff;
}
.mobile_header {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  height: 30px;
  line-height: 30px;
  background: url(_gfx/cmn/mobile/mob_header.gif) 0 0 repeat-x;
  padding: 0 10px;
}
.small_box .mobile_header {
  display: block;
}
#mobile_nav .mobile_header {
  color: #ffffff;
  background: url(_gfx/cmn/mobile/mob_header_nav.gif) 0 0 repeat-x;
}
.mobile_list,
#mobile_nav,
.mobile_box {
  border: 1px solid #c6c4c4;
  border-top: 0;
  background: #ffffff;
}
.small_col .content_area.mobile_box {
  border-top: 1px solid #c6c4c4;
  background: transparent;
}
.mobile_box > div {
  background: #ffffff;
  padding: 10px;
}
.mobile_box {
  background: #ffffff;
}
.mobile_list ul,
#mobile_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_list ul li a,
.mobile_list .box_bottomlink,
#mobile_nav ul li a,
.mobile_box .box_bottomlink,
.home_faq.mobile_list ul li .listfaq_q {
  display: block;
  color: #4f4f 4;
  text-decoration: none;
  border-top: 1px dashed #bfd7e3;
  padding: 4px 3.6% 4px 12px;
  background: #fcfbfb url(_gfx/cmn/mobile/mob_arrow.gif) 97% 50% no-repeat;
}
.home_news .box_bottomlink {
  display: block !important;
}
.service_box ul li span {
  padding: 4px 0;
  display: inline-block;
}
#mobile_nav ul li a {
  background-image: url(_gfx/cmn/mobile/mob_arrow.gif);
}
.mobile_list ul li:first-child > a,
#mobile_nav ul li:first-child a,
.home_faq.mobile_list ul li:first-child .listfaq_q {
  border-top: 0;
}
.mobile_list .box_item_summary,
.mobile_list .item-img,
.home_news li img,
.small_box .item_new,
.listtable span.item_new,
.home_left .tabs {
  display: none;
}
.mobile_list .item_smalltext {
  padding: 0px 3% 0px 12px;
  margin-bottom: 0;
  border-top: 1px dashed #bfd7e3;
}
.mobile_list .item_smalltext + .item_smalltext {
  font-style: italic;
  border-top: 0;
}
.mobile_list a + .item-list,
.home_faq.mobile_list ul li .listfaq_a {
  border-top: 1px dashed #bfd7e3;
}
.mobile_list .item-list,
.home_faq.mobile_list ul li .listfaq_a {
  padding: 0px 3% 4px 12px;
}
.mobile_list .item-list a,
.home_faq.mobile_list ul li .listfaq_a_content a {
  color: #3f5353;
  border-top: 0px;
  background: transparent none;
  padding: 0;
  display: inline;
}
.mobile_list ul li .listfaq_a_content a {
  color: #b86f09;
}
.mobile_list .item-list a:hover,
.mobile_list .item-list a:focus,
.mobile_list ul li .listfaq_a_content a:hover,
.mobile_list ul li .listfaq_a_content a:focus {
  background: transparent none;
  text-decoration: underline;
}
.mobile_list ul li a:hover,
.mobile_list ul li a:focus,
.home_faq.mobile_list ul li .listfaq_q:hover,
.home_faq.mobile_list ul li .listfaq_q:focus {
  background: #ffeba5 url(_gfx/cmn/mobile/mob_arrow_over.gif) 97% 50% no-repeat;
  color: #4f4f 4;
}
#mobile_nav ul li a:hover,
#mobile_nav ul li a:focus {
  background: #ffeba5 url(_gfx/cmn/mobile/mob_arrow_over.gif) 97% 50% no-repeat;
  color: #4f4f 4;
}
.mobile_list .box_bottomlink,
.mobile_box .box_bottomlink {
  color: #4b5f1e;
  background: #ecf0c6;
  font-weight: bold;
  font-style: italic;
}
.mobile_list span.listfaq_a_content ul {
  list-style: disc outside none;
  margin-left: 18px;
}
#page_footer {
  padding: 10px;
  font-size: 75% !important;
  color: #754c19;
}
#page_footer p {
  margin: 0;
  clear: both;
}
#page_footer a {
  color: #754c19;
  text-decoration: none;
  margin-right: 10px;
}
#footercolumn ul {
  list-style: none;
  margin: 0 7px 10px 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
#mobile_vision a {
  border: 1px solid #bbbaba;
}
#view-full {
  background: #4b5f1e;
  border: 1px solid #bbbaba;
}
#view-full a {
  color: #ffffff;
  text-decoration: none;
}
#view-full a:after {
  content: url(_gfx/cmn/mobile/fullsite_arrow.png);
}
/*******************************
homepage mobile styles
********************************/
.home_spotlight #spotlight_hide {
  display: none;
}
.home_spotlight img {
  border: 3px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.18);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.18);
  box-shadow: 0 0 5px rgba(0,0,0,.18);
}
.home_spotlight a.morelink {
  color: #a3812c;
  font-weight: bold;
}
/****home buttons****/
.home_buttons {
  display: block;
  height: 100px;
  position: relative;
  z-index: 1;
  margin: 10px auto;
  width: 95%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 4px rgba(0,0,0,.58), 0 0 5px rgba(0,0,0,.22);
  -moz-box-shadow: 0 5px 4px rgba(0,0,0,.58), 0 0 5px rgba(0,0,0,.22);
  box-shadow: 0 5px 4px rgba(0,0,0,.58), 0 0 5px rgba(0,0,0,.22);
  /*ul.slides li*/
  /* Control Nav */
}
.home_buttons ul.slides {
  padding: 0 !important;
}
.home_buttons ul.slides li {
  margin-right: 0;
}
.home_buttons ul.slides li a {
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 133.142px;
  border-left: 1px solid #bac87e;
  border-right: 1px solid #ffffff;
  background-size: 100% 100%;
}
.home_buttons .flexslider {
  margin: 0 22px;
}
.home_buttons .flex-direction-nav .flex-next {
  right: -22px;
  background: url(_gfx/home/home_buttons_control.png) -22px 0 no-repeat;
}
.home_buttons .flex-direction-nav .flex-next:hover {
  background-position: -22px -100px;
}
.home_buttons .flex-direction-nav .flex-prev {
  left: -22px;
  background: url(_gfx/home/home_buttons_control.png) 0 0 no-repeat;
}
.home_buttons .flex-direction-nav .flex-prev:hover {
  background-position: 0 -100px;
}
.home_buttons .flex-direction-nav .flex-disabled {
  cursor: default;
}
.home_buttons .flex-direction-nav a {
  cursor: pointer;
  display: block;
  height: 100px;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 22px;
  z-index: 100;
}
.home_buttons .flex-control-nav {
  display: none;
}
.home_news a {
  color: #4c5e15 !important;
  font-size: 12px;
  font-weight: bold;
}
.home_news p.box_item_summary {
  display: block;
  padding: 0 3.6% 4px 12px;
  text-decoration: none;
  margin: 0;
}
.home_events a,
.home_meetings a {
  color: #83691e;
  font-size: 12px;
  font-weight: bold;
}
.home_events .datebox,
.home_meetings .datebox {
  display: block !important;
  background: none repeat scroll 0 0 #f1e2af;
  border: 2px solid #cabe9b;
  color: #83691e;
  float: left;
  margin: 2px 8px 0 8px;
  min-width: 40px;
  padding: 1px 4px;
}
.home_events .datebox span,
.home_meetings .datebox span {
  padding-right: 2px;
}
.home_meetings a {
  color: #774d10;
}
.home_meetings .datebox {
  background: none repeat scroll 0 0 #e6cba5;
  color: #774d10;
}
.home_news .newsimg,
.home_news .rss,
.home_events .rss,
.home_meetings .rss,
.home_right .tabs,
.home_events .datebox,
.home_meetings .datebox,
.home_news .flex-direction-nav {
  display: none;
}
.home_news .box_bottomlink,
.home_events .box_bottomlink,
.home_meetings .box_bottomlink {
  text-decoration: none;
  font-style: normal;
}
.home_news a.box_item_summary {
  display: block !important;
}
.home_bottom .home_signup,
.home_bottom .home_socials {
  height: 75px;
  max-width: 323px;
  margin: 8px 8px 18px 12px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
  -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
  box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
}
.home_bottom .home_signup:hover,
.home_bottom .home_socials:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home_bottom .home_emergency {
  margin: 8px 8px 8px 12px;
}
.home_bottom .home_emergency img {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
  -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
  box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
}
.home_bottom .home_emergency img:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home_bottom .home_signup {
  background: url(_gfx/home/home_signup_bg.png) 0 0 no-repeat transparent;
  height: 61px;
  /*max-width: 303px;*/
  padding: 7px 0;
}
.home_bottom .home_signup .signup_content {
  padding: 2px 14px;
  overflow: hidden;
  height: 61px;
}
.home_bottom .home_socials {
  background: url(_gfx/home/home_socials_bg.png) 0 0 no-repeat transparent;
  text-align: right;
  /*max-width: 312px;
        padding-right: 11px;*/
}
.home_bottom .home_socials a:last-child {
  margin-right: 7px;
}
.home_bottom .home_socials a img {
  margin-top: 10px;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider {
  position: relative;
}
.home_top {
  /* FlexSlider  Styles
	    *********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
}
.home_top .home_collage {
  clear: both;
  height: auto;
  display: block !important;
  margin: -2px 0 0 1%;
  max-width: 655px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 98% !important;
}
.home_top .home_collage img {
  display: block;
  height: auto;
  width: 100%;
}
.home_top .home_collage .flex-direction-nav {
  display: none;
}
.home_top .home_collage .slidecontent .slidedescription {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  margin: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  max-width: 100%;
  min-height: 20px;
  background: rgba(60, 10, 10, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(133,133,133,.75);
  -moz-box-shadow: 0 0 5px rgba(133,133,133,.75);
  box-shadow: 0 0 5px rgba(133,133,133,.75);
}
.home_top .home_collage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_top .home_collage .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.home_top .home_collage .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.home_top .home_collage .slides img {
  display: block;
}
/*******************************
interior mobile styles
********************************/
.breadcrumb a,
.breadcrumb {
  color: #6a7575 !important;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size {
  color: #6a7575 !important;
  text-decoration: underline !important;
}
.title_right > a:hover {
  text-decoration: none !important;
}
.font_larger,
.font_smaller {
  background: url(_gfx/int/title_icons.png) 0 -45px no-repeat;
}
.font_larger {
  background-position: 0 -60px;
}
.font_size a {
  color: #6a7575 !important;
  text-decoration: none !important;
}
.title_widget h2 {
  font-size: 125%;
}
/****image widget*******/
.image_widget {
  margin: 10px  11px 0px 11px;
  overflow: hidden;
  position: relative;
}
.small_col .image_widget,
.standardlayout .left_col .image_widget,
.standardthreecolumnlayout .left_col .image_widget {
  margin: 0 0px 14px 15px;
  clear: both;
  width: 88%;
}
.small_col .image_widget {
  width: 89.6% !important;
  margin-left: 0;
}
.image_rotate_container {
  background-color: #FFFFFF;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image_rotate_container.current {
  opacity: 1;
  z-index: 5;
}
.image_rotate_container.prev {
  z-index: 4;
}
.image_widget img {
  display: block;
  width: 100%;
}
.image_rotate_caption {
  position: absolute;
  bottom: 0px;
  opacity: 0.8;
  color: #ffffff;
  background: #222222;
  display: block;
  width: 96%;
  text-align: center;
  padding: 5px 2%;
  min-height: 20px;
  line-height: 100%;
}
/*****************************************
Calendar month view
*****************************************/
.calendar {
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar_eventtime {
  line-height: 109%;
  padding: 0 0 2px 0 !important;
  display: block;
  font-size: 100%;
  font-weight: normal;
}
.calendar_eventlink {
  line-height: 109%;
  display: block;
  font-size: 100%;
  margin: 0px 0 10px 0;
}
.calendar_more {
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2;
  display: none;
}
.calendar_more_link {
  background: url(_gfx/int/calendar_more.png) 0 center no-repeat;
  padding-left: 26px;
  font-size: 105%;
  display: block;
  line-height: 24px;
}
.calendar_more_link.hidden {
  display: none !important;
}
/***minicalendar widget****/
.minicalendar_widget,
.calendar_widget {
  min-width: 170px;
  max-width: 298px;
  font-size: 12px!important;
  line-height: 18px!important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 0;
}
.calendar_widget {
  min-width: 275px;
}
.small_col .minicalendar_widget,
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  padding-top: 0;
  margin-bottom: 14px;
  clear: both;
}
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  width: 88%;
  margin-left: 15px;
}
.small_col .minicalendar_widget {
  width: 100%;
}
/*calendar mini grid - start*/
.calendar_mini_grid,
.calendar_grid {
  width: 100%;
  background: transparent;
}
.calendar_mini_grid.calendar td.calendar_day_with_items,
.calendar_grid.calendar td.calendar_day_with_items {
  cursor: pointer;
}
.calendar_mini_grid.calendar td.calendar_day_with_items > a,
.calendar_grid.calendar td.calendar_day_with_items > a {
  text-decoration: underline;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items,
.calendar_grid .calendar_items {
  display: none;
  position: absolute;
  z-index: 100;
  margin-top: -1px;
  background-color: #f4f4f4;
  border: solid 1px #dddddd;
  min-width: 100px;
  min-height: 50px;
  text-align: left;
  padding: 5px;
  box-shadow: none;
  border-radius: 2px;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventlink,
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime {
  font-size: 100%!important;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
.calendar_grid.calendar .calendar_items .calendar_eventtime {
  color: #3f5353 !important;
}
.calendar_mini_grid.calendar td.calendar_day_with_items:hover .calendar_items,
.calendar_grid td:hover .calendar_items {
  display: block;
}
.calendar_mini_grid .calendar_dayheader,
.calendar_grid .calendar_dayheader {
  background: #4c5e14;
  color: #ffffff;
  font-size: 80%;
  line-height: 21px;
  padding: 2px 0 0 0;
  text-transform: uppercase;
}
.calendar_grid .calendar_dayheader {
  color: #4c5e14;
  text-align: left;
  text-indent: 18px;
}
.calendar_grid .calendar_dayheader:first-letter {
  color: #ffffff;
}
.calendar_mini_grid .calendar_title_td {
  padding: 0;
}
.calendar_mini_grid .calendar_title,
.calendar_grid .calendar_title {
  width: 100%;
}
.calendar_mini_grid .calendar_title td,
.calendar_grid .calendar_title {
  height: 28px;
  background: transparent;
  padding: 0 !important;
  color: #3f5353;
  text-align: center;
  font-size: 110%;
  line-height: 28px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.calendar_grid .calendar_title td.calendar_title_content {
  color: #3f5353;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
}
.calendar_mini_grid .calendar_title td a {
  color: #3f5353;
  text-decoration: none;
}
.calendar_mini_grid .calendar_title td a:hover {
  text-decoration: underline;
}
.calendar_grid .calendar_title td.calendar_nextprev {
  padding: 0;
}
.calendar_mini_grid .calendar_title td.calendar_nextprev a,
.calendar_grid td.calendar_nextprev a {
  background: url(_gfx/int/mini_calendar_controls.png) 0 -9px no-repeat;
  margin: 0 auto;
  width: 11px;
  height: 10px;
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
  cursor: pointer;
}
.calendar_grid td.calendar_nextprev a {
  text-align: left;
}
.calendar_mini_grid .calendar_title td.calendar_nextprev:first-child a,
.calendar_grid td.calendar_nextprev:first-child a {
  background-position: 0 0;
}
.calendar_mini_grid td.calendar_day,
.calendar_grid td.calendar_day,
.calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_othermonthday,
.calendar_grid td.calendar_othermonthday {
  font-size: 90%;
  line-height: 155%;
  padding: 0;
  background: transparent none;
  border: 1px solid #d3d4d0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 2px 0;
}
.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
  background: #e1c143;
  color: #3f5353;
  padding: 0;
  line-height: 145%;
}
.calendar_today > a,
.calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today > a {
  color: #3f5353 !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_day > a,
.calendar_mini_grid td.calendar_weekendday > a,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday,
.calendar_grid td.calendar_day > a,
.calendar_grid td.calendar_weekendday > a {
  color: #59799b !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday {
  background: #f6f3ea;
}
.calendar_grid .calendar_othermonthday,
.calendar_grid .calendar_othermonthday > a,
.calendar_mini_grid .calendar_othermonthday,
.calendar_mini_grid .calendar_othermonthday > a {
  color: #bbb39c !important;
}
.calendar_grid td.calendar_othermonthday,
.calendar_mini_grid td.calendar_othermonthday {
  background: #e4e1d8;
}
/*************************
default list table
************************/
.list-filter,
.alpha-filter {
  margin: 0 0 10px 0;
  clear: both;
}
.alpha-filter,
.alpha-filter ul {
  list-style: none;
  padding: 0;
}
.alpha-filter li:before {
  color: Gray;
  content: "|";
}
.alpha-filter li:first-child:before {
  content: "";
}
.alpha-filter li {
  float: left;
}
.alpha-filter .current {
  color: inherit;
  cursor: inherit;
}
.alpha-filter .current:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
  color: inherit;
}
.sitewrapper .listtable {
  width: 100%;
  border-collapse: separate !important;
  margin: 10px 0;
  empty-cells: show;
}
.sitewrapper .listtable th {
  text-align: left;
  font-weight: bold;
  border: 0px;
  padding: 6px 4px 5px 9px;
  text-transform: uppercase;
  font-size: 90%;
}
.sitewrapper .listtable td {
  padding: 3px 4px 2px 9px !important;
}
.form_survey_widget .answer_container textarea {
  min-height: 150px;
  min-width: 350px;
  width: 100%;
}
.eNotification_widget .form_label {
  width: 250px;
}
#sitebody .checkboxlist-container .enotification_cats_list.formlist li {
  width: 31.3% !important;
}
#sitebody .checkboxlist-container label,
.front_end_body .enotification_widget_category_checkboxlist label {
  width: calc(100% - 40px) !important;
  white-space: normal;
}
#sitebody .checkboxlist-container .formlist li {
  width: 31.3% !important;
  margin-left: -3px;
  padding-left: 2% !important;
}
#sitebody .checkboxlist-container .formlist li:nth-child(3n+4),
#sitebody .checkboxlist-container .formlist li:first-child {
  padding-left: 0% !important;
  width: 33.3% !important;
}
.enotification_cats_list.enotification_cats_list li > a {
  float: left;
  background-position: 0 center;
}
.enotification_cats_list li > a,
.legend_info a {
  width: 19px;
}
.enotification_cats_list.enotification_cats_list label {
  float: none;
}
#sitebody .small_col .eNotification_widget.eNotification_widget.eNotification_widget h2,
#sitebody.standardlayout .left_col .eNotification_widget.eNotification_widget.eNotification_widget h2,
#sitebody.standardthreecolumnlayout .left_col .eNotification_widget.eNotification_widget.eNotification_widget h2 {
  margin: 0;
  color: inherit;
  font-weight: bold;
  font-family: inherit;
  text-transform: none;
  font-size: 80%;
  min-height: 0;
  line-height: 1.2;
  background: transparent;
  padding: 0;
}
#sitebody .small_col .eNotification_widget.eNotification_widget.eNotification_widget .checkboxlist-container .formlist li,
#sitebody.standardlayout .left_col .eNotification_widget.eNotification_widget.eNotification_widget .checkboxlist-container .formlist li,
#sitebody.standardthreecolumnlayout .left_col .eNotification_widget.eNotification_widget.eNotification_widget .checkboxlist-container .formlist li {
  width: 100% !important;
  padding-left: 0% !important;
}
/*************************
@font-face
************************/
.covid_page .vi-news-tiles-info {
  background: #31859B;
}
.covid_page .vi-news-tiles-title.vi-news-tiles-title,
.covid_page .vi-news-tiles-date {
  color: #fff;
}
.covid_page .vi-news-tiles-item {
  background: #31859B;
}

/**import less variables**/
/*** lesscss variables defined here*****/
/***mobile variables***/
/*color of background on mobile view*/
/*color of the solid border around news/events/navigation lists on mobile view*/
/*color of the dashed border in between items in the mobile lists*/
/*color of text in mobile_header (default) headers*/
/*color of text in mobile navigation header*/
/*color of links in mobile lists*/
/*color of links in mobile lists on hover over*/
/*color of bg of mobile lists*/
/*bg color of mobile lists on hover over*/
/*bg color of mobile nav on hover over (usually same as previous but not always)*/
/*color of background of more links on homepage*/
/*color of more links on homepage.*/
/*color of footer text*/
/*background color of view full site link*/
/*text color of view full site link**/
/*border color of view full site link*/
/**start of default (desktop) variables*/
/*background color of body (non mobile)*/
/*default color for all text*/
/*default size for all text*/
/*default line-height for all text*/
/*default font-family for all text*/
/*default color for all links*/
/*default text decoration for links*/
/*default text decoration for links on hover*/
/**color of page titles**/
/**size of page titles**/
/**weight of page titles**/
/*default color for all borders*/
/*** border color for listtable and tableData/tableBox classes**/
/** background color for tableBox, tableData, listtable, downloadmessage etc.*/
/**color of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**color of subtitle in content area (usually same as above but not always)**/
/**size of subtitle in content area (usually same as above but not always)**/
/**weight of subtitle in content area (usually same as above but not always)**/
/**background image/color of listtable and tableData tables, also used for buttons.**/
/**color of listtable and tableData tables, also used for buttons.**/
/**size of listtable and tableData tables, also used for buttons.**/
/**weight of listtable and tableData tables, also used for buttons.**/
/**table row hover over background color**/
/***important alert background*/
/***important alert text*/
/***alert border next to show/hide button color**/
/**dropdownmenu bg color**/
/**dropdownmenu text color**/
/**dropdownmenu bg color on hover**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/**dropdownmenu bg color**/
/**dropdownmenu text color for larger text**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/*dropdownmenu border color at top (if needed)**/
/***color of breadcrumb text and links**/
/***size of breadcrumb text and links**/
/**color of the share & bookmark, print, rss, feedback, and font size links**/
/**size of the share & bookmark, print, rss, feedback, and font size links**/
/**color of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**size of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**weight of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**color of main text (news titles, events titles etc) in the small boxes**/
/**color of sub text (news intros, events dates etc) in the small boxes**/
/***Sunday Monday etc background*/
/***Sunday Monday etc color*/
/***February,March, April etc color*/
/***previous and next links color*/
/***previous and next links text-decoration*/
/***previous and next links text-decoration on hover*/
/***default day background color*/
/***other month day background color*/
/***default day text color*/
/***other month day text color*/
/***border color between days*/
/***today background color*/
/***today text color*/
/***calendar time color*/
/***calendar event title link color*/
/****************
mixins
***************/
/*mixin for multiple backgrounds on one wrapper*/
.multiple_bg {
  position: absolute;
  content: "";
  z-index: -1;
}
.has_multiple_bg {
  position: relative;
  z-index: 1;
}
/* mixin for multiple bgs with variables*/
/*mixin for hiding text*/
.hide_text {
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
}
/*mixin for removing list styles*/
.unstyled_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* for all your border radius needs */
/*---------------------------------------------------
    LESS Functions
  ---------------------------------------------------
   Binh Nguyen
-----------------------------------------------------*/
/*******************************************
Put desktop view styles inside this media query
********************************************/
/***40.5em = 648px***/
@media screen and (min-width: 40.5em) {
  body.front_end_body,
  .config_widget_template {
    background: #466a22;
  }
  body.dialog_body {
    background: #ffffff;
  }
  /**reset mobile styles**/
  #headercolumn {
    background-image: none !important;
    height: auto !important;
  }
  .mobile_list,
  .mobile_box {
    border: 0;
  }
  .mobile_box > div {
    background: transparent;
    padding: 0;
  }
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover,
  .mobile_list ul li a:focus {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent none;
    font-weight: normal;
    font-style: normal;
  }
  #page_footer {
    padding: 0;
    font-size: 100%;
  }
  #page_footer a {
    margin: 0;
  }
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  /**these items were hidden for mobile view, need to be shown**/
  #top_nav,
  .home_collage,
  .home_buttons,
  .home_news .newsimg,
  .home_news li img,
  .quick_links,
  .dropdownmenu {
    display: block;
  }
  /* Containing frame for the site */
  .mainSpan_wrapper,
  .mainSpan_wrapper_review,
  .mainSpan_wrapper_home {
    background: none;
    position: relative;
    z-index: 1;
  }
  .mainSpan_wrapper:before,
  .mainSpan_wrapper_review:before,
  .mainSpan_wrapper_home:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 486px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mainSpan_wrapper:after,
  .mainSpan_wrapper_review:after,
  .mainSpan_wrapper_home:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mainSpan {
    background: url(_gfx/cmn/main_bg.jpg) center 0px no-repeat;
    margin: 0 auto;
    background-size: 100% 1012px;
  }
  .alert_container .important_alert {
    font-size: 12px !important;
    line-height: 20px !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    max-width: 946px;
  }
  /******************
    header
    ******************/
  #siteheader {
    z-index: 2;
    width: 98%;
    max-width: 990px;
    height: 169px;
    margin: 0 auto;
    position: relative;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: url("_gfx/cmn/header_bg.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 5px 4px rgba(0,0,0,.58);
    -moz-box-shadow: 0 5px 4px rgba(0,0,0,.58);
    box-shadow: 0 5px 4px rgba(0,0,0,.58);
  }
  #siteheader a#home_link {
    height: 59px;
    left: 2%;
    top: 35px;
    width: 450px;
    background: url(_gfx/cmn/logo.png) 0 0 no-repeat !important;
  }
  #siteheader #headercolumn #top_nav {
    text-align: center;
    line-height: 16px !important;
    padding: 0px 0px 0px 0px;
    float: right;
    margin-top: 10px;
  }
  #siteheader #headercolumn #top_nav a {
    color: #455811;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
    text-decoration: none;
    border-right: 1px solid #455811;
  }
  #siteheader #headercolumn #top_nav a:last-child {
    border-right: 0 none;
  }
  #siteheader #headercolumn #top_nav a:hover {
    text-decoration: underline;
  }
  #siteheader #headercolumn #searchbox {
    position: absolute;
    right: 4px;
    top: 59px;
    width: auto;
  }
  #siteheader #headercolumn #searchbox input {
    width: 144px;
    margin-right: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #siteheader #headercolumn #searchbox input:focus {
    width: 220px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  #siteheader #headercolumn .weather {
    margin-right: 8px;
    position: absolute;
    right: 0;
    top: 28px;
  }
  #siteheader #headercolumn .weather a {
    color: #fff;
    font-weight: bold;
  }
  /********************
	content area
	********************/
  #sitebody {
    min-height: 818px;
    background: #f6f2ea;
    margin: 0 auto 20px;
    padding: 0;
    max-width: 946px;
    position: relative;
    width: 96%;
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
  }
  .mainSpan_wrapper_home #sitebody {
    max-width: 990px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 98%;
  }
  .top_col {
    position: relative;
    margin-top: -79px;
  }
  .mainSpan_wrapper_home .top_col:before {
    background: none;
  }
  /******************************
	footer
	******************************/
  #page_footer {
    clear: both;
    font-size: 100% !important;
    background: transparent;
  }
  #page_footer p {
    clear: none;
  }
  #footercolumn {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 12px !important;
    padding: 0 0 30px;
    width: 98%;
    max-width: 946px;
  }
  #footercolumn a {
    color: #fff;
    text-transform: normal;
  }
  #footercolumn a:hover {
    text-decoration: underline;
  }
  #footercolumn .footer_nav {
    margin: 5px 0 25px 0;
  }
  #footercolumn .footer_nav a {
    color: #fff;
    margin: 0 .1%;
    font-size: 12px;
    font-weight: bold;
  }
  #footercolumn .footer_nav a:first-child {
    margin-left: 0;
  }
  #page_footer .footer_copyright {
    color: #fff;
    padding: 0 83px 0 0;
    font-size: 12px !important;
  }
  #page_footer .footer_copyright a {
    color: #fff;
    font-weight: normal;
  }
  /********************************
	Homepage
	********************************/
  /*#sitebody.homepagelayout{
		min-height: 818px;
		background:transparent;
		margin: 0 auto 20px;
        padding:0;
        max-width:990px;
        position:relative;
        width:98%;
	}*/
  .home_top {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    position: relative;
  }
  .home_top .home_collage {
    height: 290px;
  }
  .home_top .home_collage img {
    height: 290px;
  }
  .home_top .home_spotlight {
    left: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1%;
    width: 265px;
  }
  .home_top .home_spotlight #spotlight_hide {
    display: block;
    position: absolute;
    top: 2px;
    left: -53px;
    text-indent: -4000px;
    background: url("_gfx/home/spotlight_hide_button.png") no-repeat 0 0 rgba(0, 0, 0, 0);
    height: 33px;
    width: 56px;
    cursor: pointer;
    z-index: 1;
  }
  .home_top .home_spotlight .spotlight_content {
    float: left;
    height: 290px;
    max-width: 242px !important;
    width: 100%;
    z-index: 2;
    padding: 0 10px;
    position: relative;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.32);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.32);
    box-shadow: 1px 2px 3px rgba(0,0,0,.32);
    background: #ebc463;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eecc78), color-stop(1, #fefbf4));
    background: -ms-linear-gradient(bottom, #eecc78, #fefbf4);
    background: -moz-linear-gradient(center bottom, #eecc78 0%, #fefbf4 100%);
    background: -o-linear-gradient(center bottom, #eecc78 0%, #fefbf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#eecc78, endColorstr=#fefbf4);
    /*For IE7-8-9*/
    /*height: 1%;*/
    /*For IE7*/
  }
  .home_top .home_spotlight ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .home_top .home_spotlight h2 {
    background: url("_gfx/home/spotlight_title.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    padding-bottom: 20px;
    text-indent: -4000px;
  }
  .home_top .home_spotlight img {
    margin: 0;
    display: block;
    max-width: 235px;
  }
  .home_top .home_spotlight p {
    color: #595959;
    font-size: 12px;
    padding: 15px 0 0 2px;
    float: left;
    line-height: 14px;
  }
  .home_buttons {
    margin: 0 auto;
  }
  /* boxes
	================================================== */
  .home_content {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  .home_content .home_box {
    float: left;
    width: 49% !important;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    margin-bottom: 10px;
    position: relative;
    background-size: 100% 100%;
  }
  .home_content .home_box h2 {
    margin: 19px 0 25px 4%;
    padding: 0;
    position: relative;
    text-indent: -4000px;
  }
  .home_content .home_box ul {
    height: 198px;
    margin: 0 5px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .home_content .home_box ul li {
    padding: 0 5px 22px 5%;
  }
  .home_content .home_box ul li > a {
    font-weight: bold;
  }
  .home_content .home_box ul li > a:hover {
    text-decoration: underline;
  }
  .home_content .home_box ul li .box_item_summary {
    margin: 0;
    padding: 0;
  }
  .home_content .home_box .box_bottomlink {
    float: right;
    height: 28px;
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -4000px;
  }
  .home_content .home_box .box_bottomlink:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .home_news {
    float: left;
    margin-right: 2%;
    background: url(_gfx/home/home_news_bg.jpg) 0 0 no-repeat transparent;
  }
  .home_news h2 {
    background: url(_gfx/home/home_news_title.png) top left no-repeat transparent;
  }
  .home_news ul li .box_item_summary {
    color: #454545;
  }
  .home_news .box_bottomlink {
    background: url("_gfx/home/home_news_more.png") no-repeat 0 10px transparent;
    width: 100px;
  }
  /**************home events & meetings************/
  .home_events,
  .home_meetings {
    float: left;
    background: url(_gfx/home/home_events_bg.jpg) 0 0 no-repeat transparent;
  }
  .home_events h2,
  .home_meetings h2 {
    background: url(_gfx/home/home_events_title.png) top left no-repeat transparent;
  }
  .home_events .box_bottomlink,
  .home_meetings .box_bottomlink {
    background: url("_gfx/home/home_events_more.png") no-repeat 0 10px transparent;
    width: 118px;
  }
  .home_events ul li .datebox,
  .home_meetings ul li .datebox {
    background: none;
    border: 0 none;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 17px;
    margin: 1px 9px 6px 0;
    padding-left: 0;
    min-width: 25px;
    text-align: center;
  }
  .home_events ul li .datebox span,
  .home_meetings ul li .datebox span {
    font-size: 11.25px !important;
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 12px;
  }
  .home_events ul li a,
  .home_meetings ul li a,
  .home_events ul li a:hover,
  .home_meetings ul li a:hover,
  .home_events ul li a:focus,
  .home_meetings ul li a:focus {
    color: #83691e;
    display: block;
    font-size: 12px;
    line-height: 17px;
  }
  .home_events ul .box_item_summary,
  .home_meetings ul .box_item_summary {
    color: #505050;
    display: block;
  }
  .home_meetings {
    background: url(_gfx/home/home_meetings_bg.jpg) 0 0 no-repeat transparent;
  }
  .home_meetings h2 {
    background: url(_gfx/home/home_meetings_title.png) top left no-repeat transparent;
  }
  .home_meetings .box_bottomlink {
    background: url("_gfx/home/home_meetings_more.png") no-repeat 0 10px transparent;
    width: 130px;
  }
  .home_meetings ul li a,
  .home_meetings ul a:hover,
  .home_meetings ul a:focus {
    color: #774d10;
  }
  .home_meetings ul .box_item_summary {
    color: #004444;
    display: block;
  }
  .home_bottom {
    width: 49% !important;
    margin-left: 2%;
  }
  .home_bottom .home_emergency,
  .home_bottom .home_socials,
  .home_bottom .home_signup {
    margin: 0 0 18px;
  }
  .home_signup img {
    height: 66px;
  }
  /*************************************
	sidenav
	***************************************/
  .sidenav {
    width: 100%;
    float: left;
    min-height: 416px;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0 0 17px 0;
    position: relative;
    background: none;
    background-size: 100% auto !important;
  }
  .small_col .sidenav {
    float: left;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidenav ul li {
    position: relative;
  }
  .sidenav ul li a,
  .sidenav ul li a:hover,
  .sidenav ul li a:focus {
    color: #5e5e5e;
    font-size: 110%;
    text-decoration: none;
    display: block;
    padding: 6px 7px 6px 19px;
    line-height: 120%;
    position: relative;
    border-bottom: solid 1px #d6b970;
    z-index: 1;
  }
  .sidenav ul li.sidenav_current > a:before,
  .sidenav ul li.sidenav_haschildren > a:before {
    position: absolute;
    content: "";
    background: url(_gfx/nav/leftnav_arrows.gif) 0px -4px no-repeat;
    width: 4px;
    height: 7px;
    left: 9px;
    top: 11px;
  }
  .sidenav ul li li.sidenav_current > a:before,
  .sidenav ul li li.sidenav_haschildren > a:before {
    left: 20px;
  }
  .sidenav ul li li li.sidenav_current > a:before,
  .sidenav ul li li li.sidenav_haschildren > a:before {
    left: 30px;
  }
  .sidenav ul li li li li.sidenav_current > a:before,
  .sidenav ul li li li li.sidenav_haschildren > a:before {
    left: 40px;
  }
  .sidenav ul li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li.sidenav_haschildren > a:before {
    left: 50px;
  }
  .sidenav ul li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li.sidenav_haschildren > a:before {
    left: 60px;
  }
  .sidenav ul li li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li li.sidenav_haschildren > a:before {
    left: 70px;
  }
  .sidenav ul li.sidenav_current > a:before {
    background-position: -8px -4px;
  }
  .sidenav ul ul li.sidenav_current > a:before {
    background-position: 0 -4px;
  }
  .sidenav ul li.sidenav_current > a:hover:before,
  .sidenav ul li.sidenav_current > a:focus:before {
    background-position: -4px -4px;
  }
  .sidenav ul li.sidenav_haschildren > a:before {
    background-position: -14px 0;
  }
  .sidenav ul ul li.sidenav_haschildren > a:before {
    background-position: 0 0;
  }
  .sidenav ul li.sidenav_expanded > a:before,
  .sidenav ul ul li.sidenav_expanded > a:before {
    background-position: 0 0;
  }
  .sidenav ul li.sidenav_expanded > a:hover:before,
  .sidenav ul li.sidenav_haschildren > a:hover:before,
  .sidenav ul li.sidenav_expanded > a:focus:before,
  .sidenav ul li.sidenav_haschildren > a:focus:before {
    background-position: -7px 0;
  }
  .sidenav ul li.sidenav_haschildren > a:before {
    left: 8px;
    top: 12px;
    width: 7px;
    height: 4px;
  }
  .sidenav ul li li a {
    padding-left: 33px !important;
  }
  .sidenav ul li li li a {
    padding-left: 43px !important;
  }
  .sidenav ul li li li li a {
    padding-left: 53px !important;
  }
  .sidenav ul li li li li li a {
    padding-left: 63px !important;
  }
  .sidenav ul li li li li li li a {
    padding-left: 73px !important;
  }
  .sidenav ul li.sidenav_expanded > a {
    background: #d4a70e;
    color: #fff;
    border-bottom: 1px solid  #e3c35c;
    border-top: 1px solid  #e3c35c;
  }
  .sidenav ul li.sidenav_expanded > a:hover,
  .sidenav ul li.sidenav_expanded > a:focus {
    border-bottom: 1px solid #d4a70e;
  }
  .sidenav ul li li > a,
  .sidenav ul li li > a:hover,
  .sidenav ul li li > a:focus {
    color: #816a1e;
    margin-top: 0;
    border-bottom: none;
  }
  .sidenav ul li a:hover,
  .sidenav ul li a:focus {
    color: #fff !important;
    background: #fbc932;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d9b111), color-stop(1, #b26206));
    background: -ms-linear-gradient(bottom, #d9b111, #b26206);
    background: -moz-linear-gradient(center bottom, #d9b111 0%, #b26206 100%);
    background: -o-linear-gradient(center bottom, #d9b111 0%, #b26206 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9b111, endColorstr=#b26206);
    /*For IE7-8-9*/
    /*height: 1%;*/
    /*For IE7*/
    /*background-color: #fbc932;.background-image(~"linear-gradient(bottom, #d9b111 0%, #b26206 99.49%, #b26206 100%)");*/
  }
  /******************************
	Page templates
	**********************************/
  /*****pages with left nav****/
  /*#sitebody.standardlayout, #sitebody.standardthreecolumnlayout{.has_multiple_bg; background: transparent;}*/
  .column {
    float: left;
    width: 100%;
  }
  .twocolumnswithbottomlayout .left_col.column {
    width: 49%;
    padding-left: 1%;
    position: relative;
  }
  .twocolumnswithbottomlayout .bottom_col,
  .threecolumnswithbottomlayout .bottom_col {
    padding-left: 1%;
    width: 99%;
  }
  .twocolumnswithbottomlayout .right_col.column {
    width: 50%;
    position: relative;
  }
  .threecolumnswithbottomlayout .left_col.column,
  .threecolumnswithbottomlayout .right_col.column,
  .threecolumnswithbottomlayout .middle_col.column {
    width: 32.7%;
    position: relative;
    z-index: 0;
  }
  .threecolumnswithbottomlayout .left_col.column {
    width: 32.3%;
    padding-left: 1%;
  }
  .standardlayout .column.right_col,
  .standardthreecolumnlayout .column.right_col {
    margin: 0;
    width: 75.25%;
    float: right;
    min-height: 765px;
    position: relative;
    z-index: 1;
  }
  #edit_page .standardlayout .column.right_col,
  #edit_page .standardthreecolumnlayout .column.right_col {
    margin-top: 12px;
  }
  .standardlayout .column.left_col,
  .standardthreecolumnlayout .column.left_col {
    width: 24.4%;
    margin: 15px 0 0 0;
  }
  .standardlayout .column.left_col:before,
  .standardthreecolumnlayout .column.left_col:before {
    position: absolute;
    content: "";
    background: url(_gfx/int/leftcol_bg.jpg) repeat-y 0 0 transparent;
    background-size: 100% auto;
    left: 0;
    bottom: 0;
    top: 416px;
    width: 24.4%;
    box-shadow: none;
  }
  .standardlayout .column.left_col:after,
  .standardthreecolumnlayout .column.left_col:after {
    position: absolute;
    content: "";
    background: url(_gfx/int/sidenav_top.jpg) top center no-repeat;
    background-size: 100% 100% !important;
    left: 0;
    bottom: auto;
    top: 0;
    height: 416px;
    width: 24.4%;
    box-shadow: none;
  }
  .threecolumnswithbottomlayout .small_box,
  .twocolumnswithbottomlayout .small_box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom_col {
    clear: both;
    position: relative;
  }
  .twocolumnreverselayout .right_col,
  .twocolumnswithbottomlayout .right_col,
  .twocolumnswithbottomlayout .left_col,
  .threecolumnswithbottomlayout .right_col,
  .threecolumnswithbottomlayout .middle_col,
  .threecolumnswithbottomlayout .left_col {
    padding-top: 37px;
  }
  .twocolumnreverselayout .right_col .title_widget:first-child,
  .twocolumnswithbottomlayout .right_col .title_widget:first-child,
  .twocolumnswithbottomlayout .left_col .title_widget:first-child,
  .threecolumnswithbottomlayout .right_col .title_widget:first-child,
  .threecolumnswithbottomlayout .middle_col .title_widget:first-child,
  .threecolumnswithbottomlayout .left_col .title_widget:first-child {
    margin-top: -17px;
  }
  /***title_widget******/
  .title_widget {
    padding: 18px 18px 0;
    clear: both;
  }
  .standardthreecolumnlayout#sitebody .title_widget {
    padding: 18px 18px 0;
  }
  .banner_col .image_widget,
  .standardlayout .right_col > .image_widget:first-child {
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    -moz-box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    box-shadow: 3px 4px 5px rgba(0,0,0,.26), 0 0 5px rgba(53,53,53,.23);
    margin: -2px 6px 0 0;
  }
  .banner_col .image_widget .image_rotate_container,
  .standardlayout .right_col > .image_widget:first-child .image_rotate_container {
    background: transparent !important;
    top: 0  !important;
    left: 0 !important;
  }
  .breadcrumb {
    font-size: 90%;
  }
  .breadcrumb a {
    text-decoration: underline !important;
  }
  .breadcrumb a:hover {
    text-decoration: none !important;
  }
  .title_widget h1 {
    padding: 0 0 0 0;
    background: transparent;
    line-height: 120% !important;
    font-size: 30px !important;
    text-shadow: 0 0 1px rgba(35, 31, 32, 0.4);
    /*for antialiasing*/
    margin: 20px 0 0 0;
    font-weight: normal;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Georgia;
  }
  .title_right {
    padding: 0 0 6px 0;
    float: right;
  }
  .title_right > a,
  .title_right > div {
    float: right;
  }
  .title_right > a:first-child,
  .title_right > div:first-child {
    margin-left: 18px;
  }
  .printer_friendly,
  .sharelink,
  .rss,
  .thickbox,
  .font_size,
  .font_size a {
    background: url(_gfx/int/title_icons.png) 0 -75px no-repeat;
    font-size: 90% !important;
  }
  .font_size a {
    font-size: 100% !important;
  }
  .printer_friendly {
    background-position: 0 0;
  }
  .sharelink {
    background-position: 0 -60px;
  }
  .rss {
    background-position: 0 -15px;
  }
  .thickbox {
    background-position: 0 -30px;
  }
  a.font_larger {
    background-position: 0 -60px;
  }
  a.font_smaller {
    background-position: 0 -45px;
  }
  .title_widget h2 {
    padding: 0px 0 0 0px;
    font-weight: bold;
  }
  /***image widget****/
  .standardthreecolumnlayout .small_col .image_widget {
    width: 46% !important;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }
  /*********************
	content area
	*********************/
  .content_area {
    padding: 12px 17px 0 18px;
  }
  .onecolumnlayout .content_area,
  .twocolumnreverselayout .top_col .content_area,
  .twocolumnreverselayout .has_small_col .content_area {
    padding: 12px 22px 0 22px;
  }
  .twocolumnreverselayout .has_small_col {
    width: 66%;
    position: relative;
  }
  .twocolumnreverselayout .small_col {
    float: right;
    width: 28%;
    margin: 38px 0 0 0;
    margin-right: 3% !important;
    padding-top: 10px;
    position: relative;
  }
  .standardthreecolumnlayout .small_col {
    margin-left: 3%;
    width: 97%;
  }
  .small_col .content_area,
  .standardlayout .left_col .content_area,
  .standardthreecolumnlayout .left_col .content_area {
    margin-bottom: 17px;
    vertical-align: top;
    clear: both;
    background-color: #ffffff !important;
    position: relative;
    z-index: 1;
    word-wrap: break-word;
    border: 1px solid #e4decc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 13px 8% 5px 8%;
    font-size: 100%;
    width: 77.4% !important;
  }
  .small_col .content_area:before,
  .standardlayout .left_col .content_area:before,
  .standardthreecolumnlayout .left_col .content_area:before {
    position: absolute;
    content: "";
    z-index: -1;
    max-height: 185px;
    left: 0;
    right: 0;
    top: 0;
    background: url(_gfx/int/smallbox_bg.gif) 0 0 repeat-x;
  }
  .twocolumnreverselayout .small_col .content_area {
    width: 87.8% !important;
  }
  .twocolumnreverselayout .small_col .image_widget {
    width: 100% !important;
  }
  .standardthreecolumnlayout#sitebody .small_col .content_area {
    width: 76.6% !important;
  }
  .standardlayout .left_col .content_area,
  .standardthreecolumnlayout .left_col .content_area {
    width: 67.6% !important;
    margin-left: 20px;
  }
  /*******************************
	department Boxes
	************************************/
  .small_box:before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 185px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: url(_gfx/int/smallbox_bg.gif) 0 0 repeat-x;
  }
  .small_box {
    margin-bottom: 17px;
    vertical-align: top;
    clear: both;
    background-color: #ffffff !important;
    position: relative;
    z-index: 1;
    word-wrap: break-word;
    border: 1px solid #e4decc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .standardthreecolumnlayout .left_col .small_box,
  .standardlayout .left_col .small_box {
    margin-left: 7%;
    width: 83.6%;
  }
  .standardthreecolumnlayout .left_col .minicalendar_widget,
  .standardlayout .left_col .minicalendar_widget {
    background: #eee2c6;
  }
  .standardthreecolumnlayout .small_col .small_box {
    width: 46%;
    margin-right: 2%;
    display: inline-block;
  }
  .small_box .box_title {
    color: #ffffff;
    font-weight: normal;
    min-height: 22px;
    height: auto;
    padding: 9px 15px 3px 15px;
    font-size: 24px !important;
    text-transform: none;
    line-height: 27px;
    text-align: left;
    display: block;
    border-radius: 4px 4px 0 0;
    background: url(_gfx/int/box_title_bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    font-family: 'Georgia', arial;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
  }
  .small_box .box_content {
    padding: 11px 15px 0 16px;
  }
  .small_box .box_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 110%;
    font-size: 100%;
  }
  .small_box .box_content ul li {
    padding: 5px  0 7px 0;
    position: relative;
  }
  .small_box .box_content ul img {
    margin-right: 3px;
    vertical-align: bottom;
  }
  .small_box .box_content ul a,
  .service_box .box_content li > span,
  .faq_box ul .listfaq_q {
    color: #4c5e15;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
  }
  .small_box .box_content ul a:hover {
    text-decoration: underline;
    color: #4c5e15;
    font-weight: bold;
  }
  .small_box .box_content .item_smalltext,
  .small_box .box_content ul.item-list li {
    margin: 0;
    color: #454545;
    font-size: 100%;
    padding: 0;
    border: 0;
  }
  .small_box .box_content ul.item-list li {
    font-size: 100%;
  }
  .small_box .box_content ul.item-list li a,
  .service_box .box_content ul.service_list li a {
    color: #454545;
    font-weight: normal;
  }
  .small_box .item_new,
  .listtable span.item_new {
    color: #6d0f0f;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
    display: inline;
  }
  .small_box .box_content ul.item-list {
    margin: 0;
    padding: 4px 0 0 0;
    border: 0;
  }
  .small_box .box_bottomlink {
    float: right;
    margin: 0 0 6px 0;
    padding: 0 0px 0 0;
    background: transparent;
    text-transform: none;
    color: #4c5e15;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
  }
  .small_box.staff_box .box_content ul.item-list li.item-phone,
  .small_box.staff_box .box_content ul.item-list li.item-email,
  .small_box.businesses_box .box_content ul.item-list li.item-phone,
  .small_box.businesses_box .box_content ul.item-list li.item-email {
    line-height: 17px;
  }
  .small_box.faq_box .box_content > ul > li {
    padding: 4px 0;
  }
  .small_box.faq_box .box_content ul ul li,
  .small_box.service_box .service_list li {
    border: 0;
  }
  .small_box.service_box ul li span {
    padding: 0;
  }
  /*.small_box
	{
		margin-bottom: 17px;
		vertical-align:top;
		clear:both;
		border: 2px solid #276999;
		border-radius: 7px;
		background-clip: padding-box;
		background-color: #276999 !important;
		box-shadow: inset 0 0 5px rgba(245,245,245,.75);
		.has_multiple_bg;
		word-wrap: break-word;
	}
	
	.standardthreecolumnlayout .left_col .small_box, .standardlayout .left_col .small_box{width: 79.6%; margin-left: 20px;}
	.standardthreecolumnlayout .left_col .minicalendar_widget, .standardlayout .left_col .minicalendar_widget{background:#eee2c6;}
	
	.standardthreecolumnlayout .small_col .small_box
	{
		width:46%;
		margin-right: 2%;
		display: inline-block;
	}

	.small_box .box_title
	{
		color: @small-box-title-color;
		font-weight: @small-box-title-weight;
		min-height:22px;
		height: auto;
		padding: 9px 15px 3px 15px;
		font-size: @small-box-title-size !important;
		text-transform:none;
		line-height: (@small-box-title-size + 3);
		text-align: left;
		display:block;
		background: transparent;
	}

	.small_box .box_content{padding: 0px 15px 0 16px;}

	.small_box .box_content ul
	{
		.unstyled_list;
		line-height: 100%;
		font-size: 90%;
	}

	.small_box .box_content ul li
	{
		padding: 5px  0 7px 0;
		position: relative;
	}

	.small_box .box_content ul img{margin-right: 3px;vertical-align:bottom;}

	.small_box .box_content ul a, .service_box .box_content li>span, .faq_box ul .listfaq_q
	{
		color:@small-box-main-color;
		text-decoration:none;
		font-size: 110%;
		font-weight:bold;
	}
	
	.small_box .box_content ul a:hover{text-decoration:underline;color:@small-box-main-color;font-weight:bold;}

	.small_box .box_content .item_smalltext, .small_box .box_content ul.item-list li{margin: 0;color:@small-box-sub-color;font-size: 100%;padding: 0;border: 0;}

	.small_box .box_content ul.item-list li{font-size: 100%;}

	.small_box .box_content ul.item-list li a, .service_box .box_content ul.service_list li a{color:@small-box-sub-color;font-weight:normal;}

	.small_box .item_new, .listtable span.item_new
	{
		color: #6d0f0f;
    	font-size: small;
    	font-weight: bold;
		margin-left: 5px;
		display:inline;
	}
	
	.small_box .box_content ul.item-list{margin: 0; padding: 4px 0 0 0;border: 0;}

	.small_box .box_bottomlink
	{
		color: #fff;
		float: right;
		margin: 0 0 6px 0;
		padding: 0 0px 0 0;
		font-weight: normal;
		background: transparent;
		text-transform: normal;
	}

	.small_box.staff_box .box_content ul.item-list li.item-phone, .small_box.staff_box .box_content ul.item-list li.item-email, .small_box.businesses_box .box_content ul.item-list li.item-phone, .small_box.businesses_box .box_content ul.item-list li.item-email{line-height: 17px;}
	
	.small_box.faq_box .box_content > ul > li{padding: 4px 0;}
	.small_box.faq_box .box_content ul ul li, .small_box.service_box .service_list li{border:0;}
	
	.small_box.service_box ul li span{padding:  0;}*/
  /*****************************************
Calendar month view
*****************************************/
  .calendar_widget {
    max-width: 100%;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .calendar_widget:before {
    background: transparent none;
  }
  table.calendar_grid {
    background: transparent;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .calendar_grid .calendar_dayheader {
    line-height: 32px;
    color: #ffffff;
    padding: 2px 2px 0 2px;
    font-weight: bold;
    background: #4c5e14;
    text-transform: uppercase;
    font-size: 0.9em;
    text-indent: 0;
    text-align: center;
  }
  .calendar_grid .calendar_dayheader:first-letter {
    color: #ffffff;
  }
  .calendar_grid .calendar_title {
    width: 100%;
    background: transparent none;
    height: auto;
  }
  .calendar_grid .calendar_title td.calendar_title_content {
    padding: 11px 0 10px 0;
    width: 60%;
    font-weight: normal;
    color: #3f5353;
    overflow: visible;
    font-size: 150%;
    text-transform: none;
  }
  .calendar_grid .calendar_title td.calendar_nextprev {
    width: 20% !important;
    padding: 8px 0 0 0;
    text-align: center;
  }
  .calendar_grid td.calendar_nextprev a {
    font-weight: normal;
    text-decoration: underline;
    color: #b86f09;
    text-indent: 0;
    background-image: none;
    display: inline;
    font-size: 90%;
    text-transform: none;
    font-weight: bold;
  }
  .calendar_grid td.calendar_nextprev a:hover {
    text-decoration: none;
  }
  .calendar_grid td.calendar_day,
  .calendar_grid td.calendar_today,
  .calendar_grid td.calendar_weekendday,
  .calendar_grid td.calendar_othermonthday {
    text-align: left;
    vertical-align: top;
    font-size: 135%;
    line-height: 25px;
    font-weight: bold;
    padding: 3px 8px;
    border: 1px solid #d3d4d0;
    height: 105px;
    word-wrap: break-word;
  }
  .calendar.calendar_grid td.calendar_day,
  .calendar.calendar_grid td.calendar_weekendday,
  .calendar.calendar_grid td.calendar_day > a,
  .calendar.calendar_grid td.calendar_weekendday > a,
  .calendar.calendar_grid td.calendar_day .calendar_eventtime,
  .calendar.calendar_grid td.calendar_weekendday .calendar_eventtime {
    color: #59799b !important;
    background: #f6f3ea;
  }
  .calendar_grid td.calendar_othermonthday,
  .calendar_grid .calendar_othermonthday > a,
  .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #bbb39c !important;
    background: #e4e1d8;
  }
  .calendar_grid td.calendar_today {
    background: #e1c143;
    color: #3f5353;
  }
  .calendar_grid td.calendar_today > a {
    color: #3f5353 !important;
  }
  .calendar_grid.calendar td.calendar_day_with_items {
    cursor: default;
  }
  .calendar_grid .calendar_items {
    display: block;
    position: static;
    z-index: 1;
    margin-top: 0;
    background-color: transparent;
    border: solid 0 #dddddd;
    box-shadow: 0 0 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    padding: 0;
  }
  .calendar_eventtime,
  #sitebody .calendar_grid.calendar .calendar_items .calendar_eventtime {
    display: block;
    font-size: 60% !important;
    color: #3f5353 !important;
  }
  .calendar_eventlink {
    font-size: 60% !important;
    display: block;
    text-decoration: underline !important;
    color: #b86f09 !important;
  }
  .calendar_eventlink:hover {
    text-decoration: none !important;
  }
  .calendar_more {
    display: block;
  }
  .current_month_title.mobile_hide {
    display: inline-block;
  }
  .calendar_day > a,
  .calendar_today > a,
  .calendar_weekendday > a,
  .calendar_othermonthday > a {
    text-decoration: none !important;
  }
  /**********************
	minicalendar widget 
	*************************/
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  /***
	Photo album
	***/
  .ad-preloads {
    display: none;
  }
  /******************************
	Locations of header widgets in the site template, modified for each project
	*********************************/
  .site_template_column.header_column {
    position: relative;
    z-index: 11;
  }
  .site_template_column.header_column .widget_wrapper {
    float: right;
    min-width: 100px;
    z-index: 6;
    position: relative;
  }
  .site_template_column.header_column .widget_wrapper:first-child {
    float: none;
  }
  .edit .home_collage .widget_wrapper:hover {
    z-index: 2;
  }
  .site_template_column.header_column .widget_wrapper #searchbox {
    float: right;
    margin-top: 0px;
    position: static;
  }
  /**Header widgets End**/
  /***forms and surveys***/
  .form_survey_widget .command_wrapper {
    border: 1px solid transparent;
    height: 20px;
    margin: 5px 0;
    width: auto;
  }
  .form_survey_widget .command_wrapper:hover {
    background: #e0ded3;
    border-color: #e8e3cf;
    border-radius: 10px;
  }
}

/**import less variables**/
/*** lesscss variables defined here*****/
/***mobile variables***/
/*color of background on mobile view*/
/*color of the solid border around news/events/navigation lists on mobile view*/
/*color of the dashed border in between items in the mobile lists*/
/*color of text in mobile_header (default) headers*/
/*color of text in mobile navigation header*/
/*color of links in mobile lists*/
/*color of links in mobile lists on hover over*/
/*color of bg of mobile lists*/
/*bg color of mobile lists on hover over*/
/*bg color of mobile nav on hover over (usually same as previous but not always)*/
/*color of background of more links on homepage*/
/*color of more links on homepage.*/
/*color of footer text*/
/*background color of view full site link*/
/*text color of view full site link**/
/*border color of view full site link*/
/**start of default (desktop) variables*/
/*background color of body (non mobile)*/
/*default color for all text*/
/*default size for all text*/
/*default line-height for all text*/
/*default font-family for all text*/
/*default color for all links*/
/*default text decoration for links*/
/*default text decoration for links on hover*/
/**color of page titles**/
/**size of page titles**/
/**weight of page titles**/
/*default color for all borders*/
/*** border color for listtable and tableData/tableBox classes**/
/** background color for tableBox, tableData, listtable, downloadmessage etc.*/
/**color of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**size of subtitle that goes in page title area**/
/**color of subtitle in content area (usually same as above but not always)**/
/**size of subtitle in content area (usually same as above but not always)**/
/**weight of subtitle in content area (usually same as above but not always)**/
/**background image/color of listtable and tableData tables, also used for buttons.**/
/**color of listtable and tableData tables, also used for buttons.**/
/**size of listtable and tableData tables, also used for buttons.**/
/**weight of listtable and tableData tables, also used for buttons.**/
/**table row hover over background color**/
/***important alert background*/
/***important alert text*/
/***alert border next to show/hide button color**/
/**dropdownmenu bg color**/
/**dropdownmenu text color**/
/**dropdownmenu bg color on hover**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/**dropdownmenu bg color**/
/**dropdownmenu text color for larger text**/
/**dropdownmenu text color**/
/**dropdownmenu border color in between items**/
/*dropdownmenu border color around dropdown**/
/*dropdownmenu border color at top (if needed)**/
/***color of breadcrumb text and links**/
/***size of breadcrumb text and links**/
/**color of the share & bookmark, print, rss, feedback, and font size links**/
/**size of the share & bookmark, print, rss, feedback, and font size links**/
/**color of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**size of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**weight of title text (news, events, FAQ, Businesses etc) in the small boxes**/
/**color of main text (news titles, events titles etc) in the small boxes**/
/**color of sub text (news intros, events dates etc) in the small boxes**/
/***Sunday Monday etc background*/
/***Sunday Monday etc color*/
/***February,March, April etc color*/
/***previous and next links color*/
/***previous and next links text-decoration*/
/***previous and next links text-decoration on hover*/
/***default day background color*/
/***other month day background color*/
/***default day text color*/
/***other month day text color*/
/***border color between days*/
/***today background color*/
/***today text color*/
/***calendar time color*/
/***calendar event title link color*/
/****************
mixins
***************/
/*mixin for multiple backgrounds on one wrapper*/
.multiple_bg {
  position: absolute;
  content: "";
  z-index: -1;
}
.has_multiple_bg {
  position: relative;
  z-index: 1;
}
/* mixin for multiple bgs with variables*/
/*mixin for hiding text*/
.hide_text {
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
}
/*mixin for removing list styles*/
.unstyled_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* for all your border radius needs */
/*---------------------------------------------------
    LESS Functions
  ---------------------------------------------------
   Binh Nguyen
-----------------------------------------------------*/
/***49.9375em = 799px***/
@media only screen and (min-width: 49.9375em) {
  .standardthreecolumnlayout .small_col {
    width: 29.7%;
    float: right;
    margin-right: 0 !important;
  }
  .standardthreecolumnlayout .small_col .small_box {
    width: 92.5%;
    display: block;
  }
  .standardthreecolumnlayout .small_col .content_area {
    margin: 0 0 17px 0;
    padding: 13px 6% 5px 6%;
    width: 80.5% !important;
  }
  .standardthreecolumnlayout .small_col .image_widget {
    width: 92.7% !important;
    margin-left: 0;
    display: block;
    margin-right: auto;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    width: 92.7% !important;
    display: block;
    float: left;
  }
}
/***56.25em = 850px***/
@media only screen and (min-width: 56.25em) {
  #siteheader #headercolumn #searchbox {
    top: 50px;
  }
  #siteheader #headercolumn #searchbox input {
    width: 220px;
  }
  #siteheader #headercolumn .weather {
    right: 260px;
    top: 56px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
/***59.375em = 950px***/
@media only screen and (min-width: 59.375em) {
  .home_top .home_spotlight {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 290px;
  }
  .home_top .home_spotlight #spotlight_hide {
    display: none;
  }
  .home_top .home_spotlight .spotlight_content {
    max-width: 248px !important;
    padding: 0 22px;
    right: 0;
    display: block !important;
  }
}
/***63.125em = 1010px***/
@media only screen and (min-width: 63.125em) {
  #siteheader a#home_link {
    left: 5%;
  }
  .home_top .home_collage {
    margin-left: 0;
  }
  .home_top .home_spotlight {
    right: 0 !important;
  }
  .home_buttons .flex-direction-nav .flex-next {
    right: -21px;
  }
  .home_content .home_box {
    width: 32.66% !important;
  }
  .home_content .home_box h2 {
    margin-left: 7%;
  }
  .home_content .home_box ul li {
    padding-left: 8%;
  }
  .home_content .home_news,
  .home_content .home_events {
    margin-right: 1%;
  }
  .home_content .home_bottom {
    margin: 0;
    width: 100% !important;
  }
  .home_content .home_bottom .home_emergency,
  .home_content .home_bottom .home_socials,
  .home_content .home_bottom .home_signup {
    margin: 0 !important;
    width: 32.66% !important;
    float: left;
    position: relative;
  }
  .home_content .home_bottom .home_signup {
    margin: 0 1% !important;
    overflow: hidden;
  }
  .home_content .home_bottom .home_signup img {
    height: 73px;
    margin-top: -6px;
  }
}
/***63.75em = 1020px***/
@media only screen and (min-width: 63.75em) {
  #siteheader:before {
    content: "";
    top: auto;
    left: 7px;
    position: absolute;
    right: auto;
    bottom: -18px;
    z-index: -1;
    width: 15px;
    height: 18px;
    background: url(_gfx/cmn/tag_arrows.png) 0 0 no-repeat;
  }
  #siteheader:after {
    content: "";
    top: auto;
    left: auto;
    position: absolute;
    right: 7px;
    bottom: -18px;
    z-index: -1;
    width: 15px;
    height: 18px;
    background: url(_gfx/cmn/tag_arrows.png) 0 0 no-repeat;
    background-position: -15px 0;
  }
  .home_buttons:before {
    content: "";
    top: -18px;
    left: 7px;
    position: absolute;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 15px;
    height: 18px;
    background: url(_gfx/cmn/tag_arrows.png) 0 0 no-repeat;
    background-position: 0 -18px;
  }
  .home_buttons:after {
    content: "";
    top: -18px;
    left: auto;
    position: absolute;
    right: 7px;
    bottom: auto;
    z-index: -1;
    width: 15px;
    height: 18px;
    background: url(_gfx/cmn/tag_arrows.png) 0 0 no-repeat;
    background-position: -15px -18px;
  }
}
/***92.5625em = 1481px***/
@media only screen and (min-width: 92.5625em) {
  
}
/***100em = 1600px****/
@media only screen and (min-width: 100em) {
  
}
/***120em = 1920px****/
@media only screen and (min-width: 120em) {
  
}
/***137.5em = 2200px****/
@media only screen and (min-width: 137.5em) {
  
}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
/*@font-face {
    font-family: 'TrykkerRegular';
    src: url('Font/Trykker-Regular-webfont.eot');
    src: url('Font/Trykker-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Font/Trykker-Regular-webfont.woff') format('woff'),
         url('Font/Trykker-Regular-webfont.ttf') format('truetype'),
         url('Font/Trykker-Regular-webfont.svg#TrykkerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

 
 
 
.multiple_bg {
  position: absolute;
  content: "";
  z-index: -1;
}
.has_multiple_bg {
  position: relative;
  z-index: 1;
}
.hide_text {
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
}
.unstyled_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.front_end_body,
body[radeditorbody],
body[radeditorbody] table,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
.ui-widget {
  font-size: 12px !important;
  line-height: 20px !important;
  font-family: arial !important;
  color: #3f5353;
}
a,
a:visited,
.column a {
  color: #b86f09;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #3f5353;
  text-decoration: none;
}
a img {
  border: 0;
}
p {
  margin: 0 0 1em 0;
}
.subtitle {
  font-size: 125%;
  color: #774d10;
  font-weight: bold;
  font-family: 'latobold', arial, sans-serif;
  text-shadow: 0 0 1px rgba(35, 31, 32, 0.3);
}
.subtitle p,
.subtitle a {
  color: #774d10;
  font-weight: bold;
}
table.tableData {
  width: 85%;
  border: 1px solid #cccdcb !important;
  border-collapse: collapse;
  background: #f6f5ee;
  margin-bottom: 14px;
}
.tableData td {
  border: 0;
  border-top: 1px solid #cccdcb;
  padding: 3px 4px 2px 9px;
}
.tableData tbody tr:first-child td {
  border-top: 0;
}
.tableData td p,
.tableData th p {
  padding: 0;
  margin: 0;
}
.tableData th {
  padding: 7px 4px 7px 9px;
  text-align: left;
  background: #4c5e14 !important;
  color: white;
  font-weight: bold;
  border: 0px;
  font-size: 90%;
  text-transform: uppercase;
}
.tableData th a,
.tableData th p {
  color: white;
}
.tableData tr:hover {
  background: #e0ded3;
}
.tableBox {
  border: 1px solid #cccdcb !important;
  background: #f6f5ee;
  margin-bottom: 14px;
}
.tableBox td {
  padding: 5px;
}
.tableBox th {
  text-align: left;
  padding: 5px;
}
.photo_caption {
  font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #774d10;
}


