<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Generic Tag Controls */

a {
    color: #3d8e33;
}
body {
    background: #cccccc;
    color: #000000;
    font: normal 13px 'arial', sans-serif;
    margin: 0;
}
footer {
    text-align: center;
    margin: 13px 0px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
}
footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
footer ul li {
    display: inline-block;
    padding: 0px 4px 0px 0px;
}
footer ul li:after {
    content: '\00b7';
    padding: 0px 0px 0px 4px;
}
footer ul li:last-child {
    padding: 0px;
}
footer ul li:last-child:after {
    content: '';
}
footer p {
	font-size: 11px;
}
form {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
header {
    margin-bottom: 13px;
    overflow: hidden;
}
img {
    border: 0px;
}

/* ID Controls */

#page {
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 10px;
    margin: 10px auto;
    width: 960px;
}
#logo-container {
    float: left;
    margin: 18px 0px 0px 13px;
    width: 473px;
}
#logo-container img {
    width: 93%;
}
.logo_div {
	width: 40%;
    float: left;
    border-right: 1px solid #999999;
}
.wordmark_div {
	width: 56%;
    float: left;
    padding-left: 14px;
}
.wordmark {
    text-decoration: none;
    color: #000000;
    font-size: 27px;
    letter-spacing: 3px;
    font-family: arial;
}
#search-container {
    background: #cccccc;
    border: 1px solid #979797;
    border-radius: 5px;
    float: left;
    margin: 13px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    width: 438px;
}
#form input[type='search'] {
    background: #ffffff;
    border: 1px solid #979797;
    border-radius: 3px;
    box-sizing: content-box;
    font: normal 13px 'arial', sans-serif;
    height: 21px;
    margin: 0px 10px 2px 0px;
    padding: 3px;
    width: 334px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#form input[type='submit'] {
    background-image: none;
    border: 1px solid #979797;
    color: #000000;
    float: left;
    font: 13px normal 'arial', sans-serif;
    height: 49px;
    margin: 0px;
    padding: 0px;
    width: 85px;
}
#content article {
    background: linear-gradient(#eeeeee, #ffffff);
    background: -moz-linear-gradient(#eeeeee, #ffffff);
    background: -o-linear-gradient(#eeeeee, #ffffff);
    background: -webkit-linear-gradient(#eeeeee, #ffffff);
    border-top: 2px solid #979797;
    float: left;
    height: 180px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 450px;
}
#content article:nth-child(odd) {
    margin: 0px 13px 3px 13px;
}
#content article:nth-child(even) {
    margin: 0px 13px 3px 0px;
}
#content article h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
#content article h2 a {
    color: #000000;
    text-decoration: none;
}
#content article h2 a:hover {
    text-decoration: underline;
}
#content article p, #content article ul {
    color: #666666;
}
#content article p {
    margin: 0px;
    padding: 0px;
}
#content article p a, #content article ul li.location a, #content article ul li.mailing a, #content article ul li.phone a, #content article ul li.fax a {
    color: #666666;
    text-decoration: none;
}
#content article p a:hover, #content article ul li.location a:hover, #content article ul li.mailing a:hover, #content article ul li.phone a:hover, #content article ul li.fax a:hover {
    text-decoration: underline;
}
#content article ul {
    list-style-type: none;
    margin: 13px 0px;
    padding: 0px 0px 0px 18px;
}
#content article ul li {
    margin: 0px 0px 3px 0px;
    padding: 0px;
}
#content article li.get-staff-link {
    list-style-image: url('../media/images/icon-get-staff-link.png');
}
#content article ul li.location {
    list-style-image: url('../media/images/icon-location.png');
}
#content article ul li.mailing {
    list-style-image: url('../media/images/icon-mailing.png');
}
#content article ul li.phone {
    list-style-image: url('../media/images/icon-phone.png');
}
#content article ul li.fax {
    list-style-image: url('../media/images/icon-fax1.png');
}
#content article ul li.email {
    list-style-image: url('../media/images/icon-email.png');
}
#content article ul li.web {
    list-style-image: url('../media/images/icon-web.png');
}
#content article .building {
    background: transparent url('../media/images/building.png') no-repeat bottom right;
    bottom: 0;
    height: 165px;
    position: absolute;
    right: 0;
    width: 100%;
}
#content article .person {
    /*background: transparent url('../media/images/person.png') no-repeat bottom right;*/
    bottom: 0;
    height: 165px;
    position: absolute;
    right: 0;
    width: 100%;
}
#content article .text {
    left: 5px;
    position: absolute;
    top: 5px;
    z-index: 1;
    max-width: 70%;
}
#content article .get-staff-link a {
    color: #3d8e33;
    text-decoration: underline;
}
#instructions {
    border: 1px solid #cccccc;
    border-width: 1px 0px;
    margin: 0px 13px 13px;
    /*width: 934px;*/
}
#instructions ul {
    list-style-type: square;
}
#instructions ul li {
    padding-top: 5px;
}
#instructions ul li:first-child {
    padding-top: 0px;
}
#locations {
    margin: 4px 0px 6px 0px;
}
#profiles {
    display: block;
    overflow: hidden;
}
#more-results-container {
    display: none;
}
#more-results {
    display: block;
    margin: 10px 0px 0px 0px;
    text-align: center;
    width: 100%;
}
#show-more-results {
    background-image: none;
    border: 1px solid #979797;
    color: #000000;
    font: 13px normal 'arial', sans-serif;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 200px;
}

