﻿@media print{

  /** {border:1px solid #000000 !important;}*/
  div:not(.reveal-modal) {
  display: inherit !important;
  }

  @page {
  margin: 0;
  }

  #content-row
  {
  border: 0;
  }

  .news-links-img {display: none !important;}

  h1#header-logo {
  width:100% !important;
  text-align:center !important;
  display: inline-block !important;
  }

  h1#header-logo a{
  padding:15px !important;
  font-size:38px;
  }

  h1#header-logo a:focus {
    outline:#387c23 dotted medium;
  }

  #panel-wrapper {
  border:0 !important;
  }

  .edtdiv{
  margin-bottom: 0 !important;
  }

  #page-body, #content-row{padding: 0 !important; margin:0 !important;}

  #search_inbox,
  #search_button,
  a[href]:after,
  #header-top,
  #civica-foot-logo,
  #side-buttons,
  #utilities-row,
  #media-bucket-0
  {
  display:none !important;
  }

  .nav-item a,
  .mega-menu,
  .dropdown
  .dropdown li,
  .mega-menu-list li,
  .back{
  display:none !important;
  visibility:hidden !important;
  list-style:none !important;
  }

  #titlebg{
  min-height: 100% !important;
  }

  #top-nav {
  border-bottom: 2px solid #412412 !important;
  }

  #page-content {padding: 0 15px;}

  #titlebg-wrap .pgtitle h1.content-title{
  color: #412412 !important;
  }

  #dynamic-bg,
  #header-right,
  #sidenav-col,
  #bcrumbs,
  #social-media-center,
  #goog-gt-tt,
  img.footer-logo,
  input.submit-btn,
  #dynamic-top-nav,
  #at20mc, #at15s, #at16pcc, #at16lb,
  #at20mc div, #at15s div, #at16pcc div, #at16lb div

  {
  display:none !important;
  visibility:hidden !important;
  }

  #page-footer, #extra-links-bottom, #copyright-span{
  display: none !important;
  }

  #page-body{
  display:block !important; float:left  !important; clear:both  !important;
  }

}


    /* This is the hilight color when you select text on the website. */
    ::selection {
    background: #232323; /* Safari */
    color: #fff;
    }
    ::-moz-selection {
    background: #232323; /* Firefox */
    color: #fff;
    }


    /* force safari mobile devices to not automatically render rounded corners on search iput */
    #site-search input,
	.site-search input {
        -webkit-border-radius: 0 !important;
    }
    input#site-search:focus, input.site-search:focus {outline: #387c23 dotted medium}

    .fontsize a{float:none !important;height:22px; margin:0px 5px 0px 0px !important; text-decoration:underline;}
    .fontsize a.selected{text-decoration:none;}                                    
    #fontsize0{font-size:1em; /*=10px*/}                           
    #fontsize1{font-size:1.1em; /*=11px*/}
    #fontsize2{font-size:1.3em; /*=13px*/}



    /*------------.size0 */   
    .size0{
    font-size:.825em;
    }
    #side-nav.size0 .sf-menu a{
    font-size:1em;
    }



    /*-------------.size1 */
    .size1{
    font-size:1em;
    }

    #side-nav.size1 .sf-menu a{
    font-size:1.15em;
    }

    /*-----------.size2 */
    .size2{
    font-size:1.4em;
    }

    #side-nav.size2 .sf-menu a{
    font-size:1.325em;
    }


    /******************************************************************
    base.css
    -------------------------------------------------------------------
    Stylesheet: Base Mobile
    -------------------------------------------------------------------

    Be light and don't over-style since everything here will be
    loaded by mobile devices. You want to keep it as minimal as
    possible. These styles will be applied across all viewports.

    ******************************************************************/

    /*------------------------------------------------------------------
    --> Foundation Columns
    ------------------------------------------------------------------*/

    /* v1109 was 994 */
    .row{ max-width: 994px; }

    /* --> Column Padding --------------------------------------------*/

    .row .column, .row .columns {
    padding: 0;
    }

    #page-wrap .row {
    margin-right: auto;
    margin-left: auto;
    }

    div#page-wrap {
    height: 100%;
    min-width: 1200px;
    overflow: hidden;
    }

    /*------------------------------------------------------------------
    --> Branding Styles
    ------------------------------------------------------------------*/

    /* --> Defaults --------------------------------------------------*/

    body {
    font-family: Arial, sans-serif;
    font-size: 62.5%; /* Sets base font-size to 10px so 1.0em = 10px */
    color: #333;
    background-color: #2b2b2b; 
    }

    /* Set default font-size to 14px */
    p, a, .button {
    font-size: 1.4em;

    transition: font-size .3s ease-in-out; 
    -o-transition: font-size .3s ease-in-out; 
    -moz-transition: font-size .3s ease-in-out; 
    -webkit-transition: font-size .3s ease-in-out;
    

    font-size: 10pt;
    font-family: 'arial','sans-serif';
    color: #000;

    }

    /* Make sure that links in paragraphs are not larger */
    p a { font-size: inherit; }


    /* --> Anchors ---------------------------------------------------*/
    /*  ADA requires links inside other text must have an underline or some other indication that 
        it is a link that is not only color 
        We are also adding a custom outline setting */
    .edtdiv a, .edtdiv a:visited {
        text-decoration: underline;
    }

    .edtdiv a:focus {
        outline: #387C2C dotted medium;
    }
    a, a:visited {
    color: #387C2C;

    transition: color .3s ease-in-out; 
    -o-transition: color .3s ease-in-out; 
    -moz-transition: color .3s ease-in-out; 
    -webkit-transition: color .3s ease-in-out;
    }

    a:hover, a:focus {
    color: #517227;
    text-decoration: underline;
    outline: #387C2C dotted medium;
    }

    a:active { color: #19a2b1; }

    /* --> Button and Cancel Button style -----------------------------*/
    .button, .button:visited{
    background-color: #387C2C;
    border-color: #387C2C;
    border-radius: 4px;
    text-transform: capitalize;

    transition: background-color .3s ease-in-out; 
    -o-transition: background-color .3s ease-in-out; 
    -moz-transition: background-color .3s ease-in-out; 
    -webkit-transition: background-color .3s ease-in-out;
    }

    .button:hover, .button:focus{
    background-color: #5f7e20;
    border-color: #5f7e20;
    }

    .button:active{
    background-color: #5f7e20;
    border-color: #5f7e20;
    }

    .button-cancel, .button-cancel:visited {
    background-color: #FF5722;
    border-color: #FF5722;
    border-radius: 4px;
    }

    .button-cancel:hover{
    background-color: #da4e25;
    border-color: #da4e25;
    }

    .button-cancel:active{
    background-color: #bf360c;
    border-color: #bf360c;
    }

    .button:focus {
        outline:#387c23 dotted medium;
    }
    button:focus {
        outline:#387c23 dotted medium;
    }

    /* --> Headings --------------------------------------------------*/

    /* All headings */
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family:  Arial, sans-serif;
    font-weight: normal;
    }

    h1, .h1 {
    font-family: Arial, sans-serif;
    font-size: 3.6em;
    }

    h2, .h2 {
    font-size: 3.2em;
    }

    h3, .h3 {
    font-size: 2.8em;
    }

    h4, .h4 {
    font-size: 2.4em;
    }

    h5, .h5 {
    font-size: 1.425em;
    font-weight: bold;
    }

    h6, .h6 {
    font-size: 1.25em;
    font-weight: bold;
    }

    /* --> inputs/Forms  ----------------------------------------------------*/
    input:focus, button:focus {
        outline: #387c23 dotted medium;
    }

    /* --> Tables ----------------------------------------------------*/

    table {
    background: none;
    /*border: 0;*/
    /*margin: 0;*/
    /*width: 100%;*/
    font-size: 1.4em; 
    }

    table table,
    table tr td span,
    table tr td font {
    font-size: inherit;
    }

    /* Default scale for <table> elements 
    table tr th { 
    font-size: inherit;
    background: none repeat scroll 0 0 #08bcd5;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    line-height:20px;
    font-size: inherit;
    }*/

    table tr td { 
    font-size: inherit;
    padding: 0px;
    }

    table tr td p,
    table tr td a {
    font-size: inherit;
    margin: 0;
    }

    /* Override background color from Foundation */
    table tr.even, table tr.alt,
    table tr:nth-of-type(even) {
    /*background: none repeat scroll 0 0 #fff;*/
    }
    hr {
    display: inline-block;
    width: 100%;
    }

    table tr th, table tr td{ color: inherit; }

    .edtdiv table tr th {
    background: #6f9d35;
    color: #fff;
    text-align: left;
    }

    
    /* --> Calendar  -------------------------------------------------*/
    font.short, font.long { visibility:hidden; }

    /*for calendar event layout 1 */
    font.caltime { float: right;}
    table.caltable { border-bottom: 2px solid #F2F2F2; }

    .cvCalendar3 div#left {
    margin: 10px 0 0 10px;
    max-width: 680px;
    }

    #cal3hi-picker {
    margin: 10px 10px 0 0;
    }

    /*------------------------------------------------------------------
    --> Page Header
    ------------------------------------------------------------------*/

    /* --> Header Base -----------------------------------------------*/

    header#page-header {
    width: 100%;
    background: url(/img/00/layout/header_rep.png) repeat-x top #fff;
        min-height: 122px;
    border: 0px solid transparent;
     min-width: 1200px;/* Remove for responsive behaviour */

    }

    #header-right {
    margin-top: 20px;
    margin-bottom: 30px;
    }


    /* --> Header Logo -----------------------------------------------*/

    h1#header-logo {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 6.0em;
    cursor: default;
    }

    h1#header-logo a { 
    display: block;
    width: 330px;
    height: 85px;
    top: 0px;
    left: 8px;
    border: solid 0px red;
    background: url(/img/00/layout/pa_logo.png) no-repeat;
    color: transparent;
    margin: 0 auto;
    }

    h1#header-logo a:hover {
    text-decoration: none;
    color: transparent;
    }

    h5#header-tagline {
    font-weight: normal;
    margin-top: 0;
    text-indent: 6px;
    cursor: default;
    }

    h3.caption {
    margin: 0;
    }

    /* --> Header Links ----------------------------------------------*/

    .lowGraphicWrap ul.head-links { 
    list-style: none;
    margin: 0;
    display:block;

    }

    ul.head-links li {
    float: left;
    margin: 0 12px 0px 0; 
    }

    span#header-date {
    color: #387c2c;
    font: bold 13px Arial, sans-serif;
    margin: 0 10px;
    }

    #header-right a.city_site {
    display: none;
    }

    a.head-link {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #7d7d7d;
    display: block;
    text-decoration: none;
    }

    a.head-link:hover{
    color: #222;
    }

    a#mywh{
    font-style: italic;
    }

    .head-links .fontsize {
    margin-right: 30px;
    top: -6px;
    position: relative
    }

    /* weather */
    span.temperature {
    font: bold 13px Arial, sans-serif;
    color: #387c2c;
    }

 

    a.forcast-link img {
    width: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    }

    div#prWeather {
    float: right;
    margin: -5px 0 0 0;
    padding: 0;
    }

    /*------------------------------------------------------------------
    --> Site Search
    ------------------------------------------------------------------*/

    .row.collapse.searchFrm {
     float: right;
     padding: 0 2px 0 0;
    }

    /* --> Search Input ----------------------------------------------*/
    form#frmSearch {
    float: right;
    margin: 0;
    padding: 0;
    }

    input#site-search,
	input.site-search {
    color: #555;
    font-family: Arial, Sans-Serif;
    vertical-align: middle;
    width: 186px;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    border: 0;
    padding: 0px;
    padding-left: 5px;
    line-height: 30px;
    background: transparent;
    background: url(/img/00/layout/search_bg.png) no-repeat;
    margin: 0 0 8px 0;
    }

    input#site-search:hover,
	input.site-search:hover {
        border-color: #FF5722;
    }

    input#site-search:focus,
	input.site-search:focus {
        /*border-color: #FF5722;*/
    }

    /* Placeholder text color */
    #site-search::-webkit-input-placeholder { color: #575757; }
    #site-search:-moz-placeholder { color: #575757; }
    #site-search::-moz-placeholder {  color: #575757;  }
    #site-search:-ms-input-placeholder { color: #575757; }

    /* --> Search Button ---------------------------------------------*/
    #site-search-btn {
        padding: 0;
        border:0;
    }
    #site-search-btn span, 
    .site-search-btn span {
    display: none;
    }

    #site-search-btn:hover {
    text-decoration: none;
    color: #fff;

    }

    :-moz-placeholder { /* Firefox 18- */
    color: #7d98a9;
    }

    ::-moz-placeholder {  /* Firefox 19+ */
    color: #7d98a9;
    }

    :-ms-input-placeholder {  
    color: #7d98a9;
    }

    /*------------------------------------------------------------------
    --> Main Navigation
    ------------------------------------------------------------------*/

    /* --> Main Navigation Container ---------------------------------*/

    section#top-nav {
    background-color: #36474f;
    border-top: 2px solid #273238;
    min-height: 37px;
    height: 37px; 
}

    /* Remove menu padding for mobile */
    section#top-nav .nav-row .columns { padding: 0; }

    /* Remove Foundation default background color for top-bar */
    nav.main-nav, nav.main-nav.expanded {
    background: none;
    width: 100%;
    }

    /* --> Main Navigation Title -------------------------------------*/

    /* Show the navigation Title for mobile */
    nav.main-nav .name {
    display: block;
    }


    /* --> Main Navigation Item Link ---------------------------------*/

    nav.main-nav ul li.nav-item a {
    font-size: 1em;
    font-weight: normal;
    white-space: normal;
    background: #36474f;

    transition: background-color .3s ease-out, color .3s ease-out, padding .3s ease-out, font-size .3s ease-out;
    -o-transition: background-color .3s ease-out, color .3s ease-out, padding .3s ease-out, font-size .3s ease-out;
    -moz-transition: background-color .3s ease-out, color .3s ease-out, padding .3s ease-out, font-size .3s ease-out;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out, padding .3s ease-out, font-size .3s ease-out;
    }
    nav.main-nav ul li.nav-item a:focus {
        outline: #387c23 dotted medium;
    }
    nav.main-nav ul li.nav-item a:hover {
    text-decoration: none;
    background: #666;
    }

    /* Active Item Link */
    nav.main-nav ul li.active a {
    background: #000;
    }


    /* --> Main Navigation Mobile Styles -----------------------------*/

    /* Main Navigation Title */
    .main-nav ul.title-area .mainnav-mobile-title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    line-height: 40px;
    }

    .main-nav ul.title-area .mainnav-mobile-title:hover {
    background: none;
    }

    /* Menu collapse/expand link icon */
    nav.main-nav .toggle-topbar.menu-icon a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    text-indent: -70px;
    line-height: 30px;
    }

    nav.main-nav .toggle-topbar.menu-icon a:hover {
    background: none;
    }

    /* Mobile Display Back Link */
    nav.main-nav .dropdown li.title h5 a {
    font-size: inherit;
    font-weight: bold;
    }

    /* Mobile Display Back Link (Mega-Menu) */
    nav.main-nav div.mega-menu li.title h5 a:hover {
    background: #eee;
    }

    /* Mobile-Mode Back Link (Mega-Menu) */
    nav.main-nav .mega-menu li.title h5 a {
    color: #1a1a1a;
    }


    /*------------------------------------------------------------------
    --> Main Navigation Menus
    ------------------------------------------------------------------*/

    /* Dropdown Menu Item Link */
    nav.main-nav .dropdown li.nav-item a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 0.9em;
    line-height: 18px;
    background: none;
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    }
    nav.main-nav .dropdown li.nav-item a:focus {
        outline: #387c23 dotted medium;
    }
    nav.main-nav .dropdown li.nav-item a:hover {
    background: #517227;
    padding-left: 30px;
    color: white;
    }


    /* --> Main Navigation Dropdown Container ------------------------*/

    nav.main-nav .dropdown {
    border: 1px solid #333;
    }

    /* Dropdown Menu Last Item Link */
    nav.main-nav .dropdown li.nav-item.last a {
    border-bottom: 0;
    }

    /*------------------------------------------------------------------
    --> Side Navigation
    ------------------------------------------------------------------*/

    /* --> Side Navigation Heading -----------------------------------*/

    .page-nav-heading {
    cursor: default;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 0px;
    font-weight: bold;
    font-family: helvetica condensed,arial narrow, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    }


    /* --> Side Navigation List ---------------------------------------*/

    nav#side-nav ul.side-nav-list {
    margin-bottom: 20px;

    }


    /* --> Side Navigation Item ---------------------------------------*/

    nav#side-nav .sf-vertical,
    nav#side-nav .sf-vertical li {
    width: 100%;
    }

    nav#side-nav .sf-menu li {
    background: #fff;
    }


    /* --> Side Navigation Item Link ----------------------------------*/

    nav#side-nav .sf-menu a {
    color: #387c2c !important;
    font: bold 14px Arial, sans-serif !important;
    padding: 5px 5px 5px 5px !important;
    border-bottom: 1px solid #ccc;
    border-top: 0px solid transparent;

    transition: background-color .6s ease-out; 
    -o-transition: background-color .6s ease-out; 
    -moz-transition: background-color .6s ease-out; 
    -webkit-transition: background-color .6s ease-out;
    }
    nav#side-nav .sf-menu a:focus {
        outline: #387c23 dotted medium;
    }

    nav#side-nav .sf-menu a:hover {
    background: #eee;
    }

    /* Last Item Link */
    nav#side-nav .sf-menu li.last a {
    border-bottom: 0;
    }


    /* --> Side Navigation Flyout Menu -------------------------------*/

    nav#side-nav .sf-menu ul {
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    display: inline-block;
    }

    /* Flyout Indicator (Arrow) */
    nav#side-nav .sf-sub-indicator {
    left: 91%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color:  #08bcd5;
    border-left-color:transparent;
    border-width: 5px;
    margin-top: -5px;
    display: block;
    background: transparent;
    }

    /*------------------------------------------------------------------
    --> BreadCrumbs / System Buttons
    ------------------------------------------------------------------*/

    /* --> Breadcrumbs ----------------------------------------------*/

    /* Breadcrumb Span */
    section#bcrumbs {
    width: 100%;
    height: 35px;
    background: url(/img/00/layout/crumb_bg.png) no-repeat top center;
    background-size: cover !important;
    }

    /* Breadcrumb List */
    ul.bcrumb-list {
    vertical-align: top;
    list-style: none;
    margin: 25px 0;
    font-size: 1.4em;
    }

    ul.bcrumb-list a{
    font-size: 11px;
    text-decoration: underline;
    color: #fff;
    }

    /* Breadcrumb Item */
    ul.bcrumb-list li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    font-size: inherit;
    }

    /* Breadcrumb Home Item */
    ul.bcrumb-list li.home {
    background: url(/img/00/icons/home-icon.png) no-repeat left;
    padding-left: 35px;
    }

    /* Breadcrumb Item Arrow & Current Item */
    ul.bcrumb-list li.arr,
    ul.bcrumb-list li.current {
    font-size: 11px;
    color: #fff;    
    }


    /* --> System Buttons ----------------------------------------------*/

    /* Column that contains the system buttons */
    .columns.system-btns-col { padding: 0; }

    /* Email, Edit, Print List Container */
    ul.system-btns-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 11px 0 0;
    }

    /* System Button Item */
    ul.system-btns-list > li {
    float: left;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    }

    /* System Button Link Text */
    ul.system-btns-list li a.button {
    font-size: 1.6em;
    margin-bottom: 0;
    text-align: left;
    }

    /* System Button Styles */
    .button.system-button {
    width: 100%;
    color: #333;
    background-color: #eee;
    border-color: transparent;
    padding: 10px 10px;
    box-shadow: none;

    transition: background-color .6s ease-out, box-shadow .6s ease-out;
    -o-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -moz-transition: background-color .6s ease-out, box-shadow .6s ease-out; 
    -webkit-transition: background-color .6s ease-out, box-shadow .6s ease-out;
    }

    .button.system-button:hover,
    .button.system-button.hover {
    background-color: #fff !important;
    }

    /* System Button Dropdown Menu */
    ul.system-menu {
    list-style: none;
    display: none;
    position: absolute;
    width: inherit;
    background-color: #fff;
    margin: 0;
    padding: 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 4px 6px #666;
    z-index: 90;
    }

    /* Show dropdown menu on hover */
    li:hover ul.system-menu {
    display: block;
    }

    /* System Button Dropdown Menu Item Link */
    ul.system-menu li a {
    display: block;
    font-weight: bold;
    padding: 6px 0;
    color: #333;
    text-indent: 35px;
    border: 1px solid transparent;
    }

    ul.system-menu li a:hover {
    color: #0f8cf2;
    text-decoration: none;
    border-color: #ddd;
    border-radius: 6px;
    }

    /* Email */
    #btn-email {
    background: #fff url('/img/00/icons/icon-email.png') no-repeat 5px 3px;
    padding-left: 40px;
    color: transparent;
    }

    /* Edit */
    #btn-edit {
    background: transparent url(/img/00/icons/edit-icon.png) no-repeat 30px 40px;
    padding-left: 40px;
    }

    /* Print */
    #btn-print {
    background: #fff url('/img/00/icons/icon-print.png') no-repeat 5px 3px;
    padding-left: 40px;
    color: transparent;
    }
		
	  /* Fav */
		#btn-fav{
    background: #fff;
    padding-left: 0px;
		height: 30px;
    }
		
		.img-portal-fav{
		  float:left;
			margin-top: -9px;
			padding-right: 3px;
		}
		
		.img-portal-fav-text{
		  float:left;
		}

    /* Alter styles of system buttons that have a dropdown menu */
    #btn-email:hover,
    #btn-email.hover,
    #btn-edit:hover,
    #btn-edit.hover {
    border-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }

    /* Send A Link */
    ul.system-menu li.send-link {
    background: url('/img/00/icons/icon-email-send.png') no-repeat 0 center;
    }

    /* Contact Us */
    ul.system-menu li.contact-us {
    background: url('/img/00/icons/icon-email-contact.png') no-repeat 0 center;
    }

    /* HTML Editor */
    ul.system-menu li.html-editor {
    background: url('/img/00/icons/icon-edit-html.png') no-repeat 0 center;
    }

    /* Layout */
    ul.system-menu li.layout {
    background: url('/img/00/icons/icon-edit-layout.png') no-repeat 0 center;
    }

    /* Navbuilder */
    ul.system-menu li.navbuilder {
    background: url('/img/00/icons/icon-edit-navbuilder.png') no-repeat 0 center;
    }

    /* Services */
    ul.system-menu li.services {
    background: url('/img/00/icons/icon-edit-services.png') no-repeat 0 center;
    }

    /* Status */
    ul.system-menu li.status-not-done,
    ul.system-menu li.status-done {
    background: url('/img/00/icons/icon-edit-status.png') no-repeat 0 center;
    }

    /* Site Notes */
    ul.system-menu li.site-notes {
    background: url('/img/00/icons/icon-edit-notes.png') no-repeat 0 center;
    }

    /* Issue */
    ul.system-menu li.issue {
    background: url('/img/00/icons/icon-edit-issue.png') no-repeat 0 center;
    }

    /* Admin */
    ul.system-menu li.admin {
    background: url('/img/00/icons/icon-edit-admin.png') no-repeat 0 center;
    }


    /*------------------------------------------------------------------
    --> Page Body Section
    ------------------------------------------------------------------*/

    #page-body {
    width: 100%;
     min-width: 1200px;/* Remove for responsive behaviour */
    }

    /* All secondary pages have their content wrapped in a row
    with either of these classes. */
    .content-row{
    padding-top: 30px;
    }

    #page-body > .widget-layout-row
    {
    padding-top: 30px;
    }


    /*------------------------------------------------------------------
    --> HTML Content
    ------------------------------------------------------------------*/

    /* --> Page Title ----------------------------------------------*/

    .pgtitle {
    padding: 20px;
    }

    h1.content-title {
    font: bold 25px Arial, sans-serif;
    color: #517227;
    margin: 20px 0 0 10px;
    }


    /* --> Page Content ----------------------------------------------*/

    section#page-content {
    background-color: #fff;
    padding: 12px 10px 0 10px;
    border: 0px solid transparent;
    }

    /*------------------------------------------------------------------
    --> Homepage Contents
    ------------------------------------------------------------------*/

    div#homeWrapper {
    background: #fff;
    margin: 0 auto;
    }

    .paHomeHeadlines {
    display: inline-block;
    font-weight: bold;
    font-family: Arial Narrow, Arial, Sans-Serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: -0.0425em;
    color: #333;
    margin: 0;
    width: 72%;
    padding: 0;
    line-height: 1em;
    float: left;	
    }




    /* --> Home Slideshow --------------------------------------------*/

