/*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;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+16,ededed+99,fefefe+100 */
    background: #fefefe; /* Old browsers */
    background: linear-gradient(to bottom,  #fefefe 16%,#ededed 99%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #ffffff;
    height: auto;
    width: 100%;
    }

#page-header  #left{
    width:50%;
    position:absolute;
    left:0;
    top:0;
    height:215px;
    background: url(../img/header-bg-left.jpg) repeat-x;
    z-index:1;
    }

#page-header  #right{
    width:50%;
    position:absolute;
    right:0;
    top:0;
    height:215px;
    background: url(../img/header-bg-right.jpg) repeat-x;
    z-index:1;
    }

#page-header  #center{
    width:auto;
    position:relative;
    right:0;
    height:215px;
    background: url(../img/header-bg.jpg) no-repeat top center;
    z-index:2;
    }

#page-header h1 {
    background: none;
    width: auto;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 50px;
    z-index: 5;
    }

.page-body {
    background: #ffffff;
    width: 70%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    border:none;
    border-right:  1px solid #B6BAB8;
}
@media (max-width: 767px) {
    .page-body {
        width:100%;
    }
}
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: #234465;
    font-size: 200%;
    font-weight: bold;
    padding-top: 0.4em;
    padding-bottom: 0.2em;
    text-transform: uppercase;
}

#page-content h2 {
    color: #0067b1;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}

h3 {
    color: #234465;
    font-size: 140%;
}

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

.page-content ul, .page-content ol {
    margin-left: 1em;
}

ul.jobs-list {
    padding-left: 20px;
}

table {
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
th {
    background: #0255A3;
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
    color: rgb(231, 231, 231);
}
table tr td {
    background: #f0f0f0;
    padding: 4px;
    vertical-align: top;
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

#sidebar-left {
    padding: 0;
    margin: 0;
    background: none repeat scroll 0% 0% #CFD0D2;
    border: 1px solid #B6BAB8;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    max-width: 255px;
}

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

.nav-main a:hover {
   color: white;
   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-sign-up span{
    display:none;
}

.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%;
}

/* beth css 2013-10-02 */
.title {
    color: rgb(200,0,0);
}
.remove {
    color: rgb(200,0,0);
}
.rotate {
    width: 80px;
    padding: 20px 0;  /*added*/
}

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;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 20px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 20px 5px rgba(50, 50, 50, 0.75);
    }

#jobs-list h3{
    color: #0067b1;
    }

#logo {
    margin: 30px 0 0 16%;
}
