/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
    font-size: 11px;
    line-height: 18px;
    font-family: Arial, "Trebuchet MS", sans-serif;
    color: #515151;
}
 .dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.searchbar-bg{ background: url(../images/search-bar.gif) no-repeat; }

.links-pad{ padding-bottom: 20px; }

.blue-txt{ font-size: 11px; color: #003047; }

.more-black:link{ color: #000000; text-decoration: underline; font-weight: none; }
.more-black:visited{ color: #000000; text-decoration: underline; font-weight: none; }
.more-black:hover{ color: #0290BE; text-decoration: underline; font-weight: none; }
.more-black:active{ color: #000000; text-decoration: underline; font-weight: none; }

.more-blue:link{ color: #0290BE; text-decoration: underline; font-weight: none; }
.more-blue:visited{ color: #0290BE; text-decoration: underline; font-weight: none; }
.more-blue:hover{ color: #003047; text-decoration: underline; font-weight: none; }
.more-blue:active{ color: #0290BE; text-decoration: underline; font-weight: none; }

.services-hmpg:link{ color: #515151; text-decoration: none; font-weight: none; }
.services-hmpg:visited{ color: #515151; text-decoration: none; font-weight: none; }
.services-hmpg:hover{ color: #FB9004; text-decoration: underline; font-weight: none; }
.services-hmpg:active{ color: #515151; text-decoration: none; font-weight: none; }

.cp-txt{ font-size: 11px; color: #838383 }

.bottom-links:link{ font-size: 11px; color: #838383; text-decoration: none; font-weight: none; }
.bottom-links:visited{ font-size: 11px; color: #838383; text-decoration: none; font-weight: none; }
.bottom-links:hover{ font-size: 11px; color: #000000; text-decoration: underline; font-weight: none; }
.bottom-links:active{ font-size: 11px; color: #838383; text-decoration: none; font-weight: none; }

.top-links:link{ font-size: 11px; color: #003047; text-decoration: none; font-weight: none; }
.top-links:visited{ font-size: 11px; color: #003047; text-decoration: none; font-weight: none; }
.top-links:hover{ font-size: 11px; color: #3CF; text-decoration: underline; font-weight: none; }
.top-links:active{ font-size: 11px; color: #003047; text-decoration: none; font-weight: none; }

.right-pad{ padding-right: 40px; }

.orng-h1{ font-size: 13px; color: #FB9004; font-weight: bold; }

.blue-bults{ font-size: 13px; color: #0290BE; font-weight: bold; }

.border{ border: 1px solid #D9E3EC; }