/* Top Section */
#home-wrapper #top
{
  float: left;
  background: url(/img/00/layout/home_bodytop.png) no-repeat top;
  width: 994px;
  /*height: 630px;*/
  margin-bottom: 10px;
}

#pg-wrapper
{
  float: left;
  margin-top: 10px;
  background: url(/img/00/layout/pgrep.png) repeat-y;
}

 #top #slide-wrapper
{
  /*position: absolute;*/
  width: 640px;
  height: 270px;
  /*left: 311px;
  top: 21px;*/
  overflow: hidden;
  display: block;
  background-color: #fff;
  /*margin-bottom: 20px;*/
  margin: 10px 0 0 -5px;
}

 #top #slide-wrapper #slide-photo
{
  width: 640px;
  height: 270px;
  overflow: hidden;
  position: relative;
}

 #top #gallery {
  width: 640px;
  height: 270px;
  position: relative;
}
 #top #gallery a {
    float: left;
    position: absolute;
}
 #top #gallery a img {
    border: medium none;
}
 #top #gallery a.show {
}

 #top #gallery span {
    float: left;
    position: absolute;
}
 #top #gallery span img {
    border: medium none;
}
 #top #gallery span.show {
}

 #top #slide-wrapper a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 270px;
    color: transparent;
}

 #top #slide-wrapper .caption 
{
  bottom: 0;
  color: #d5c385;
  overflow: hidden;
  position: absolute;
  width: 660px;
  height: 59px;
  background: url(/img/00/layout/slide_titleslice.png) repeat-x;
  cursor: pointer;
  display: none;
}
 #top #slide-wrapper .caption .content
{
  text-align: center;
  width: 520px;
  margin: 5px 60px 0px 60px;
  font: 13px Arial, sans-serif;
  text-decoration: none;
}
#top #slide-wrapper .caption .content h3
{
  color: #d5c385;
  margin: 0;
  padding: 0;
  font: bold 15px Arial, sans-serif;
  text-decoration: none;
}

 #top #slide-wrapper #slide-rollover {
  width: 660px;
  height: 270px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 5000;
}

 #top #slide-wrapper a.slideit
{
    /*background:url(/img/00/layout/slide_arrows.png) no-repeat;*/
    width:45px;
    height:211px;
    margin:0px 0px;
    cursor:pointer;
    font-size:1px;
    position: absolute;
  bottom: 8px;
  display: none;
  z-index: 5000;
}

