/*@font-face {
    font-family: 'ProximaNova';
    src: url('graphics/css/font/ProximaNova-BoldIt.eot');
    src: url('graphics/css/font/ProximaNova-BoldIt.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-BoldIt.woff') format('woff'),
         url('graphics/css/font/ProximaNova-BoldIt.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-BoldIt.svg#ProximaNovaBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('graphics/css/font/ProximaNova-Bold.eot');
    src: url('graphics/css/font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-Bold.woff') format('woff'),
         url('graphics/css/font/ProximaNova-Bold.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-Bold.svg#ProximaNovaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('graphics/css/font/ProximaNova-RegIt.eot');
    src: url('graphics/css/font/ProximaNova-RegIt.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-RegIt.woff') format('woff'),
         url('graphics/css/font/ProximaNova-RegIt.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-RegIt.svg#ProximaNovaItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('graphics/css/font/ProximaNova-Reg.eot');
    src: url('graphics/css/font/ProximaNova-Reg.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-Reg.woff') format('woff'),
         url('graphics/css/font/ProximaNova-Reg.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-Reg.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaThin';
    src: url('graphics/css/font/ProximaNova-ThinIt.eot');
    src: url('graphics/css/font/ProximaNova-ThinIt.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-ThinIt.woff') format('woff'),
         url('graphics/css/font/ProximaNova-ThinIt.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-ThinIt.svg#ProximaNovaThinItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}*/
@font-face {
    font-family: 'ProximaNovaThin';
    src: url('graphics/css/font/ProximaNova-Thin.eot');
    src: url('graphics/css/font/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/ProximaNova-Thin.woff') format('woff'),
         url('graphics/css/font/ProximaNova-Thin.ttf') format('truetype'),
         url('graphics/css/font/ProximaNova-Thin.svg#ProximaNovaThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome font fix
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: ProximaNova;
        src: url('graphics/css/font/ProximaNova-Reg.svg#ProximaNovaRegular') format('svg');
        font-weight: normal;
        font-style: normal;
    }
} */

