body {
    margin: 0px;
    padding: 0px 0px 50px 0px;
    text-align: center;
    background: #006599;
    color: #000;
    font: 76% sans-serif, Geneva, Verdana, Helvetica;
}

a {
    color: #326897;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

.float_left,
.float_right {
    display: inline-block;
    width: auto;
}
.float_left { float: left; }
.float_right { float: right; }

.text_center {
    text-align: center;
}

#header {
    height: 116px;
    background: #fff;
}

#headerContent {
    margin: auto;
    width: 1010px;
    text-align: left;
}

#headerContent span {
    font-weight: bold;
    color: #333333;
    float: left;
    display: inline-block;
    height: 51px;
    padding-top: 65px;
}

#content {
    margin: 10px auto 0px auto;
    width: 1010px;
    background: #fff;
    position: relative;
    text-align: left;
}

#content_corner_left,
#content_corner_right {
    display: block;
    width: 5px;
    height: 5px;
    background: url('../images/content-corners.png') no-repeat;
    position: absolute;
    top: 0px;
}

#content_corner_left {
    background-position: top left;
    left: 0px;
}

#content_corner_right {
    background-position: top right;
    right: 0px;
}

#leftContent {
    float: left;
    display: inline-block;
    width: 143px;
    _width: 153px; /* IE 6 hack */
    padding: 0px 0px 0px 10px;
    background: url('../images/bg-content-left.gif') repeat-y top right;
    border-right: 1px solid #c2c2c2;
}

#leftContent ul {
    margin: 0px;
    padding: 10px 0px;
}

#leftContent li {
    margin: 0px;
    padding: 0px;
    /*padding: 5px 5px 5px 5px;*/
    list-style: none;
    border-top: 1px dashed #e3e7e8;
    border-bottom: 1px dashed #e3e7e8;
}

#leftContent li a {
    background: red;
    display: block;
    line-height: 16px;
    background: url('../images/list-item.png') no-repeat 5px center;
    padding: 5px 5px 5px 30px;
    color: #333333;
}

#leftContent li a:hover {
    background: #f39630 url('../images/list-item-hover.png') no-repeat 5px center;
    text-decoration: none;
}


#leftContent li a.selected {
    background: #f39630 url('../images/list-item-hover.png') no-repeat 5px center;
    text-decoration: none;
}


#rightContent {
    float: right;
    display: inline-block;
    width: 831px;
    _width: 851px; /* IE 6 hack */
    padding: 0px 10px 0px 10px;
}

#jobAreas {
    margin-top: 10px;
    height: 318px;
}

#jobAreas .float_left {
    width: 646px;
}

#jobAreas .float_left .jobAreasImageBottom {
    background: url('../images/img-job-areas-bottom.jpg');
    height: 228px;
    margin-top: 6px;
    position: relative;
}

#jobAreas .float_left .jobAreasImageBottom div.content {
    width: 265px;
    _width: 275px; /* IE 6 hack */
    padding-right: 10px;
    position: absolute;
    right: 0px;
    top: 17px;
}

#jobAreas .float_left .jobAreasImageBottom div.content h1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 18px;
}

#jobAreas .float_left .jobAreasImageBottom div.content p {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    color: #b3b3b3;
    font-size: 10px;
    font-weight: bold;
}


#jobAreas .float_right {
    width: 180px;
}

#jobAreas .float_right .boxJobArea {
    background: #24a0f6;
    height: 29px; /* 16px difference because of jquery.corner */
    position: relative;
    top: -5px;
    margin-bottom: 10px;
}

#jobAreas .float_right .boxJobArea a {
    display: block;
    width: 180px;
    height: 45px;
    position: absolute;
    z-index: 999;
}

#jobAreas .float_right .boxJobArea .jobImage {
    position: relative;
    top: 11px;
    left: 3px;
    width: 64px;
    height: 23px;
    background-repeat: no-repeat;
    background-color: #24a0f6;
}

#jobAreas .float_right .boxJobArea .jobText {
    width: 102px;
    position: absolute;
    top: 14px;
    right: 8px;
    text-align: right;
    color: #fff;
    font-weight: bold;
}

#jobInformation h1 {
    margin: 10px 0px 10px 0px;
    padding: 3px 5px 1px 5px;
    background: #ee4035;
    color: #fff;
    font-size: 21px;
}

#jobInformation .float_left {
    width: 650px;
}

#jobInformation .float_left .boxJobInfo {
    width: 150px;
    height: 205px;
    float: left;
    margin: 0px 13px 20px 0px;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
}

#jobInformation .float_left .boxJobInfoLast {
    margin-right: 0px;
}

#jobInformation .float_left .boxJobInfo a {
    display: block;
}

#jobInformation .float_left .boxJobInfo a:hover {
    text-decoration: none;
}

#jobInformation .float_left .boxJobInfo a.full {
    display: block;
    width: 150px;
    height: 205px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

#jobInformation .float_left .boxJobInfo img {
    border: 1px solid #ccc;
    margin: 25px 0px 10px 0px;
}

#jobInformation .float_left .boxJobInfo h1 {
    margin: 0px;
    padding: 0px 10px;
    background: none;
    color: #3e2f34;
    font-size: 13px;
    text-align: left;
}

#jobInformation .float_left .boxJobInfo h1 a {
    color: #3e2f34;
}

#jobInformation .float_left .boxJobInfo span {
    padding: 0px 10px;
    display: block;
    color: #656565;
    text-align: left;
}

#jobInformation .float_left .boxJobInfo span a {
    color: #656565;
}

#jobInformation .float_right {
    background: #e9f4f6;
    width: 172px;
    text-align: center;
}

#jobInformation .float_right .boxAd {
    width: 147px;
    height: 182px;
    background-repeat: no-repeat;
    /*border: 1px solid #cdcec8;*/
    margin: 0px auto 16px auto;
    position: relative;
    top: 20px;
}

#jobInformation .float_right .boxAd a {
    display: block;
    height: 199px;
}