/* left */
 #top #slide-wrapper a.previt
{
  background: url(/img/00/layout/slide_ltshow.png) no-repeat;
  top: 0;
  left: 0;
} 
 #top #slide-wrapper a.previt:hover    
{ 
  background-position: -50px 0px;
}

/* right */
 #top #slide-wrapper a.nextit
{
  background: url(/img/00/layout/slide_rtshow.png) no-repeat;
  background-position:0px 0px;
  top: 0;
  right: 0;
}
 #top #slide-wrapper a.nextit:hover    
{ 
  background-position:-49px 0px; 
}


/* disabled navigational button */
 #top #slide-wrapper a.disabled { visibility:hidden !important; } 


/*
 For the alert news 
*/

 #top #slide-wrapper #alert-wrapper
{
  position: relative;
  width: 660px;
  height: 270px;
  overflow: hidden;
  display: block;
}

 #top #slide-wrapper #hp_alert
{
  position: relative;
  width: 630px;
  height: 270px;
  overflow: hidden;
  display: block;
    margin: 4px 4px 0px 4px;
}

 #top #slide-wrapper #alert-wrapper
{
  background: #550000;
}

#hp_alert h3.newsheader a {
    font: bold 22px Arial, sans-serif !important;
    color: #fff;
    text-decoration: underline !important;
}


/* --> Galleria Slideshow Update--------------------------------------------*/

#slide-wrapper .galleria-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
}

#slide-wrapper .galleria-container img {
    top: 0px !important;
}

#slide-wrapper .galleria-info {
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 2;
    position: absolute;
}


#slide-wrapper .galleria-info {
    width: 100%;
/*    top: 0 !important;
    bottom: 0 !important;
    z-index: 2;
    position: absolute;
    left: 0px !important;
    height: 100%;
    display: block;*/
    top: auto;
    left:0;
    bottom: -30%;
    -webkit-transition: bottom .8s; /* For Safari 3.1 to 6.0 */
    transition: bottom .8s;
    border-top: 1px solid #666;
    background-color: rgba(0,0,0,.725);
}

/*#slide-wrapper .galleria-thumbnails-container{ display: none; }*/


#slide-wrapper .galleria-info-link, 
#slide-wrapper .galleria-info-close { display: none !important; }
#slide-wrapper .galleria-read-more { 
    display: block;
    z-index: 31;
    color: transparent;
    cursor: pointer; 
}

#slide-wrapper a.galleria-read-more{ color: transparent !important; }

#slide-wrapper .galleria-info-text {
    /*position: absolute;*/
    text-align: center;
    display: block;
    background-color: rgba(0,0,0,.725);
/*    width: 100%;
    border-top: 1px solid #666;
    bottom: -30%;
    -webkit-transition: bottom .8s; /* For Safari 3.1 to 6.0 */
    /*transition: bottom .8s;*/
}

#slide-wrapper .galleria-info-text .galleria-info-title{
    color: #d5c385;
    margin: 0;
    padding: 0;
    font: bold 14px Arial, sans-serif;
    text-decoration: none;
}

#slide-wrapper .galleria-info-text .galleria-info-description{
    font: 12px Arial, sans-serif;
    color: #d5c385;
}

#slide-wrapper #galleria .galleria-image-nav-left,
#slide-wrapper #galleria .galleria-image-nav-right{
    opacity: 0;
}

#slide-wrapper #galleria:hover .galleria-image-nav-left,
#slide-wrapper #galleria:hover .galleria-image-nav-right{
    opacity: 1;  
}

/*#slide-wrapper #galleria .galleria-info-text{ bottom: -30%; }*/
/*#slide-wrapper #galleria:hover .galleria-info-text{ bottom:0; }*/
#slide-wrapper #galleria:hover .galleria-info {bottom: 0; display:block;}

#slide-wrapper .galleria-image-nav-right {
    background: url(/img/00/layout/slide_rtshow.png) 0px -50px no-repeat;
    width: 43px;
    z-index: 10;
}

#slide-wrapper .galleria-image-nav-right:hover{
        background: url(/img/00/layout/slide_rtshow.png) -49px -50px no-repeat;
}

#slide-wrapper .galleria-image-nav-left {
    background: url(/img/00/layout/slide_ltshow.png) -3px -50px no-repeat;
    width: 43px;
    z-index: 10;
}

#slide-wrapper .galleria-image-nav-left:hover {
   background: url(/img/00/layout/slide_ltshow.png) -53px -50px no-repeat;
}

#slide-wrapper .galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #4a4a4a;
    box-shadow: none;
    height: 263px !important;
    width: 100% !important;
    max-width: 660px;
}

/*------------------------------------------*/
div#cont-latest-news td {
    padding: 0px;
}

/*-- added 2/16/2010 by chris to style the News Detail pages --*/

.news-info {
    padding-right: 10px;
}

#news
{
  font: normal normal normal 12px/175% arial, sans-serif;
    color: #000;
    text-decoration: None;
        padding: 0 0 0 12px; 
}

A.pdf:link,A.pdf:visited,A.pdf:active
{  
    font-family: arial, sans-serif; 
    font-size: 12px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #387c2c;
    /*text-decoration: none;*/ 
    text-decoration: underline;
}

A.pdf:hover
{
    font-family: arial, sans-serif; 
    font-size: 12px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #517227;
    text-decoration: none; 
}

h2.news-subtitle
{
  font-weight: bold;
  font-size: 22px;
  color: #387c2c;
  font-family: inherit;
  text-decoration: none;
  margin: 0px 0px 15px 0px;
}

h3.news-subtitle2
{
  font-weight: normal;
  font-size: 15px;
  color: #387c2c;
  font-family: inherit;
  text-decoration: none;
  margin: 0px 0px 25px 0px;
}


A.xtra
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: underline
}
A.xtra:link
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: underline
}
A.xtra:hover
{
    FONT-SIZE: 13px;
    COLOR: #d20000;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: underline
}


A.ArchiveLink:link,A.ArchiveLink:visited,A.ArchiveLink:active
{
    padding-top: 2px;
    font-family: arial, sans-serif; 
    font-size: 10px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #387c2c;
    text-decoration: none; 
}
A.ArchiveLink:hover
{
    padding-top: 2px;
    font-family: arial, sans-serif; 
    font-size: 10px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #000000;
    text-decoration: none; 
}

A.more:link,A.more:visited,A.more:active
{
  font: normal normal normal 11px/175% arial, sans-serif;
    color: #387c2c;
    text-decoration: none; 
}

A.more:hover, a.more:focus
{
  font: normal normal normal 11px/175% arial, sans-serif;
    color: #517227;
    text-decoration: underline; 
}

/* changes for print */
@media print
{
    a.more:link,
    a.more:visited, a.hpMore:active,
    a.more:hover
    {
        background-image: url(/custom/0511/img/calendar/prntarrow2_on.gif);
    }
}

.newsheader, a.newsheader:link,a.newsheader:visited, a.newsheader:active
{
  font: bold 14px Arial, sans-serif;
    color: #387c2c;
    text-decoration: None;
    line-height: 22px;
}
a.newsheader:hover
{
    color: #517227;
    text-decoration: underline; 
}

.newsheader2
{
    font-weight: bold;
    font-size: 15px;
    color: #ac7e2d;
    font-family: arial, sans-serif
}
.newssubheader
{
    font-weight: normal;
    font-size: 13px;
    color: #ac7e2d;
    font-family: arial, sans-serif;
    text-decoration: none
}
.annheader
{
    font-weight: bold;
    font-size: 11px;
    color: #ac7e2d;
    font-family: arial, sans-serif;
    text-decoration: none
}
.newsbody
{
    font-family: Arial, sans-serif; 
    font-size: 13px; 
    color: #000000;
    line-height: 18px;    
}
/* changes for print */
@media print
{
    .newsbody,
    .newsdetailbody
    {
        color: #000000;
    }
}