@font-face {
    font-family: 'Oswald';
    src: url('graphics/css/font/Oswald-Bold.eot');
    src: url('graphics/css/font/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/Oswald-Bold.woff') format('woff'),
         url('graphics/css/font/Oswald-Bold.ttf') format('truetype'),
         url('graphics/css/font/Oswald-Bold.svg#OswaldBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('graphics/css/font/Oswald-Reg.eot');
    src: url('graphics/css/font/Oswald-Reg.eot?#iefix') format('embedded-opentype'),
         url('graphics/css/font/Oswald-Reg.woff') format('woff'),
         url('graphics/css/font/Oswald-Reg.ttf') format('truetype'),
         url('graphics/css/font/Oswald-Reg.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*** Universal Styles ***/


#ui-datepicker-div { background: #fff; border: 2px solid #333;}
.ui-datepicker { width: 20em; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; background: #333; color: #fff;}
.ui-datepicker .ui-datepicker-header a { color: #fff;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 70px; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left: 2px; text-align: left; }
.ui-datepicker .ui-datepicker-next { right: 2px; text-align: right;}
.ui-datepicker .ui-datepicker-prev span { cursor: pointer; display: block; position: absolute; left: 10px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-next span { cursor: pointer; display: block; position: absolute; right: 10px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }
.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: bold;border: 0;}
.ui-datepicker td {border: 0;padding: 1px;}
.ui-datepicker td span, .ui-datepicker td a {display: block;padding: .2em;text-align: center;text-decoration: none;}
.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;}
.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;}

.noScreenL { display:none; }

body, table, input, textarea { font: normal normal 14px sans-serif; color:#666; }
body { margin:0; padding:0; background: #fff url('graphics/design_2014/body_bg.jpg') no-repeat top center; }
h1, h2, h3, h4 { text-transform:uppercase; }
h1, h2 { color:#000; }
h3, h4 { color:#4e7c99; }
img { max-width:100%; height:auto; border: 0 none; }
iframe { max-width:100%; }
a { color:#55ace1; }

.clear { clear:both; font-size:0; line-height:0; visibility:hidden; }
.left { float:left; margin: 0px 10px 10px 0px; }
.right { float:right; margin: 0px 0px 10px 10px; }
.leftClear { float:left; clear:left; margin: 0px 10px 10px 0px; }
.rightClear { float:right; clear:right; margin: 0px 0px 10px 10px; }

.roundButton { display:block; border-radius:15px; padding:10px; background-color:#55ace1; color:#fff !important; text-decoration:none; }
.block { display:block; float:left; text-decoration:none; }
img.icon { vertical-align:middle; margin-right:10px; }
.title { font-family: Oswald, sans-serif; }

.phone { padding-left:18px; background: no-repeat left url('graphics/design_2014/phone_icon.png'); }
.email { padding-left:18px; background: no-repeat left url('graphics/design_2014/email_icon.png'); }

div.listGroup h2 { clear:left; margin:0; padding: 25px 0 15px; border-bottom: 1px solid #cccccc; }
div.listGroup .itemList { float:left; padding: 20px 5% 20px 0; width:45%; border-bottom: 1px solid #cccccc; height:65px; }
div.listGroup .itemList a { text-decoration:none; }
div.listGroup .itemList .title { line-height:200%; font-weight:bold; font-size:117%; }
div.listGroup .itemList .text { line-height:200%; }
div.listGroup .itemList .text a { color:inherit; }

div.categories a { display:inline-block; margin: 0 5px; padding:5px; line-height:1.5; font-weight:bold; text-decoration:none; color:inherit; }


/*** Section Styles ***/

#spanishFlag { position:absolute; top:0; right:0; }
@media screen and (max-width:1079px) { #spanishFlag { display:none; } }
.pageWidth { width:1000px; margin-left:auto; margin-right:auto; }

#header { position:relative; z-index:100; padding-bottom:20px; }
#searchBox { float:right; }
#search_box_form { float:right; border: 10px solid #55ace1; background: #fff url('graphics/design_2014/search_menu.png') no-repeat right; width:225px; height:28px; }
#search_box_form img, #search_box_form input { vertical-align:middle; }
#searchBoxInput { border: 0 none; background-color:transparent; padding: 0 5px; width:160px; height:26px; line-height:26px; }
#searchSubmit { margin: 0 5px; }
#socialIcons { float:right; padding:10px; }
#headerMenu { float:right; clear:both; margin: 15px 0; text-transform:uppercase; font-size:12px !important; }
#headerMenu a { text-decoration:none; }
#logo { margin-top:20px; }

#headerImage { margin: 0 auto 30px; background-repeat:no-repeat; background-position: center bottom; width:100%; max-width:1400px; height:272px; overflow:hidden; }
/*#headerImage div.overlay { background: repeat-y left url('graphics/design_2014/page_title_bg.png'); height:100%; }*/
#headerImage div.pageWidth { display:table; height:100%; }
#headerImage div.pageWidth>div { display:table-cell; vertical-align:middle; }
#headerImage h1 { max-width:50%; font-size:600%; text-transform:uppercase; color:#fff; }

#upcomingEvents { clear:both; }
#upcomingEvents .block { background-color:#eaeaea; width:24%; height:190px; margin-left:1.33%; overflow:hidden; }
#upcomingEvents .block:first-child { margin-left:0; }
#upcomingEvents .block .date { height:39px; padding-bottom:30px; background: url('graphics/design_2014/event_heading_bg1.png') no-repeat center top; font-family: ProximaNovaThin, sans-serif; color:#fff; line-height:39px; font-size:150%; text-align:center; text-transform:uppercase; }
#upcomingEvents .block:nth-child(2) .date { background-image: url('graphics/design_2014/event_heading_bg2.png'); }
#upcomingEvents .block:nth-child(3) .date { background-image: url('graphics/design_2014/event_heading_bg3.png'); }
#upcomingEvents .block:nth-child(4) .date { background-image: url('graphics/design_2014/event_heading_bg4.png'); }
#upcomingEvents .block .title { padding: 0 20px; font-weight:bold; font-size:150%; text-transform:uppercase; color:#000; line-height:1.5; }
#upcomingEvents .block .text { padding: 0 20px; color:#47758f; font-size:117%; line-height:1.5; }

#homeNews, #contentArea { float:left; margin-bottom:13px; }
#homeNews { width:76%; }
#homeNews .block { margin-bottom:13px; height:200px; width:31.5%; margin-right:1.75%; background-color:#eaeaea; overflow:hidden; }
#homeNews .block .thumb { height:175px; background-position: center top; background-repeat:no-repeat; background-size:contain; }
#homeNews #memberSpotlight .thumb { height:145px; }
#homeNews .block .content { display:table; height:200px; line-height:1.5; }
#homeNews .block .content>div { display:table-cell; padding:20px; vertical-align:middle; overflow:hidden; }
#homeNews .block .title { color:#55ace1; font-weight:bold; font-size:133%; }
#homeNews #memberSpotlight .title { height:30px; background-color:#47758f; padding: 0 10px; line-height:30px; color:#fff; font-size:133%; }
#homeNews .block .text { color:#47758f; font-size:133%; }
#homeNews .block.item1, #homeNews .block.item5, #homeNews .block.item6 { background-color:#55ace1; }
#homeNews .block.item1 .title, #homeNews .block.item5 .title, #homeNews .block.item6 .title { color:#47758f; }
#homeNews .block.item1 .text, #homeNews .block.item5 .text, #homeNews .block.item6 .text { color:#fff; }
#homeNews .block.item2, #homeNews .block.item3, #homeNews .block.item7 { background-color:#47758f; }
#homeNews .block.item2 .title, #homeNews .block.item3 .title, #homeNews .block.item7 .title { color:#55ace1; }
#homeNews .block.item2 .text, #homeNews .block.item3 .text, #homeNews .block.item7 .text { color:#fff; }
#homeNews #memberSpotlight { height:375px; outline:solid; outline-width:medium; outline-color:#47758F; }
#homeNews .block.item1, #homeNews .block.item2, #homeNews .block.item3, #homeNews #memberSpotlight { height:375px; }
/*#homeNews .block.item3 .thumb,*/ #homeNews .block.item4 .thumb, #homeNews .block.item5 .thumb, #homeNews .block.item6 .thumb, #homeNews .block.item7 .thumb, #homeNews .block.item8 .thumb, #homeNews .block.item9 .thumb { display:none; }
#contentArea { width:74.5%; margin-right:1.5%; border-top: 1px solid #ccc; }

#banners { float:left; position:relative; margin-bottom:13px; background-color:#dde5ea; width:24%; text-align:center; }
#banners #ads { margin: 15px 0; }
#banners #ads span { display:inline-block; margin: 15px auto; }
#banners #actionButtons { font-size:0; }
#banners #actionButtons .block { float:none; display:inline-block; margin-top:2px; background-color:#cad7de; padding:19px; width:81px; height:81px; overflow:hidden; font-family:Oswald; font-size:12px; color:#000; text-align:center; }
#banners #actionButtons .block:nth-child(even) { margin-left:2px; }
#banners #actionButtons .block>div { margin-top:0.5em; font-weight:bold; }

#socialMedia { background-color:#cbd7df; padding: 30px 0; }
#socialMedia .block { width:24%; height:100px; margin: 20px 0 20px 1.33%; overflow:hidden; line-height:1.5; color:#666; font-size:100%; }
#socialMedia .block:first-child { margin-left:0; }
#socialMedia .block img.thumb { float:left; margin-right:10px; width:96px; height:96px; }
#socialMedia .block .title { color:#000; font-weight:bold; }

#footer { clear:both; background-color:#47758f; padding-top:30px; color:#55ace1; text-transform:uppercase; }
#footer a { text-decoration:none; color:#fff; }
#affiliates { float:left; width:76%; margin-bottom:30px; }
#affiliates .block { margin-bottom:1em; width:33.3%; }
#affiliates .block .thumb { float:left; margin-right:10px; width:37px; height:37px; }
#visitChamber { float:left; width:24%; margin-bottom:30px; }
#footerMenu { clear:both; margin-bottom:20px; background-color:#4e7c99; padding: 20px 0; }
#footerMenu a { margin-right:2em; }
#copyright { float:right; color:#fff; }
#accrinet { width:155px; height:26px; }

#editAnywhere { display:none; }
.faq ul p { margin:0; display:inline; }

/* ---------------General Module Styles--------------- */
.itemCount {
}
.itemList h2 a:hover {
 text-decoration: underline;
}
.itemLabel {
 font-weight: bold;
}
.bottomNavigation {
 clear: both;
}
.goBack {
}
.errorMessage {
 font-weight: bold;
 color: #f00;
 padding: 1em 0em;
}
/* End General Module Styles */

/* Pagination */
.pagination {
 clear: both;
 display: block;
}
.pagination a,
 .pagination a:link,
 .pagination a:visited {
 text-decoration: none;
}
.pagination .prevnextCurrent,
 .pagination .prevnextWindow,
 .pagination .prevnextWindowArrow {
 border: solid 1px #ccc;
 margin: 0;
 padding: 2px 2px;
 font-size: 11px;
 margin-right: 2px;
 display: inline-block;
}
.pagination a.prevnextWindow:hover,
 .pagination a.prevnextLink:hover,
 .pagination .prevnextWindowArrow:hover {
 border: solid 1px #000;
 color: #000;
}
.pagination .prevnextCurrent {
 background: #ccc;
 color: #000;
 padding: 2px 2px;
}
.pagination a.prevnextLink {
 border: 1px solid #ccc;
 padding: 2px 2px 2px;
 margin-right: 2px;
 font-size: 11px;
 display: block;
}
.pagination span {
 color: #6599cb;
}

.pagination55 {
 clear: both;
 display: block;
}
.pagination55 a,
 .pagination55 a:link,
 .pagination55 a:visited {
 text-decoration: none;
}
.pagination55 .prevnextCurrent,
 .pagination55 .prevnextWindow,
 .pagination55 .prevnextWindowArrow {
 border: solid 1px #ccc;
 margin: 0;
 padding: 4px 6px;
 font-size: 11px;
 margin-right: 2px;
 display: inline-block;
}
.pagination55 a.prevnextWindow:hover,
 .pagination55 a.prevnextLink:hover,
 .pagination55 .prevnextWindowArrow:hover {
 border: solid 1px #000;
 color: #000;
}
.pagination55 .prevnextCurrent {
 background: #ccc;
 color: #000;
 font-weight: bold;
 padding: 4px 6px;
}
.pagination55 a.prevnextLink {
 border: 1px solid #ccc;
 padding: 4px 6px 4px;
 margin-right: 2px;
 font-size: 11px;
 display: block;
}
.pagination55 span {
 color: #6599cb;
}

#businessSearchPagination a {
 border: 1px solid #ccc;
 color: #6599cb;
 text-decoration: none;
}
#businessSearchPagination a,
 #businessSearchPagination span {
 display: inline-block;
 margin-bottom: 5px;
 margin-right: 5px;
 padding: 0.3em 0.5em;
}
#businessSearchPagination .current {
 background: none repeat scroll 0 0 #039;
 border: 1px solid #ccc;
 color: #fff;
}
#businessSearchPagination .current.prev,
 #businessSearchPagination .current.next {
 background: none repeat scroll 0 0 #fff;
 border-color: #aaa;
 color: #aaa;
}

#businessSearchPagination .pagination {
 text-align: center;
}
#businessSearchPagination #sbaSearchPageNums {
 text-align: center;
}
/* End Pagination */

/* Send Page Styles */
.sendpageBody {
 background: #003399;
 color: #ffffff;
}
.sendpage {
 clear: both;
}
.sendpageBody div,
 .sendpageBody td,
 .sendpageBody p {
 padding: 2px 0px;
 color: #ffffff;
}
/* End Send Page Styles */

/*Cookie Notice*/
#cookieNotice {box-sizing: border-box;position: fixed;padding: 10px;border-radius: 10px;box-shadow: 0 6px 6px rgb(0 0 0 / 25%);font-family: inherit;z-index: 999997; background-color: #fff;bottom:10px;}

/* ModuleBegin::directory-image_slider */

#homeFeatures { margin: 0 auto; max-width:1400px; height:272px; }
.homeImageSlider .swiper {
--swiper-theme-color:#55ace1;
  width: 100%;
  height:100%;
}

.homeImageSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeImageSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ModuleEnd::directory-image_slider */

/* ModuleBegin::directory-home_features */
/* --------------- Home News Slider Styles --------------- */

/*Begin: Old Full Slider*/
.newsSlider {
 width: 100%;
 height: 100%;
 position: relative;
 padding: 0;
 margin: 0;
}
.newsSlider .stgslide {
 top: 0px;
 left: 0px;
 position: absolute;
 width: 100% !important;
 height: 100% !important;
}
.newsSlider .stgslide img {
 vertical-align: bottom;
 border: 0;
 width: 100%;
 height: 100%;
}
.newsSlider .stgslide .stgslidebase {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 0px;
 display: block;
}

.newsSlider .stgslide .stgslidephoto {
 width: 100%;
 height: 100%;
 padding: 0;
 top: 0;
 left: 0;
 position: absolute;
 text-align: left;
 z-index: 85;
}
.newsSlider .stgslide .stgslidephoto a {
 width: 100%;
 height: 100%;
 display: block;
 text-indent: -3000px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}

.newsSlider .stgslide .stgslidecontent {
 max-width: 1000px;
 height: 100%;
 margin: 0 auto;
 padding: 0;
 clear: both;
 position: relative;
 z-index: 189;
}

.newsSlider .stgslide .stgslidecontent2 {
 max-width: 550px;
 height: 132px;
 margin-left: -250px;
 padding: 0 10px 0 275px;
 bottom: 27px;
 left: 0px;
 position: absolute;
 overflow: hidden;
 background: transparent url(graphics/design/home_features_bg.png) repeat-x left top;
 z-index: 189;
}.newsSlider .stgslide .stgslidecontent h2 {
 padding: 24px 0 5px 0;
 margin: 0;
 font-size: 22px;
 font-weight: normal;
}
.newsSlider .stgslide .stgslidecontent h2 a {
 color: #003399;
}
.newsSlider .stgslide .stgslidecontent div {
 font-size: 16px;
}

.newsSlider .stgbtnwrpr {
 width: 100%;
 height: 23px;
 bottom: 5px;
 position: absolute;
 z-index: 99;
}
.newsSlider .stglinks {
 width: 48px;
 height: 23px;
 margin: 0 auto;
}
.newsSlider .stglinks a {
 display:block;
 float:left;
 width: 24px;
 height: 23px;
 font-size:0;
}
.newsSlider .stglinks #prevButton {
 background: transparent url(graphics/design_2014/stgslideprev.png) no-repeat left top;
}
.newsSlider .stglinks #pauseButton {
 display:none;
}
.newsSlider .stglinks #playButton {
 display:none;
}
.newsSlider .stglinks #nextButton {
 background: transparent url(graphics/design_2014/stgslidenext.png) no-repeat left top;
}

.newsSlider .textColor,
 .newsSlider .textColor p,
 .newsSlider .textColor div,
 .newsSlider .textColor td {
 color: #ffffff;
}
.newsSlider .textColorBlack,
 .newsSlider .textColorBlack p,
 .newsSlider .textColorBlack div,
 .newsSlider .textColorBlack td {
 color: #000000;
}
.newsSlider .textColorWhite,
 .newsSlider .textColorWhite p,
 .newsSlider .textColorWhite div,
 .newsSlider .textColorWhite td {
 color: #ffffff;
}
/* END Old Full Slider*/
/* ModuleEnd::directory-home_features */

/* ModuleBegin::events */

#eventsHome {
 padding: 0 0 20px 0;
}
#eventsHome ul {
 padding: 0 0 0 20px;
 margin: 0;
}
#eventsHome li {
 padding: 0 0 5px 0;
 margin: 0;
 color: #6599cb;
 font-size: 11px;
}


