<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Styles */
html, body {
color:#292929;
width:100%;
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
color:#006600;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

h1 {
color:#173C79;
font-weight:normal;
font-size: 26px;
}

h2 {
color:#173C79;
font-weight:normal;
font-size: 20px;
}

h3 {
color:#173C79;
font-weight:normal;
padding:2px 0;
font-size: 18px;
}

.maincontent h3 {
border-bottom:1px solid #cccccc;
}

hr { 
border:1px dashed #DBDBDB;
margin:10px 0;
}

ol li {
margin-top:5px;
}

img {
max-width: 100%;
height: auto;
}

/************* Wrap Links *************/
.maincontent a {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}


/************* Header *************/

.header-right {
margin-top: 28px;
margin-bottom: 20px;
}

.header
{
padding: .5em 0 1.5em;
width:100%;
}

span.join-now {
    padding-left: 10px;
}

span.join-now a {
    margin-left: 5px;
}

/************* Logo *************/

#logo a {
  max-width: 311px;
  display: block; }


/************* Top Menu *************/


.topmenu {
clear: both;
}

.topmenu a:link
{
text-decoration:none;

}

.topmenu a:visited
{
text-decoration:none;

}

.topmenu a:hover
{
text-decoration:underline;
color:#999999;
}


.topmenu a:last-child {
padding-right: 0;
padding-left: 0;
}

.LoginUserLink {
padding: 0 !important;
}

.donate-header-btn {
    padding: 5px 10px;
    border-radius: 5px;
    background: #006600;
    color: #fff;
}

.donate-header-btn:hover, .donate-header-btn:focus, .donate-header-btn:active {
  background: #005100;
  text-decoration: none !important;
  color: #fff !important;
}



/************* Login *************/

.Login {  
margin: 0;   
width: auto;   
float: right;   
}


/* Error Template Login */

div.LoginForm {
padding: 30px 0;
max-width: 280px;
margin: 0 auto;
}



/************* Social Icons *************/

.social-icons {
display: inline-block; }

.social-icons a {
color: #fff;
}

.social-icons img {
width: 25px;
margin-right: 8px; }

.social-icons a:first-child img {
    width: 80px;
}






/************* Banner *************/

.mobile-banner {
display: none;
}

.banner img {
width: 100%;
}

.banner-home{
margin-bottom: 30px;
}

.banner-home .bx-wrapper{
margin-bottom: 0 !important;
}


/************* Container *************/

.maincontent ul li { 
margin-left: 5px; 
margin-top:3px;
padding-left: 20px; 
list-style-type: none; 
background: url(bullet.gif) no-repeat 0 5px; 
}

.content {
border-right:1px solid #DBDBDB;
margin-bottom:10px;
padding: 25px 40px 25px 15px;
}

/* Fixed fluid images in tables for IE */
/* .content table {
table-layout: fixed;
width: 100%;
}*/


/************* Membership styles *************/

ul.Membership_update_profile_menu li {
    background: none;
    padding: 0;
}

ul.Membership_update_profile_menu li a:hover {
    background-color: #BCDAF4;
}

div.MembershipMiniProfile {
   overflow: auto;
}

.profile_photo {
    position: relative;
    top: 5px;
}

ul.MembershipType ul li {
    padding-bottom: 0;
}

/************* Calendar of Events *************/

table.EvtCal th a {
    color: #ccc;
}

table.EvtCal th a:hover {
    color: #aaa;
    text-decoration: underline;
}

table.EvtCal th div.popup a {
    color: #006600 !important;
}

table.EvtCal th div.popup a:hover {
    color: #777 !important;
}



/************* Donate *************/

.Donation label {
    font-weight: bold !important;
    font-size: 22px !important;
}

.Donation tr {
    margin: 1em 0 !important;
    display: block;
}

.Donation td {
  display: block;
}


/************* Board of Directors Table styles *************/

table.A
{
margin:10px 0;
}

table.A td
{
padding:10px;
vertical-align:top;
text-align:left;
}

table.A
{
margin:10px 0;
border-bottom: 1px solid #ccc; 
border-left: 1px solid #ccc; 
table-layout: fixed;
}

table.A td
{
border-top: 1px solid #ccc; 
border-right: 1px solid #ccc; 
padding:5px 10px;
text-align:left;
}


table.B
{
border-bottom: 1px solid #ccc; 
margin:10px 0;
}

table.B td
{
border-top: 1px solid #ccc; 
padding:5px 10px;
text-align:left;
}



/************* Right Side Bar *************/

div.rightsidebar
{
max-width:320px;
margin: 0 auto;
position:relative;
top:-25px;
line-height:130%;
}

div.rightsidebar hr
{
border:1px dashed #DBDBDB;
}

div.rightsidebar h2
{
margin-top: 20px;
color:#173C79;
font-size:140%;
font-weight:normal;
}

div.rightsidebar ul
{
margin:15px 0;
padding:0;
}

div.rightsidebar ul li
{ 
margin-left: 5px; 
margin-top:1px;
padding-left: 15px; 
list-style-type: none; 
background: url(arrow.gif) no-repeat 0 5px; 
}



/*************  Vmenu *************/

.vmenu a
{
margin-left: 5px; 
margin-top:1px;
padding-left: 20px; 
list-style-type: none; 
background: url(bullet.gif) no-repeat 0 3px; 
}