.newsdate
{
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    font-family: arial, sans-serif
}
a.annheader:link
{
    font-weight: bold;
    font-size: 11px;
    color: #ac7e2d;
    font-family: arial, sans-serif;
    text-decoration: none
}
a.annheader:visited
{
    font-weight: bold;
    font-size: 11px;
    color: #ac7e2d;
    font-family: arial, sans-serif;
    text-decoration: none
}
a.annheader:active
{
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: arial, sans-serif;
    text-decoration: none
}
a.annheader:hover
{
    font-weight: bold;
    font-size: 11px;
    color: #cc6600;
    font-family: arial, sans-serif;
    text-decoration: none
}
.annbody
{
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    font-family: arial, sans-serif
}
/* changes for print */
@media print
{
    .annbody
    {
        COLOR: #000000;
    }
}

.header
{
    FONT-SIZE: 19px;
    FONT-FAMILY: Arial, sans-serif
}
.footer
{
    FONT-SIZE: 13px;
    FONT-FAMILY: Arial, sans-serif
}
.date
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: Arial, sans-serif
}
.date2
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, sans-serif
}
.termstext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, sans-serif
}
/* changes for print */
@media print
{
    .date,
    .date2,
    .termstext
    {
        COLOR: #000000;
    }
}

.normal
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, sans-serif
}
.f1
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma, sans-serif
}
.f2
{
    FONT-SIZE: 13px;
    FONT-FAMILY: Tahoma, sans-serif
}
.f3
{
    FONT-SIZE: 15px;
    FONT-FAMILY: Tahoma, sans-serif
}
.f4
{
    FONT-SIZE: 17px;
    FONT-FAMILY: Tahoma, sans-serif
}
.f5
{
    FONT-SIZE: 19px;
    FONT-FAMILY: Tahoma, sans-serif
}
HR.spacer
{
    WIDTH: 75%;
    COLOR: #cccccc;
    HEIGHT: 1px
}
HR.separator
{
    WIDTH: 100%;
    COLOR: #ababab;
    HEIGHT: 1px
}
.newscontainer
{
    BACKGROUND-COLOR: bisque;
}
.articlecontainer
{
    BORDER-TOP: thin inset;
    BORDER-LEFT: thin inset
}

.podFeatureHeader, a.podFeatureHeader:link,a.podFeatureHeader:visited, a.podFeatureHeader:active
{
    font-family: Arial, sans-serif; 
    font-size: 18px; 
    font-weight: bold;
    color: #000000;
    text-decoration: None; 
}
a.podFeatureHeader:hover
{
    font-family: Arial, sans-serif; 
    font-size: 18px; 
    font-weight: bold;
    color: #F5D161;
    text-decoration: None; 
}
/* changes for print */
@media print
{
    .podFeatureHeader, a.podFeatureHeader:link,a.podFeatureHeader:visited, a.podFeatureHeader:active,
    a.podFeatureHeader:hover
    {
        color: #000000;
    }
}


/***************************************************************************
    Layout 40 - Themepod news
/**************************************************************************/
.podNews40list, A.podNews40list:link, A.podNews40list:visited, A.podNews40list:active
{
    background-position: 2px 3px;
    display: block;
    padding-left: 17px;
    font-weight: bold;
    font-size: 14px;
    background-image: url("/custom/0511/img/calendar/arrow_off.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 18px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: none;
    margin-bottom: 8px;
}
A.podNews40list:hover
{
    background-position: 2px 3px;
    display: block;
    padding-left: 17px;
    font-weight: bold;
    font-size: 14px;
    background-image: url("/custom/0511/img/calendar/arrow_off.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 18px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: underline;
    margin-bottom: 8px;
}
/* changes for print */
@media print
{
    .podNews40list, A.podNews40list:link, A.podNews40list:visited, A.podNews40list:active,
    A.podNews40list:hover
    {
        color: #000000;
    background-image: url("/custom/0511/img/calendar/prntarrow_off.gif");
    }
}
/***************************************************************************
    Layout 42 - Themepod Feature
/**************************************************************************/


/***************************************************************************
    Layout 44 - home page alerts
/**************************************************************************/
.hpAlert44
{  
    font-family: arial, sans-serif; 
    font-size: 19px; 
    line-height: 23px; 
    font-weight: Bold; 
    vertical-align: middle; 
    color: #ff4e00;
/*  color: #ffa500; */
/*  color: #ac7e2d; */
    text-decoration: None; 
}
a.hpAlert44:link,a.hpAlert44:visited, a.hpAlert44:active, a.hpAlert44:hover
{  
    font-family: arial, sans-serif; 
    font-size: 19px; 
    line-height: 23px; 
    font-weight: Bold; 
    vertical-align: middle; 
    color: #ffa500;
/*  color: #ac7e2d; */
    text-decoration: None; 
}


/***************************************************************************
    Layout 46 - Department page news
/**************************************************************************/
.deptNews46head,
a.deptNews46head:link,a.deptNews46head:visited, a.deptNews46head:active
{
/*
        DISPLAY: block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    PADDING-BOTTOM: 5px;
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none; 
*/

    background-position: 2px 3px;
    display: block;
    padding-left: 17px;
    font-weight: Bold;
    font-size: 13px;
    background-image: url("/custom/0511/img/calendar/arrow_off.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 15px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: none;
    margin-bottom: 6px;
}
a.deptNews46head:hover
{
/*
    DISPLAY: block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    PADDING-BOTTOM: 5px;
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: underline;
*/

    background-position: 2px 3px;
    display: block;
    padding-left: 17px;
    font-weight: Bold;
    font-size: 13px;
    background-image: url("/custom/0511/img/calendar/arrow_on.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 15px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: underline;
    margin-bottom: 6px;
}

/* changes for print */

@media print
{
    .deptNews46head,
    a.deptNews46head:link,a.deptNews46head:visited, a.deptNews46head:active,
    a.deptNews46head:hover
    {
        color: #000000;
    background-image: url("/custom/0511/img/calendar/prntarrow_off.gif");
    }
}

.deptNews46body
{
    DISPLAY: block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 15px;
    COLOR: #000000;
    FONT-FAMILY: arial, sans-serif
}

/* changes for print */

@media print
{
    .deptNews46body
    {
        color: #000000;
    }
}



/***************************************************************************
    Layout 48 - Department page news
/**************************************************************************/
.deptNews48head,
a.deptNews48head:link,a.deptNews48head:visited, a.deptNews48head:active
{
    DISPLAY: block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 19px;
    COLOR: #ffff00;
    LINE-HEIGHT: 26px;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
}

a.deptNews48head:hover
{
    DISPLAY: block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 19px;
    COLOR: #000000;
    LINE-HEIGHT: 26px;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
}

td.deptNews48head
{
    width: 100%;
    padding: 5px;
    background-color: #8e8e8e;
    text-align: center;
}

td.deptNews48body
{
    width: 100%;
    padding: 5px;
    background-color: #646464;
    text-align: left;
  display: block;
  font-weight: normal;
  font-size: 13px;
  padding-bottom: 15px;
  color: #000000;
  font-family: arial, sans-serif
}

/* changes for print */
@media print
{
    .deptNews48head,
    a.deptNews48head:link,a.deptNews48head:visited, a.deptNews48head:active,
    a.deptNews48head:hover,
    .deptNews48body
    {
        color: #000000;
    }
}

/***************************************************************************
    Layout 56 - Department page news and matches calLL11
/**************************************************************************/
.deptNews56head,
a.deptNews56head:link,a.deptNews56head:visited, a.deptNews56head:active
{

    background-position: -3px 3px;
    display: block;
    padding-left: 22px;
    font-weight: Bold;
    font-size: 13px;
    background-image: url("/custom/0511/img/calendar/prntarrow_off.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 15px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: none;
    margin-bottom: 2px;
}
a.deptNews56head:hover
{

    background-position: -3px 3px;
    display: block;
    padding-left: 22px;
    font-weight: Bold;
    font-size: 13px;
    background-image: url("/custom/0511/img/calendar/prntarrow_off.gif");
    vertical-align: middle;
    color: #000000;
    line-height: 15px;
    background-repeat: no-repeat;
    font-family: arial, sans-serif;
    text-decoration: underline;
    margin-bottom: 2px;
}

/* changes for print */

@media print
{
    .deptNews56head,
    a.deptNews56head:link,a.deptNews56head:visited, a.deptNews56head:active,
    a.deptNews56head:hover
    {
        color: #000000;
    background-image: url("/custom/0511/img/calendar/prntarrow_off.gif");
    }
}

.deptNews56body
{
    DISPLAY: block;
    FONT-WEIGHT: normal;
    font-size: 13px;
    PADDING-BOTTOM: 10px;
    padding-left: 22px;
    COLOR: #000000;
    FONT-FAMILY: arial, sans-serif
}

/* changes for print */

@media print
{
    .deptNews56body
    {
        color: #000000;
    }
}





/*---------------------------------------------------------------------------------*/
/* For announcements type 10 
/*---------------------------------------------------------------------------------*/

#pscroll10_0{
width: 512px;
height: 20px;
border: 0px solid black;
padding: 0px;
background-color: #000000; 
}

.pscroll10b_0{
padding-top:10px;
}

#pscroll10_1{
width: 142px;
height: 150;
border: 0px solid black;
padding: 0px;
background-color: #000000; 
}

.pscroll10b_1{
padding-top:10px;
}

/*---------------------------------------------------------------------------------*/
/* For news 40 Solano Features
/*---------------------------------------------------------------------------------*/

/* for news type 30 */
#news40 .newsheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    line-height: 19px; 
    COLOR: #227a00;
    FONT-FAMILY:  arial, sans-serif;
    TEXT-DECORATION: none
}
#news40 A.newsheader, #news40 A.newsheader:link, #news40 A.newsheader:visited, #news40 A.newsheader:active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    line-height: 19px; 
    COLOR: #227a00;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
}
#news40 A.newsheader:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    line-height: 19px; 
    COLOR: #7e4400;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
}
#news40 .newsdate
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    line-height: 11px; 
    COLOR: #227a00;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none
}
#news40 .newsbody
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    line-height: 16px;
    COLOR: #000000;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
    text-align:justify;
}

#news40 .more
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    line-height: 16px;
    COLOR: #208827;
    FONT-FAMILY: arial, sans-serif;
    TEXT-DECORATION: none;
}


/*================================================================================*/
a.lonewsheader
{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    text-decoration: underline;
}
a.lonewsheader:hover
{
}

.lonewsheader
{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    text-decoration: none
}

.lownewsdate
{
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-family: inherit;
    text-decoration: none
}

img.news-image
{
  float: left;
  margin: 3px 15px 5px 0px;
  max-width: 100%;
}

img.news-image-utl
{
  float: left;
  margin: 3px 0px 5px 0px;
  width: 357px;
}

/*---------------------------------------------------------------------------------*/
/* For Home Page Alert
/*---------------------------------------------------------------------------------*/

/* for news type 30 */
#hp_alert .newsheader
{
    text-decoration: none;
    font: bold 22px Arial, sans-serif;
    color: #fff;
}

#hp_alert A.newsheader, #hp_alert A.newsheader:link, #hp_alert A.newsheader:visited, #hp_alert A.newsheader:active
{
    text-decoration: none;
    font: bold 22px Arial, sans-serif;
    color: #fff;
}
#hp_alert A.newsheader:hover
{
    font: bold 22px Arial, sans-serif;
    color: #fff;
    text-decoration: underline !important;
}
#hp_alert .newsdate
{
    font-weight: bold;
    font-size: 13px;
    line-height: 21px; 
    color: #fff;
    font-family: inherit;
    text-decoration: none;
}
#hp_alert .newsbody
{
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    font-family: inherit;
    text-decoration: none;
    text-align:justify;
    line-height: 20px;
}

#hp_alert img {
    border: 3px solid #000;
    margin-right: 10px;
    width: 200px;
    max-width: inherit !important;
}

