body {
  margin: 0px;
}
body, td {
  font-family: arial;
  color: #444;
  font-size: 0.8em;
}
h1 {
  font-size: 15pt;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
img {
  border: none;
}
p {
  line-height: 20px;
}
a {
  font-weight: bolder;
  color: #444;
}
div.floatClear {
  clear: both;
}
h2.imageCaption {
  margin: 0px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 13px;
  padding: 4px 5px 6px 5px;
  background-color: #88A5B4;
  text-align: right;
}
h2.blueTitle {
  margin: 0px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 13px;
  padding: 4px 5px 6px 5px;
  background-color: #88A5B4;
}


/* Page Container */
#pageContainer {
  width: 900px;
  margin: 0 auto 0;
  position: relative;
}


/* Page Header */
#pageHeader {
  position: relative;
  margin: 20px 0px 20px 0px;
  font-size: 12px;
}
#gtLogo {
  margin: 0px 0px 10px 0px;
} 
#pageHeader ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #ccc;
}
#pageHeader li {
  float: left;
  display: inline;
  padding: 0px 6px 0px 6px;
  border-right: 1px solid #aaa;
}
#pageHeader li.last {
  border-right: none;
  padding-right: 0px;
}
#pageHeader li a {
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}
#pageHeader li a:hover {
  text-decoration: underline;
}
#bannerLinks {
  position: absolute;
  right: 0px;
  top: 0px;
}
#bannerLinks li.selected a {
  color: #88A5B4;
}
#bannerMenu ul {
  position: relative;
  height: 32px;
  padding: 6px 0px 6px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
#bannerMenu li {
  height: 30px;
  padding: 2px 9px 0px 9px;
}
#bannerMenu li.selected a {
  color: #88A5B4;
}
#bannerMenu li.singleLine a {
  position: relative;
  top: 7px;
}


/* Search Box */
#searchBox {
  position: absolute;
  width: 250px;
  height: 25px;
  right: 0px;
  top: 35px;
}
#searchBox fieldset {
  padding: 0px;
  border: none;
}
#searchBox label {
  float:right;
  color: #fff;
  line-height: 13px;
  padding: 5px;
  background-color: #88A5B4;
}
#searchBox #queryBorder {
  float: right;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  height: 21px;
}
#searchBox input {
  width: 120px;
  border: 1px solid #fff;
  height: 14px;
  font-family: verdana;
  font-size: 11px;
  margin: 2px 0px 0px 0px;
  padding: 0px 4px 0px 4px;
}
#searchBox button {
  float: right;
  color: #fff;
  border: none;
  background-color: #666;
  height: 23px;
  width: 30px;
  font-family: verdana;
  font-size: 11px;
  line-height: 13px;
  padding: 0px;
}


/* Search Results */
div.result {
  margin-bottom: 20px;
}
div.resultTitle a {
  font-size: 12pt;
}
div.resultBreadcrumb a {
  color: green;
}
span.highlight {
  font-weight: bold;
  font-color: #444;
}


/* Left Sidebar */
#leftSidebar {
  float: left;
  width: 180px;
  margin: 0px 20px 20px 0px;
  font-size: 9pt;
  line-height: 15px;
  position: relative;
}
#leftSidebar div.contentContainer {
  width: 170px;
}
#leftSidebarHomepage {
  float: left;
  width: 180px;
  margin: 20px 20px 20px 0px;
  font-size: 9pt;
  line-height: 15px;
}


/* Left Nav */
#pageMenu {
  margin: 0px 0px 60px 0px;
}
#pageMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#pageMenu li a {
  display: block;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  padding: 6px 5px 6px 0px;
}
#pageMenu li.first a {
  padding-top: 0px;
}
#pageMenu li a:hover {
  text-decoration: underline;
}
#pageMenu li.selected a {
  color: #88A5B4;
}
#pageMenu li.unpublished a {
  color: #4a4;
}
#pageMenu li {
  border-top: 1px solid #fff; /* IE6 hack */
  border-bottom: 1px dotted #aaa;
}
#pageMenu ul.children li {
  padding: 0px 0px 0px 15px;
  border: 1px solid #fff; /* IE6 hack */
}
#pageMenu ul.children li a {
  padding: 0px 5px 3px 0px;
}
#pageMenu ul.children li.last a {
  padding-bottom: 9px;
}
#pageMenu ul.children li.page a {
  color: #444;
}
#pageMenu ul.children li.selected a {
  color: #88A5B4;
}
#pageMenu ul.children li.unpublished a {
  color: #4a4;
}


/* Right Sidebar */
#rightSidebar {
  float: right;
  width: 180px;
  font-size: 9pt;
  line-height: 15px;
}
#rightSidebar div.content {
  margin: 0px 0px 20px 0px;
}


/* Main Content */
#mainContent div.content {
  line-height: 20px;
}
#mainContent div.content ul {
  padding-left: 15px;
  margin: 0px;
  line-height: normal;
}


/* Photo gallery */
div.imageGalleryContainer {
  width: 450px;
}
div.imageGallery a.galleryImage {
  text-indent: -9000px;
  display: block;
  width: 100px;
  height: 100px;
  margin: 5px 10px 5px 0px;
}


/* News */
div.newsContainer {
  line-height: 1.4;
}
div.news h1.headline {
  margin: 0px;
  color: #222;
  font-size: 16px;
}
div.news div.date {
  font-weight: bold;
  font-style: italic;
}
div.news div.content {
  margin-bottom: 10px;
  text-align: justify;
}
ul.headlines {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
li.headline {
  margin: 0px 0px 15px 0px;
}
li.headline a {
  color: #555;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
li.headline a:hover {
  text-decoration: underline;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/* Boxed Content */
div.boxedContent {
}
div.boxedContentBody {
  border: 1px solid #ccc;
  padding: 10px;
}
div.boxedContent h2 {
  margin:0px;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 13px;
  padding: 5px 3px 5px 5px;
}
div.boxedContent h2.red {
  background-color: #88A5B4;
}


/* Document downloads */
a.documentLink {
  color: blue;
}


/* Contacts */
span.contactTitle {
  color: #000;
  font-weight: bold;
}


/* Page Footer */
#pageFooter {
}


div.hiddenEditTools { 
  line-height: normal; 
}
