/* General structural style declarations  */

body, html, div, td {
    font-family: Tahoma,Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 13px;
	color: #23210f;
	line-height: 15px;
}

body {
    font-family: Tahoma, Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 13px;
	color: #23210f;
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/common/home_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    overflow: auto;
    background-color: #FFFFFF;
    line-height: 15px;
    height:100%;
}

html, body {
    height:100%;
}

.hider {
    display:none;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#pageWrapper {
    height:100%;
}

#homepage div {
    float:left;
}

#subpage div {
    float:left;
}

#homepage {
    background-image:url(../images/common/home-page-bg.jpg);
    background-repeat:repeat-x;
    background-color:white;
    width:980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    text-align:left;
    float:none;
}

#subpage {
    background-color:white;
    background-image:url(../images/common/subpage-bg.jpg);
    background-repeat:repeat;
    width:980px;
    height: 100%;
    margin: 0px auto -60px;
    text-align:left;
    float:none;
    display: block; 
}

.subpageWrapper {
    /*background-image:url(../images/common/subpage-bg.png);
    background-repeat:repeat;*/
    width:980px;
    float: left;
    margin: 0px auto;
    padding: 0px 0px 60px;
}

#footer {
    height:60px;
    width:940px;
    margin: 0px auto 0px;
    float:none;
    /*padding:0px 20px 20px 20px;*/
    clear:both;
    position:relative;
    display: block;
    /*background-color:white;
    background-image:url(../images/common/footer-bg.png);
    background-repeat:repeat-y;*/
}

#homeFooter {
    height:40px;
    width:940px;
    margin:auto;
    float:none;
    padding:0px 20px 20px 20px;
    clear:both;
}

#content {
    margin-bottom:-60px;
    padding:20px;
    float:left;
    background-color:white;
    background-image:url(../images/common/content-bg.png);
    background-repeat:repeat-x;
    padding-bottom:60px;
    width:940px;
}

#header {
    background-color:white;
    width:980px;
    height:161px;
    float:left;
    border-bottom:1px solid #003468;
}

#headerTopLeft {
    padding:20px 25px 4px 25px;
    float:left;
    width:350px;
}

#headerTopRight {
    padding:20px 15px 4px 15px;
    float:right;
    width:530px;
    text-align:right;
}

#leftCol {
    float:left;
    width:160px;
    padding-right:20px;
}

#mainCol {
    float:left;
    width:515px;
    padding-left:20px;
    padding-right:20px;
}

#rightCol {
    float:right;
    width:205px;
}

#mainFullCol {
    float:left;
    width:720px;
    padding-left:20px;
    padding-right:20px;
}

.rightColContent {
    float:right;
    width:205px;
    padding-top:65px;
}

.buttonImage {
    margin-bottom:10px;
}

#headerMid {
    height:94px;
    width:980px;
}

#primaryNavigation {
    width:980px;
    height:29px;
    overflow:visible;
}

.home-heading {
    float:left;
    width:701px;
    color:#003468;
    padding:20px;
    font-size:20px;
    line-height:26px;
    font-weight:normal;
}

.home-map {
    float:left;
    width:239px;
}

#home-body {
    padding:0px 20px 20px 20px;
}

.home-left {
    float:left;
    width:500px;
    margin-right:15px;
    position:relative;
}

.textOverlay {
    position:relative;
    top:-285px;
    left:255px;
    color:white;
    text-align:right;
    width:220px;
    font-size:18px;
    line-height:22px;
}

.home-middle {
    float:left;
    width:191px;
    margin-right:15px;
    background-image:url(../images/common/news-bg.jpg);
    height:382px;
    padding-top:0px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
    color:#003468;
    overflow:hidden;
}

.home-right {
    width:179px;
    float:right;
}

.people-map {
    text-align:center;
    width:515px;
    padding-top:20px;
}

.career-left {
    float:left;
    width:303px;
    margin-right:15px;
}

.career-middle {
    float:left;
    width:303px;
    margin-right:15px;
}

.career-right {
    float:left;
    width:303px;
}

.careerRollover:hover {
    background-position: 0 -402px;
}

.newsLatest {
    padding-left:0px;
    list-style:none;
    list-style-image:none;
}

.newsLatest li {
    margin-bottom:30px;
    background-image: url(../images/pictures/nav-bg-sub.gif);
    background-repeat:no-repeat;
    background-position:left 5px;
    padding-left:10px;
}

#application-form ul {
    list-style:none;
    float:left;
}

#application-form ul li {
    margin-bottom:10px;
    float:left;
}

#application-form ul li label {
    display:block;
    width:120px;
    clear:both;
    float:left;
}

#application-form ul li input {
    display:block;
    width:250px;
    float:left;
    font-family:Tahoma,Arial,Helvetica,Tahoma,Sans-serif;
    font-size:13px;
}

#application-form ul li textarea {
    display:block;
    width:375px;
    height:80px;
    margin-top:5px;
    float:left;
    font-family:Tahoma,Arial,Helvetica,Tahoma,Sans-serif;
    font-size:13px;
}

.textareaLabel {
    width:400px;
}

.newsLatest li p {
     height:45px;
     overflow:hidden;
}

.article-more {
    background-image:url(../images/icons/article-read.png);
    background-repeat:no-repeat;
    background-position:left 5px;
    padding-left:20px;
}

.news-more {
    color:white;
    background-image:url(../images/icons/news-more.png);
    background-repeat:no-repeat;
    background-position:right 5px;
    padding-right:15px;
}