/* ---------------
Events Lister
----------------- */
/* Events Lister */
.eventsSbaListDate {
 color: #003399;
 font-weight: bold;
}
.eventsSbaListEvent a {
 color: #6599cb;
 font-weight: bold;
}
.eventsSbaListBrief {
 color: #000;
}

.eventsList {
}
.eventsList .date { float:left; margin-right:15px; color:#55ace1; text-transform:uppercase; font-size:200%; font-weight:bold; text-align:center; }

/* Events Detail */
.eventsDetail {
}
.eventsDetail .eventLabel {
 color: #003399;
 font-weight: bold;
}

/* Events Small Calendar */

.calendarBox h2 {
 height: 17px;
 padding: 0 0 10px 0;
 margin: 0;
 text-indent: -3000px;
 background: transparent url(graphics/design/upcoming_events.gif) no-repeat left top;
}

.cal {
 width: 190px;
 margin: 0 auto;
 padding: 0 0 0 0;
 clear: both;
 text-align: center;
}
.calTop {
 width: 190px;
 height: 18px;
 position: relative;
 background: transparent url(graphics/design/cal_top.jpg) no-repeat left top;
}
.calPrev {
 width: 20px;
 height: 18px;
 position: absolute;
 top: 0;
 left: 0;
}
.calPrev a {
}
.calNext {
 width: 20px;
 height: 18px;
 position: absolute;
 top: 0;
 right: 0;
}
.calNext a {
}
.calPrev a,
 .calNext a {
 width: 20px;
 height: 18px;
 display: block;
 text-decoration: none;
}
.calPrev a:hover,
 .calNext a:hover {
 text-decoration: none;
}
.calMonth {
 height: 18px;
}
.calMonth a {
 height: 18px;
 line-height: 18px;
 display: block;
 color: #333333;
 text-align: center;
 text-decoration: none;
}
.calMonth a:hover {
 text-decoration: underline;
}

.calGrid {
 width: 190px;
 padding: 0px 0px 0px 0px;
 margin: 0 auto;
 text-align: center;
}
.calGrid table {
 width: 190px;
 padding: 0;
 margin: 0;
}
.calGrid td {
 height: 25px;
 padding: 1px 0 0 0;
 margin: 0;
 color: #333333;
 font-size: 12px;
 text-align: center;
 vertical-align: middle;
}
.calGrid .calWeek td {
}
.calGrid tr.calWeek {
 font-weight: bold;
}
.calDayOn a {
 color: #003399;
 font-weight: bold;
 text-decoration: none;
}
.calDayOn a:hover {
 text-decoration: underline;
}
.calGrid td.calTodayOff,
 .calGrid td.calTodayOn {
 color: #000000;
 background: transparent url(graphics/design/cal_day_on.jpg) no-repeat 50% 50%;
}
.calGrid td.calTodayOn a {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}
.calGrid td.calDayOff {
}
.calBottom {
 padding: 5px 0 0 0;
 text-align: center;
}
.calBottom p {
 padding: 0;
 margin: 0;
 font-size: 11px;
 text-align: center;
 color: #6599cb;
}
.calBottom a {
 color: #6599cb;
}

/* Events Month at a Glance */
.calendarWrapper {
}
.calendarWrapper table {
 width: 100%;
 table-layout: fixed;
}
.calendarWrapper .calendarMonths {
 text-align: center;
 vertical-align: middle;
 background-color: #333333;
}
.calendarWrapper .calendarMonths a {
 padding: 5px 0px;
 display: block;
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
}
.calendarWrapper .calendarMonths a:hover {
 text-decoration: underline;
}
.calendarWrapper .calendarDays {
 border-collapse: collapse;
 table-layout: fixed;
}
.calendarWrapper .calendarDays .title {
 font-size: 14px;
 font-weight: bold;
 color: #003399;
 padding: 10px 0px;
}
.calendarWrapper .calendarDays .normal {
 display: none;
}
.calendarWrapper .calendarDays td {
 text-align: center;
 border: 1px solid #333333;
 font-weight: bold;
}
.calendarWrapper .calendarDays .weekdays {
 height: 30px;
}
.calendarWrapper .calendarDays .emptyDay {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #efefef;
}
.calendarWrapper .calendarDays .eventToday {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #003399;
 padding-left: 5px;
 color: #ffffff;
}
.calendarWrapper .calendarDays .eventOff {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
.calendarWrapper .calendarDays .eventOn {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #d3e6f7;
 padding: 0px 5px 5px 5px;
 font-size: 12px;
}
.calendarWrapper .calendarDays .eventOn a {
 color: #003399;
 font-weight: normal;
}

.calendarWrapper p {
 padding: 4px 0px;
 margin: 0;
 font-size: 11px;
}

/* Events Month at a Glance Print */
.calendarWrapperPrint {
}
.calendarWrapperPrint table {
 width: 100%;
 table-layout: fixed;
}
.calendarWrapperPrint .calendarMonths {
 text-align: center;
 vertical-align: middle;
 background-color: #333333;
}
.calendarWrapperPrint .calendarMonths a {
 padding: 5px 0px;
 display: block;
 color: #ffffff;
 font-weight: bold;
 font-size: 12px;
 text-decoration: none;
}
.calendarWrapperPrint .calendarMonths a:hover {
 text-decoration: underline;
}
.calendarWrapperPrint .calendarDays {
 border-collapse: collapse;
 table-layout: fixed;
}
.calendarWrapperPrint .calendarDays .title {
 font-size: 14px;
 font-weight: bold;
 color: #333333;
 padding: 10px 0px;
}
.calendarWrapperPrint .calendarDays .normal {
 display: none;
}
.calendarWrapperPrint .calendarDays td {
 text-align: center;
 border: 1px solid #333333;
 font-weight: bold;
}
.calendarWrapperPrint .calendarDays .weekdays {
 height: 30px;
}
.calendarWrapperPrint .calendarDays .emptyDay {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #efefef;
}
.calendarWrapperPrint .calendarDays .eventToday {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #333333;
 padding-left: 5px;
 color: #ffffff;
}
.calendarWrapperPrint .calendarDays .eventOff {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
.calendarWrapperPrint .calendarDays .eventOn {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #666666;
 padding: 0px 5px 5px 5px;
 font-size: 12px;
}
.calendarWrapperPrint .calendarDays .eventOn a {
 color: #ffffff;
 font-weight: normal;
}

/* ModuleEnd::events */

/* ModuleBegin::gendocs */
.webpageWrapper {
}
/* ModuleEnd::gendocs */

/* ModuleBegin::broadcastemail */
.enewsWrapper div {
}
.enewsWrapper span {
 display: block;
}
.enewsText {
}
.enewsEmail {
}
/* ModuleEnd::broadcastemail */

/* ModuleBegin::news */
#newsHome {
 padding: 0 0 20px 0;
 position: relative;
}
#newsHome h2 {
 color: #003399;
 font-size: 22px;
 padding: 0 0 10px 0;
 margin: 0;
 font-weight: bold;
 font-family: Arial, Arial, Helvetica, sans-serif;
}
#newsHome h2 a {
 color: #003399;
}
#newsHome table {
 width: 100%;
}
#newsHome td {
 padding: 3px 0 3px 0px;
 vertical-align: top;
}