#hp_alert a.more
{
  float: right;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Sans-Serif;
}

#hp_alert a.more:hover
{
  text-decoration: underline !important;
}

/********************************************************************************************
    News Details 
*/

#newsdetails 
{
  font-weight: normal;
  font-size: 13px;
  color: #000;
  font-family: inherit;
  text-decoration: none;
}

#newsdetails h2
{
  font-weight: bold;
  font-size: 22px;
  color: #387c2c;
  font-family: inherit;
  text-decoration: none;
  margin: 0px 0px 15px 0px;
}

#newsdetails h3
{
  font-weight: normal;
  font-size: 15px;
  color: #009;
  font-family: inherit;
  text-decoration: none;
  margin: 0px 0px 5px 0px;
}

#newsdetails p
{
  margin: 0px 0px 5px 0px;
  color: #404040;
}

#newsdetails img.mainimg
{
  margin: 0px 30px 10px 0px;
  border: solid 0px black;
  float: left;
}

#newsdetails .sml
{
   font-size: 11px;
}

#newsdetails .date
{
    font-weight: bold;
    color: #404040;
    font-family: inherit;
}


/*#newsdetails a.pdf
{
    color: #009;
    font-family: inherit;
    text-decoration: underline
}
#newsdetails a.pdf:hover
{
    color: #c00;
}*/

.newsdetailheader
{
    font-weight: bold;
        font-size: 13px;
    color: #000099;
    font-family: inherit;
    text-decoration: none
}
.newsdetailsubheader
{
    font-weight: normal;
    font-size: 13px;
    color: #000099;
    font-family: inherit;
    text-decoration: none
}
.newsdetailbody
{
    font-weight: normal;
    font-size: 13px;
    color: #202020;
    font-family: inherit;
}
/* below added to put green bullets in */

#newsdetails ul 
{
    margin: 0px 0px 0px 13px;
    padding: 0px;
    display: block;
    list-style-type: none;
}

#newsdetails ul li 
{
    background: url(/images/bullet_grn.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 13px;
    margin-left: 13px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
} 


#newsdetails li ul li {
    background-image: url(/images/bullet-grn2.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
  margin-left: -5px;
    line-height: 18px;
    padding-top: 3px;
} 

#newsdetails li ul li ul li {
    background-image: url(/images/bullet-grn3.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
  margin-left: -5px;
    padding-left: 13px;
    line-height: 18px;
    padding-top: 3px;
} 

#newsdetails li.gryArrow
{
    background-image: url(/images/bullet-grey.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left: 13px;
    line-height: 18px;
    padding-top: 3px;
}

/*-----------------------------------------*/













    /* Background area color */
    #home-slideshow-span {
    border-bottom: 1px solid #273238;
    }

    #home-slideshow-span img{width: 100%;}

    .orbit-bullets{
    text-align: center; 
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: #263238;
    top: 0;
    }
    
    .orbit-container{ background:#04284c; }
    .orbit-slides-container li.active {
    opacity: 1.0;
    }
    .orbit-slides-container li {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .6;
    }

    .orbit-bullets li{
    float: none;
    display: inline-block; 
    border: solid 2px #fff;
    background: transparent;
    }

    .orbit-bullets li.active{
    background: #fff;
    }

    
    /* --> Most Popular ----------------------------------------------*/

    div#most-popular {
    padding: 7px 0 0 12px;
    }

    div#most-popular .titleUtils{ padding: 0; }

    div#pa311 {
    clear: both;
    display: block;
    font: bold 14px Arial,sans-serif;
    padding: 5px 0px 5px 3px;
    text-decoration: none;
    background: #F3F2F2;
    width: 288px;
    border: solid 1px #ccc;
    }

    a.popular{
    display: block;
    width: 100%;
    max-width: 288px;
    font: bold 14px Arial, sans-serif;
    text-decoration: none;
    color: #387c2c;
    border-bottom: 1px solid #bebebe;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    clear: both;
    }

    a.popular:hover {
    color: #517227;
    }

    /*--> Connect with us Button -------------------------------------*/
    #sm-icons a {
    float: left;
    width: 275px;
    height: 58px;
    }
    #sm-icons a:hover {
    background-position: 0px -57px !important;
    margin-top: 0px;    
    }

    div#sm-cont {
    /*display: inline-block;*/
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    width: 100%;
    }

    #sm-cont #tweet-it
    {
    float: left;
    width: 70px;
    }

    #sm-cont #gp-like
    {
    float: left;
    width: 70px;
    }

    #sm-cont #fb-like
    {
    float: left;
    width: 90px;
    }

    #sm-icons a span { display: none; }

    /* --> Homepage buttons -------------------------------------------*/
    .titleUtils { padding: 0 10px; }      

    a.btnHP {
    display: block;
    background-color: #387c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    font: bold 13px Arial, sans-serif;
    text-decoration: none;
    padding: 5px 6px 5px 6px;
    text-align: center;
    width: 26%;
    float: right;
    margin: 0 7px 0 0;
    }

    a.btnHP:hover{ background-color: #517227; }


    a.btnHP.newsbut {
    width: 16%;
    }

    /* --> Events List -----------------------------------------------*/

   
    /* Events Cal */

    #home-wrapper #top #events-cal
    {
      float: left;
      width: 370px;
      /*height: 300px;*/
      left: 598px;
      top: 320px;
      overflow: hidden;
      background: url("/img/00/layout/events-bg.png") no-repeat;
      margin-top: 5px;
    }

    #home-wrapper #top #events-cal #events-cont
    {
      float: left;
      width: 360px;
      overflow: hidden;
      margin-left: 10px;
    }

span.date
    {
      float: left;
      clear: both;
      margin-left: 25px;
      margin-top: 6px;
      color: #404040;
      font: bold 13px Arial, sans-serif;
    }

 a.qtip-event{
      float: left;
      clear: both;
      width: 90%;
      margin-left: 25px;
      color: #387c2c;
      font: 13px Arial, sans-serif;
      padding-bottom: 10px;
    }

 a.qtip-event:hover
    {
      text-decoration: underline;
    }

    .event
    {
      float: left;
      margin: 0;
      width: 95.66%;
      border-bottom: 1px solid #c2c2c2;
      background: url(/img/00/layout/bull_green.gif) no-repeat 10px 10px;
    }

    #events-cal #txt-events
    {
      float: left;
      display: block;
      width: 215px;
      height: 22px;
      margin-left: 10px;
      margin-bottom: 10px;
      margin-top: 3px;
      background: url(/img/00/layout/txt_eventscal.png) no-repeat;
    }

    /* Open Meetings -   */

    .openMeetingsContainer {
    margin-bottom: 30px;
    display: grid;
    width: 100%;
    height: auto;
    }

	.openMeetingsContainer .paHomeHeadlines { width: 100%; }


    /*------------------------------------------------------------------
    --> Secondary Pages
    ------------------------------------------------------------------*/

    #side-buttons {
    float: left;
    vertical-align: top;
    clear: left;
    margin-bottom: 15px; 
    }

    #col2Content {
    float: left;
    }

    #mainbox{
    display: inline-block;
    position: relative;
    width: 100%;
    }

    .code_snippet_box{
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
    float: left;
    }

    .details_box {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
    }

    .details_right{
    float: left;
    width: 100%;
    }
    
    #mainbox .details_box h2 a {
    color:#222;
    font-size: inherit;
    text-transform: uppercase;
    }

    #mainbox .details_box p {
    clear: both;
    padding-top: 5px;
    }

    #mainbox .details_box span {
    text-transform: uppercase;
    font-weight: bold;
    }

    #mainbox .details_box ul {
    list-style: none;
    margin-left: 0;
    font-size: 1.2em;
    }

    #mainbox .details_box ul li {
    margin-bottom: 5px;
    }


    /* --> Library Search ----------------------------------------------*/
    #lib-cat-search {
    float: left;
    margin: 0;
    background: url(/img/00/layout/lib_searchbg.png) no-repeat;
    width: 100%;
    min-height: 115px;
    background-size: contain !important;
    }

    #lib-cat-search input#libCatalogSearchBtn {
    margin: 0 0 0 13px;
    background-color: #387c2c;
    color: #fff;
    font: bold 13px Arial, sans-serif;
    border: 1px solid #2c2c2c;
    cursor: pointer;
    width: 70px;
    }

    #lib-cat-search a {
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    font: bold 18px Arial, sans-serif;
    color: #387C2C;
    border-bottom: 1px solid #c2c2c2;
    width: 205px;
    text-decoration: none;
    }

    #lib-cat-search input {
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    border: 1px solid #c2c2c2;
    clear: both;
    width: 204px;
    }

    /* --> Side Buttons ----------------------------------------------*/

