@import url(/css/generic.css);
@import url(/css/xstandard.css);

/*
 * Site Layout Styles
 */
html {
  margin-left: -1px;
  overflow-y: scroll;
}
body {
  background: #5e6167 url(/img/body-bg.gif) top center repeat-y;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}
body h1 {
  position: absolute;
  left: -9999px;
}
body h2 {
  font-size: 22px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #022c60;
}
body h2.custom-title {
  font-size: 31px;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
}
body h2.custom-title span.dark-blue {
  margin-right: 8px;
  color: #022c60;
  float: left;
}
body h2.custom-title span.light-blue {
  margin-right: 8px;
  color: #5687c3;
  float: left;
}
body h3 {
  color: #022c60;
}
body a {
  text-decoration: none;
  color: #5687c3;
}
body p.blue {
  font-family: Georgia, serif;
  font-size: 1.3em;
  color: #022c60;
}



div#site-container {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 960px;
}
div#site-container p#skip-navigation {
  position: absolute;
  left: -9999em;
}


/*
 * Header
 */

div#site-container div#header {
  background: url(/img/header-bg.jpg) bottom left repeat-x;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100px;
  width: 100%;
}
div#header div#logo {
  float: left;
  margin: 35px 0 0 0;
  padding: 0 0 0 100px;
}
div#header div#corporate-menu {
  float: right;
  padding: 0 33px 0 0;
}
div#corporate-menu ul {
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0;
}
div#corporate-menu ul li {
  background: #e2e2e3;
  text-align: center;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  width: 85px;
}
div#corporate-menu ul li.home {
  width: 75px;
}
div#corporate-menu ul li.newsletter {
  width: 150px;
}
div#corporate-menu ul li a {
  text-decoration: none;
  color: #666666;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}
div#corporate-menu ul li a:hover {
  color: #5687c3;
}

div#site-container div#menu ul {
  background: url(/img/menu-bg.jpg) top left repeat-x;
  border-top: 1px solid #a7acb1;
  border-bottom: 1px solid #a7acb1;
  list-style: none;
  margin: 1px 0 1px 0;
  padding: 0 0 0 1px;
  height: 39px;
}
div#menu ul li {
  background: url(/img/menu-li-bg.jpg) top right no-repeat;
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
  height: 29px;
}
div#menu ul li.last {
  background: none;
}
div#menu ul li a {
  font-family: Georgia, serif;
  font-size: 17px;
  display: block;
  text-decoration: none;
  color: #022148;
  padding: 0 8px 0 6px;
}
div#menu ul li a:hover {
  color: #5687c3;
}


/*
 * Page Content (contains left, centre and right columns)
 */

div#site-container div#page-content {
  overflow: hidden;
  margin-bottom: 12px;
  width: 100%;
}
div#page-content div#gradient {
  background: url(/img/top-gradient.jpg) top left repeat-x;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 20px;
}



/*
 * Left Column
 */

div#page-content div#left-column {
  float: left;
  margin: -20px 25px 0 0;
  width: 290px;
  height:535px;
  background:url(/img/left-column-2.jpg) no-repeat;
}


/*
 * Right Column
 */

div#page-content div#right-column {
  float: left;
  margin-top: 20px;
  width: 585px;
}

/*
 * Footer
 */

div#site-container div#footer {
  font-size:10.5px;
  background: url(/img/bottom-gradient.jpg) top left repeat-x;
  overflow: hidden;
  padding: 20px 40px 5px 40px;
}
div#footer div#copyright {
  color: #666666;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
}
div#footer div#footer-links {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0;
  width: 300px;
}
div#footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#footer-links ul li {
  float: right;
}
div#footer-links ul li a {
  text-decoration: none;
  color: #666666;
  margin: 0;
  padding: 0 5px 0 5px;
}
div#footer-links ul li a.last {
  padding: 0 5px 0 0;
}
/*
 * Tibus Strapline
 */

div#footer div#tibus-strapline {
  color: #666666;
  float: left;
  text-align: center;
  font-size: 10.5px;
  width: 280px;
}

div#footer div#tibus-strapline a{
  color: #666666;
}

div#tibus-credit p {
  text-align: right;
  margin: 0 0 8px 0;
  padding: 0 44px 0 0;
}
div#tibus-credit p a {
  font-size: 0.85em;
  text-decoration: none;
}

/*
div#tibus-strapline p.site-in-development {
  margin: 0;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}
*/