#newsHome .headline h3 {
 padding: 0;
 margin: 0;
 font-size: 12px;
 font-weight: normal;
}
#newsHome .publish {
 padding-right: 25px;
}

#newsHome #rss {
 width: 16px;
 height: 16px;
 position: absolute;
 top: 7px;
 left: 413px;
}
#newsHome #rss a {
 width: 16px;
 height: 16px;
 display: block;
 text-indent: -3000px;
 background: red url(graphics/design/rss.jpg) no-repeat left top;
}

#newsList {
}
#newsList h2 {
 padding: 15px 15px 0 15px;
 margin-top: 10px;
 border-top: 1px solid #cccccc;
 font: bold 12px Arial, Arial, Helvetica, sans-serif;
}
#newsList h2 a {
 color: #666666;
}
#newsList p {
 padding: 0;
 margin: 0;
}
#newsList p.publish {
 padding: 0 15px 5px 15px;
 color: #003399;
 font-weight: bold;
 font-size: 11px;
}
#newsList div.blurb {
 padding: 0 15px 0 15px;
 font-size: 11px;
}

#newsDetail {
}
#newsDetail p.publish {
 color: #003399;
 font-weight: bold;
 font-size: 11px;
}
/* ModuleEnd::news */

/* ModuleBegin::newsfeed */
.newsfeedListWrapper {
}
.newsfeedNumber {
}
.newsfeedTitle {
}
.newsfeedSource {
}
.newsfeedDetailWrapper {
}
.newsfeedDetailWrapper .newsItem {
 border-bottom: 1px solid #ccc;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.newsfeedDetailWrapper .newsItem img {
 margin: 0 10px 0 0;
}
.newsfeedDetailWrapper .newsItem span {
 display: block;
}
.newsfeedDetailWrapper .newsItem .newsListHeadline {
 font-size: 120%;
}
.newsfeedDetailWrapper .newsItem .newsListPublishline {
 font-size: 90%;
}
/* ModuleEnd::newsfeed */