/*    div#dynamic-side-btns {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    }*/

    /* Side Button Wrapper */
    #dynamic-side-btns .mm-buttongen-cont {
    /*float: left;*/
    display: inline-block;
    width: 100%;
    padding: 0 6px 0 0;
    }

    /* Side Button Link Wrapper */
    #dynamic-side-btns a.mm-button-link {
    display: block;
    width: 100%;
    height: auto;
    min-height: 52px;
    color: #387c2c;
    border: 3px solid #f8f8f8;
    background: #dbdbdb;
    padding: 2px 2px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 6px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,dbdbdb+100 */
    background: #ececec; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ececec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); IE6-9 */

    }

    #dynamic-side-btns a.mm-button-link:hover {
    color: #517227;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,dbdbdb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); IE6-9 */
    }

    #dynamic-side-btns .mm-button-wrap {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 0;
    margin: 0 0 10px 5px;
    width: 100%;
        box-shadow: 0px 0px 5px #ddd;
    }

    #dynamic-side-btns a.mm-button-link img {
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    max-width: 40px;
    }

    #dynamic-side-btns .mm-button-wrap {
    overflow: hidden;
    position: relative;
    }

    #dynamic-side-btns span.mm-button-txt.has-no-subtext.has-img {
    text-shadow: 0px 1px 1px #fff;
    }

    #dynamic-side-btns a.mm-button-link:hover{ 
    box-shadow: none;
    } 

    #dynamic-side-btns .mm-button-txt-wrap {
    background: transparent;
    padding: 5px 5px 15px 5px;
    width: 100%;
    float: right;
    display: inline-block;
    width: 76%;
    font-size: 20px;
    margin: 0px 0 0 0;
    border-left: 1px solid #ccc;
    padding: 10px 0px 8px 6px;
    font-family: Arial Narrow, Arial, Sans-Serif !important;
    font-weight: bold;
    }	

    #dynamic-side-btns span.mm-button-subtxt {
    font-size: .65em;
    display: block;
    margin-top: 4px;
    }

    /* Back To Top */

    .civica-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #000000 url('/img/00/cd-top-arrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 690;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    }

    .civica-top.civica-is-visible, .civica-top.civica-fade-out, .no-touch .civica-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    }
    .civica-top.civica-is-visible {
    visibility: visible;
    opacity: 1;
    }
    .civica-top.civica-fade-out {
    opacity: .5;
    }
    .no-touch .civica-top:hover {
    background-color: #517227;
    opacity: 1;
    }
    
    /*------------------------------------------------------------------
    --> Page Footer
    ------------------------------------------------------------------*/

    /* --> Footer Base -----------------------------------------------*/

    footer#page-footer {
    /*background: #000 url(/img/00/layout/footrep.gif) repeat-x;*/
    background: #000;
    border-top: 3px solid #dec782;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 40px;
    text-align: center;
     min-width: 1200px;/* Remove for responsive behaviour */
    }

    /* --> Footer Navigation -----------------------------------------*/

    /* Navigation list */
    nav.foot-nav ul.foot-nav-list {
    list-style: none;
    margin-left: 10px;
    }

    /* Navigation list item */
    nav.foot-nav ul li { margin-bottom: 3px; }

    /* Navigation list item link */
    nav.foot-nav ul.foot-nav-list li a {
    color: #fff;
    font-size: 1.5em;
    }


    /* --> Google Translate ------------------------------------------*/

    #google_translate_element {
    /*width: 100%;*/
    max-width: 300px; 
    margin-bottom: 20px;
    padding: 6px;
    background: white;
    }

    select.goog-te-combo { padding: 5px; }

   /* --> Footer Social Media ------------------------------------------*/
    #foot-social-media
    {
    float: left;
    width: 180px;
    height: 32px;
    clear: both;
    position:relative;
    }

    #foot-social-media a
    {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    }

    #foot-social-media a:hover
    {
    background-position: 0px -33px !important;
}



    /* --> Divider (Mobile only)--------------------------------------*/

    hr.footer-divider {
    border-color: #0099ff;
    box-shadow: 0 1px 4px #000;
    }


    /* --> Powered by Civica -----------------------------------------*/

    #civica-foot-logo { 
    float: left;
    text-align: center;
    }

    /* Civica logo */
    #civica-foot-logo a{
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    width: 190px;
    }
   
    /* --> Footer Contacts  -------------------------------------------------*/
    #page-footer .photo {
    width: 100%;
    position: relative;
    float: left;
    }

    #page-footer .photo img{
        float: left;
        max-width: 30%;
        display: block;
    }

    #page-footer .photo p, #page-footer .footer-address-cont p{
    margin: 0;
    color: #fff;
    float: right;
    width: 69.333%;
    text-align: left;
    padding: 0 0 0 0px;
    font: 12px Arial, sans-serif;
    font-family: arial, sans-serif;
    line-height: 14px;
    font-weight: normal;
    }

    #page-footer .photo p.footerHeading{ font-weight: bold; font-size: 14px; line-height: 16px;}

    #page-footer .photo p strong {
    font-size: 14px;
    }

    /* --> Footer Labels & Links -------------------------------------------------*/

    span.foot-lbl {
    float: left;
    color: #fff;
    margin: 0px 0 5px 0px;
    font: bold 13px Arial, sans-serif;
    display: inline-block;
    width: 100%;
    text-align: left;
    }
    


    #foot-links a, #help-links a{
    font: bold 13px Arial, sans-serif;
    color:#5f9215;
    text-decoration:none;
    }

    #foot-links a:hover, #help-links a:hover{
    text-decoration:underline;
    }

    #help-links a{
    float: left;
    display: block;
    clear: both;
    margin-bottom: 4px;
    }


    footer#page-footer ul.az-list {
    border: 0px solid red;
    }

    footer#page-footer ul.az-list li{  list-style: none; text-align: left;}


    .paFooter{     
    border-right: 1px solid #888; 
    }

    div#foot-links, 
    div#help-links,
    div#translate-links {
    padding: 0 15px;
    }

    footer#page-footer .paFooter:last-child {
    border: 0px solid transparent;
    }


    /*------------------------------------------------------------------
    --> Press Release
    ------------------------------------------------------------------*/
    tr.prHeadline {
    border-bottom: 3px solid #08bcd5;
    }

    .prHeader {
    margin: 0;
    }

    table.pressRTable p {
    padding: 0;
    margin: 0;
    }
    
    /*------------------------------------------------------------------
    --> Jobs 
    ------------------------------------------------------------------*/
    
    h3.jobTitle {
    margin: 0;
    }

    /*------------------------------------------------------------------
    --> Homepage Icon Tray
    ------------------------------------------------------------------*/
    #services-tray{ 
    height: 126px;
    overflow: hidden;
    width: 90%;
    margin:0 auto;
    }

    #services-tray .mm-side-icon a {
    position: relative;
    display: block;
    }

    #services-tray .mm-side-icon a:hover {top: -109px;}

    #services-tray span.desc {
    display: none;
    }

    #services-tray a.bx-prev {
    width: 58px;
    height: 58px;
    color: transparent;
    position: absolute;
    top: 27px;
    left: -10px;
    background: url(/img/00/layout/slide_lt1.png) no-repeat 0 0;
    z-index: 100;
    }

    #services-tray a.bx-next {
    width: 58px;
    height: 58px;
    color: transparent;
    position: absolute;
    top: 27px;
    right: -10px;
    background: url(/img/00/layout/slide_rt1.png) no-repeat 0 0;
    z-index: 100;
    }

    #services-tray a.bx-prev:hover{
    background: url(/img/00/layout/slide_lt1.png) no-repeat 0 -60px;   
    }

    #services-tray a.bx-next:hover{
    background: url(/img/00/layout/slide_rt1.png) no-repeat 0 -60px;   
    }

   /*------------------------------------------------------------------
    --> Phone Directory Phone Book
    ------------------------------------------------------------------*/

    input#phone-search {
    height: 35px;
    font-size: 1.4em;   
    }

    a#phone-search-btn {
    color: #fff;
    height: 33px;
    font-size: 1.4em;
    }

    /*------------------------------------------------------------------
    --> Map Alerts
    ------------------------------------------------------------------*/

    /* Alert Box */

    #alert_block {
    background: #e2f3ff;
    border: 1px solid #8fb2c9;
    padding: 10px;
    margin-bottom: 20px;
    }

    #alert_block #status_headline {
    font-family: 'Abadi', sans-serif;
    font-size: 3.4em;
    margin-bottom: 10px;
    }

    #alert_block #status_description {
    margin: 0;
    }


    /* Alert Aggregate Page */

    .date_formatted {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }

    .Status .entry-name {
    font-family: 'Abadi', sans-serif;
    font-size: 2.4em;
    margin-bottom: 5px;
    }

    .StatusDiv .Status {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    }


/* HTML Accordian Tabs --------------------------------------------------------------------------*/

#html-container .tab-list {
margin: 0;
padding: 0;
}

#html-container .tab {
display: inline-block;
zoom: 1;
width: 100%;
text-align: center;
padding: 1.5% 3%;
margin: 0;
background: #eee;
border: solid 1px #d6d6d6;
border-bottom: none;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}

#html-container .tab a {
color: #959595;
display: inline-block;
width: 100%;
position: relative;
}

#html-container .tab.active a {color: #000;}

#html-container .tab.active {
background: #fff;
position: relative;
border-color: #d6d6d6;
z-index: 1;
}

#html-container #panel-wrapper {
display: inline-block;
width: 100%;
top: -2px;
position: relative;
background: #fff;
border: 1px solid #d6d6d6;
padding: 20px;
min-height: 270px;
-moz-border-radius: 0 4px 4px 4px;
-webkit-border-radius: 0 4px 4px 4px;
}

.accordion-container{
position: relative;
height: auto;
width: 100%;
display: inline-block;
margin: 20px auto;
}
.accordion-container > h2{
text-align: center;
color: #fff;
padding-bottom: 5px;
margin-bottom: 30px;
}

.set{
position: relative;
width: 100%;
height: auto;
background: #fff;
border: 1px solid #d6d6d6;
margin-bottom: 5px;
}

.set ul li.contact-details {margin-bottom: 5px;}
.set ul:last-child li {margin-bottom: 0;}

.set ul {
margin: 0 !important;
padding-left: 15px;
}

.set .columns.name {padding: 0 10px 0 0;}
.set .columns.phone {padding: 0 0 0 10px;}

li.contact-details {
    list-style: none;
}

.set ul li {
list-style: none; 
}

.set > a{
display: block;
padding: 10px 25px 10px 15px;
text-decoration: none;
color: #666;
font-weight: 600;

-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.set > a:before {
content: "\f067";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #666;
font-size: 13px;
padding-right: 0.5em;
position: absolute;
top: 12px;
right: 10px;
}

.set > a.active{
background-color:#709d36;
border-color: #000;
color: #fff;
}
.set > a.active:before {
content: "\f068";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 13px;
padding-right: 0.5em;
position: absolute;
top: 12px;
right: 10px;
}
.content{
position:relative;
width: 100%;
padding: 20px;
height: auto;
background-color: #fff;
border-bottom: 1px solid #ddd;
display:none;
}
.content p{
padding: 0 0 10px 0;
margin: 0;
color: #333;
}   


    /* ---------------------------------------------------------------
    --> MyPa My Palo Alto 
    -----------------------------------------------------------------*/
        #mypa-cont
        {
        float: left;
        width: 994px;
        }

        #mypa-cont{
        float: left;
        width: 100%;
        display: block;
        height: 100px;
        background: url(/img/00/mypa/mypa.png) center 0px no-repeat;
        margin: 0;
        }

        #mypa-cont:hover {
        background: url(/img/00/mypa/mypa.png) center -120px no-repeat;
        }

        #mypa .panel
        {
        display: none;
        }

        table#myPA-wrapper tr#loginRow h3#welcome
        {
        color: #fff;
        font: bold 13px Arial, sans-serif;
        margin-left: 200px;
        margin-top: 5px;
        margin-bottom: 5px;
        }

        table#myPA-wrapper tr#loginRow span
        {
        color: #fff;
        font: 12px Arial, sans-serif;
        }

        table#myPA-wrapper tr#loginRow a.newacc
        {
        color: #fff;
        font: 12px Arial, sans-serif;
        text-decoration: underline;
        }

        table#myPA-wrapper tr#loginRow a.newacc:hover
        {
        color: #ccc;
        }

        #loginfieldstable a.loginbutton
        {
        display: block;
        font: bold 13px Arial, sans-serif;
        color: #fff;
        background-color: #2f2f2f;
        border: 1px solid #222;
        padding: 5px;
        text-decoration: none;
        margin-left: 12px;
        }

        #loginfieldstable a.loginbutton:hover
        {
        background-color: #444;
        }

        table#loginFieldsTable td.loginText
        {
        color: #fff;
        font: 12px Arial, sans-serif;
        padding-left: 15px;
        padding-right: 5px;
        }

        tr#loginRow a.forgottext
        {
        float: left;
        color: #fff;
        font: 12px Arial, sans-serif;
        margin-left: 200px;
        margin-bottom: 5px;
        }

        tr#loginRow a.forgottext:hover
        {
        color: #ccc;
        }

        tr#loginRow #create-div
        {
        float: left;
        margin-left: 200px;
        }

        #mypa .panel {
        border-width: 0px;
        border-color: transparent;
        margin-bottom: auto;
        padding: inherit;
        background: transparent;
        }
        #mypa .panel input
        {
        color: #404040;
        font: 12px Arial, sans-serif;
        padding: 3px;
        }

        table#loginValidation td.loginText
        {
        color: #fff;
        font: bold 12px Arial, sans-serif;
        padding-left: 30px;
        }

        #logcontents #myPAContent
        {

        }

        #mypa h3
        {
        font: bold 22px Arial, sans-serif;
        color: #fff;
        margin-top: 16px;
        margin-left: 20px;
        }

        #mypa .myPAText
        {
        font: bold 20px Arial, sans-serif;
        color: #fff;
        }

        td#topRowBkg
        {
        height: 95px;
        }

        a.portal-tablink
        {
        font: bold 15px Arial, sans-serif;
        color: #aaa;
        padding: 10px;
        text-decoration: none;
        height: 30px;
        }

        a.portal-tablink:hover
        {
        color: #517227;
        text-decoration: none;
        }

        span.portal-seltab
        {
        font: bold 18px Arial, sans-serif;
        color: #fff;
        padding: 5px 10px 10px 10px;
        /*background: #111;*/
        height: 30px;
        }


