﻿    /******************************************************************
    modules.css
    -------------------------------------------------------------------
    Stylesheet: Module Output Styles
    -------------------------------------------------------------------

    Styles for AZ-Index, News, Calendar, etc. styles go here.

    ******************************************************************/
    /*
    ------------------------------------------------------------------
    --> News
    ------------------------------------------------------------------*/
    .newsheader{
    font-size: 2em;  
    }

    .newsbody{
    line-height: 22px;
    font-size: 1.4em;
    margin-bottom: 20px;
    display:block;
    }

    .newsbody ul{
    margin-top: 20px;
    margin-left: 44px;
    }

    a.more{
    float: left;
    left: 0;
    text-align: center;
    background-color: #9b855a;
    color: white;
    padding:10px;
    width: 110px;
    position: relative;
    font-size: 1.4em;

    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;
    }

    a.more:hover {
    background-color: #bfa46f;
    box-shadow: none;
    }

    .news-date{
        display: none;
    }

    article.news-article {
    float: left;
    width: 100%;
    }

    article.news-article a.news-img-link {
    float: left;
    }

    /* News article header link */
    article.news-article .article-head {
    margin-top: 0;
    font-size: 2.1em;
    }

    article.news-article .article-head a{
    font-size: inherit;
    }

    article.news-article .news-summary {
    line-height: 24px;
    margin: 10px 0 15px 0;
    }

    #hp-media-wrapper article.news-article .news-summary {
    font-size: 1.4em;
    }

    article.news-article span.news-date{
    font-weight: bold;;
    }

    hr.news-sep {
    float: left;
    width: 100%;

    margin: 40px 0;
    }

    /* News article "read more" link */

    article.news-article a.read-more:hover {
    background-color: #777;
    box-shadow: 0 2px 16px #666;
    }

    article.news-article a.alt-link {
    margin: 20px 0 10px;
    }

    /* News article image */
    article.news-article img.news-img {
    float: left;
    margin-top: 9px;
    margin-right: 20px;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    }

    /* These styles are applied for viewports 768px and higher */
    @media only screen and (min-width: 768px) {

    hr.news-sep { margin: 20px 0; }

    .news-summary span{
    font-size: inherit !important;
    font-family: inherit !important;    
    }

    article.news-article a.read-more,
    .news-summary a {
    float: right;
    right: 35px;
    text-align: center;
    background-color: #9b855a;
    color: white;
    padding:10px;
    width: auto;
    position: relative;
    font-size: 1.4em;

    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;
    }

    article.news-article a.read-more:hover {
    background-color: #bfa46f;
    box-shadow: none;
    }

    article.news-article a.alt-link { float: right; margin: 0 8px; }
    }

    #hp-media-wrapper article.news-article a.read-more{
    float: right;
    right: 35px;
    text-align: center;
    background-color: #9b855a;
    color: white;
    padding: 10px;
    width: 119px;
    position: relative;
    }
     #hp-media-wrapper article.news-article a.alt-link,
     #page-content article.news-article a.alt-link { float: right; margin:0 10px; }
    }



    /*----Galleria -------------*/

    .edtdiv .galleria-container {
    background: none;
    }

    .edtdiv .galleria-stage {
    top: 0;
    left: 0;
    right: 0;
    }

    .edtdiv .galleria-info {
    width: 100%;
    bottom: 65px;
    top:auto;
    left: 0;
    }

    .edtdiv .galleria-read-more{
    display: none;
    }

    .edtdiv .galleria-info-title {
     font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.9em;
    font-weight: normal;
    color: #fff;
    }

    .edtdiv .galleria-info-link {
    display: none;
    }

    .edtdiv .galleria-info-description {
    color: #eee;
    font-family: Verdana, sans-serif;
    font-style: normal;
    line-height: 18px;
    }

    .edtdiv .galleria-info-text {
    background-color: rgba(33, 78, 119, 0.9);
    background: rgba(33, 78, 119, 0.9);
    color: rgba(33, 78, 119, 0.9);
    }

    .edtdiv .galleria-thumbnails .galleria-image {
    border-color: #26364e;
    }
    
    .edtdiv .galleria-thumbnails .galleria-image:hover {
    border-color: #fff;
    }

    .edtdiv .galleria-thumbnails .galleria-image.active {
    border-color: #ebe4da;
    }

    #custom_slideshow{
    position: relative;
    width: 85%;
    float: none;
    margin-bottom: 55px;
    display: block;
    }

    #divWorkFlowMenuOptions ul {
    list-style: none;
    margin-left: 5px;
    float: right;
    }

    #divWorkFlowMenuOptions ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
    }

    #divWorkFlowMenuOptions li a {
    color: #fff;
    font-family: Georgia, Times, "Times New Roman", serif;
    }

    .form-container .button.submit {
    color: white;
    }

    /*
    ------------------------------------------------------------------
    --> A-Z Index

    ------------------------------------------------------------------*/
	

    /*
    ------------------------------------------------------------------
    --> jQuery Clock
    ------------------------------------------------------------------*/

    /*
    ------------------------------------------------------------------
    --> jSitemap Styles
    ------------------------------------------------------------------*/
    .jstree ul li a {
    /* float: left !important; */
    font-family: Georgia, Times, "Times New Roman", serif !important;
    font-style: italic;
    color: #26364e !important;

    }

    .jstree ul li ul{
    border-color: #ccc;
    margin: 10px 0 0 0;
    }

    #ajax-tree {
    margin: 20px;
    }

    .jstree a {
    height: 25px !important;
    }


    /* --> Analog ----------------------------------------------------*/

    .analog {
    position: relative;
    width: 150px;
    margin: auto;
    background: url(/custom/widgets/clock/images/clockface.jpg);
    list-style: none;
    }

    .analog,.analog .hour,.analog .min,.analog .sec {
    height: 150px;
    margin: 0;
    padding: 0;
    }

    .analog .hour,.analog .min,.analog .sec {
    position: absolute;
    width: 8px;
    top: 0;
    left: 70.5px;
    padding: 0;
    margin: 0;
    padding: 0;
    }

    .analog .sec {
    background: url(/custom/widgets/clock/images/sechand.png);
    z-index: 3;
    margin: 0;
    padding: 0;
    }

    .analog .min {
    background: url(/custom/widgets/clock/images/minhand.png);
    z-index: 2;
    margin: 0;
    padding: 0;
    }

    .analog .hour {
    background: url(/custom/widgets/clock/images/hourhand.png);
    z-index: 1;
    margin: 0;
    padding: 0;
    }

    .title {
    font-size: 1.2em !important;
    color:#3e5880;
    margin: 0;
    padding: 0;
    }

    .analog .meridiem {
    position: absolute;
    top: 90px;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    padding: 0;
    text-align: center;
    }

    /* --> Digital ---------------------------------------------------*/
    .digital li, .digital li {
    display:inline;
    color:#333333;
    font-size:11px;
    font-weight:bold;
    }

    .digital, .digital  {
    padding-left: 0;
    margin: 5px 0;
    }

    .title {
    color:#3e5880;
    font-size:1.2em !important;
    margin: 0;
    }


    /*------------------------------------------------------------------
    --> Search Page

    ------------------------------------------------------------------*/

    .srchSubHeader {
    background: #104467;
    padding: 15px;
    margin: 15px 0;
    color: white;
    position: relative;
    float: left;
    width: 100%;
    }

    .srchSubHeader h4 {
    color: #fff;
    margin: 0;
    }

    .results-info {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    }

    .search-nomatches {
    font-weight: bold;
    }

    .srchResultsLabel {
    display: inline-block;
    font-weight: bold;
    }

    .srchResultsInfo {
    display: inline-block;
    }

    .srchDisplayLink {
    display: block;
    }

    .srchDisplaySub {
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
    }

    .search-top-info {
    font-size: 1.4em;
    }

    .search-top-info a {
    font-size: inherit;
    }

    .srchDisplayLink {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    float: left;
    margin: 10px 0;
    width: 100%;
    }

    .srchDisplayUrl {
    display: block;
    color: #666;
    font-size: 1.3em;
    margin-bottom: 30px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    }

    a.srchResultsAll {
    float: right;
    font-size: 1.4em;
    }

    table#custom_search{
    width: 100%;
    padding: 0 30px;
    position: relative;
    display: block;
    border: 0;
    }

    table#custom_search table{
    border: 0;
    }

    table#custom_search tr td font {
    font-size: 1.4em;
    }

    iframe#cvIframe{
    padding: 0 30px;  
    }
    blockquote{
        border:0;
    }
    /*
    ------------------------------------------------------------------
    --> Filebank Layouts
    ------------------------------------------------------------------*/
    img#GetAcrobat {
    display: block;
    float: left;
    margin-bottom: 50px;
    }

    img#WWWIcon { margin: 0; }

    img.fb-file-icon {
        float: left;
        margin: 0 10px 0 0 !important;
        margin-top: 2px !important;
    }

    .fb-cont-node {
    float: left;
    width: 100%;
    margin: 5px 0;
    }

    .fb-node-contents {
    float: left;
    margin-left: 10px;
    }

    h3.fbFolderName {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 19px 0 15px 0;
    padding: 0 0 10px 0px;
    }

    .fbFileSize {
    color: #666;
    font-size: 0.8em;
    margin-left: 10px;
    }

    .fbNewFile {
    color: #307342;
    font-size: 1.4em;
    margin-left: 10px;
    margin-left: 20px \9;
    }

    #at15s a, #at15s span
    {font-size:1em;}

    .vpadcontent-width-default{
    margin: 0 30px;
    display: inline-block;
    }

    .edtdiv .col-2-fb{
    width: 100%;
    position: relative;
    float: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 0px;
    }


    /*
    ------------------------------------------------------------------
    --> Simple Forms
    ------------------------------------------------------------------*/
    #sfmQuestionForm div table{
    float: left;
    width: 34%;
    display: block;
    }

    #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    margin: 10px auto;
    }

    fieldset {
    border-radius: 8px;
    box-shadow: 0px 1px 3px #ccc;
    margin: 0 30px;
    }

    #sfmQuestionForm .button, #sfmQuestionForm button {
    color: #d4cdc5;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    font-style: italic;
    background-color: #445b7f;
    border:0; 
    padding: 0 15px;
    margin: 0 5px;
    height: 45px;
    font-family: Georgia, Times, "Times New Roman", serif;

    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;
    }

    #sfmQuestionForm .button:hover, #sfmQuestionForm button:hover{
    background-color: #304059;  
    }

    #sfmQuestionForm {
    font-size: 1.3em !important;
    }

    #sfmQuestionForm fieldset legend {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.0em !important;
    font-weight: normal;
    background: none;
    font-style: italic;
    color: #3e5880;
    }

    #sfmQuestionForm fieldset label {
    float: left;
    color: #333;
    width: 30%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    }

    #sfmQuestionForm input {
    float: left;
    width: 70%;
    display: inline-block;
    margin: 0;
    max-width: 400px;
    border-color: #999;
    }

    #sfmQuestionForm input[type="checkbox"],
    #sfmQuestionForm input[type="radio"] {
    width: auto;
    }

    #sfmQuestionForm select {
    width: 70%;
    max-width: 400px;
    padding: 3px !important;
    border-color: #999;
    border-width: 1px;
    }

    #sfmQuestionForm h3 {
    font-size: 2.0em;
    }

    #sfmQuestionForm label h3 {
    font-size: inherit;
    }

    #sfmQuestionForm p span {
    font-size: inherit;
    }

    #sfmQuestionForm #geocodetext {
    float: left;
    margin-top: 10px;



    }

    #sfmQuestionForm textarea {
    float: left;
    width: 70%;
    display: inline-block;



    margin: 0;
    max-width: 400px;

    border-color: #999;
    }

    #captchadiv table {
    background: #fff;


    border: 1px solid #ccc;

    }

    #captchadiv input {
    width: 80%;
    margin-left: 10%;
    }

    span.highlightedSearchTerm{
    font-size: inherit;
    }

    .speciallabel {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: inherit;
    line-height: 20px;
    }

    #sfmQuestionForm label h5 {
    font-size: inherit;
    font-weight: normal;
    }

    .speciallabel h5 {
    font-size: inherit;
    }

    #sfmQuestionForm p {
    font-size: inherit;
    }


    /*
    ------------------------------------------------------------------
    --> FAQs
    ------------------------------------------------------------------*/

    .faq-layout-cont {
    margin: 20px 40px 20px 40px;
    border-bottom: 1px solid #ccc;
    }

    #searchstr {
    height: 35px;
    border-color: #666;
    }


    a.faq-back-btn{
    margin: 20px 44px 20px 0 ;
    }

    a.faq-cat-btn{
    color: white;
    margin: 20px 0 20px 44px;
    }

    /*
    ------------------------------------------------------------------
    --> Calendar Layouts
    ------------------------------------------------------------------*/

    .cal-monthly {
    width: 100%;
    }

    #smlCal002_Head {
    font-size: 1.400em;
    font-weight: bold;
    text-align: center;
    }

    #smlCal002_Head .short, #smlCal002_Head .long {
    display: none;
    }

    .cal-monthly .cal-head-span {
    color: #333;
    }

    .cal-monthly img.cal-logo {
    float: left;
    width: 70px;
    margin-bottom: 5px;
    }

    .cal-monthly h1.cal-header {
    float: left;
    color: #333;
    margin-top: 12px;
    margin-left: 20px;
    margin-bottom: 0;
    cursor: default;
    }

    .cal-monthly .cal-head-top {
    float: left;
    width: 100%;
    border-bottom: 2px solid #104467;
    margin-bottom: 20px;
    }

    .cal-monthly .cal-form {
    float: left;
    }

    .cal-pick-cycle-cont {
    float: right;
    width: 50%;
    }

    .cal-pick-cycle {
    width: 100%;
    padding: 10px;
    }

    .cal-print-btn {
    float: right;
    font-weight: bold;
    padding: 8px 12px;
    margin-top: 41px;
    }

    .cal-print-btn .cal-printer-icon {
    float: left;
    width: 20px;
    }

    .cal-print-btn .cal-txt {
    float: left;
    font-size: 1.0em !important;



    font-weight: normal;
    margin-top: 4px;
    margin-left: 10px;
    }

    .cal-viewby-cont {
    float: right;
    margin-top: 45px;
    }

    .cal-viewby-cont .viewby-btn {
    font-size: 1.2em;
    color: #fff;
    background: #104467;
    border: 0;
    font-weight: normal;
    padding: 10px 12px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 6px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

    .cal-viewby-cont .viewby-btn:hover {
    background: #186699;
    text-decoration: none;
    }

    .cal-cycle-arr {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-arr-dbl {
    float: left;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 3px;
    }

    .cal-cycle-left {
    background: url('/custom/0000/img/calendar/cal_arrs.png') no-repeat;

    }

    .cal-cycle-left:hover {
    background-position: 0 -20px;



    }

    .cal-cycle-left-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') 0 -40px no-repeat;
    }

    .cal-cycle-left-dbl:hover {
    background-position: 0 -60px;














    }

    .cal-cycle-right {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -25px 0 no-repeat;




    }

    .cal-cycle-right:hover {
    background-position: -25px -20px;








    }

    .cal-cycle-right-dbl {
    background: url('/custom/0000/img/calendar/cal_arrs.png') -30px -40px no-repeat;





    }

    .cal-cycle-right-dbl:hover {
    background-position: -30px -60px;





    }

    .cal-pick-cycle .calpickMonth-wrap,
    .cal-pick-cycle .calpickYear-wrap {
    float: left;
    width: 50%;





    }

    .cal-pick-cycle .calpickMonth,
    .cal-pick-cycle .calpickYear {
    display: block;
    font-size: inherit;




    margin-left: 10px;

    }

    .cal-month-daylbl {
    width: 14%;






    color: #fff;
    background: #145580;


    text-align: center;
    font-size: 1.4em;
    padding: 10px;
    }

    .calpickMonth .cal-month-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }

    .calpickYear .cal-year-txt {
    float: left;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 3px;
    }


    .caMonthlyViewHeader {
    float: left;
    width: 50%;



    font-size: 2.5em;

    }

    .cal-grid-cont {
    float: left;
    width: 100%;
    margin-top: 20px;



    }

    .cal-grid-cont td {
    width: 14%;
    padding: 8px;


    font-size: 1.2em;
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100px;


    }

    .cal-side-wrap .cal-grid-cont td {
    height: 50px;
    }

    .cal-month-daylbl {
    border-color: #0c334d !important;
    height: auto !important;
    }

    .calLargeEntry {
    font-size: inherit;
    }





    .cal-grid-cont .calpickDates {
    display: inline-block;
    font-size: 1.5em;
    padding-right: 10px;
    padding-bottom: 10px;





    }

    .cal-grid-cont .day-active {
    background: #cfe8f9;



    }

    .cal-grid-cont .day-empty {
    background: #fff;






    }

    hr.cal-events-sep {
    border-color: #a5bac7;


    }

    .cal-small-month-cycle .calpickMonth .cal-month-txt,
    .cal-small-year-cycle .calpickYear .cal-year-txt {
    font-size: 0.8em;
    margin-top: 5px;



    }

    .cal-small-month-cycle {
    float: left;
    width: 50%;


    }

    .cal-small-year-cycle {
    float: left;
    width: 50%;


    }

    .cal-small-month-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr,
    .cal-small-year-cycle .cal-cycle-arr-dbl {
    margin-top: 0;




    }

    .cal-side-wrap .calpickDates {
    font-size: 1.0em;


    }

    .cal-cycle-cont {
    width: 100%;


    }

    .cal-legend-cont {
    width: 100%;





    }

    .cal-legend-cont .calLegend {
    font-weight: bold;

    display: block;


    margin-bottom: 5px;



    }

    .cal-legend-cont .calLegend-lbl {
    display: block;
    margin-bottom: 5px;



    }
	
	
		

