/*
-----------------------------------------------
Bingemans screen style
author: Jackson Marketing <http://www.jacksonmarketing.ca>
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
html body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px Arial, Verdana, Sans-serif;
  color: #555555;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background: #000000;
  }
#container {
  position: relative;
  width: 734px !important;
  width /**/: 774px;
  height: 635px !important;
  height /**/: 660px;
  margin: 15px auto 0 auto;
  border: 10px solid #60735B;
  border-bottom: 0;
  padding: 0 0 0 20px;
  background: #FFFFFF url("images/home_bg.gif") no-repeat;
  text-align: left;
  }
.blurb_container {
  width: 300px;
  background-color: red;
  }

/* Home Navigation
----------------------------------------------- */
#nav_container {
  float: left;
}
div#home_nav_entertainment a, div#home_nav_camping a, div#home_nav_catering a, div#home_nav_wedding a, div#home_nav_conference a, div#home_nav_events a {
  clear: left;
  float: left;
  width: 278px;
  height: 71px;
  }
div#home_nav_entertainment a {
  background: url("images/home_nav/entertainment.jpg") 0 0 no-repeat;
  }
div#home_nav_camping a {
  background: url("images/home_nav/camping.jpg") 0 0 no-repeat;
  }
  
 div#home_nav_wedding a {
  background: url("images/home_nav/wedding.jpg") 0 0 no-repeat;
  }
  
div#home_nav_catering a {
  background: url("images/home_nav/catering.jpg") 0 0 no-repeat;
  }
div#home_nav_conference a {
  background: url("images/home_nav/conference.jpg") 0 0 no-repeat;
  }
div#home_nav_events a {
  background: url("images/home_nav/events.jpg") 0 0 no-repeat;
  }
div#home_nav_entertainment a:hover, div#home_nav_camping a:hover, div#home_nav_catering a:hover, div#home_nav_wedding a:hover, div#home_nav_conference a:hover, div#home_nav_events a:hover {
  background-position: -278px;
  }
#promo { position: absolute; bottom: 40px; right: 30px; }
#promo img { border:none; }

#catering-express { position: absolute; top: 202px; left: 350px; }
#consignment-program { position: absolute; top: 175px; left: 549px; float:left; } 
#surveys { position: absolute; top: 30px; left: 20px;}
#transportation { position: absolute; top: 320px; left: 359px;}

#cycle-nav               { position: absolute; bottom: 20px; right: 30px; width: 365px; text-align: center; }
#cycle-nav a             { display: inline-block; width: 15px; height: 15px; background: url(images/cycle_off.gif) 0 0 no-repeat; text-decoration: none; text-indent: -999em; margin-right: 5px; }
#cycle-nav a.activeSlide { background: url(images/cycle_on.gif) 0 0 no-repeat; }
#cycle-nav a:focus       { outline: none; }
  

/* Footer
----------------------------------------------- */
#footer {
  width: 734px !important;
  width /**/: 774px;
  height: 20px !important;
  height /**/: 35px;
  background-color: #A8BAA5;
  margin: 0px auto 0 auto;
  padding: 5px 0 0 20px;
  border: 10px solid #60735B;
  border-top: 0;
  text-align: right;
  }
#footer a {
  font: 11px Arial, Verdana, Sans-serif;
  color: #333333;
  text-decoration: none;
  }
#footer a:hover {
  color: #FFF;
  text-decoration: none;
  }