/*beth css 12-31-14*/

body {
    background: #ffffff;
    color: #555556;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

#container {
    width: 100%;
    padding: 0;
    margin: auto;
}

#page-header{
    margin:0;
    padding:0;
    position: relative;
    background: #0c3f6b; /* Old browsers */
    color: #fff;
    border-bottom: 1px solid #ffffff;
    height: auto;
    width: 100%;
}
#logo {
    margin: 15px 0 15px 10%;
}

.page-body {
    background: #ffffff;
    width: 80%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    border:none;
    border-right:  1px solid #B6BAB8;
}
@media (max-width: 767px) {
    .page-body {
        width:100%;
    }
    #logo {
        margin: 15px;
    }
}
a {
    color: #336699;
    text-decoration:none;
}

#page-content a {
    text-decoration: underline;
}

a:hover, a:active,
#page-content a:hover, #page-content a:active {
    color: #0255A3;
    text-decoration:none;
}

#page-content h1 {
    color: #363636;
}

#page-content h2 {
    color: #444;
}

h3 {
    color: #363636;
}

h4 {
    color: #666;
    font-size: 120%;
    font-weight:bold;
}

#sidebar-left {
    padding: 0;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #B6BAB8;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    }

.nav-main a {
    color: #ffffff;
    font-weight: normal;
    font-size: 110%;
    text-decoration: none;
    text-align:left;
    vertical-align: middle;
    margin-top: 10px;
    border-bottom: 1px solid white;
    background:none;
    }

.nav-main{
    background: #0c3f6b;
}
.nav-main a:hover {
   color: #999999;
   text-shadow: 2px 2px 3px #666;
   background:none !important;
}

.nav-main a:active {
   background: none;
   }


input.btn-login{
    background-image: url(/img/buttons/log_in_blue.png);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    border:none;
    box-shadow: none;
    height: 40px;
    width: 108px;
}
input.btn-login:active, input.btn-login:hover{
    background-image: url(/img/buttons/log_in_blue.png), url(/img/buttons/login_bg_grey.png);
    box-shadow: none;
}

.link-sign-up {
    display: block;
    background-image: url(/img/buttons/sign_up_grey.png);
    background-repeat: no-repeat;
    height: 37px;
    width: 109px;
}
.link-sign-up:hover {
    background-color: inherit;
    background-image: url(/img/buttons/sign_up_grey.png), url(/img/buttons/login_bg_grey.png);
}

.link-reset-password {
    padding:10px;
    background-color: #4F667C;
    color: #EDEFEB;
    line-height: 0.7em;
    margin:1em 0;
    }

.link-reset-password:hover{
    color: #B87F3A;
    background: #234465 !important;
    }

#footer {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1a7ad+0,53565a+100 */
background: #53565a; /* Old browsers */
background: linear-gradient(to bottom,  #a1a7ad 0%,#53565a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height:100%;
    min-height: 80px;
    padding-top: 20px;
    font-size: 0.8em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #fff;
    position: relative;
    width:100%;
}

fieldset legend {
    background: #E7E7E7;
}

#jobs-list h2 {
    text-align:center;
    }

#jobs-list h2 a{
    color: #ffffff !important;
    font-weight: normal;
    text-transform:uppercase;
    text-decoration: none;
    vertical-align: middle;
    background:#0255A3;
   padding: 12px 24px;
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   border-radius: 22px;
   -webkit-box-shadow: #636363 0px 2px 11px 1px;
   -moz-box-shadow: #636363 0px 2px 11px 1px;
   box-shadow: #636363 0px 2px 11px 1px;
   font-size: 21px;
   position: relative;
}

#jobs-list h2 a:hover{
    color: #ffffff !important;
    text-shadow: 2px 2px 3px #666;
    background: #1C3C89;
    box-shadow:         0px 0px 20px 5px rgba(50, 50, 50, 0.75);
    }

