/***** SUBPAGE STYLES *****/

/* BODY */
#body {
  background: white url(/images/subpage_body_bg.gif) repeat-y top left;
  width: 770px;
  float: left;
}

#body_bl_corner {
  background: url(/images/t_lcolumn_bl_corner.gif) no-repeat bottom left;
  float: left;
}

#body_br_corner {
  background: url(/images/subpage_rcolumn_br_corner.gif) no-repeat bottom right;
  float: left;
}

#body #column_left,#body #column_right {
  padding: 0;
  margin: 0;
}

#body #column_left {
  width: 213px;
  float: left;
  background: url(/images/t_lcolumn_tl_corner.gif) no-repeat top left;
}

#body #column_right {
  width: 557px;
  float: left;
  background: url(/images/subpage_rcolumn_tr_corner.gif) no-repeat top right;
}

/* LEFT COLUMN */
.lcolumn_box {
  margin: 6px 0 4px 3px;
}

.lcolumn_box_content {
  padding: 4px 19px;
  margin: 0 auto;
  background: url(/images/t_leftcolumn_box_bg.gif) repeat-y top left;
}

.lcolumn_box_content p {
  margin: 0;
  padding: 0;
}

.lcolumn_box_content p.form_field {
  margin: 0 0 10px 0;
  padding: 0;
}s

.lcolumn_box_bottom {
  width: 206px;
  height: 11px;
}

/* RIGHT COLUMN */
#body_content_container {
  float: left;
}

#body_content {
  float: left;
}

#body_content_left {
  width: 379px;
  float: left;
}

#body_content_right {
  width: 178px;
  float: left;
}

#pass_submit {
  margin: 0 0 0 63px;
}

#tickets_form {
  padding: 0;
  margin: 0;
}


/* SUBPAGE PHOTO */
#subpage_photo {
  margin: 10px;
}

/* SUBPAGE BODY CONTENT BOX */
.subpage_body_content_box_container {
  margin: 10px 10px 10px 10px;
  width: 536px;
  background: #f3efe6 url(/images/subpage_body_box_bg.gif) repeat-y;
}

.subpage_body_content_box {
  padding: 15px 15px 0 15px;
  background: url(/images/subpage_body_box_top.gif) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #555;
  line-height: 1.4em;
}

.subpage_body_content_box h1 {
  color: #133c8c;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
}

.subpage_body_content_box h2 {
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0 0 3px 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.subpage_body_content_box h3 {
  color: #555;
  font-size: 12px;
  padding: 0;
  margin: 0 0 3px 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subpage_body_content_box h4 {
  color: #333;
  font-size: 12px;
  padding: 0;
  margin: 0 0 3px 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* HOME BODY CONTENT RIGHT COLUMN */
.body_content_right_topic {
  padding: 0 20px 7px 15px;
}

/* BODY BOTTOM */
#body_bottom {
  clear: both;
  width: 770px;
  height: 6px;
  padding: 0;
  margin: 0;
  background: url(/images/t_body_bottom.gif) no-repeat top left;
}

/* SUBNAV */
#subnav {
  margin: 3px 0 0 7px;
  padding: 0;
}

#subnav_top {
  z-index: 50;
  position: relative;
  top: 5px;
  width: 198px;
  height: 34px;
  background: url(/images/subpage_nav_top.gif) no-repeat;
}

#subnav_top h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #133c8c;
  text-transform: uppercase;
  padding: 6px 0 0 10px;
}

#subnav_top h1 a {
  color: #133c8c;
  text-decoration: none;
}

#subnav_body {
  background: url(/images/subpage_nav_bg.gif) repeat-y;
  padding: 0;
  margin: 0;
  width: 198px;
  list-style: none;
}

#subnav_body li {
  width: 198px;
  padding: 0;
  margin: 0;
}

#subnav_body li a {
  background: url(/images/subpage_subnav_off.gif) no-repeat;
  width: 183px;
  height: 25px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 10px;
  color: #303847;
  text-decoration: none;
  padding: 9px 5px 0 10px;
}

#subnav_body li a.nav_on, #subnav_body li a.nav_on:hover {
  background: url(/images/subpage_subnav_on.gif) no-repeat;
  color: #fff;
}

#subnav_body li a:hover {
  background: url(/images/subpage_subnav_hover.gif) no-repeat;
}

#subnav_bottom {
  width: 198px;
  height: 7px;
  background: url(/images/subpage_nav_bottom.gif) no-repeat;
  z-index: 51;
  position: relative;
  top: -5px;
}

#level_2 {
  display: inline;
  padding: 0;
  margin: 0;
}

#level_2 li {
  width: 198px;
}

#level_2 li a {
  background: url(/images/subpage_subnav_off.gif) no-repeat;
  width: 168px;
  height: 18px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size: 10px;
  color: #303847;
  text-decoration: none;
  padding: 3px 5px 0 25px;
}

