/*
** HTML elements
*/

* {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.231;
  color: #606060;
  margin: 0;
  padding: 0;
}
/* Force vertical scrollbar on all the time (prevent flicker) */
html { 
  overflow-y: scroll; 
}
html { 
  overflow: -moz-scrollbars-vertical; 
}
html > body {
  font-size: 13px;
}
body {
  font-size: 13px;
  line-height: 1.231;
  margin: 0;
  padding: 0;
  background-color: #3e8bc1;
}
b, em, i, strong, u {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
img {
  border: 0;
}
sub {
  font-size: 7px;
  vertical-align: text-bottom;
}
sup {
  font-size: 7px;
  vertical-align: text-top;
}
table, tr, td, tbody {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

/*
** Layout
*/
#banner-left2 {
  background-image: url(images/bg-banner-left2.jpg);
  background-repeat: repeat-x;
}
#banner-left1 {
  background-image: url(images/bg-banner-left1.jpg);
  background-repeat: no-repeat;
  width: 166px;
  height: 206px;
}
#banner-print {
  display: none;
}
#banner {
  background-image: url(images/bg-banner.jpg);
  background-repeat: no-repeat;
  background-color: #2b6da8;
  width: 950px;
  height: 206px;
  position: relative;
}
#banner-right1 {
  background-image: url(images/bg-banner-right1.jpg);
  background-repeat: no-repeat;
  width: 143px;
  height: 206px;
}
#banner-right2 {
  background-image: url(images/bg-banner-right2.jpg);
  background-repeat: repeat-x;
}

#topbar {
  position: absolute;
  top: 5px;
  padding: 0px 0px 0px 180px;
}
#topbar a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none; 
  padding-right: 20px;
}
#topbar a:hover {
  text-decoration: underline; 
}

#menubar {
  position: absolute;
  top: 110px;
  padding: 0px 0px 0px 0px;
}

#mainframe-left {
  background-image: url(images/bg-mainframe.jpg);
  background-repeat: repeat-x;
}
#mainframe {
  background-image: url(images/bg-mainframe.jpg);
  background-repeat: repeat-x;
  background-color: #3e8bc1;
  padding-bottom: 20px;
}
#mainframe-right {
  background-image: url(images/bg-mainframe.jpg);
  background-repeat: repeat-x;
}

#main-top {
  background-image: url(images/bg-main-top.jpg);
  background-repeat: no-repeat;
  width: 600px;
  height: 15px;
  clear: both;
}
#main {
  background-color: #ffffff;
  padding: 2px 15px; /* top padding is important due to margin bug */
  margin: 0;
  clear: both;
}
#main .tabs {
  clear: both;
  margin: 0px 0px 8px 0px;
}
#main-bottom {
  background-image: url(images/bg-main-bottom.png);
  background-repeat: no-repeat;
  width: 600px;
  height: 18px;
}

#sidebar-right-top {
  background-image: url(images/bg-sidebar-right-top.jpg);
  background-repeat: no-repeat;
  width: 350px;
  height: 15px;
}
#sidebar-right {
  background-color: #aad9f7;
  padding: 2px 20px; /* top padding is important due to margin bug */
  margin: 0;
}
#sidebar-right h2, #sidebar-right h2 a {
  color: #000000;
  font-weight: bold;
  font-size: 20px; 
  line-height: 1;
  margin-top: 24px; 
  margin-bottom: 2px;
  clear: both;
}
#sidebar-right p {
  color: #000000;
  font-size: 12px;
  line-height: 1.333;
  margin-bottom: 16px;
}
#sidebar-right a {
  color: #1b489b;
}
#sidebar-right ul {
  font-size: 13px; 
  line-height: 1.231; 
  margin-top: 0px; 
  margin-bottom: 16px;
  padding: 0em 0px 0em 16px; 
  list-style-type: disc;
}
#sidebar-right ol {
  font-size: 13px; 
  line-height: 1.231; 
  margin-top: 0px; 
  margin-bottom: 16px;
  padding: 0em 0px 0em 20px;
}
#sidebar-right ul li {
  color: #000000;
  margin: 0px 0px 8px 0px; 
  padding: 0; 
}
#sidebar-right ol li {
  color: #000000;
  margin: 0px 0px 8px 0px;
  padding: 0;
}
#sidebar-right ol li a, #sidebar-right ul li a {
  font-size: 13px; 
  line-height: 1.231; 
}

#sidebar-right .imgleft {
  float: left;  
  padding-right: 10px;
}
#sidebar-right .imgright {
  float: right; 
  padding-left: 10px;
}
#sidebar-right .loud {
  color: #fa8800;
  font-weight: bold;
}
#sidebar-right .quiet {
  color: #888;
}


#sidebar-right-bottom {
  background-image: url(images/bg-sidebar-right-bottom.png);
  background-repeat: no-repeat;
  width: 350px;
  height: 18px;
}


#gl-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 219px;
  height: 71px;
}

div.clear {
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
}

.sidemenu {
  padding: 0;
  margin-bottom: 8px;
}
.sidemenu .title {
  display: none;
}
.sidemenu ul.menu {
  margin: 0;
  text-align: right;
}
.sidemenu ul.menu li.leaf,
.sidemenu ul.menu li.collapsed,
.sidemenu ul.menu li.expanded {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.sidemenu ul.menu li.leaf a,
.sidemenu ul.menu li.collapsed a,
.sidemenu ul.menu li.expanded a {
  color: red;
  font-size: 14px;
  line-height: 1.286;
  text-decoration: none;
  border-bottom: #D2EFFF;
  padding: 0px 20px 0px 0px;
}
.sidemenu ul.menu li.leaf a:hover,
.sidemenu ul.menu li.collapsed a:hover,
.sidemenu ul.menu li.expanded a:hover {
  color: yellow;
}
.sidemenu ul.menu li.leaf a.active,
.sidemenu ul.menu li.collapsed a.active,
.sidemenu ul.menu li.expanded a.active {
  background-image: url(images/bg-menu-active.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: purple;
}


/* 
** Styles for xCaption.js - image captions
*/ 
div.xCaption {
}
p.xCaption {
  color: #303030;
  font-size: 10px; 
  line-height: 1.6; 
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
  padding: 0em 2px 8px 2px; 
}

/* 
** Drupal Nonsense
*/
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .links {
  margin-bottom: 0em;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.error {
  border-color: red;
}
.feed-icon {
  display: block;
  margin-top: 16px;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.2em 10px 0.2em 10px;
  margin-bottom: 1em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
#help {
  font-size: 0.917em; line-height: 1.455; margin-top: 0.000em; margin-bottom: 1.455em;
}

