
/*  Styles common across all OneWorld skins */

/*  Page background and font size   */

body {
    background: #002828;
}
   
#main {
    border: 15px #ffffff solid;
    border-top-width: 0px;
}

/*  Hyperlink styling    */

a {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

/*  Input area formatting */

input, textarea, select {
    font-size: 14px;
    color: #002828;
    font-family: arial;
    font-size: 14px;
    border: 1px solid #787878;
}

/*  Structure and style for the banner area */

div#banner {
    position: relative;
    height: 277px;
}
div#banner a.home {
    position: absolute;
    top: 25px;
    left: 0px;
    cursor: pointer;
    display: block;
    width: 106px;
    height: 161px;
}
div#banner img.strapline {
    position: absolute;
    top: 140px;
    right: 0px;
}

/*  OneWorld menu styles    */

div.one-world-menu {
    font-size: 15px;
    height: 60px;
    width: 960px;
}
div.one-world-menu a {
    display: inline;
    border: none;
}
div.one-world-menu a.hidden {
    display: none;
}

/*  Overall layout structure */

div.one-world-menu div.site {
    position: absolute;
    top: 0px;
    height: 108px;
    min-height: 108px;
    width: 960px;
    min-width: 960px;
}

div.one-world-menu div.top, div.one-world-menu div.bottom {
    height: 30px;
    min-height: 30px;
    overflow: hidden;
    width: 960px;
    max-width: 960px;
}

/*  Styles for menu tabs */

div.one-world-menu div.tab {
    float: left;
    border: 6px solid #daddd3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #daddd3;
    padding: 0px 22px 0px 22px;
    margin-left: 0px;
    min-height: 24px;
    height: 24px;
    margin-right: 3px;
}
div.one-world-menu div.tab a {
    font-weight: normal;
    color: #002828;
}

/*  Style modifications for selected tabs */

div.one-world-menu div.tab-selected {
    cursor: default;
    background: #ffffff;
    border-color: #ffffff;
}
div.one-world-menu div.tab-selected a {
    cursor: pointer;
}
div.one-world-menu div.tab-selected-off a {
}
div.one-world-menu div.tab-hover {
    background: #ffffff;
    border-color: #ffffff;
}
div.one-world-menu div.tab-selected-off {
    cursor: default;
}
div.one-world-menu div#tab-news {
    background: #00bebe;
    border-color: #00bebe;
}
div.one-world-menu div#tab-jobs {
    background: #ff0078;
    border-color: #ff0078;
}

/*  Styles for search box */

div.one-world-menu form.menusearch {
    background: #ffffff;
    border: 6px #ffffff solid;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 30px;
    float: right;
    width: 198px;
    font-size: 13px;
}
div.one-world-menu form.menusearch input.text {
    border: 0px;
    width: 170px;
}
div.one-world-menu form.menusearch img {
    margin-right: 2px;
    float: right;
    cursor: pointer;
}

/*  Styles for bottom row of menu */

div.one-world-menu div.bottom {
    background-color: #ffffff;
}
div.one-world-menu div.item {
    padding: 5px 0px 9px 0px;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    font-size: 15px;
}
div.one-world-menu div.bottom div.item a {
    font-weight: normal;
    color: #002828;
}
div.one-world-menu span.separator {
    margin-left: 10px;
}
div.one-world-menu div#btm-news {
    background: #00bebe;
}
div.one-world-menu div#btm-jobs {
    background: #ff0078;
}
   
/*  Styles for footer area  */

div#footer {
    padding: 30px 0px 0px 0px;
    width: 960px;
    height: 162px;
    min-height: 162px;
    margin-bottom: 50px;
    background: #ffffff;
    font-size: 13px;
    color: #8c8c8c;
}
div#footer div.inner {
    margin: 0px 15px 0px 15px;
    padding: 19px 0px 0px 0px;
    height: 112px;
    width: 930px;
    border-top: 1px solid #002828;
}
div#footer a.share {
    float: right;
    margin-left: 16px;
}
div#footer img.want-more {
    float: left;
}
div#footer div.contact {
    width: 930px;
    height: 40px;
    clear: both;
}
div#footer div.contact p {
    margin: 0px;
    float: left;
    line-height: 20px;
}
div#footer div.contact a,
div#footer div.credits a {
    display: inline;
    font-weight: normal;
    color: #fa5a00;
}
div#footer div.contact a:hover,
div#footer div.credits a:hover {
    color: #0064aa;
}
div#footer div.contact div.follow {
    margin: 0px;
    float: right;
    width: 207px;
    height: 40px;
}
div#footer div.credits {
    margin-top: 20px;
    width: 930px;
    font-size: 11px;
}
div#footer div.credits span {
    float: right;
    width: 207px;
}




