@import url(/css/generic.css);
@import url(/css/xstandard.css);
@import url(/css/subpage.css);

/*
 * Site Layout Styles
 */

body {
  background: #ffffff url(/img/background.gif) top center repeat-y;
  text-align: center;
}

a {
  color: #27135a;
}

div#site-container {
  background: #ffffff;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 960px;
}
div#site-container p#skip-navigation {
  position: absolute;
  left: -9999px;
}

h1, h2, h3, h4, h5 {
  color: #35b8ec;
}


/*
 * Header
 */

div#site-container div#header {
  background: #ffffff url(/img/header-bg.gif) bottom left repeat-x;
  padding: 15px 26px 15px 44px;
  overflow: hidden;
  height: 1%;
}

/*
 * Logo
 */
div#site-container div#header #logo {
  float: left;
  width: 620px;
}

/*
 * Site Search
 */
div#site-container div#header #site-search-form {
  background: #2f145e url(/img/site-search-bg.gif) bottom left no-repeat;
  color: #ffffff;
  margin: 1px 0px 0px 0px;
  float: left;
  width: 270px;
  height: 25px;
  overflow: hidden;
}
#site-search-form h2 {
  border-left: 0;
  padding: 1;
  background: transparent url(/img/white-dot.gif) top left no-repeat;
  color: #ffffff;
  float: left;
  font-size: 1em;
  width: 90px;
  height: 25px;
}
#site-search-form h2 span {
  display: block;
  padding: 5px 0px 0px 5px;
}
#site-search-form div.input {
  float: left;
  width: 130px;
}
#site-search-form div.submit {
  background: #2f145e url(/img/white-dot.gif) top right no-repeat;
  float: left;
  width: 50px;
}
#site-search-form div.input span {
  display: block;
  padding: 2px 0 0 5px;
}
#site-search-form div.submit span {
  display: block;
  margin: 2px 0 0 0;
}

/**
 * Twitter and Linked In
 *
**/
div#linkedin-container,
div#twitter-container,
div#youtube-container {
  padding: 6px 0 0 0;
  float: left;
  width: 90px;
}

div#linkedin-container {
  padding: 6px 0 0 6px;
  width: 84px;
}

a#linked-in,
a#twitter,
a#youtube {
  float: left;
  text-decoration: none;
}

a#linked-in-text,
a#twitter-text,
a#youtube-text  {
  float: left;
  padding: 6px 0 0 8px;
}

a#linked-in-text:hover,
a#linked-in-text:active,
a#twitter-text:hover,
a#twitter-text:active,
a#youtube-text:hover,
a#youtube-text:active {
  text-decoration: none;
}



#site-search-form form {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#site-search-form form #site-search-keyword {
  /*background: #ffffff url(/img/site-search-keyword-bg.gif) top left no-repeat;*/
  border: 0;
  margin: 0;
  padding: 0;
  width: 125px;
  height: 20px;
}
#site-search-form form #site-search-submit {
  background: #35b9ec;
  color: #ffffff;
  border: 0;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 20px;
}

/*
 * Main Nav
 */
div#site-container div#main-nav {
  background: #9085b2 url(/img/main-nav-bg.gif) top left repeat-x;
  overflow: hidden;
  height: 35px;
}
div#site-container div#main-nav ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
div#main-nav ul li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
}

div#site-container div#main-nav ul.standard {
  background: transparent url(/img/main-nav-divider-first-bg.gif) top right no-repeat;
  float: left;
  width: 555px;
}

div#main-nav ul li a {
  color: #091135;
  font-weight: bold;
  display: block;
  padding: 11px 8px 11px 8px;
  text-decoration: none;
}
div#main-nav ul li a.selected {
  color: #ffffff;
}
div#main-nav ul li a:hover {
  color: #ffffff;
}

div#main-nav ul li.last-main {
}

/*
 * Corporate Menu
 */
div#site-container div#main-nav ul.corporate {
  float: left;
  width: 405px;
}
div#site-container div#main-nav ul.corporate li {
}
div#main-nav ul.corporate li.services {
  width: 112px;
}
div#main-nav ul.corporate li.sectors {
  width: 133px;
}
div#main-nav ul.corporate li.help,
div#main-nav ul.corporate li.help-home {
  width: 145px;
}


