html {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #4B7AB2;
  background-image: url("/images/goto_back.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

h1, h2, h3, p {
  margin: 0px;
}
h2 a {
  text-decoration: none;
  border-bottom: 1px dotted #497ab2;
  line-height: 1.3em;
}

h2 a:hover {
  border-bottom: 1px solid #5a95d8;
}

a, a:visited {
  color: #497ab2;
  text-decoration: none;
}

a:hover {
  color: #5a95d8;
}

h2.red {
  display: inline-block;
  color: #990000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 3px solid #CCCCCC;
}

h3 {
  font-size: 1em;
}

.clear {
  clear: both;
}

#container {
  text-align: center;
  font-size: 0.75em;
}

#content {
  text-align: left;
  clear: both;
  width: 940px; 
  margin: 0px auto 0px auto;
  padding: 10px 0 10px 0;
}

#main {
  width: 920px;
  padding: 10px;
  min-height: 80px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: white;
}

#main_content {
  width: 610px;
}

#main_content2 {
  width: 428px;
}

#header {
  width: 940px;
  height: 79px;
  position: relative;
  background-position: bottom center;
  background-image: url("/images/header_default.png");
}

#secondary {
  background-color: #2d313a;
  border-right: 1px solid black;
  height: 34px;
  width: 940px;  
}

#secondary ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 940px;
  float: left;
}

#secondary ul li {
  float: left;
}

#secondary ul li img {
  border: 0px;
}

#footer {
  width: 940px;
  height: 70px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #4B7AB2;
  background-image: url("/images/footer_default.png");
}

#footer div.whitespace {
  height: 30px;
  background-color: #ffffff;
}

#footer_image {
  float: right;
  position: relative; 
}

#footer_image.events {
  background-image: url("/images/events/footer.png");
  width: 96px;
  height: 68px;
  top: -35px;
}

#footer_image.gaming {
  background-image: url("/images/gaming/footer.png");
  width: 107px;
  height: 105px;
  top: -83px;
}

#footer_image.entertainment {
  background-image: url("/images/entertainment/footer.png");
  width: 40px;
  height: 95px;
  top: -73px;
}

#footer_image.dining {
  background-image: url("/images/dining/footer.png");
  width: 80px;
  height: 96px;
  top: -73px;
}

#header.gaming {
  background-image: url("/images/header_gaming.png");
}

#header.skiing {
  background-image: url("/images/header_skiing.png");
}

#footer.gaming {
  height: 115px;
  background-image: url("/images/footer_gaming.png");
}

#footer.events {
  height: 80px;
  background-image: url("/images/footer_events.png");
}

#disclaimer {
  text-align: center;
  color: white;
  margin-top: 5px;
  font-size: 0.75em;
}

#disclaimer a {
  color: white;
}

#disclaimer a:hover {
  color: #CCCCCC;
}

#right-column {
  float: right;
  width: 300px;
  text-align: center;
}

#middle-column {
  float: right; 
  width: 172px; 
  margin-right: 10px; 
  margin-left: 10px;
}

#middle-column img {
  border: 1px solid #AAAAAA;
}

#middle-column a:hover img {
  border: 1px solid black;  
}

#middle-column h3 {
  text-transform: uppercase;
  margin: 5px 0px 3px 0px;
}

#middle-column p {
  color: #333333;
  margin-bottom: 5px;
}

#ad {
  width: 300px; 
  text-align: right; 
  margin: 0px auto 0px auto; 
  color: #444444;
}

#ad a {
  font-weight: bold;
  color: #6699ff;
  text-decoration: none;
}

#ad a:hover {
  text-decoration: underline;
}

#leaderboard {
  height: 90px;
  width: 728px;
  margin: auto;
  padding-bottom: 10px;
}

#package-builder {
  width: 298px;
  height: 189px;
  border: 1px solid #aaa;
  margin: 10px 0px 0px 0px;
  text-align: left;
  background-image: url('/images/or_background.gif');
  background-position: bottom center;
  background-repeat: no-repeat;
}

#package-builder h1 {
  font-size: 1.16em;
  margin: 10px auto 0px auto;
  width: 175px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #990000;
  border-bottom: 1px solid #aaa;
}

#package-builder h2 {
  font-size: 1.16em;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: center;
}

#package-builder h5 {
  margin: 0px 0px 10px 0px;
  font-size: 0.83em;
}

#package-builder label {
  display: block;
}

div.package-list {
  float: left;
  width: 160px;
  margin: 0px 0px 10px 0px;
  background: url(/images/graphics/advertisement.gif) top center no-repeat;
  padding-top: 7px;
}

div.package {
  border: 1px solid #CCCCCC;
  border-top: 4px solid #9eafd5;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 0.785em;
}

div.package-description h1 {
  display: none;
  float: left;
  font-size: ;
}

div.package-description h2 {
  float: left;
  clear: left;
  margin-bottom: 4px;
}