/*************  Hmenu *************/

div.hmenu {
margin-bottom: 30px;
font-weight: bold;
font-size: 110%;
}



/************* Footer *************/

div.footer
{
border-top:1px solid #ccc;
height:118px;
clear:both;
margin-top: 1em;
}

div.footer_content
{
color:#666666;
padding-top:35px;
font-size:95%;
line-height:150%;
}

div.footer_content a
{
color:#3766b4;
text-decoration:underline;
padding:0px 8px 0px 8px;
}

div.footer_content a:hover
{
color:#999999;
text-decoration:none;
}


/************* Search *************/
.Search, .WebDirKeywordSearch  {
display: inline-block;
position: relative;
max-width: 195px;
width: 100%; }
.Search input[type="text"], .WebDirKeywordSearch input[type="text"]  {
margin: 0 0px 0 0;
padding: 10px .7em 10px .7em !important;
line-height: normal !important;
width: 100%;
color: #555;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background: #fff;
}
.Search input[type="submit"], .WebDirKeywordSearch input[type="submit"] {
text-decoration: none;
border: none;
border-radius: none;
right: 10px;
top: 13px;
font-size: 0;
background: #fff url(search.png);
background-repeat: no-repeat;
width: 20px;
height: 20px;
position: absolute; }
.Search h1 {
display: none;
}

.WebDirKeywordSearch table {
    table-layout: auto;
}


.content .Search {
max-width: 100%;
}

form#searchform {
    position: relative;
    margin-left: 15px;
}

table.WebDirectory {
  margin-top: .6em;
  background: #eeeeee;
}

table.WebDirectory td {
  padding: 1em;
}


.mobile-search {
display: none;
}


/************* Navigation *************/
#menu {
line-height: 80%;
text-align: center; } 

#menu #SMenu ul {
margin: 0;
padding: 0; }

#SMenu {
margin: 0; }

#menu #SMenu li {
display: inline-block;
float: none; }

#menu #SMenu a {
color: #173C79;
background-image: url(menu_back.jpg);
padding: 15px 26px;
display: inline-block;
text-decoration: none;
cursor: pointer;
margin-right: -4px; }

#menu #SMenu .mLabel {
text-transform: uppercase;
}

#menu #SMenu a:hover {
background-image: url(menu_hover.jpg);
color: #fff; }

#menu #SMenu li ul {
background: #aaa;
text-align: left;
z-index: 9999; 
min-width: 200px;
}

#menu #SMenu li ul li.mItem {
display: block; }

#menu #SMenu li ul li.mItem a.menu {
padding: 10px;
border-bottom: 1px solid #076f05;
background-color: #055403;
background-image: none;
color: #fff;
font-size: 90%;
display: block;
text-transform: none;
margin-right: 0; }

#menu #SMenu li ul li.mItem a.menu:hover {
background-color: #033502;
}

#menu #SMenu li ul li ul li.mItem a.menu {
color: #033502;
border-bottom: 1px solid #adcbad;
background: #c3e4c2;
}

#menu #SMenu li ul li ul li.mItem a.menu:hover {
background: #adcbad;
}


#menu li#thispage ul li a:hover {
background: #033502 !important;
color: #fff !important; }

.slicknav_menu {
display: none; }

#menu #SMenu li#thispage a {
background-image: url(menu_thispage.jpg);
color: #fff; }

#menu #SMenu li#thispage ul li a {
background: #055403;
color: #fff; }

#menu #SMenu li#thispage ul li ul li a { 
background: #c3e4c2; 
color: #033502;
border-bottom: 1px solid #adcbad;
}

#menu #SMenu li#thispage ul li ul li a:hover {
background: #ADCBAD !important;
border-bottom: 1px solid #adcbad;
color: #033502 !important;
}


/************* Homepage *************/

#homeContent{
margin: 25px 0;
}

#homeContent h1,
#homeContent h2{
font-size: 25px;
}

#homeContent .socialHome{
margin-top: 40px;
}

#homeContent .socialHome a{
background: #1a3e7c;
text-align: center;
padding: 10px;
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
margin-bottom: 25px;
}


/************* Directory *************/

.WebDirKeywordSearch {
margin-bottom: 20px;
}

.WebDirectory td{
vertical-align: middle;
}

.WebDirResource {
border-bottom: 1px dashed #DBDBDB;
padding: 20px 0;
}

.WebDirName{
font-weight: bold;
}

.WebDirNotify {
font-size: 13px;
margin-top: 8px;
}

.WebDir h3 {
    border: none;
}


/********** Address Cards**********/

div.ContactPreview {
    background-color: #F7F7F7;
    border: 1px dashed #ddd;
    padding: 5px 20px 15px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.ContactPreview:hover {
    border-color: #ccc;
}


/************* Job Posting *************/

.job_search .formButton {
    position: relative;
    bottom: 5px;
}


span.submit_job_form {
    margin-top: 30px;
    display: block;
}

.job_search td {
    padding: 0 10px 0 0;
}

.job-ops .ZineItem {
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}



.conference-btns p {
  display: inline;
  margin: 10px;
}


/************* Event Registration *************/

.backToEvent.EvtRegSessionLink {
    display: none;
}



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