table#myPA-wrapper tr#loginRow h3#welcome
{
  color: #fff;
  font: bold 13px Arial, sans-serif;
  margin-left: 200px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table#myPA-wrapper tr#loginRow span
{
  color: #fff;
  font: 12px Arial, sans-serif;
}

table#myPA-wrapper tr#loginRow a.newacc
{
  color: #fff;
  font: 12px Arial, sans-serif;
  text-decoration: underline;
}

table#myPA-wrapper tr#loginRow a.newacc:hover
{
  color: #ccc;
}

#loginfieldstable a.loginbutton
{
  display: block;
  font: bold 13px Arial, sans-serif;
  color: #fff;
  background-color: #2f2f2f;
  border: 1px solid #222;
  padding: 5px;
  text-decoration: none;
  margin-left: 12px;
}

#loginfieldstable a.loginbutton:hover
{
  background-color: #444;
}

table#loginFieldsTable td.loginText
{
  color: #fff;
  font: 12px Arial, sans-serif;
  padding-left: 15px;
  padding-right: 5px;
}

tr#loginRow a.forgottext
{
  float: left;
  color: #fff;
  font: 12px Arial, sans-serif;
  margin-left: 200px;
  margin-bottom: 5px;
}

tr#loginRow a.forgottext:hover
{
  color: #ccc;
}

tr#loginRow #create-div
{
  float: left;
  margin-left: 200px;
}

.panel input
{
  color: #404040;
  font: 12px Arial, sans-serif;
  padding: 3px;
}

table#loginValidation td.loginText
{
  color: #fff;
  font: bold 12px Arial, sans-serif;
  padding-left: 30px;
}

#logcontents #myPAContent
{
  
}

#mypa h3
{
  font: bold 22px Arial, sans-serif;
  color: #fff;
  margin-top: 16px;
  margin-left: 20px;
}

#mypa .myPAText
{
  font: bold 20px Arial, sans-serif;
  color: #fff;
}

td#topRowBkg
{
  height: 95px;
}

a.portal-tablink
{
  font: bold 15px Arial, sans-serif;
  color: #aaa;
  padding: 10px;
  text-decoration: none;
  height: 30px;
}

a.portal-tablink:hover
{
  color: #517227;
  text-decoration: none;
}

span.portal-seltab
{
  font: bold 18px Arial, sans-serif;
  color: #fff;
  padding: 5px 10px 10px 10px;
  /*background: #111;*/
  height: 30px;
}




    /*------------------------------------------------------------------
    --> Additional
    ------------------------------------------------------------------*/

    /* Galleria slideshows require a defined height */
    #galleria { 
    height: 300px; 
    height: auto;
    background: #232323;
    border: 0px solid transparent;
    }

    /* Foundation tooltip styles */
    .tooltip { font-size: 1.4em; }

    /* Foundation Reveal modal - Close 'X' */
    .reveal-modal .close-reveal-modal { font-size: 2.0em; }


    .floater{ float:left; margin: 0;}

    /* Search result Pagination Style */
    a.youreHere{
    cursor: default;
    font-weight: bold;
    }

    a.youreHere:hover{
    text-decoration:none;
    }


    #page-last-updated, #newsdetails p.date {
    font: italic 11px Arial, sans-serif;
    color: #707070;
    padding: 20px 0px 20px 20px;
    display: block;
    clear: both;
    }

    #media-bucket-0 .galleria-read-more {display:none;}

    /**Project Map CSS**/

    #projectMap {position:relative;height:auto;}                                                       

    #projectMap .hide-for-small { 
    display: block;
    height: 95%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 74%;} 

    #projectMap #Picture1{width: 74%;}
                           
    #projectMap .hide-for-small a{ position:absolute;line-height:0px;} 
    #projectMap .hide-for-small img{margin:0px;width:100%;height:100%; } 
    #projectMap .hide-for-small a:hover{ position:absolute;border:1px dashed #366647; text-decoration:none;} 
                                                              
    #projectMap .hide-for-small a.parking{    height: 2.6%;left: 17.8%;top: 19.5%;width: 2.3%;}               
    #projectMap .hide-for-small a.current_ops{    height: 5%;left: 80%;top: 80%;width: 5%;} 
    #projectMap .hide-for-small a.parking_improv{    height: 1.2%;left: 41.5%;top: 58.4%;width: 2.5%;}   
    #projectMap .hide-for-small a.retail{    height: 9.5%;left: 39%;top: 28%;width: 4.5%;} 

/*HOMEPAGE ALERT*/

/*------------------------------------------------------------------
--> Homepage Alerts
------------------------------------------------------------------*/

    #alert_overlay {
    position: fixed;
    right: auto;
    bottom: -170px;
    margin-top: 0px;
    z-index: 100;
    width: 100%;
        
    transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    }

    #alert_overlay a{color: white;}

    #alert-overlay-inner {
    border: 1px solid #cd6900;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    }

    .alert_title{
    background: red;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    z-index: 10000;
    }

    .alert_title:before, .alert_title:after {
    position: absolute;
    top: 100%;
    content: '';
    width: 50%;
    height: 25px;
    }

    .alert_title:before {
    left: 0;
    background: linear-gradient(to left bottom, red 50%, transparent 50%);
    }

    .alert_title:after {
    right: 0;
    background: linear-gradient(to bottom right, red 50%, transparent 50%);
    }

    .alert_body{
    padding: 33px 15px 30px 15px !important;
    margin: 0;
    text-align: center;
    font-size: 1.4em;
    }

    .alert_body span {
    font-size: inherit; 
    font-weight: bold;
    display: inline-block;
    position:relative;
    padding-bottom: 10px;
    }

    .alert_body p{
    margin: 0;
    line-height: 20px;
    font-size: inherit;
    }


    .alert_body a{
    font-size: inherit;
    }

    #alert-overlay-inner h3{
    font-size: 1.6em;
    color: white;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    }

    #alert_overlay img.close{
    position: absolute;
    top: -14px;
    right: -7px;
    left: auto;
    cursor:pointer;
    opacity: 1;
    z-index:140000;
    transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    }

    #alert_overlay img.active{
    opacity: 0;
    }

/*SITE WIDE ALERT*/

/*------------------------------------------------------------------
--> Site Wide Alerts
------------------------------------------------------------------*/

    #alert p { 
    font-size: inherit; 
    margin:0;  
    display: inline-block; 
    }

    #alert {
    background: red;
    border-bottom: 3px solid #691A00;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    transition: background-color 0.6s ease-in-out 0s;
    max-width:100%;
    width:100%;  
    }
                                                                  
    #alert .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 10px;
    }

    #alert .title img { display: inline-block; margin: 10px 0 0 0px; }

    #alert .title h3{ 
    position: relative;
    display: inline-block;
    margin-left: 8px;
    color:#fff;
    vertical-align: top;
    font-family: verdana, tahoma, Arial, sans-serif;
    font-size: 1.4em;
    }

    #alert .body a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    border:2px solid #cc0000;
    background: #e50000;
    }

    #alert .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }

    /*------------------------------------------------------------------
    --> Site Wide Alerts
    ------------------------------------------------------------------*/

    #construction p { 
    font-size: inherit;
    margin: 0;
    color: #fffb00;
    text-align: center;
    }

    #construction {
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 8px #BBBBBB;
    font-size: 1.4em;
    font-weight: normal;
    padding: 10px;
    line-height: 25px;
    margin: 0;
    max-width:100%;
    width:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#397c2d+0,1c4c2c+100 */
    background: #397c2d; 
    background: -moz-linear-gradient(45deg, #397c2d 0%, #1c4c2c 100%); 
    background: -webkit-linear-gradient(45deg, #397c2d 0%,#1c4c2c 100%);
    background: linear-gradient(45deg, #397c2d 0%,#1c4c2c 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397c2d', endColorstr='#1c4c2c',GradientType=1 );
    }
                                                                  
    #construction .title {
    font-size:0.8em; 
    color:#efefef; 
    text-align:center;
    margin: 0 auto;
    margin-bottom: 0px;
    }
    
    #construction h3.alert_title {
    background: #a2a1a1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }

    #construction .title img { display: none; }
    #construction .alert_title:before,
    #construction .alert_title:after{ display: none; }
    #construction .title h3{ 
    position: relative;
    display: inline-block;
    color:#fff;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: bold;
    }

    #construction .body a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 1.3em;
    font-style:  strong;
    font-weight: bold;
    padding: 6px;
    border: 2px solid #265b2d;
    background: #ffffff;
    }

    #construction a#closeBar {
    display: block;
    background: #517227;
    padding: 0px 8px;
    border-radius: 4px;
    margin: 4px auto 0 auto;
    width: 150px;
    font-weight: 600;
    }

    #construction a#closeBar:hover{ background: #164422; text-decoration: none; }

    #construction .body .date {
    font-size:1em;
    font-weight: bold;
    color:#fff; 
    display: inline-block;   
    padding-right: 10px;
    }

    #pm-gallery-sml00 .scrollable div.img-wrap {
    height: 60px;
    border-bottom: 1px solid #000;
    }

    /*------------------------------------------------------------------
    --> Simple Forms Styles
    ------------------------------------------------------------------*/
    /*remove border around fieldset*/
    fieldset{ border: 0px solid transparent; }
    /* normalize table based form */
    div#sfmQuestionForm td { background-color: #fcfcfc !important; }
  
    /*Option and Check Boxes*/
    td.sFoption{
    width: 5%;
    }

    .border{ border: 5px solid red; }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button{ 
    font-size: 1em;
    font-weight: normal;
    margin: 0 20px 0 0;
    }

    div#sfmQuestionForm .button.sfReset {
    background: #FF5722;
    border: 1px solid #FF5722;
    }

    /*------------------------------------------------------------------
    --> News
    ------------------------------------------------------------------*/
    div#newsWrap {
    margin: 15px 0 0 0;
    }

    h3.newsheader { 
    font-size: inherit;
    margin: 0; }   

    h3.newsheader a {
    font: bold 14px Arial, sans-serif;
    color: #387c2c;
    text-decoration: None;
    line-height: 22px;
    }

    td.paNewsItem {
    padding: 0px 0 0 12px;
    padding-left: 20px;
    }

    a.news-img-link {
    width: 90px;
    display: block; 
    }

    .paNews{padding: 0;}

    span.news-summ {
    font: 12px Arial, sans-serif;
    color: #404040;
    line-height: 16px;
    }

    a.pdf:link,a.pdf:visited,a.pdf:active{  
    font-family: arial, sans-serif; 
    font-size: 12px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #387c2c;
    text-decoration: none; 
    }

    a.pdf:hover{
    font-family: arial, sans-serif; 
    font-size: 12px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #517227;
    text-decoration: none; 
    }

    a.xtra{
    font-size: : 13px;
    color: : #000000;
    font-family: : arial, sans-serif;
    text-decoration: : underline
    }
    a.xtra:link{
    font-size: : 13px;
    color: : #000000;
    font-family: : arial, sans-serif;
    text-decoration: : underline
    }
    a.xtra:hover{
    font-size: : 13px;
    color: : #d20000;
    font-family: : arial, sans-serif;
    text-decoration: : underline
    }


    a.ArchiveLink:link,a.ArchiveLink:visited,a.ArchiveLink:active{
    padding-top: 2px;
    font-family: arial, sans-serif; 
    font-size: 10px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #387c2c;
    text-decoration: none; 
    }
    a.ArchiveLink:hover{
    padding-top: 2px;
    font-family: arial, sans-serif; 
    font-size: 10px; 
    line-height: 21px; 
    font-weight: normal; 
    vertical-align: middle; 
    color: #000000;
    text-decoration: none; 
    }

    a.more:link,a.more:visited,a.more:active{
    font: normal normal normal 11px/175% arial, sans-serif;
    color: #387c2c;
    text-decoration: none; 
    }

    a.more:hover, a.more:hover {
    font: normal normal normal 11px/175% arial, sans-serif;
    color: #517227;
    text-decoration: underline; 
    }


    /*------------------------------------------------------------------
    --> faqs
    ------------------------------------------------------------------*/

    div#FAQ_Categories a {
    display: block;
    }

    span.faqarrow {
    font-size: 1.425em;
    margin: 0 15px 0 0;
    padding: 0;
    line-height: 0; 
    text-decoration: none !important;
    }		

    ul.faq-upper-links {
    list-style:none;
    }

    ul.faq-upper-links a:hover { 
    text-decoration:none;
    }

    .auto-height{height:auto;}

    input.submit-btn{
    font-weight: normal;
    font-size: 1.4em;
    color:#fff;
    height: 40px;
    border: 1px solid #691a00;
    margin: 0;
    line-height: 36px;
    background: #9c2800;
    box-shadow: 0 0 8px #bbb;
    transition: background-color .6s ease-in-out;
    -o-transition: background-color .6s ease-in-out;
    -moz-transition: background-color .6s ease-in-out;
    -webkit-transition: background-color .6s ease-in-out;
    }

    input.submit-btn:hover{
    text-decoration: none;
    background-color: #18679a;
    border-color: #104466;
    cursor:pointer;
    }

    .invisible{
    display:none;
    }


    .vpadcontent-width-default {
    margin: 10px 0 0 0;
    }