#level_2 li a.nav_on, #level_2 li a.nav_on:hover {
  background: url(/images/subpage_subnav_hover.gif) no-repeat;
  color: #444;
}


/* NEWS TOPICS */
/*****************************************************************************/
.date {
  width: 59px;
  height: 65px;
  background: url(/news/images/news_date_bg.gif) no-repeat;
  text-align: center;
  margin: 0 10px 0 0;
  float: left;
  clear: left;
}

.news_topic {
  float: left;
  margin: 0 0 20px 0;
}

.news_topic h1 a {
  display: block;
  width: 500px;
  color: #133c8c;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.news_topic h1 a:hover {
  text-decoration: none;
}

.news_description {
  width: 420px;
  margin: 0;
  padding: 0 0 0 5px;
  float: left;
}

.month, .day, .year {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #444;
}

.month {
  font-size: 12px;
  padding: 9px 0 0 0;
}

.day {
  font-size: 20px;
  margin: -2px 0 0 0;
}

.year {
  font-size: 10px;
  margin: 0;
}

#news_options {
  margin: 10px 0;
}

#rss_subscribe {
  clear: both;
  background: url(/images/rss_icon.gif) no-repeat 0 2px;
  padding: 0 0 0 15px;
}

#news_archives {
  padding: 0 0 0 20px;
}

/* GALLERY */
/*****************************************************************************/
.gallery_section {
  padding: 20px 5px 0 5px;
  float: left;
  margin: 0 0 10px 0;
  clear: left;
  width: 490px;
  border: 0px solid #666;
}

.gallery_section:hover {
  cursor: pointer;
}

a.gallery_image:link, a.gallery_image:visited, a.gallery_image:active {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 85px;
  margin: 0 10px 10px 0;
  float: left;
  text-align: center;
  font-size: 9px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #ddd;
  padding: 10px 0 5px 0;
  background: #eee;
  color: #444;
}

 a.gallery_image:hover {
  border: 1px solid #bbb;
  background: #fff;
}


/*****************************************************************************/
/* EVENTS */
#events_range {
  float: right;
  width: 512px;
  padding: 20px 0 20px 10px;
}

#events_range th {
  color: #fff;
  height: 24px;
}

#calender {
  float: left;
  width: 170px;
  margin: 20px 0 0 20px;
}

#calender_chart {
  background-color: #ccc;
  font-size: 11px;
  color: #999;
  font-weight: normal;
}

#calender_chart #calendar_months td {
  font-weight: bold;
  color: #003366;
}

#calendar_header {
  background: #ccc;
}

#calendar_header strong {
  color: #5a5a5a;
}

#calender th h1 {
  background: url(/images/subnav_underline.gif) no-repeat bottom center;
  margin: 5px 0 5px 0;
  font-size: 12px;
}

.calendar_date_text {
  font-size: 10px;
  padding: 0 5px;
  line-height: 1.3em;
}

#find_events {
  margin: 10px 0;
}

.event_topic {
  width: 90%;
  margin: 10px auto;
}

.event_topic strong {
  color: #888;
}

.event_topic h2 {
  color:#06f;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.event_topic h3 {
  font-size: 11px;
  margin: 0;
  color: #555;
  text-transform: uppercase;
}

#categories {
 text-align: center;
}

td#event_previous_btn {
  text-align: left;
  vertical-align: top;
  width: 24px;
}

td#event_next_btn {
  text-align: right;
  vertical-align: top;
  width: 24px;
}

.events_list_table tr td {
  padding: 5px 5px 5px 0;
}

#vv_events {
  margin: 0 0 15px 0;
  float: left;
}

#vv_events_left {
  float: left;
}

#vv_events_right {
  width: 170px;
  float: left;
  padding: 0;
  margin: 0;
}

#vv_events_submit {
  margin: 10px 0 0 0;
}

.vv_right_title {
  margin: 10px 0;
}

#event_listings {
  position:relative; left: -5px;
  width: 320px;
}

* html #event_listings {
  position:relative; left: -4px;
  width: 310px;
}

/*****************************************************************************/
/* RIDE EVENTS */
.calendar_block_months {
  height: 20px;
  font-weight: bold;
}

.calendar_block {
  height: 80px;
}

.calendar_block:hover {
  background: #eee;
}

#ride_calendar_options {
  margin: 10px 0;
}

/*****************************************************************************/
/* VEGAS VIBE DESTINATIONS */
#destinations h1 {
  margin: 20px 0 10px 0;
}

#destinations h2 {
  margin: 0;
}

#destinations td {
  padding: 0 0 20px 0;
  clear: left;
}

#destinations img {
  border: 1px solid #999;
  float: left;
  margin: 0 10px 0 0;
}

/*****************************************************************************/
/* HOTEL DIRECTORY */
#hotels img {
  border: 1px solid #999;
}

/* IE6 HACKS */
* html #subnav {
  margin: 3px 0 -5px 7px;
  padding: 0;
}