/* =Table of contents
------------------------------------------------------------------------------ */
/*
   Typography
   Overall

   Global Nav
   Sub-Global Nav

   Search Box
   Breadcrumbs
   Header

   Local Nav
   Local Nav Level 2
   Local Nav Level 3

   Right Column
   Table
   Footer

*/
/* ------------------------------------------------------------------------- */


/* =Typography
------------------------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

h1, h2, h3, h4, h5, h6 {
   font-family: "TUOS Stephenson", Georgia, Times, serif;
   color: #0066B3; /* blue */
   font-weight: normal;
   line-height: 1.2em;
}

h1 {
   font-size: 32px;
}

h2 {
   font-size: 26px;
}

h3 {
   font-size: 22px;
}

h4 {
   font-size: 18px;
}

/* =Overall
------------------------------------------------------------------------------ */
body {
   font-family:"Open Sans", Arial, sans-serif;
   font-size:14px;
   color: #414042; /* dark dark grey */
   margin: 0 auto;
   max-width: 1280px;
   position: relative;
}

body, #header {
   background-color: #F1F2F2;
}

/* Force sections to use new font type */
#bodyContainer,
#localNavigationContainer,
#localNavigation {
   font-family:"Open Sans", Arial, sans-serif;
   font-size: 14px;
}

hr {
   border: 5px solid #F1F2F2;
   margin: 40px 0;
   width: 100%;
}
#inner ul {
   padding-left: 30px;
}

/* =Global Nav
------------------------------------------------------------------------------ */
#globalNavigation {
   background-color: #333132;
   border: none;
   padding: 0;
   height: 40px;
}

#globalNavigation > a:first-child,
#globalNavigation > img {
   display: none;
}

#globalNavigation > span > a {
   display: inline-block;
   background-color: #000;
   padding: 12px 0 12px 5px;
   padding: 12px 5px \9;
}

#globalNavigation > span > a:hover {
   text-decoration: none;
}

#globalNavigation > span:nth-child(3) > a  {
   background: url('../images/arrow-sprite.png');
   background-position: -4372px;
   background-color: #030000;
   color: transparent;
}

#globalNavigation > span:nth-child(3) > a:hover {
   background-color: #0066B3;
}

/* Remove Contact link from navigation */
#globalNavigation > span:nth-child(4) {
   display: none;
}

/* Login into muse link */
#globalNavigation > span:nth-child(5) > a {
   padding-right: 67px;
   padding-left: 7px;
   background: url('../images/arrow-sprite.png');
   background-position: -638px;
   background-color: #030000;
   margin-left: -10px; /* fix hides the pipe on the home button */
}

#globalNavigation > span:nth-child(5) > a:hover {
   background-position: -238px;
}

/* =Sub-Global Nav
------------------------------------------------------------------------------ */
#subGlobalNavigation {
   display: none;
}

/* =Search Box
------------------------------------------------------------------------------ */
#searchterms {
   height: 38px;
   width: 213px;
   border: none;
   padding-left: 12px;
}

#searchBox input, #searchBox select {
   margin-top: -7px;
   margin-right: -5px;
   color: #414042;
   text-replace: ;
}

/* remove search label */
#searchBox > p > label {
   display: none;
}

#searchBox > p > .submit,
#searchBox > p > .submit:hover {
   position: absolute;
   top: 11px;
   right: 15px;
   background: url("../images/arrow-sprite.png");
   background-position: -4784px;
   background-color: #fff;
   border: none;
   text-indent: -60px;
}
#searchBox input.submit { color: transparent; }

#searchBox > p > .submit:hover {
   cursor: pointer;
}

/* =Breadcumbs
------------------------------------------------------------------------------ */
   
#breadcrumbs {
   position: absolute;
   top: 110px;
   left: 210px;
   padding: 0;
   margin: 7px 0 0 24px;
   background-color: #F1F2F2;
}

#breadcrumbs,
#breadcrumbs a {
   color: #606E71;
   text-decoration: none;
}

#breadcrumbs a:hover {
   color: #606E71;
}

/* =Header
------------------------------------------------------------------------------ */
#headerRight {
   padding-top: 0;
}

#header #pageTitle {
   color: #404041;
}

#header #headerTitle {
	width: auto;
}

/**** start: Fix to remove flash title and diplay regular ****/
.sIFR-hasFlash #pageTitle {
   visibility: visible;
}

.sIFR-flash {
   display: none !important;
}

