﻿/* General */
/* ===========================================*/
    * {
        margin: 0px;
        padding: 0px;
    }
    body {
        background-color: #f9f8f3;
        font-family: Arial;
        font-size: 10pt;
        color: #756d6d;
    }
    h1 { 
        font-size: 16pt;
    }
    .dot-border { 
        background-image: url('../i/borders/dot.gif');
        background-position: bottom;
        background-repeat: repeat-x;
    }
    #container 
    {
        width: 1042px;
        margin: 0px auto;
    }
    #header  {
        padding-left: 51px; 
        padding-right: 51px;
        background-repeat: no-repeat;
        height: 444px;
        margin-top: 10px;        
        margin-bottom: 30px;
    }
    #logo {
        vertical-align: middle;
    }
    #content {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 45px; 
        margin-right: 45px;                
    }
    .centre { 
        text-align: center;
    }
    .clear {
        clear: both;
    }

/* Link Styles */
/* ========================================= */
    a:link {
        text-decoration: none;    
        color: #857a18; /* Gold */
    }
    a:visited {
        text-decoration: none;    
        color: #857a18; /* Gold */
    }
    a:hover {
        text-decoration: underline;    
        color: #857a18; /* Gold */
    }
    img, a img {
	    border: none;
    }
    
/* Navigation */
/* ========================================== */
    ul#navigation {
        display: inline;
        vertical-align: middle;
    }
    ul#navigation li {
        display: inline;
        padding-left: 29px;
    }
    ul#navigation li.first {
        padding-left: 75px;
    }
    
/* Footer */
/* ========================================== */
    #footer {
        margin-top: 100px;
        margin-left: 51px; 
        margin-right: 51px;
        background-image: url('../i/borders/dot.gif');
        background-position: top;
        background-repeat: repeat-x;
    }
    #footer p {
        margin-top: 10px; 
        margin-bottom: 10px; 
        font-size: 8pt;
        color: #756d6d;
        font-family: Arial, Helvetica, Sans-Serif;
        text-align: center;
    }
    ul#social { 
        display: inline;
        float: left;
        margin-top: 10px;
    }
    ul#social li {
        display: inline;   
        padding-right: 10px;             
    }    
    ul#international-jobs { 
        display: inline; 
        float: right;      
        margin-top: 10px;  
    }
    ul#international-jobs li {
        display: inline; 
        padding-left: 29px;
    }
    ul#awards {
        margin-top: 10px;
    }
    ul#awards li {
        display: inline;
        margin-left: 30px;
        margin-right: 30px;
    }
    #footer .dot-border {
        background-image: url('../i/borders/dot.gif');
        background-position: bottom;
        background-repeat: repeat-x;
        padding-bottom: 10px;
    }       