/* ModuleBegin::faq */
#faqRoot {
 margin: 0 auto;
 padding: 0;
}
#faq .faqcontent {
 margin: 0 10px 0 15px;
}
#faq h2.faqopened,
 #faq h2.faqclosed {
 cursor: pointer;
 padding: 0 0 0 15px;
 margin-bottom: 0;
}
#faq h2.faqclosed:hover {
 color: #004469;
}
#faq h2.faqclosed {
 background: transparent url(graphics/jquery/collapsed.gif) no-repeat scroll 0 5px;
 margin-bottom: 5px;
}
#faq h2.faqopened {
 background: transparent url(graphics/jquery/expanded.gif)  no-repeat scroll 0 5px;
}
/* ModuleEnd::faq */

/* ModuleBegin::photo */
/* Photo Lister */
.photoAlbumListerWrapper {
 border: 1px solid #ccc;
 padding: 10px;
 margin: 0 10px 10px 0;
 width: 160px;
 float: left;
}
.photoAlbumListerWrapper:hover {
 border: 1px solid #86AC63;
}
.photoAlbumListerWrapper span {
 display: block;
}
.photoAlbumListerWrapper img {
 padding-bottom: 5px;
}
.photoAlbumListerWrapper .photoAlbumImage {
 width: 160px;
 height: 150px;
 overflow: hidden;
}
.photoAlbumListerWrapper .photoAlbumName {
 height: 20px;
 overflow: hidden;
}
.photoAlbumListerWrapper .photoAlbumDescription {
 height: 55px;
 overflow: hidden;
}

/* Photo Thumbnails */
.photoAlbumDescription span {
 color: #ccc;
 font-size: 90%;
}
.thumbnail {
 float: left;
 margin: 0 10px 10px 0;
 border: 1px solid #ccc;
 padding: 5px;
 position: relative;
 width: 150px;
}
.thumbnail:hover {
 border: 1px solid #86AC63;
}
.thumbnail img {
 padding-bottom: 5px;
}
.thumbnail span {
 height: 20px;
 width: 150px;
 overflow: hidden;
 display: block;
}

