/*beth css 2-16-14*/

body {
    background: #1D3E5F;
    color: #555556;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12pt;
    min-width: 860px;
}

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

#page-header{
    margin:0 auto;
    background: #ffffff;
    padding:0;
    border:none;
    width: 70%;
    height: 120px;
}

#page-header  #subheader{
    width:100%;
    height:35px;
background: #010e2e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #010e2e 0%, #185a8c 69%, #fbfcfe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#010e2e), color-stop(69%,#185a8c), color-stop(100%,#fbfcfe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #010e2e 0%,#185a8c 69%,#fbfcfe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #010e2e 0%,#185a8c 69%,#fbfcfe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #010e2e 0%,#185a8c 69%,#fbfcfe 100%); /* IE10+ */
background: linear-gradient(45deg,  #010e2e 0%,#185a8c 69%,#fbfcfe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010e2e', endColorstr='#fbfcfe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
margin:0;
padding:0;
float:left;
    }

#page-header h1 {
    background: none;
    width: auto;
    margin: 0 auto;
    height:35px;
    }

#page-header img {
    height: 120px;
    }

.page-body {
    background: #DADFD5;
    width: 70%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    border: none;
}

.page-content {
    }

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: #EFB915;
    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: #234465;
    font-size: 180%;
    margin: 0.3em 0;
       padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-weight: normal;
}

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

h4 {
    color: #0C3E79;
    font-size: 120%;
    font-weight:bold;
    text-shadow: #ABBECD 1px 1px;
}

.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: #EFB915;
    border: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
    color: #234465;
}
table tr td {
    background: #DADFD5;
    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% #F2F3EF;
    border: 1px solid #B6BAB8;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    max-width: 255px;
}

#sidebar-left2 {
    padding: 0;
    margin: 0;
}

.nav-main {
    list-style: none outside none;
    background: #EFB915;

}

.nav-main a {
    color: #1A415B;
    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_blackyellow.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_blackyellow.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 {
    background: none repeat scroll 0% 0% #1B3751;
    height:100%;
    min-height: 40px;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 0.8em;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    color: #747F93;
}

/* 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: #1A415B !important;
    font-weight: normal;
    text-transform:uppercase;
    text-decoration: none;
    vertical-align: middle;
    background:#EFB915;
   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;
    }

.front-page-pic {
    border: 2px solid black;
    display:block;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    margin: 4px;
    }