div#main-nav ul.corporate li.services,
div#main-nav ul.corporate li.sectors,
div#main-nav ul.corporate li.help,
div#main-nav ul.corporate li.help-home {
  background: transparent url(/img/main-nav-light-bg.gif) top left repeat-x;
}

div#main-nav ul.corporate li.services a {
  background: transparent url(/img/main-nav-divider-bg.gif) top right no-repeat;
  text-align: center;
  padding: 11px 0px 11px 0px;
}
div#main-nav ul.corporate li.sectors a {
  background: transparent url(/img/main-nav-divider-bg.gif) top right no-repeat;
  text-align: center;
  padding: 11px 0px 11px 0px;
}
div#main-nav ul.corporate li.help a,
div#main-nav ul.corporate li.help-home a {
  background: transparent url(/img/main-nav-divider-last-bg.gif) top right no-repeat;
  text-align: center;
  padding: 11px 0px 11px 0px;
}


/*
 * Sub Menu
 */
div#main-nav ul li ul.sub-nav {
  z-index: 999999;
  background: none;
  display: none;
  overflow: hidden;
  position: absolute;
  height: auto;
}
div#main-nav ul li ul.sub-nav li {
  list-style: none;
  background: transparent url(/img/sub-nav-bg.gif) bottom left no-repeat !important;
  float: none;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 160px;
}
div#main-nav ul li ul.sub-nav li a {
  background: transparent url(/img/spacer.gif) bottom left no-repeat !important;
  color: #0e102c;
  margin: 0!important;
  padding: 0!important;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left !important;
  height: 26px;
}
div#main-nav ul li ul.sub-nav li a:hover {
  color: #ffffff;
}
div#main-nav ul li ul.sub-nav li a span {
  display: block;
  padding: 7px 5px 0px 12px;
  line-height: 26px;
  padding: 0 0 0 12px;
}


/*
 * Footer
 */
div#site-container div#footer {
  background: #ffffff url(/img/footer-bg.gif) top left repeat-x;
  padding: 35px 0 12px 0;
  overflow: hidden;
  height: 1%;
}

/*
 * Footer Left
 */
div#footer #footer-left {
  float: left;
  width: 250px;
}
#footer-left ul {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 25px;
}
#footer-left ul li {
  list-style: none;
  float: left;
  border: 0;
  margin: 0;
  padding: 0px 30px 0px 0px;
}
#footer-left ul li.wai {
  padding: 20px 30px 0px 0px;
}

/*
 * Footer Right
 */
div#footer #footer-right {
  float: left;
  padding: 20px 0px 0px 0px;
  width: 710px;
}
div#footer #footer-right ul {
  float: right;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}
div#footer #footer-right ul li {
  list-style: none;
  float: left;
  border-right: 1px solid ;
  margin: 0;
  padding: 0px 10px 0px 10px;
}
div#footer #footer-right ul li.last {
  border: 0;
}
div#footer #footer-right ul li a {
  text-decoration: none;
}


/*
 * Tibus Strapline
 */

div#site-container div#tibus-strapline {
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
div#tibus-strapline p.site-in-development {
  background: #ffffff;
  margin: 0;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}

/*
 * Old Styles
 */
ul.mle{
  background: #d8d0e5;
  float:none;
  clear:both;
  padding: 10px;
}

ul.mle li{
  display:block;
  padding-left:88px !important;
  margin-left:0;
  overflow:hidden;
  min-height:54px;
  _height:54px;
  font-weight:normal;
}

div.italics{
font-style: italic;
}

ul.mle li.personalised-learning{
  background: url(/images/mle-personalised.gif) no-repeat;
}

ul.mle li.improved-access {
  background:url(/images/mle-improved.gif) no-repeat;
}

ul.mle li.anytime-anywhere {
  background:url(/images/mle-anytime.gif) no-repeat;
}

ul.mle li.enhanced-assessment {
  background:url(/images/mle-enhanced.gif) no-repeat;
}

ul.mle li.rising-attainment {
  background:url(/images/mle-rising.gif) no-repeat;
}

ul.mle li.reduced-bureaucracy {
  background:url(/images/mle-reduced.gif) no-repeat;
}