/* Photo Detail */
.photoAlbumDetail {
 margin: 10px 0;
}
.photoRemote-3 {
 width: 400px;
 height: 20px;
 padding: 4px;
 margin: 0 auto;
}
.photoRemote-3 span {
 width: 80px;
 height: 20px;
 background-color: #fff;
 text-align: center;
 float: left;
}
.photoRemote-3 span a {
 display: block;
 width: 76px;
 height: 20px;
 margin: 0 1px;
 background-color: #fff;
 color: #888;
 border: 1px solid #ccc;
 text-decoration: none;
}
.photoRemote-3 span a:hover,
div.photoRemote-3 span a:active {
 border: 1px solid #86AC63;
 color: #000;
}
.photoAlbumbody {
 clear: both;
}
.photoGalleryImage div {
 margin: 0 auto;
}
.photoGalleryImage img {
 border: 1px solid #ccc;
 padding: 5px;
}
.photoGalleryImage,
.photoPagnationTD {
 text-align: center;
 color: #888;
}
/* ModuleEnd::photo */



/* ModuleBegin::poll */
.pollSmallWrapper span,
 .pollDetailWrapper span {
 display: block;
 padding: 5px 0px;
}
.pollSmallWrapper span.pollChoices {
 padding-bottom: 5px;
}
.pollListWrapper {
}
.pollDetailWrapper {
}
.pollQuestion {
}
.pollChoices {
}
.pollLink {
}
.pollResultQuestion {
 font-weight: bold;
}
.pollResultChoices {
}
.pollBar {
 background-color: #ccc;
 height: 7px;
}
/* ModuleEnd::poll */

/* ModuleBegin::podcast */
.podcastChannelWrapper {
}
.itemList .podcastNumber,
 .itemList .podcastTitle {
 display: inline;
}
.podcastListWrapper {
}
.podcastDetailWrapper span {
 display: block;
}
.podcastDetailWrapper span.itemLabel {
 display: inline;
}
.podcastImage {
 float: left;
 margin: 0px 10px 10px 0px;
}
.podcastImage img {
 padding: 5px;
 border: 1px solid #ccc;
}
.podcastSubtitle {
}
.podcastAuthor {
}
.podcastDescription {
}
.podcastPublish {
}
.podcastLink {
}
.podcastLanguage {
}
.podcastCopyright {
}
.podcastCategory {
}
.podcastDuration {
}
.podcastExplicit {
}
/* ModuleEnd::podcast */

/* ModuleBegin::directory-staff */

.staffWrapper {
}
.staffWrapper h2 {
 border-top: 1px solid #cccccc;
}
.staffWrapper span {
 font-weight: bold;
}

.staffDetailWrapper:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.staffPhoto {
 float: right;
 margin: 0px 0px 5px 10px;
 background-color: #ffffff;
}
.staffPhoto img {
 background-color: #ffffff;
 border: 1px solid #cccccc;
 padding: 5px;
}

#middleInt .staffWrapper h1 {
 background-image: none;
}

.directoryListWrapper {
}
.directoryDetailWrapper {
}
.directoryName {
}
.directoryCategory {
}
.directorySearchInput {
 width: 100px;
}
/* ModuleEnd::directory-staff */

.health {
}
.health .topLink {
 float: right;
 width: 50px;
 padding: 15px 0 0 0;
 text-align: right;
}
.health h2 {
 border-bottom: 1px solid #6599cb;
}
.health h3 {
 padding: 0;
 margin: 0;
}
.health .item p {
 padding: 0;
 margin: 0;
}
.health .item {
 padding: 10px 0;
 margin: 0;
}

.healthSearchName div {
 float: left;
 padding: 15px 5px 0 0;
 height: 15px;
 line-height: 15px;
}
.healthSearchSort div {
 float: left;
 padding: 0 15px 0 15px;
}

.healthSearchAlpha {
 padding: 15px 0;
 text-align: center;
 font-size: 14px;
}
.healthSearchAlpha a {
 padding: 0 2px;
}
.healthCities,
 .healthCounties {
 margin: 10px 0;
 padding: 5px 0;
 border-top: 1px solid #6599cb;
 border-bottom: 1px solid #6599cb;
}
.healthCities table,
 .healthCounties table {
 width: 100%;
}
.healthCities td,
 .healthCounties td {
 padding: 5px;
}

.healthCities div div,
 .healthCounties div div {
 width: 90px;
 padding: 4px 0px;
 float: left;
}

/* ModuleBegin::proposals */
/* Proposal Lister */
.proposalsSearch {
 text-align: right;
 padding-bottom: 10px;
}
.proposalsProjects {
}
.proposalsProjects th {
 text-align: left;
 background-color: #ccc;
}
.proposalTitle {
}
.proposalType {
}
.proposalContact {
}
.proposalDueDate {
}
.proposalCategory {
}

/* Proposal Detail */
.proposalDetailWrapper div {
 padding-bottom: 5px;
}
.proposalsHeader p,
 .proposalsFooter p {
 text-align: center;
}
.proposalsBid {
}

.proposalsDetail {
}
.proposalsObjective {
}
.proposalsType {
}
.proposalsCategory {
}
.proposalsContact {
}
.proposalsStartDate {
}
.proposalsDueDate {
}
.proposalsFile {
}
.proposalsDescription {
}
.proposalsAddendums {
}

/* Proposal Bid */
.proposalsBidWrapper div {
 padding-bottom: 5px;
}
.acceptingBidsFlag {
}
.previousBidFlag {
}
/* ModuleEnd::proposals */

/* ModuleBegin::c2er */
.c2erCOLIResult th {
 background-color: #dddddd;
 padding: 5px 10px;
 border-left: 1px solid #999999;
}
.c2erCOLIResult td {
 border-left: 1px solid #999999;
 border-top: 1px solid #999999;
 text-align: right;
}
.c2erCOLIResult tr.odd {
 background-color: #efefef;
}
.c2erCOLIResult tr.even {
 background-color: #ffffff;
}
.c2erCOLIResult table {
 border: 1px solid black;
 width: 100%;
}

.c2erCOLIResult .col_1 {
 text-align: left;
 border-left: 0;
 background-color: #fffeee;
 width: 40%;
}
.c2erCOLIResult .odd .col_1 {
 background-color: #fffccc;
}
.c2erCOLIResult .section1 .text,
 .c2erCOLIResult .section2 .text {
 font-weight: bold;
}
.c2erCOLIResult .section1,
 .c2erCOLIResult .section2 {
 margin-top: 15px;
}
.c2erCOLIResult {
 padding-bottom: 30px;
}
.c2erCOLI .border {
 border: 1px solid black;
 padding: 20px;
 margin-top: 20px;
}
.c2erCOLI td {
 padding: 3px;
}
.c2erCOLI .colSubmit {
 text-align: center;
 padding-top: 20px;
}
.c2erCOLI .colText {
 text-align: right;
 font-weight: bold;
}
/* ModuleEnd::c2er */