.green_button {
	padding: 15px 75px;
    background: #3d8e33;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    float: right;
}
.login_alert {
    border: 1px solid #3d8e33;
    border-radius: 10px;
    padding: 12px;
    background: rgba(61, 174, 51, 0.25);
    float: left;
    width: 97%;
    margin-bottom: 10px;
}
.alert_text {
	float: left;
    padding: 15px;
}

/* Class Controls */

.column {
    float: left;
    vertical-align: top;
}
.hidden {
    display: none;
}
.entry img{
    float: right;
    width: 100px;
    margin-right: 25px;
}
.entry img.img_default {
    margin-top: 10px;
}

/* Responsive Layouts */

@media screen and (max-width: 679px) {
    footer {
        margin: 13px 0px 0px;
    }
    footer ul li {
        display: block;
        padding: 0px 0px 4px 0px;
    }
    footer ul li:after {
        content: '';
        padding: 0px;
    }
    #page {
        padding: 10px;
        width: 280px;
    }
    .logo_div {
	    width: 100%;
	    border-bottom: 1px solid #999999;
		border-right: none;
		padding-bottom: 15px;
    }
    #logo-container {
        float: none;
        margin: 0px;
        width: 100%;
    }
    #logo-container IMG {
        display: block;
        margin: 0px auto;
        width: 100%;
    }
    .wordmark_div {
	    width: 100%;
    }
    .wordmark{
	    font-size: 18px;
		margin: 10px 0px;
		float: left;
    }
    #search-container {
        display: block;
        float: none;
        margin: 10px 0px 0px;
        overflow: hidden;
        padding: 10px 10px 0px 10px;
        width: 258px;
    }
    #form input[type='search'] {
        padding-left: 10px;
        width: 243px;
    }
    #form input[type='submit'] {
        height: 32px;
        margin: 0px 0px 10px;
        width: 258px;
    }
    #content article {
        float: none;
        xheight: auto;
        padding: 5px;
        position: relative;
        width: 270px;
    }
    #content article:nth-child(odd) {
        margin: 0px 0px 3px 0px;
    }
    #content article:nth-child(even) {
        margin: 0px 0px 3px 0px;
    }
    #content article h2 {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
    }
    #instructions {
        border: 1px solid #cccccc;
        border-width: 1px 0px;
        margin: 0px 0px;
        width: 280px;
    }
    #locations span {
        display: inline-block;
        margin: 0px auto;
        width: 45%;
    }
    #locations span:first-child {
        display: none;
    }
    #show-more-results {
        border: 1px solid #979797;
        color: #000000;
        font: 13px normal 'arial', sans-serif;
        margin: 0px auto;
        padding: 0px;
        text-align: center;
        width: 275px;
    }
    .green_button {
	    margin: 0px;
	    float: none;
    }
    .button_wrapper {
		padding: 20px 0px;
		display: block;
		margin-top: 15px;
	}
	.login_alert {
		text-align: center;
		width: 90%;
	}
	.alert_text {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 680px) and (max-width: 979px) {
    footer {
        margin: 10px 0px 0px;
    }
    #page {
        padding: 10px;
        width: 610px;
    }
    #logo-container {
        float: left;
		margin: 0px 0px 7px 0px;
		width: 100%;
    }
    .logo_div {
	    width: 30%;
    }
    #search-container {
        display: block;
        float: none;
        margin: 10px 0px 0px;
        overflow: hidden;
        padding: 10px 10px 0px 10px;
        width: 587px;
    }
    .wordmark_div {
	    width: 67%;
    }
    .wordmark {
	    float: left;
	    margin-top: 13px;
    }
    #form input[type='search'] {
        width: 468px;
    }
    #form input[type='submit'] {
        width: 100px;
    }
    #content article {
        float: none;
        width: 100%;
    }
    #content article:nth-child(odd) {
        margin: 0px 0px 3px 0px;
    }
    #content article:nth-child(even) {
        margin: 0px 0px 3px 0px;
    }
    .green_button {
	    margin: 0px;
		float: none;
    }
    .button_wrapper {
		padding: 0;
		display: block;
		margin-top: 15px;
		float: left;
		width: 100%;
	}
	.login_alert {
		text-align: center;
		padding-bottom: 35px;
	}

}</pre></body></html>