span.sIFR-alternate {
   visibility: visible !important;
   overflow: visible !important;
   position: inherit !important;
   display: inline !important;
}
/* end: Fix to remove flash title and diplay regular */

/* =Local Navigation
------------------------------------------------------------------------------ */
#localNavigation {
   z-index: 0;
   width: 214px;
}

/* Fixes padding on list items */
#localNavigation > ul > li > a, #localNavigation > ul > li > ul > li > a, #localNavigation > ul > li > ul > li > ul > li > a {
   padding: 12px 35px 12px 10px;
}

#localNavigation ul li ul li ul li a {
   padding-left: 12px;
}

/* Removes border on list items */
#localNavigation li {
   border: none !important;
}

#localNavigation ul > li > ul > li {
   background-color: #fff;
}

#localNavigation li a {
   background: url('../images/arrow-sprite.png');
   background-position: -598px;
   background-color: #414042;
}

#localNavigation li a:hover {
   background: url('../images/arrow-sprite.png');
   background-position: -198px;
   background-color: #58595B;
}

#localNavigation > ul > li, #localNavigation > ul > li > a, #localNavigation > ul > li > a:hover {
   border: none;
   color: #fff;
   margin-bottom: 0;
}

#localNavigation > ul > li > a, #localNavigation > ul > li > a:hover {
   background-color: #030000;
   padding-right: 28px;
}

#localNavigation ul li#currentPage a {
   background: url('../images/arrow-sprite.png');
   background-position: -819px; /* blue arrow */
   background-color: #fff;
   color: #0066B3; /* blue text */
}

#localNavigation > ul > li#currentPage > a {
   background-position: -820px;  /* blue arrow */
}

#localNavigation ul li#currentPage a {
   border-color: #fff;
}

#localNavigation > ul > li > ul > li#currentPage > a {
   background-position: -820px !important;  /* blue arrow */
}

/* =Local Nav Level 2
------------------------------------------------------------------------------ */
   
#localNavigation ul li ul li,
#localNavigation ul li ul li {
   border: none;
}

#localNavigation ul li#currentPage ul li a,
#localNavigation ul li#currentPage ul li a:hover {
   background-color: #414042;
   margin-left: 6px;
   color: #fff;
   padding: 12px 35px 12px 12px !important;
   background-position: -600px;
}

#localNavigation ul li ul li a,
#localNavigation ul li ul li a:hover {
   background-color: #414042;
   color: #fff;
   padding-left: 12px;
   padding-right: 28px;
   background-position: -598px;
}

/* =Local Nav level 3
------------------------------------------------------------------------------ */   
#localNavigation ul li ul li a:hover {
   background-position: -198px;
}

#localNavigation ul li#currentPage ul li a:hover {
   background-position: -200px;
}

#localNavigation ul li ul li ul li#currentPage ul li a,
#localNavigation ul li ul li ul li#currentPage ul li a:hover {
   background-color: #58595B;
}

#localNavigation ul li ul li ul li ul li {
   border: none;
   background-color: #fff;
}

/* Rounded border top left first list item */
#localNavigation > ul > li:first-child > a {
   -webkit-border-top-left-radius: 5px;
   -moz-border-radius-topleft: 5px;
   border-top-left-radius: 5px;
}

/* Rounded border bottom left last list item */
#localNavigation > ul > li:last-child > a {
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-bottom-left-radius: 5px;
}

#localNavigation > ul > li#currentPage > a,
#localNavigation > ul > li > ul > li#currentPage > a,
#localNavigation > ul > li > ul > li > ul > li#currentPage > a {
   background-color: #fff;
   border-left-color: #fff;
}

/* =Right Column
------------------------------------------------------------------------------ */
.quickLinks a:hover {
   background-color: #d4dcf0;
   border-color: #0066b3;
}

/* =Table
------------------------------------------------------------------------------ */
table tr th {
  background-color: #0066B3;
  color: #fff; 
}

table.striped,
table.striped tr td,
table.standard,
table.standard tr td {
   border: 1px solid  #0066B3 !important;
}

td.medbg,
tr.medbg td,
table.striped tr:nth-child(2n) td,
td.odd,
tr.odd td {
   background-color: #d4dcf0; /* tint colour */
   border-color: #0066B3;
}

/* Qualification table */
#qualifications tr:nth-child(2n) td {
   background-color: #d4dcf0;
   border: 1px solid #0066b3;
}

/* =Footer
------------------------------------------------------------------------------ */
div#footer {
   border-color: #414042;
}