/*------------------------------------------------------------------
--> Phone Module-----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
    

    #staff-directory-2-wrapper {
    margin:0;
    }

    #staff-directory-2-wrapper li {
      line-height: 200% !important;
  list-style: outside none none !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
    }

    .staff-directory-2-wrapper .search-row {
    padding:0px;
    }

    ul.staff-directory-2,
    ul.staff-directory-2 ul {
    list-style: none !important;		
    margin: 0 0 15px 0!important;
    padding: 0!important;		
    line-height: 150% !important;
    color: #666;
    }    

    a#phone-search-btn {
    background: url('/img/00/search-button.png') no-repeat center #445b7f;
    border: 0 solid #D8D0CB;
    box-shadow: none;
    font-size: 0 !important;
    font-weight: normal;
    height: 30px;
    line-height: 0;
    border: 1px solid #445b7f;
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 47px;

    transition: background .6s ease-in-out;
  -o-transition: background .6s ease-in-out;
  -moz-transition: background .6s ease-in-out;
  -webkit-transition: background .6s ease-in-out;
    }

    a#phone-search-btn:hover {
    background: url('/img/00/search-button.png') no-repeat center #29374d;
    }    

    input#phone-search {
    width: 90%;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FDFDFD;
    border: 0 solid rgba(0, 0, 0, 0);
    box-shadow: none;
    font-size: 1.2em;
    height: 47px;
    margin: 0;
    outline: medium none;
    padding: 0 0 0 10px;
    transition: box-shadow 0.6s ease-in-out 0s;
    border-top: 1px solid #9D9b97;
    border-left: 1px solid #9D9b97 ;
    border-right: 0px solid #9D9b97 ;
    border-bottom: 1px solid #9D9b97 ;
    }	

    .staff-directory-2 .toggle-bucket {
    background-color: #e3e7ed;
    padding-left: 0em;
    }	

    .staff-directory-2 a.toggler {
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px;
    border: 1px solid #d0d4d9;
    font-style: italic;
    color:#3e5880;
    margin-bottom: 1px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    text-indent: 24px;
    font-family: Georgia, Times, "Times New Roman", serif;
    transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    }  

    .staff-directory-2 a.opened,
    .staff-directory-2 a.opened:hover {                                
    background: url('/img/00/toggler.png') no-repeat scroll 6px -15px;
    border: 1px solid #d0d4d9;
    font-style: italic;
    color: #3e5880;
    margin-bottom: 15px;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
    text-indent: 24px;
    transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -o-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -moz-transition: border .6s ease-in-out, background-image .6s ease-in-out;
    -webkit-transition: border .6s ease-in-out, background-image .6s ease-in-out;	
    }

    .staff-directory-2 a {
    text-decoration: none;
    font-weight: normal;
    /*		color: #08518C!important;*/
    }	

    .staff-directory-2 a:hover, .staff-directory-2 a:active {
    /*background: url(/img/00/toggler.png) no-repeat scroll 5px 13px #436f91;*/
    }

    .staff-directory-2 li.contact-details {
    margin: .3em auto 1.2em 1em;
    border-bottom: 1px solid #e8e8e8;
    }	

    .staff-directory-2 .contact-details img.main {
    float:left; 
    margin: .3em 1em 1em 0;
    }

    .staff-directory-2 .contact-details p
    {
    margin: 0px auto .2em 0px !important;
    }	

    .staff-directory-2 .contact-details h4 {
    margin: 0px auto .2em 0px !important;
    border-bottom: solid 1px #888;
    }

    .staff-directory-2 .contact-details label {
    display: inline-block!important;
    line-height: 150% !important;
    color: #666;
    font-weight: bold;
    font-size: 1em;
    }

    /*# staff-directory-3-wrapper */	#staff-directory-3-wrapper {
    margin:0;
    }

    .staff-directory-3-wrapper .search-row {
    padding:0px;
    }	

    ul.staff-directory-3,
    ul.staff-directory-3 ul {
    list-style: none !important;		margin: 0 0 .5em 0!important;
    padding: 0!important;		line-height: 150% !important;
    color: #666;
    }	ul.staff-directory-3 li
    {
    list-style: none !important;		margin: 0 0 2px 0!important;
    padding: 0!important;		line-height: 200% !important;
    color: #666;
    }
    .staff-directory-3 a.toggler
    {
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px #7192ab;
    border-top: 1px solid #82a7c4;
    border-left: 1px solid #4f6678;
    border-right: 1px solid #4f6678;
    border-bottom: 1px solid #4f6678;
    color: #FDFDFD;
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration:none;
    font-weight:normal;
    text-indent:19px;
    }                             
    .staff-directory-3 a.opened,
    .staff-directory-3 a.opened:hover
    {                       
    background: url('/img/00/toggler.png') no-repeat scroll 6px -15px #436f91;
    border-top: 1px solid #82a7c4;
    border-left: 1px solid #4f6678;
    border-right: 1px solid #4f6678;
    border-bottom: 1px solid #4f6678;
    color: #FDFDFD;                       
    display: block;
    font-size: 18px;
    line-height: 28px;
    padding: 0.5%;
    width: 100%;
    text-decoration:none;
    font-weight:normal;
    text-indent:24px;
    }
    .staff-directory-3 a
    {
    text-decoration: none;
    font-weight: normal;
    }	.staff-directory-3 a:hover, .staff-directory-3 a:active
    {                                                       
    background: url('/img/00/toggler.png') no-repeat scroll 5px 13px #436f91;
    }	.staff-directory-3 .contact-details
    {
    margin: .3em auto 1.2em 1em;
    border-bottom: 1px solid #e8e8e8;
    }
    .staff-directory-3 .contact-details:last-child
    {
    border-bottom:0px solid transparent;
    }	.staff-directory-3 .contact-details div
    {
    margin: 0px !important;
    }	.staff-directory-3 .contact-details h4
    {
    margin: 0px auto .2em 0px !important;
    border-bottom: solid 1px #888;
    }

    input#phone-search {
    width: 90%;
    }