div.package-description h3 {
  margin-right: 4px;
  float: left;
}

p.package-price {
  vertical-align: bottom;
  float: left;
  color: #990000;
}

p.package-description {
  padding-top: 4px;
  clear: left;
}

#frontpage-feature {
  margin-bottom: 10px;
}

#frontpage-feature img {
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin: 0px 10px 10px 0px;
}

#frontpage-feature #description {
  line-height: 1.25em;
}

#frontpage-feature #description h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 16px;
}

.carousel-promo {
  float: left;
  width: 196px;
  margin: 0;
  padding: 0;
}

.carousel-promo h2 {
  margin: 0;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444444;
  font-size: 1em;
}

.carousel-promo .promo-description {
  margin: 0px;
  padding: 10px;
  padding-top: 15px;
  background-image: url("/images/graphics/promo_shadow.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.carousel-promo h3 {
  margin: 0;
  margin-bottom: 3px;
  font-weight: bold;
}

#main a:hover img {
  border: 1px solid black;
  background-color: #EEEEEE;
}

#main a img {
  padding: 5px;
  border: 1px solid #CCCCCC;
}

.carousel-promo p {
  margin: 0;
  padding: 0;
}

.article {
  width: 600px;
  font-family: Arial, Helvetica, sans-serif;
}

.article-head {
  margin-bottom: 10px;
}

.article-head h1, h1.sectionhead {
  color: #497ab2;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.article-head h2 {
  display: none;
}

.article p {
  line-height: 1.5em;
}

.article h2.byline {
  color: #497ab2;
  margin-bottom: 4px;
}

p.byline {
  color: #757c89;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #e2e1c7;
  border-bottom: 1px solid #e2e1c7;
}

#galleryphoto img {
  background-color: white;
  padding: 3px;
  border: 15px solid black;  
}

div.ad {
  background: url(/images/graphics/advertisement.gif) top center no-repeat;
  width: 300px;
  padding-top: 8px;
}

#photos {
  background-color: #5999c6;
  margin-bottom: 10px;
  text-align: left;
}

#photos h2 {
  margin: 0px;
  padding: 10px;
  background-color: #3d5a9a;
  color: #9eafd5;
  text-transform: lowercase;
}

#related {
  margin-bottom: 10px;
  text-align: left;
}

#related ul {
  list-style-image: url(http://gotorenotahoe.com/images/graphics/triangle_bullet.png);
  margin: 0 0 0 15px;
  padding: 0px;
}

#related ul li {
  width: 142px;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

#map {
  margin-bottom: 10px;
}

#map-sidebar {
  float:left;
  margin: 5px;
  padding:2px;
}

#map-main {
  float:right;
  margin: 5px;
  border: 1px solid gray;
  padding:1px;
}

div.casino-map-item {
  padding:10px;
  margin:10px;
  border-bottom: 2px solid #efefef;
  width:400px;
}

div.casino-listing {
  line-height: 1.5em;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.casino-listing.featured {
  background-color: #cde0f4;
  padding: 10px;
}

div.casino-listing h2 {
  margin: 0px;
  margin-bottom: 10px;
}

div.casino-listing div.photo {
  float: left;
  margin-right: 15px
}

.feature {
  width: 610px;
  border: 1px solid #ccc;
}

.feature .tabs {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.feature .tabs ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: left;
  width: 100%;
}

.feature .tabs ul li {
  width: 33%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  position: relative;
  right: 50%;
  border-right: 1px solid #ccc;
  display: block;
}

.feature .tabs ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 1px;
  padding: 3px 10px;
  background: #497ab2;
  color: white;
  text-decoration:none;
  line-height:1.3em;
}

.feature .tabs ul li a.current {
  background: #c01b23;
}

.middle_block {
  height: 199px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.middle_block a.headline, .middle_block li a {
  color: black;
  text-decoration: underline;
  line-height: 1.3em;
  display: block;
  margin: 5px;
  font-size: 10px;
}

.middle_block h3 {
   color: #497ab2;
   margin-top: 0px;
}

.middle_block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#skyscraper {
  width: 160px;
  float: left;
  margin: 10px 10px 10px 0px;
}

#ad_footer a img, #ad_footer a img:hover, #promo_ad a img, #promo_ad a img:hover, #facts a img, #facts a img:hover, #skyscraper a img, #skyscraper a img:hover, #ad a img, #ad a img:hover, #package-builder a img, #package-builder a img:hover, #gallery_navigation a img, #gallery_navigation a img:hover {
  padding: 0px;
  border: 0px;
  background-color: #FFF;
}

#thumbnail_gallery a img:hover {
  background-color:#5999C6;
}

.byline {
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 0px;
  text-transform: uppercase;
}

.article p {
  margin-bottom: 10px;
}

.sidebar-photo p {
  font-size: 11px;
  margin: 0px;
  padding: 0px 0px 12px 0px;
}

.photo-byline {
  font-size: 11px;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  text-align: right;
}