.ad_a {
    text-decoration: none;
}

.ad_img_1 {
    width: 728px;
    height: 90px;
}

.ad_img_2 {
    width: 160px;
    height: 600px;
}

.ad_img_21 {
    width: 300px;
    height: 250px;
}

.ad_img_22 {
    width: 250px;
    height: 250px;
}

.dir_container {
    margin: auto;
}

.dir_panel {
    padding: 10px;
    border: 1px solid rgb(216, 216, 216);
    background-color: rgb(242, 242, 242);
    float: left;
    list-style: none;
    width: 120px;
    height: 90px;
}

.dir_panel img {
    max-width: 120px;
    max-height: 90px;
}

.invalid {
    background-color: rgb(255, 153, 153) !important;
}

.site-menu {
    text-align: center;
}

.site-menu li {
    font-family: 'Arial Narrow', sans-serif;
    text-align: left;
}

.site-menu li a {
    font-family: 'Arial Narrow', sans-serif;
    text-align: left;
}

.site-menu .dropdown li a {
    line-height: 35px !important;
}

.site-menu .dropdown li > a:after {
    top: 10px !important;
}

.top-bar-section ul li > a {
    font-family: 'Arial Narrow', sans-serif;
    text-align: left;
}

.ad_a3 {
    text-decoration: none;
}

.ad_img_3 {
    max-height: 120px;
    max-width: 150px;
    margin: auto;
    vertical-align: middle;
}

.slide_ad_div {
    height: 125px;
    width: 160px;
    background: white;
    text-align: center;
}

.ad_vpush {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.tableheader {
    font-weight: bold;
    color: #ffffff;
}

.menuhover a:hover {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.menuitemhover a:hover {
    background-color: #cccccc !important;
    color: #000000 !important;
}

.formLabel {
    white-space: nowrap;
}
.regForm input[type="text"], .regForm select {
    margin-bottom: 0 !important;
    width: auto;
}

.style6 {
font-size: 16px;
    font-weight: bold;
}
.style3 {
    text-align: center;
}
.style1 {
    font-size: 16px;
    font-weight: bold;
}
.style2 {color: #FF0000}
.style9 {color: #FFFFFF}
.style10 {
    font-size: 14px;
    font-style: italic;
}
.style722 {
    color: #0f3478;
    text-decoration: none;
    position: absolute;
    left: -700px;
}

ul.pagination {
    display: block;
    height: 1.5rem;
    margin-left: -0.3125rem; }
ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
ul.pagination li a {
    display: block;
    padding: 0.0625rem 0.625rem 0.0625rem;
    color: #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
ul.pagination li:hover a,
ul.pagination li a:focus {
    background: #e6e6e6; }
ul.pagination li.unavailable a {
    cursor: default;
    color: #999999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    background: transparent; }
ul.pagination li.current a {
    background: #008cba;
    color: white;
    font-weight: bold;
    cursor: default; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background: #008cba; }
ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
    text-align: center;
    clear: both;
}
.pagination-centered ul.pagination li {
    float: none;
    display: inline-block;
}

.container table {
    margin: 5px auto;
}

.full-width {
    width: 100%;
}

.kwform_container {
    text-align: center;
}

.kwform_header {
    margin: auto;
}

.kwform_input {
    margin: auto;
}

.jobform_container {
    text-align: center;
    width: 355px;
    margin: auto;
}

.jobform_header {
    margin: auto;
}

.jobform_input {
    width: 275px;
    float: left;
    clear: right;
    position: relative;
    text-align: left;
}

.jobform_submit_btn {
    margin: auto;
    clear: both;
}

.jobform_label {
    float: left;
    width: 70px;
    text-align: right;
    clear: left;
    padding-right: 5px;
}

.search_div {
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    background-color: #ffffff;
    z-index: 75;
    border: 1px solid #000000;
    padding: 2px;
    text-align: left;
}

.search-results {
    cursor: default;
}

.search_div .selected {
    background-color: #cccccc;
}

.search-results:hover {
    background-color: #eeeeee;
}

.jobform_input_tag {
    width: 270px;
}

.jobform_input_tag_short {
    width: 180px;
}

.link_div td {
    padding: 0 2px;
}

.link_div table {
    width: 95%;
    border-color:#0f3478; /*Added to override style property in table that was written into the template. Not allowed to spend much time on this so the code is still in the table. LH 1-16-15*/
}

.nowrap {
    white-space: nowrap;
}

.link_header {
    text-align: center;
    color: #FFFFFF;
    background-color: #0f3478;
}

.width40 {
    width: 40%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}

.menu_bold a {
    font-weight: bold !important;
}

.branch_list_item {
    width: 40%;
    padding: 0px 5px;
    white-space: nowrap;
}

.branch_list_left {
    width: 15%;
}
.branch_list_right {
    width: 5%;
}

.reg_jobcat {
    max-width: 310px;
}

/*pad-table was added to fix the padding in tables. All of the tables have the cellpadding property but the current doc type is not using them. LH 1-16-15*/
.pad-table td{
padding:3px;
}

/*Added because Debbie wanted a blue button that worked with the rest of the site. <div class="blue_button><a>TEXT</a></div>, assign width and position. LH 2015.01.19*/
.blue_button {
text-align:center;
text-decoration:none;
background-color:#0f3478;
color:#ffffff;
padding:5px;
display:inline;
}

.blue_button a:link {
    color: #ffffff;
text-decoration:none;
white-space:nowrap;
}

.blue_button a:visited {
    color: #ffffff;
text-decoration:none;
}

.blue_button a:hover {

text-decoration:none;
}

.blue_button a:active {
    color: #ffffFF;
text-decoration:none;
}

.red_button{

text-decoration:none;color:#b30000;

}

.red_button div {
    background-color:#FFFFFF;
    margin: auto;
    border-style: solid;
    width: 150px;
    border-color:#b30000;
    padding:5px;
    text-align: center;
    height: 25px;
}

@media screen and (max-width: 768px) {
    .red_button div {
        margin-top: 42px;
    }
}

@media screen and (max-width: 480px) {
    .red_button div {
        margin-top: 0px;
    }
}

#sidr-id-mobile-header {
    height: 30px;
    padding: 10px 0 0 100px;
}

#sidr-id-responsive-menu-button {
    font-style: italic;
    text-decoration: none;
}
