body
{
  margin: 0px 20px 20px;
  padding: 0px;
  background: #000000 url(../images/bg-gradient.png) repeat-x;
}

a:link, a:visited
{
  color: #1a5ab1;
  text-decoration: none;
}

a:hover, a:active
{
  color: #ffcc33;
  text-decoration: underline;
}

p
{
  margin: 0px;
  padding: 0px;
  background-image: none !important;
}

img
{
  border: none;
}

ul, table ul
{
  margin-bottom: 0px;
  padding-bottom: 15px;
}

#navigation
{
  width: 880px;
  height: 40px;
  background: url(../images/bg-navigation.png) repeat-x;
  padding: 0px;
  margin: 0px;
}

#navigation img
{
  padding: 0px;
  margin: 0px;
}

#nav-home:link img, #nav-home:visited img
{
  width: 64px;
  height: 40px;
  background: url(../images/nav-home.png) top left;
}

#nav-home:hover img, #nav-home:active img
{
  background: url(../images/nav-home.png) bottom left;
}

#nav-show-info:link img, #nav-show-info:visited img
{
  width: 177px;
  height: 40px;
  background: url(../images/nav-show-info.png) top left;
}

#nav-show-info:hover img, #nav-show-info:active img
{
  background: url(../images/nav-show-info.png) bottom left;
}

#nav-exhibitors:link img, #nav-exhibitors:visited img
{
  width: 109px;
  height: 40px;
  background: url(../images/nav-exhibitors.png) top left;
}

#nav-exhibitors:hover img, #nav-exhibitors:active img
{
  background: url(../images/nav-exhibitors.png) bottom left;
}

#nav-special-attractions:link img, #nav-special-attractions:visited img
{
  width: 192px;
  height: 40px;
  background: url(../images/nav-special-attractions.png) top left;
}

#nav-special-attractions:hover img, #nav-special-attractions:active img
{
  background: url(../images/nav-special-attractions.png) bottom left;
}

#nav-galleries:link img, #nav-galleries:visited img
{
  width: 169px;
  height: 40px;
  background: url(../images/nav-galleries.png) top left;
}

#nav-galleries:hover img, #nav-galleries:active img
{
  background: url(../images/nav-galleries.png) bottom left;
}

#nav-sponsors:link img, #nav-sponsors:visited img
{
  width: 102px;
  height: 40px;
  background: url(../images/nav-sponsors.png) top left;
}

#nav-sponsors:hover img, #nav-sponsors:active img
{
  background: url(../images/nav-sponsors.png) bottom left;
}

#nav-media:link img, #nav-media:visited img
{
  width: 67px;
  height: 40px;
  background: url(../images/nav-media.png) top left;
}

#nav-media:hover img, #nav-media:active img
{
  background: url(../images/nav-media.png) bottom left;
}

#content
{
  width: 880px;
  background: #14283c url(../images/bg-content.png) repeat-x;
}

#content-home
{
  padding: 10px 10px 0px;
  text-align: left;
}

#content-interior
{
  padding: 20px 20px 20px;
  text-align: left;
}

#main
{
  color: #141414;
  background: #ffffff url(../images/bg-main.png) repeat-x;
  font: 12px/20px verdana, sans-serif;
  text-align: left;
}

#main-padding
{
  padding: 10px 20px 0px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

#main table
{
  font: 12px/20px verdana, sans-serif;
  color: #141414;
}

#main p
{
  padding: 0px 0px 15px;
}

#text-box
{
  width: 320px;
  height: 240px;
  background: url(../images/bg-text.png) no-repeat;
  font: 11px/16px tahoma, verdana, sans-serif;
  color: #fffff3;
}

#text-box-padding
{
  padding: 20px 10px 0px;
}

#footer
{
  width: 880px;
  height: 50px;
  background: url(../images/bg-footer-int.png);
  font: bold 12px/20px arial, helvetica, sans-serif;
  text-align: center;
}

#footer p
{
  padding-top: 15px;
}

#footer a:link, #footer a:visited
{
  color: #ffcc33;
  text-decoration: none;
}

#footer a:hover, #footer a:active
{
  color: #f03c14;
}

#copyright
{
  font: bold 11px/15px arial, helvetica, sans-serif;
  color: #8c8c8c;
  margin-top: 10px;
}

.gallery-thumb
{
  width: 180px;
  height: 100px;
  margin: 0px;
  display: block;
}

dt
{
  margin: 0px;
  padding: 0px;
}

dd
{
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

#main dd p
{
  padding: 2px 0px 8px;
  margin: 0px !important;
}

.thumbnail
{
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.thumbnail:hover
{
  background-color: transparent;
  z-index: 50;
  text-decoration: none;
}

.thumbnail span
{
  position: absolute;
  background-color: #ffffce;
  padding: 10px;
  width: 200px;
  left: -10000px;
  border: 1px solid #c8c8c8;
  visibility: hidden;
  color: rgb(60,60,60);
  text-decoration: none;
  font: 12px/18px verdana, sans-serif;
  text-align: left;
}

.thumbnail:hover span
{
  visibility: visible;
  left: 30px;
  top: -30px;
  text-decoration: none;
}

#slideshow
{
  position: relative;
  width: 530px;
  height: 240px;
}

#slideshow img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  display: block;
}

#slideshow img.active
{
  z-index: 10;
  opacity: 1.0;
}

#slideshow img.last-active
{
  z-index: 9;
}