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

/*
 * Site Layout Styles
 */

body {
  text-align: center;
  background:#676767 url(/img/site-bg.gif) top repeat-y;
}
body h1 {
  position: absolute;
  left: -9999px;
}

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


/*
 * Header
 */

div#site-container div#header {
  background:url(/img/header-bg.gif) bottom left repeat-x;
  margin-bottom: 12px;
  padding: 0px;
  overflow:hidden;
  width:100%;
  height:165px;
}

div#site-container div#header div#logo{
  background:url(/img/macdor-logo.jpg) no-repeat;
  width:352px;
  height:145px;
  float:left;
}

a#logolink{
  width:352px;
  height:145px;
  display:block;
  float:left;
}

a#logolink span{
  display:none;
  margin-left:-99999px;
}


div#header div#headercontacts{
  float:left;
  width:300px;
  margin:0px;
}

div#header div#headercontacts ul{
  list-style:none;
  margin:35px 0px 0px 0px;
  padding:0px;
}

div#header div#headercontacts ul li{
  padding:2px;
  color:#a8ddf3;
  font-family:Georgia, Times New Roman, Serif;
  font-style:italic;
  font-size:0.9em;
  width:100%;
  overflow:hidden;
}

div#header div#headercontacts ul li div.contactname{
  display:inline;
  float:left;
  width:10em;
  border:none;
}

div#header div#headercontacts ul li.brd {
  padding:5px 2px;
}

div#header div#headercontacts ul li.brd div.contactname{
  border-bottom:solid 1px #a8ddf3;
  border-top:solid 1px #a8ddf3;
  padding:3px 0px;
}

div#header div#headercontacts ul li a{
  color:#26a9e0;
  background:url(/img/header-contact-arrow.gif) 5px 50% no-repeat ;
  margin-left:3px;
  padding-left:14px;
  text-decoration:underline;
  font-style:normal;
}

div#header div#headercontacts ul li.brd a{
  padding:5px 0px 5px 14px;
}

div#header div#headercontacts ul li a:hover{
  text-decoration:underline;
  color:#a8ddf3;
}

div#site-container div#header div#maplink{
  background:url(/img/header-map.gif) bottom right no-repeat;
  width:225px;
  height:165px;
  float:right;
}

div#site-container div#header div#maplink a{
  display:block;
  width:225px;
  height:165px;
}

div#site-container div#header div#maplink a span{
  display:none;
  margin-left:-99999px;
}

div#sub-header{
  font-family:Georgia, Times New Roman, Serif;
  font-size:1.1em;
  text-align:center;
  color:#192C7B;
  vertical-align:middle;
}

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

div#site-container div#page-content {
  background:url(/img/page-bg.gif) top repeat-x;
  overflow: hidden;
  margin-bottom: 12px;
  width: 100%;
  height:550px;
  height:auto !important;
  min-height:500px;
}


/*
 * Left Column
 */

div#page-content div#left-column {
  background: #eee;
  float: left;
  margin-right: 1%;
  width: 19%;
}
div#left-column p {
  padding: 12px;
}


/*
 * Centre Column
 */

div#page-content div#centre-column {
  float: left;
  margin-right: 1%;
  width: 60%;
}


/*
 * Right Column
 */

div#page-content div#right-column {
  background: #eee;
  float: left;
  width: 19%;
}
div#right-column p {
  padding: 12px;
}


/*
 * Footer
 */

div#footer {
  background:#676767 url(/img/footer-bg.gif) top no-repeat;
  padding: 12px 0px 100px 0px;
  color:#b3b3b3;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 1000px;
  overflow:hidden;
}

div#footer div#copyright{
  text-align:right;
  padding-right:15px;
  font-weight:bold;
  font-size:0.8em;
  float:right;
  width:45%;
}


/*
 * Tibus Strapline
 */

div#footer div#tibus-strapline {
  text-align: left;
  float:left;
  width:45%;
  font-size:0.8em;
  padding-left:15px;
}
p.site-in-development {
  margin: 10px 0;
  text-align: center;
}
div#tibus-strapline p.site-in-development img {
  display: block;
  margin: 0 auto 0 auto;
}