/* ModuleBegin::blog */
.blogArchiveMonth {
 padding-left: 10px;
}
.blogArchiveYear {
 font-weight: bold;
}
.blogDate {
 padding: 5px 0px;
 font-weight: bold;
 background-color: #eeeeee;
}
.blogDividerComments {
 height: 1px;
 background-color: #cccccc;
}
.blogDividerTop {
 height: 1px;
 background-color: #cccccc;
}
.blogEntry {
 padding-top: 5px;
}
.blogEntryFooter {
 padding-bottom: 10px;
}
.blogFooter {
 height: 1px;
 background-color: #cccccc;
}
.blogPosted {
 padding-bottom: 5px;
 padding-top: 5px;
 color: #000066;
}
.blogTitle {
 color: #000066;
 font-weight: bold;
 padding-top: 10px;
}
/* ModuleEnd::blog */

/*
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }
*/
#freedom_calendar {
 position: absolute;
 left: 490px !important;
 top: 250px !important;
 width: 175px;
 z-index: 100;
 clip: rect(0px 175px 145px 0px);
 height: 145px;
}
#freedom_calendar .calBorderColor {
 border: 1px solid #ccc;
}
#freedom_calendar .calBgColor {
 background-color: #426995;
 color: #fff;
}
#freedom_calendar .calDaysColor {
 background-color: #426995;
 color: #fff;
}
#freedom_calendar .calWeekend {
 background-color: #426995;
}
#freedom_calendar .calWeekend a {
 color: #fff;
 background-color: #426995;
}
#freedom_calendar .cal {
 background-color: #15528A;
 color: #ffffff;
 font-size: 8pt;
}
#freedom_calendar .cal a {
 color: #fff;
}
#freedom_calendar .calHighlightColor {
 color: #fff;
}

span.mce_freedom_image {
 background-position: -381px 0px !important;
}

/* Editor skin */
.formedit td.mceToolbar {
 border-top: 0 !important;
}

.formedit .editorTabs {
 position: relative;
}
.formedit .editorTabs .tabbedEditorLabel {
 width: 170px;
 height: 30px;
 line-height: 30px;
 padding: 0 0 0 25px;
 position: absolute;
 left: 0;
 top: 0px;
 z-index: 8;
 font-size: 14px;
 display: block !important;
 color: #efefef !important;
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_top_left.png) no-repeat left top !important;
}
.formedit .ui-widget-header {
 border: 0 !important;
 background: 0 !important;
}
.formedit .ui-widget-header a {
 color: #222222;
}

.formedit .ui-tabs {
 padding: 0 !important;
 border: 0 !important;
 zoom: 1;
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_top_bg.png) repeat-x left top !important;
}
.formedit .ui-tabs .ui-tabs-nav {
 list-style: none;
 position: relative;
 padding: 3px 20px 0px 0px;
 margin: 0;
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_top_right.png) no-repeat right top !important;
 height: 27px;
 z-index: 2;
}
.formedit .ui-tabs .ui-tabs-nav li {
 width: 196px !important;
 height: 23px !important;
 line-height: 23px !important;
 padding: 3px 0px 0px 0px !important;
 margin: 0 0 0 -38px !important;
 text-align: center !important;
 color: #cccccc !important;
 font-weight: bold !important;
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_tab_off.png) no-repeat left top !important;
 border: 0 !important;
 position: relative;
 float: left;
 border-bottom-width: 0 !important;
}
.formedit .ui-tabs .ui-tabs-nav li a {
 color: #cccccc !important;
 font-weight: bold !important;
 float: none !important;
 padding: 0 !important;
 text-decoration: none;
 display: block;
}
.formedit .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_tab_on.png) no-repeat left top !important;
 z-index: 99;
 padding-bottom: 1px;
 border-bottom-width: 0;
}
.formedit .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
 color: #666666 !important;
}

.formedit .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
 .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
 .ui-tabs .ui-tabs-nav li.ui-state-processing a {
 cursor: text;
}
.formedit .ui-tabs .ui-tabs-nav li a,
 .ui-tabs .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
 cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */
.formedit .ui-tabs .ui-tabs-panel {
 padding: 0 0 4px 0;
 z-index: 1;
 display: block;
 border: 0;
 background: transparent url(/freedom_html/common/tiny_mce/themes/advanced/img/editor_footer.png) repeat-x left bottom;
}
.formedit .ui-tabs .ui-tabs-hide {
 display: none !important;
}

/*Advanced Search*/

.searchTitle {font-size: 13px;margin-top: 4px;}

.staffDirectory p {
    width:230px;
    float:left;
    text-align:center;
    }
    
    .staffDirectory img {
        margin:0 auto;
        }
        
    .staffDirectory .name {
        font-weight:bold;
    }
#shoppingCartProceed { text-align:center; }
#shoppingCartPlaceorder { text-align:center; }
#shoppingCartPaypalButton { text-align:center; }
#shoppingCartCrumbs { display:none; }

.sba {
}

.sbaSearch .inputWrapper {
}
.sbaSearch .inputWrapper input {
 margin: 5px 0;
 color: #666666;
}

.sbaSearch55 .inputWrapper {
 padding: 0 0 0 10px;
}
.sbaSearch55 .inputWrapper input {
 padding: 0;
 margin: 0;
 color: #666666;
 font-size: 12px;
}



.sba .submit {
 padding: 5px 0;
}

.sbaTable p {
 padding: 15px;
 text-align: center;
}

.sbaTable {
 clear: both;
 margin: 20px 0 0 0;
 background: transparent;
}
.sbaTable div {
 background: transparent;
}
.sbaTable table {
 padding: 0 0 7px 0;
 background: transparent;
}
.sbaTable div div {
 background: 0;
}

.sbaTable .sbaLeft {
 padding-left: 22px !important;
 background: transparent;
}
.sbaTable .sbaRight {
 padding-right: 22px !important;
 text-align: right !important;
 background: transparent;
}

