/* all imports must occur at the top of the file in Firefox */
@import "/includes/css/contentbox.css";
@import "/includes/css/gallery.css";

html {
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #E0E0E0;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: center;
}

div {
  text-align: left;
}

td {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: normal;
}

a {
  color: #006EB8;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
  color: #006EB8;
  text-decoration: underline;
}

.title {
  color: #001F3B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.crumb {
  color: #777777;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

a.crumb {
  color: #006EB8;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
a.crumb:link, a.crumb:visited, a.crumb:hover, a.crumb:active {
  text-decoration: underline;
  }

.crumbSeparator {
  color: #A52525;
  font-size: 7.5pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: red;
  font-weight: bold;
  }

.success {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: green;
  font-weight: bold;
  }

.message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
/*
  color: #669933;
*/
  color: #3E3E3E;
  font-weight: bold;
  }

a.toplinks, a.toplinks:link, a.toplinks:visited, a.toplinks:hover, a.toplinks:active {
  color: #666666;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration:none;
}

a.closeWindow {
  color: #FFFFFF;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
a.closeWindow:link, a.closeWindow:visited {
  color: #FFFFFF;
  text-decoration: none;
  }
a.closeWindow:hover, a.closeWindow:active {
  color: #FFFFFF;
  text-decoration: underline;
  }

.contactform {
  color: #3E3E3E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block; /* for IE only - declaration gets dropped in Firefox */
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* MENU STYLES */
#menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menuitem {
  margin: 0px 5px;
  float: left;
  /*line-height: 43px;*/
}

.menu {
  list-style: none;
  display: block;
  position: absolute;
  z-index: 50;
  padding: 0px;
  margin: 0px;
}

.menu li {
  clear: left;
  margin: 4px 5px 7px 5px;
  line-height: 12px;
  width: 1%;
}

.submenu {
  list-style: none;
  display: block;
  position: absolute;
  z-index: 50;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.submenu li {
  clear: left;
  margin: 0px 5px 7px 5px;
  line-height: 11px;
}

.subnav {
  color: #FFFFFF;
  display: block;
}
a.subnav:link, a.subnav:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.subnav:hover, a.subnav:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.topnav {
  color: #FFFFFF;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  float: left;
  margin-top: 13px;
}

.relatedtitle {
  color: #FFFFFF;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 13px;
}

a.topnav:link, a.topnav:visited, a.topnav:hover, a.topnav:active {
  color: #FFFFFF;
  text-decoration: none;
}

/* SITEMAPS STYLES */
.sitemaplist {
  padding-left: 20px;
  margin-left: 0px;
}

.sitemaplist li {
  margin: 5px;
}

.sitemapitem a {
  font-size: 12px;
}

.breadcrumb {
  color: #001F3B;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
