html,
body,
body * {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  background: url(../img/backgroundRepeat.gif) repeat center 1000px;
  color: #000;
  font: 8pt Arial, sans-serif;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
}

h2 {
  color: #006cbd;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
}

legend,
h3 {
  color: #006cbd;
  font-size: 1.16em;
  font-weight: bold;
}

h4 {
  font-size: 8pt;
}

img {
  border: none;
}

textarea,
input {
  background: #fff;
  border: 1px solid #d8d8d8;
  display: inline-block;
}

.abstract {
  color: #006cbd;
  font-weight: bold;
}

.button {
  padding: 0 8px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  float: none !important;
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.date {
  font-size: 0.9em;
  position: relative;
  top: -20px;
}

.link {
  cursor: pointer;
}

.more {
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  font-size: 6pt;
}

.medium {
  font-size: 8pt;
}

.large {
  font-size: 10pt;
}

.print {
  display: none;
}

.underline {
  text-decoration: underline;
}

#printButton {
  vertical-align: middle;
  margin-left: 5px;
}

#bodyBackground {
  background: url(../img/background.png) repeat-x center top;
  min-height: 100%;
  overflow: hidden;
}

#mainBackground {
  background: url(../img/mainRepeat.gif) repeat-y center top;
  height: 100%;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
}

#mainContainer {
  background: url(../img/main.gif) no-repeat center top;
  height: 100%;
}

#contentContainer {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 950px;
}

#top {
  margin: 0 60px 1px 45px;
}

#logo {
  background: url(../img/logo.jpg);
  display: block;
  height: 63px;
  margin-top: 16px;
  width: 360px;
}

#top .links {
  list-style: none;
  margin-top: -9px;
}

#top .links li {
  background: no-repeat center bottom;
  margin: 0 4px;
  min-height: 62px;
  text-align: center;
}

#top .links a {
  color: #333;
  display: inline-block;
  font-size: 7.5pt;
  padding-bottom: 50px;
  text-align: center;
  text-transform: lowercase;
}

#topBanner {
  background: url(../img/topBanner.png);
  height: 248px;
  margin: 0 auto;
  position: relative;
  width: 938px;
}

#topBanner img {
  height: 200px;
  position: absolute;
  right: 59px;
  width: 300px;
  top: 24px;
}

#columnsContainer {
  margin: 0 20px;
  overflow: hidden;
  width: 910px;
}

.column {
  float: left;
}

.column.one {
  margin: 14px 0 0 8px;
  width: 196px;
}

.column.two {
  margin: 7px 25px 0;
  position: relative;
  width: 470px;
}

#mainMenu,
#mainMenu ul {
  list-style: none inside;
}

#mainMenu span {
  cursor: default;
}

#mainMenu span.link {
  cursor: pointer;
}

#mainMenu span,
#mainMenu a {
  background: url(../img/menuBullet.jpg) no-repeat -2px 4px;
  border-bottom: 1px dotted #999;
  display: block;
  font-size: 7pt;
  line-height: 24px;
  padding-left: 31px;
  text-transform: uppercase;
}

#mainMenu ul {
  padding-left: 23px;
}

#mainMenu ul.submenu.level0 {
  border-bottom: 1px dotted #999;
}

#mainMenu ul span,
#mainMenu ul a {
  background: url(../img/submenuBullet.gif) no-repeat 8px 6px;
  border: none;
  font-size: 8pt;
  padding: 0 0 1px 24px;
  text-transform: lowercase;
  line-height: 18px;
}

#mainMenu .link:hover,
#mainMenu .link.active,
#mainMenu a:hover,
#mainMenu a.active {
  color: #006cbd;
}

.column.two h2,
.column.two h3,
.column.two ul,
.column.two ol,
.column.two p,
.column.two .abstract { 
  margin-bottom: 20px;
}

.column.two ol,
.column.two ul {
  background: #eaeaea;
  padding: 15px 15px 15px 36px;
}

.column.two ul {
  list-style-type: square;
}

#mainContentContainer {
  overflow: hidden;
}

#mainContentContainer a {
  border-bottom: 1px dotted #006cbd;
  color: #006cbd;
}

#mainContentContainer a.lightbox-enabled {
  border: none;
}

#ajaxIndicator {
  background: #fff url(../src/img/loading.gif) no-repeat center center;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

/* BOF PAGEGALLERY */
.showGallery {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: -4px;
 *margin-top: 13px;
  padding: 2px 4px;
}

.pageGallery {width: 100%;}

.pageGallery ul {
  background: none !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 16px 0 !important;
}