.sbaTable tr.odd {
 background: transparent;
}
.sbaTable tr.even {
 color: #000;
 background: transparent;
}
.sbaTable tr.item1 {
 background: transparent;
}
.sbaTable td {
 padding: 10px 5px 7px 5px;
 vertical-align: middle;
}
.sbaTable tr.item1 td {
 padding: 7px 5px 7px 5px;
}
.sbaTable tr.odd a {
}
.sbaTable tr.even a {
}

.sbaDetail {
}
.sbaDetail h1 {
 margin-bottom: 10px;
}
.sbaDetailLabel {
 font-weight: bold;
}
.sbaDetailDate,
 .sbaDetailTime {
 padding-bottom: 0.7em;
}

.sbaTable .sbaTableTh {
 background: transparent;
}
.sbaTable .sbaTableTh th {
 height: 40px;
 padding: 0 5px 7px 5px;
 vertical-align: middle;
 text-align: left;
 color: #000000;
 font-weight: bold;
}
.sbaTable th.sbaLeft {
 padding-left: 22px;
 background: transparent;
}
.sbaTable th.sbaRight {
 background: transparent;
}

.businessListerH2 {
 text-align: center;
}
.businessListerSep {
 clear: both;
}
.businessListerFull {
 clear: both;
 float: left;
 width: 96%;
 padding-right: 4%;
}
.businessListerItem {
 float: left;
 height: 185px;
 width: 310px;
 padding-right: 20px;
}

.sbaName {
 color: #003399;
 font-size: 14px;
}
.sbaMore {
 color: #6599cb;
 font-size: 12px;
 font-weight: normal;
}
.sbaMyListItem {
 font-size: 12px;
 font-family: Arial, Arial, Helvetica, sans-serif;
}
.sbaFieldAfter {
 padding-left: 10px;
}
.sbaMemberProfile a {
 font-size: 14px;
}
.sbaPopupbanner {
 background: #003399;
 text-align: center;
 height: 28px;
 line-height: 28px;
 color: #fff;
 font-weight: bold;
}
.sbaBusinessTwitter {
 display: block;
 float: left;
 width: 24px;
 height: 16px;
 background: transparent url(graphics/sba/twitter16.png) no-repeat 50% 50%;
}
.sbaBusinessFacebook {
 display: block;
 float: left;
 width: 24px;
 height: 16px;
 background: transparent url(graphics/sba/facebook16.jpg) no-repeat 50% 50%;
}
.sbaBusinessLinkedin {
 display: block;
 float: left;
 width: 24px;
 height: 16px;
 background: transparent url(graphics/sba/LinkedIn_Logo16px.png) no-repeat 50% 50%;
}
.sbaBusinessGoogleplus {
 display: block;
 float: left;
 width: 24px;
 height: 16px;
 background: transparent url(graphics/sba/googleplus.png) no-repeat 50% 50%;
}

.sbaAddBusinessCats ul {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
}

#sbaForm h1 {
 padding-bottom: 1em;
}

#sbaForm .sbaFormHeaderText {
 font-weight: bold;
 padding-bottom: 1em;
}
#sbaForm .sbaFormFooterText {
 font-style: italic;
 padding-top: 1em;
}

#sbaForm .fieldStar,
#sbaForm .fieldDagger {
 color: #f00;
}

#sbaForm #tr_individual_mailing_address td,
#sbaForm #tr_individual_phone td,
#sbaForm #tr_username td {
 padding-top: 1em;
}

#sbaForm #tr_phone1,
#sbaForm #tr_phone1_extension,
#sbaForm #tr_mailing_address1,
#sbaForm #tr_mailing_address2,
#sbaForm #tr_mailing_city,
#sbaForm #tr_mailing_state,
#sbaForm #tr_mailing_zip {
 display: none;
}

#sbaForm #tr_business_physical_address td,
#sbaForm #tr_business_phone1 td,
#sbaForm #tr_business_twitter td,
#sbaForm #tr_business_code td {
 padding-top: 1em;
}

#sbaForm #tr_business_physical_address1,
#sbaForm #tr_business_physical_address2,
#sbaForm #tr_business_physical_city,
#sbaForm #tr_business_physical_state,
#sbaForm #tr_business_physical_zip {
 display: none;
}

/* ModuleBegin::leads */
.pcl-name {
	text-align:center;
	width:100%;
	font-weight:bold;
}
/* ModuleEnd::leads */


/* Multi Site Search */
#mss_results_div { min-height: 500px; position: relative; margin: 0 -10px;}
#mss_results_div::after {}
#mss_results_div span.fa-refresh { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); font-size: 100px; color: #000;}
#mss_results_div.active span.fa-refresh { display:none;}

#mss_results_div #result_listers {display:none;}
#mss_results_div.active #result_listers { display:block;}

#result_listers > div { position: relative; min-height: 80px;}
#result_listers h2 {margin:0px 10px;}
.result_html { padding: 0 0 15px; display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: left; margin: 0 0px;}
.module_result { display:flex; flex-flow: row wrap; align-items: flex-start; justify-content: left; flex: 1 1 33%; box-sizing: border-box;}
.module_result.module_results_all { flex: 1 1 100%; }
.result_html p.error_message {display:block; margin: 10px;}

.module_result h3 {flex: 1 1 100%; margin: 8px 10px;}
.search_result { margin: 0 10px 8px; flex: 1 1 30%; min-width: 180px;  box-sizing: border-box; padding: 8px 12px; border-radius: 3px; border: 1px solid #e3e3e3;}
.module_result.module_results_all .search_result { flex: 1 1 100%;}
.search_result .search_title, .search_result .search_url, .search_result .search_blurb { display:none; }
.search_result .listing { display:block; font-size: 15px; text-decoration: none;}
.search_result .listing.high { background: rgba(255,255,0, 0.08);}
.search_result .listing .desc { display:block; padding-top: 5px; margin-top: 5px; border-top: 1px solid #e3e3e3; font-size: 12px; color: #999;}
.module_result .search_button { flex: 1 1 100%; margin: 0 10px; }
.module_result .search_list_button {  max-width: 220px; display:inline-block; background: #55ace1; line-height: 30px; line-height: 30px; font-family: ProximaNovaThin, sans-serif; color: #fff; font-size: 16px; text-align:center; padding: 0px 15px; margin: 6px 0; text-decoration: none; }