/*------------------------------------------------------------------
--> Photo Manager and Photo Book Styles
------------------------------------------------------------------*/
    
    #jqGalleryDiv table tr.even, 
    #jqGalleryDiv table tr.alt, 
    #jqGalleryDiv table tr:nth-of-type(2n) {
    background: none;
    }

    #pm-gallery00 {
    height:auto !important;
    position: relative;
    }

    /*  Photobook Styles  */
    .Photosizer{
    position: relative;
    overflow: hidden;
    }

    .PhotoBG {
    width: 100%;
    max-width: 250px;
    height: 100%;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    /*  Photobook Styles  */

    .Photosizer img {
    overflow: hidden;
    }

    #jqGalleryDiv {margin: 30px;}

    #jqGalleryDiv span.caption_text{
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff319;
    bottom: 1px;
    font-size: 1.4em !important;
    padding: 20px;
    width: 100%;
    }

    #jqGalleryDiv h2{
    padding: 20px;
    color: #fff319;
    position: absolute;
    width: 100%;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    }

    #jqGalleryDiv h2 span {
    color: #fff319;
    font-size: inherit;
    }

    #pm-gallery00 .scrollable {
    position:relative;
    overflow:hidden;
    width: 84%;
    height:120px;
    padding-left: 10px;
    display: inline-block;
    }

    #pm-gallery00 .scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
    }

    #pm-gallery00 .items div {
    float:left;
    display: block;
    }

    #pm-gallery00 .scrollable div.img-wrap {
    margin: 29px 5px 29px 5px;
    padding:0px;
    }

    #pm-gallery00 .scrollable img {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    margin: 0;
    opacity: .5;

    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    }

    #pm-gallery00 .scrollable img:hover{
    opacity: 1;
    border: 3px solid #0b67a5;   
    }

    #image_wrap img{
    cursor: default;
    margin:0;
    border: 0;
    -webkit-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    box-shadow: 0px 0 5px rgba(0,0,0,0.40);
    }

    #galBackOuter > div {
    margin-left: 10px;
    margin-top: 20px;
    }

    #image_wrap_g img{
    cursor: default;
    padding-bottom: 15px;
    width: 100%;
    max-width: 815px;
    }

    .cv-photo-gallery .img-wrap {
    display: inline-block;
    padding: 5px;
    } 

    #image_wrap_g {
    position: relative;
    }

    .img-wrap:hover{
    cursor:pointer;
    }

    #pm-gallery00 .scrollable .active {
    border: 3px solid #0b67a5;
    position:relative;
    cursor:default;
    opacity: 1;
    }

    #gallery-wrap{
    position: relative;
    display: block;
    padding: 0 5px;
    }

    #caption_wrap{
    position: relative;
    width: 100%;
    bottom: 6px;
    padding: 10px 10px 20px 10px;
    background:#11374e;
    border-top: 1px solid #0b67a5;
    }

    #caption_wrap .title {
    color: #fff;
    }

    #pm-gallery00 .scrollable {
    float:left; 
    }


    #pm-gallery00 a.browse {
    background:url('/custom/photomanager/hori_large.png') no-repeat;
    display:block;
    width: 4%;
    height:30px;
    float:left;
    margin:40px 5px;
    cursor:pointer;
    font-size:1px;
    }

    #pm-gallery00 a.right           { background-position: 0 -40px; clear:right; margin-right: 5px;}
    #pm-gallery00 a.right:hover     { background-position:-30px -40px; }
    #pm-gallery00 a.right:active    { background-position:-60px -40px; } 
    #pm-gallery00 a.right.disabled  {opacity: .5}

    }
    #pm-gallery00 a.left            { margin-left: 10px; } 
    #pm-gallery00 a.left:hover      { background-position:-30px 0; }
    #pm-gallery00 a.left:active     { background-position:-60px 0; }
    #pm-gallery00 a.left.disabled   {opacity: .5}

    #pm-gallery00 #image_wrap {
    width:100%;
    margin:0;
    position: relative;
    }

    #pm-gallery00 #image_wrap_g {

    width:100%;
    min-height:400px;
    height:100% ;
    margin:0;
    }

    #pm-gallery00 #scrollable_wrap {
    width: 100%;
    padding: 0;
    }

    #pm-gallery00 #text_wrap {
    width: 100%;
    margin:0 10px;
    color: white;
    }

    #pm-gallery00 h1, #pm-gallery00 h2, #pm-gallery00 h3 {
    margin: 0 10px 0 10px;
    color: white;
    }

    #pm-gallery00 #overlay
    {
    width: 300px;
    height: 240px;
    background: #e4e2e3;
    display: none;
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #000;
    }

    #pm-gallery00 #overlay #edtdiv
    {
    font: normal normal normal 13px/125% tahoma,sans-serif;
    color: #c00;
    }

    #pm-gallery00 #overlay #title font
    {
    font: normal normal bold 27px/33px Garamond, Times, serif;
    color:#b4b08c;
    display:block;
    font-variant: small-caps;
    }

    /*Start: Code Snippet Custom Side Columns*/
    #pageHTML { position: relative; padding: 10px 0 0 0px; }
    .edt-main-content{ float: left; padding: 10px !important; }

    .edt-side-content{
    background: #f5f5f5;
    float: right;
    padding: 10px !important;
    }

    .edt-side-content-custom{
    background: #6f9d35;
    color: #fff;
    float: right;
    padding: 10px !important;
    }

    /*End: Code Snippet Custom Side Columns*/

    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


/* Image Captions Defualt --------------------------------------------------------------------------*/

    .caption_left{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    margin: 0 0 20px 0;
    }

    .caption_right{
    float: left;
    display: block;
    position: relative;
    padding: 0 18px;
    }

    .caption_right img,
    .caption_left img {
    margin: 0 !important;
    }

    span.caption_text{
    display: block;
    position: relative;
    background: transparent;
    color: #333;
    bottom: 8px;
    font-size: 1.4em !important;
    padding: 10px 15px 10px 15px;
    }

/* Image Captions Full --------------------------------------------------------------------------*/

    .caption_full{
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    }

    .caption_full img {
    margin: 0 !important;
    }

    .caption_full span.caption_text{
    padding: 20px;
    color: #fff;
    font-size: 1.4em !important;
    position: absolute;
    width: 100%;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.7);
    }

    .edtdiv .rightimg p {
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    line-height: 18px !important;
    }

    /* Creek Cam Page --------------------------------------------------------------------------*/
    div#creeks img {
    max-width: 100%;
    }



    /*FOR CUSTOM 8 column code snippet NEW*/

    .custom_columns{display: block;width: 100%; float: left; position: relative; margin-bottom: 15px;}
    .custom_columns .block{display: block; float: left; display: block; vertical-align: top; position: relative; padding:0.5em; margin-right:0.5em;}
    .custom_columns .block:last-child{margin-right:0 !important;}
    .custom_columns .half{width: 47%;}
    .custom_columns .thirty_three{width: 30%;}
    .custom_columns .third{width: 27%; }
    .custom_columns .seventh{width: 67%;}
    .custom_columns .colored{background-color: #517227; color:#fff;padding: 0.9em}
    .custom_columns .gray{background-color: #e3e2e2;padding: 0.9em}


    .custom_columns .colored.half,
    .custom_columns .gray.half{width: 45.5%;}
    .custom_columns .colored.thirty_three,
    .custom_columns .gray.thirty_three{width: 28.5%; margin-right: 0.7em; }
    .custom_columns .colored.third,
    .custom_columns .gray.third{width: 27%;}
    .custom_columns .colored.seventh,
    .custom_columns .gray.seventh{width: 64%; }

    .custom_columns img{ max-width: 100%;width: 100%; height: auto; margin-bottom: 10px; }

    /*help legacy versions of IE*/

    .custom_columns .colored.half,
    .custom_columns .gray.half{width: 49% \9;}

    .custom_columns .thirty_three{width: 32.33% \9;}
    .custom_columns .third{width: 29.33% \9;}
    .custom_columns .gray.third{width: 29.33% \9; }
    .custom_columns .colored.seventh,
    .custom_columns .gray.seventh{width: 68% \9;}
    .legacyright{ margin-right: 0 \9;} 
    .custom_columns .block.legacyright{ margin-right: 0 \9; position: relative \9; float: right \9; }


    /* Foundation v2.1.4 http://foundation.zurb.com */
    /* Artfully masterminded by ZURB  */

    /* -------------------------------------------------- 
    Table of Contents
    -----------------------------------------------------
    :: Shared Styles
    :: Page Name 1
    :: Page Name 2
    */


    /* -----------------------------------------
    Shared Styles
    ----------------------------------------- */
    /* Mobile */

    @media only screen and (max-width: 767px) {

		table.responsive {
			margin-bottom: 0;
		}
		.scrollable.swipeMsg::before {
			background: rgba(255, 200, 0, 0.2) none repeat scroll 0 0;
			border: 1px solid #ffcc00;
			border-radius: 5px;
			color: #666;
			content: "<< Swipe for more content >>";
			display: block;
			font-size: 0.8em;
			margin: 0.3em 0;
			padding: 0.2em;
			text-align: center;
			width: 100%;
		}
		.pinned {
			background: #fff none repeat scroll 0 0;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			left: 0;
			overflow-x: scroll;
			overflow-y: hidden;
			position: absolute;
			top: 0;
			width: 35%;
		}
		.pinned table {
			border-left: medium none;
			border-right: medium none;
			width: 100%;
		}
		.pinned table th, .pinned table td {
			white-space: nowrap;
		}
		.pinned td:last-child {
			border-bottom: 0 none;
		}
		div.table-wrapper {
			margin-bottom: 20px;
			overflow: hidden;
			position: relative;
		}
		div.table-wrapper div.scrollable {
			overflow-x: scroll;
			overflow-y: hidden;
		}
		table.responsive td, table.responsive th {
			overflow: hidden;
			position: relative;
			white-space: nowrap;
		}

    }


    .smlCal002_wrap .long, .smlCal002_wrap .short {
    display: none;
    visibility: visible;
    }


/* ADA CSS */
/*  Text hidden from displaying but available for screen readers */
.screenreader-only-text {
    position: absolute;
    left:-10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip-to-content a {
    padding: 6px;
    position: absolute;
    top: -100px;
    left: -100px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skip-to-content a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    background: #000;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
    outline: #387c23 dotted medium;
}

/*  Select dropdown button */
.select-dropdown-button:before {
    border: solid #387c2c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: ' ';
    transform: rotate(45deg);
    -webkit-transform: rotate(315deg)
}
iframe[title="G+"]:focus, #gp-like iframe:focus, #sm-cont iframe:focus {
    outline: #387c23 dotted medium !important;
}

/* Override Mailchimp asterick color*/
#mc_embed_signup .asterisk {
    color: #e60000 !important;
}