.pageGallery li {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  margin: 3px;
  padding: 8px;
}

.pageGallery img {
  height: 90px;
  width: 120px;
}

/* EOF PAGEGALLERY */

.column.three {
  margin-top: 7px;
  width: 155px;
}

#searchForm {
  display: block;
}

.searchInput {
  border: 1px solid #d8d8d8;
  display: block;
  height: 16px;
  float: left;
  margin-top: 8px;
  width: 105px;
}

#searchForm button {
  background: url(../img/searchButton.jpg);
  border: none;
  display: inline-block;
  height: 39px;
  width: 38px;
}

#banners, #leftBanners {
  text-align: center;
}
#bannersHeader {
  color:#006CBD;
  font-size:1.16em;
  font-weight:bold;
  margin-top: 10px;
}

#bottom {
  background: url(../img/bottom.jpg);
  color: #fff;
  height: 52px;
  margin: 0 auto;
  padding: 40px 40px 0;
  width: 858px;
  text-align: center;
}

#footer {
  margin-top: 10px;
  text-align: center;
}

#footer a {
  color: #fff;
}

.messageErrorDiv {
  background-color:#FFDFDF;
  border-bottom:1px solid #FF3333;
  border-top:1px solid #FF3333;
  color:black;
  margin-bottom:5px;
  padding:5px;
  text-align:center;
  width:200px;
}

.messageOkDiv {
  width: 200px;
  color: black;
  background-color: #B3FF99;
  border-top: 1px solid #008521;
  border-bottom: 1px solid #008521;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}

/* BOF MAILING FORM */

#mailingForm {
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  padding: 4px;
}

#mailingForm fieldset {
  border: none;
}

#mailingForm fieldset div {
  text-align: center;
}

#mailingForm .searchInput {
  float: none;
  margin: 4px auto;
  padding: 0;
  width: 184px;
}

#mailingForm h4 {
  margin-bottom: 4px;
}

#subscriptionMsg {
  display: none;
}

/* EOF MAILING FORM */

/* BOF surveys */

#survey ul, 
#survey ol {
  background: none;
}

#survey ol {
  padding-bottom: 0;
  padding-top: 0;
}

#survey ul {
  list-style-type: none;
  padding: 0em 1em;
}

#survey ul li {
  padding: 0.3em 0em;
}

#survey div.user_answer {
  padding: 0.3em 1em;
}

#survey input{
  vertical-align: middle;
}

#survey .radio {
  vertical-align: bottom;
}

#survey .radio,
#survey .checkbox {
  border: none;
}

#survey fieldset.user_information {
  border: none;
  padding: 0em 0em 1em 1em;
}

#survey fieldset.user_information label {
  clear: left;
  display: inline-block;
  float: left;
  line-height: 24px;
  margin-right: 4px;
  text-align: right;
  width: 8.4em;
}

#survey .user_information input {
  margin-top: 4px;
}

#survey p.user_agreement {
  margin: 5px 10px 15px;
  text-align: justify;

}

#indicator {
  padding-left:5px;
  display:inline;
  vertical-align:middle;
  display:none;
}

#surveyMsg {
  display: none;
  width: 300px;
  background: #0784C7;
  border-top: 1px solid #0E3D90;
  border-bottom: 1px solid #0E3D90;
  margin: 1em 0em;
  padding: 1em;
  color: #fff;
}

#survey .error {
  color: red;
  font-weight: bold;
}

#surveySendContainer {
  text-align: center;
}

/* EOF surveys */

.paginator a.active {
  font-weight: bold;
}

#changeFont span {
  padding: 2px;
}

#sitemap {
  margin-top: -15px;
}

#sitemap,
#sitemap ul {
  background: none;
  margin-bottom: 0;
}

.sitemapWrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.sitemapItem {
  margin: 10px 0;
}

#input_code {
  width: 155px !important;
}

#map_canvas {
  width: 470px !important;
}

table.firms td {
  padding: 3px 8px;
}

table.firms td.firmName {
  font-weight: bold;
}

.selected {
  font-weight: bold;
}

#fakeHistory {
  height: 0;
  overflow: hidden;
}

.contentSubmenu ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.contentSubmenu a {
  line-height: 18px;
}

.contentSubmenu .active {
  font-weight: bold;
}

#rooms {padding: 15px;}
.room {list-style: none; margin: 0 0 20px; width: 100% !important;}
.room p {margin-bottom: 0 !important;}
.room .pageGallery ul {margin-left: 4px !important; margin-right: 0 !important;}
.pageGallery a {border: none !important;}