.newsItemBack {
    clear:both;
    float:left;
}

.newsItems {
    list-style:none;
    padding-left:0px;
}

.newsItems li {
    margin-bottom:20px;
}

.newsItems p {
    padding-bottom:3px;
}

.positionItems {
    list-style:none;
    padding-left:0px;
    width:515px;
}

.positionItems li {
    margin-bottom:20px;
}

.positionItems p {
    padding-bottom:3px;
}

.peopleList {
    float:left;
    width:300px;
    padding-top:40px;
}

.peopleItem {
    float:left;
    width:150px;
    text-align:left;
    height:25px;
}

.peopleItem a:hover {
    color:#000000;
}

.peopleItem a.peopleNav {
    color:#00a8cb;
    cursor:pointer;
}

.peopleItem a.peopleNav:hover {
    color:#000000;
}

.peopleItem a.selected {
    color:#000000;
}

.peopleImage {
    float:right;
    width:215px;
    min-height:170px;
    text-align:right;
}

.peopleImage div {
    float:right;
    padding-right:30px;
}

.peopleContent {
    width:515px;
    padding-top:10px;
    border-top:1px solid black;
}

.peopleContentMainItem {
    width:250px;
    padding-right:5px;
    height:115px;
    float:left;
}

.logo {
    height:94px;
    width:197px;
}

.staffItem {

}

.staffBody {
    float:left;
    width:495px;
    padding-left:0px;
    padding-right:20px;
}

.staffImage {
    float:right;
    width:205px;
}

.searchWrapper {
    width:240px;
    float:left;
    padding-right:5px;
    padding-top:35px;
}

.tertiaryNavWrapper {
    height:94px;
    width:520px;
    text-align:right;
}

.tertiaryNav {
    list-style:none;
    padding-right:0px;
    padding-top:35px;
}

.tertiaryNav li {
    display:inline;
    padding-right:20px;
}

.translationLink {
    float:left;
    width:50px;
    text-align:center;
    padding-top:30px;
    padding-left:14px;
}

.privacyLink {
    float:right;
    padding-top:25px;
}

.rightColImageGoogle {
    padding-bottom:25px;
}

.primaryNav {
    list-style:none;
    padding-left:0px;
}

.primaryNav li {
    display:block;
    float:left;
}

.level2 {
   list-style:none; 
   padding-left:3px;
}

.level2 li {
    float:none;
    width:137px;
    background-color:#006fa1;
}

.level2 li a {
    color:white;
    font-size:10px;
}

.secondaryNav {
    list-style:none;
    padding:0px;
    font-size:14px;
    font-weight:normal;
    padding-left:15px;
}

.secondaryNav li {
    padding-left:0px;
    margin-bottom:5px;
    list-style-image: url(../images/pictures/nav-bg.gif); 
}

.secondaryNav li.selected {
    padding-left:0px;
    margin-bottom:5px;
    list-style-image: url(../images/pictures/nav-bg-blue.gif); 
}

.secondaryNav li.selected a {
    color:#003468;
}

.secondaryNav li:hover {
       list-style-image: url(../images/pictures/nav-bg-blue.gif);  
}

.secondaryNav li a {
    color:white;
}

.secondaryNav li a:hover {
    color:#003468;
}

.secondaryNavChild {
    padding:3px 0px 0px 13px;
    list-style:none;
    font-size:12px;
    padding-left:15px;
}

.secondaryNavChild li {
    padding-left:0px;
    padding-bottom:0px;
    list-style-image: url(../images/pictures/nav-bg-sub.gif);
}

.secondaryNavChild li:hover {
       list-style-image: url(../images/pictures/nav-bg-sub.gif);  
}

.secondaryNavChild li a {
    color:#003468;
}

.careersHeading {
    /*position:relative;
    top:-401px;
    left:-5px;*/
}

h1 {
    font-size: 34px;
    line-height: 38px;
    color: #003468;
    font-weight: normal;
    letter-spacing:1px;
}

h2 {
    font-size: 12px;
    line-height: 18px;
    color: #00a8cb;
    font-weight: bold;
    border-bottom:1px solid #bfe9f2;
    letter-spacing:1px;
    text-transform:uppercase;
    display:inline;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    color: #00a8cb;
    line-height: 17px;
    text-transform: uppercase;
    border-bottom:1px solid #bfe9f2;
    letter-spacing:1px;
}

h3.h3inline {
    font-size: 11px;
    font-weight: bold;
    color: #00a8cb;
    line-height: 17px;
    text-transform: uppercase;
    border-bottom:1px solid #bfe9f2;
    letter-spacing:1px;
    display:inline;
}

h4 {
    font-size: 10px;
    font-weight: bold;
    color: #00a8cb;
    line-height: 14px;
    letter-spacing:1px;
    text-transform: uppercase;
    display:inline;
}

h5 {
    font-size: 10px;
    font-weight: bold;
    color: #23210f;
    line-height: 14px;
    letter-spacing:0.8px;
    text-transform: uppercase;
    display:inline;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    color:#00A8CB;
    font-weight: normal;
    font-style:italic;
}

ul, ol {
    padding-left: 15px;
    list-style-image:url(../images/common/ul-bg.gif);
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
}

p.quote {
    font-style:italic;
    color: #003468;
}

a, a:link {
    text-decoration: none;
    color:#00A8CB;
}

a:hover {
    text-decoration: none;
}    

a img {
    border: none;  
}



