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

/*
 * Site Specific Styles
 */

html {
  background: #add8e3 url(/images/background.gif) repeat-x;
}
body {
  width: 768px;
  margin: 15px auto 15px auto;
  border: 1px solid #fff;
}

#header {
  height: 89px;
  background: url(/images/header-background.jpg) no-repeat;
  padding: 0 23px 0 31px;
  border-bottom: 1px solid #fff;
}
#header h1 {
  float: left;
  width: 133px;
  height: 14px;
  background: url(/images/glen-water-logo.gif) no-repeat;
  margin: 51px 0 0 0;
}
#header h1 span {
  display: none;
}
#header form {
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 47px;
}
#header form * {
  vertical-align: middle;
}
#header form #search-field {
  font-size: 1em;
  width: 120px;
  letter-spacing: 1px;
}

/*
 * Linkbar Styles
 */

#linkbar {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #e7f4f5 url(/images/linkbar-background.gif) repeat-x;
  overflow: hidden;
  display: inline-block;
}
#linkbar {
  display: block;
}
#linkbar li {
  float: left;
  padding: 8px 17px 7px 17px;
  margin: 0;
  background: url(/images/linkbar-separator.gif) right no-repeat;
  font-size: 1.1em;
}
#linkbar li.last {
  background: none;
}
#linkbar li a.current {
  color: #22b9c1;
}

#subpage-container {
  background: #fff;
  overflow: hidden;
  display: inline-block;
}
#subpage-container {
  display: block;
}
#left-nav {
  float: left;
  width: 135px;
  margin-right: 25px;
}
#left-nav ul {
  margin: 0;
  padding: 0;
  margin-top: 2em;
  background: url(/images/leftnav-divider.gif) top left repeat-x;
  list-style-type: none;
}
#left-nav ul li {
  text-align: right;
  padding: 0.6em 0 0.6em 0.2em;
  background: url(/images/leftnav-divider.gif) bottom left repeat-x;
  font-weight: bold;
}


/*
 * Main / Content Styles
 */

#main {
  margin: 1.5em 0 0 0;
  float: left;
  width: 608px;
  padding-right: 15px;
  w\idth: 593px;
}

#main h3 {
  font-size: 1.4em;
  color: #666;
  background: url(/images/leftnav-divider.gif) bottom left repeat-x;
  padding: 0 0 0.5em 0;
  margin: 0 0 1em 0;
}
#main blockquote {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 0;
  color: #666;
}
#main ul {
  background: #e6f1f2;
  margin: 0.5em 0 0.5em 0;
  padding: 1em 1em 1em 2em;
  font-size: 1.1em;
  color: #666;
}
#page-title {
  background: #00aec1;
  color: #fff;
  font-size: 1.8em;
  font-family: times new roman, verdana, serif;
  font-weight: normal;
  margin: 0;
  padding: 12px 12px 12px 18px;
}

/*
 * Sub-menu Styles
 */

#sub-menu {
  float: right;
  width: 175px;
  padding: 1px;
  margin: 0 0 20px 20px;
  border: 1px solid #d9eeef;
}
#sub-menu .inner {
  background: #d9eeef;
  padding: 15px 15px 12px 15px;
}
#sub-menu a.current {
  color: #000;
}
#sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sub-menu ul li {
  margin: 0;
  padding: 0;
}
#sub-menu ul.top-subpages li.top-subpage {
  margin-bottom: 3px;
}
#sub-menu ul.bottom-subpages {
  margin: 2px 0 8px 12px;
  font-size: 0.9em;
}
#sub-menu ul.bottom-subpages li.bottom-subpage {
  margin-bottom: 1px;
}

/*
 * Footer Styles
 */

#footer {
  background: #fff url(/images/footer-keyline.gif) repeat-x;
  padding: 1.5em 28px 0 28px;
  font-size: 0.9em;
  overflow: hidden;
  display: inline-block;
}
#footer {
  display: block;
}
#footer a {
  font-weight: normal;
  color: #000;
  padding: 0 0 0 0;
}
#footer .copyright {
  float: left;
  margin: 0;
}
#footer .links {
  float: right;
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}
#footer .links li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #88bac3;
}
#footer .links li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;l
}

/*
 * Strapline Styles
 */

#tibus-strapline {
  background: #fff url(/images/footer-keyline.gif) repeat-x;
  padding: 1.5em 28px 1.5em 28px;
  font-size: 0.9em;
}
#tibus-strapline p {
  margin: 0;
  text-align: center;
}

div#tibus-credit p {
  float: none;
  clear: both;
  text-align: right;
  padding: 0px;
}

