/*
Title: Reno-Tahoe Meetings
Description:  Global styles and page build
Author: Christine Harcinske / One to One Interactive
Last Updated:  
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

fieldset, img { 
  border: 0;
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
}
  
ol, ul {
  list-style: none;
}
  
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
  
caption, th {
  text-align: left;
}
  
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

:focus {
  -moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
  font-size: 100%;
  text-align: center;
}

body {
  margin: 0;
  text-align: left;
  background: #d7d5bd url('../images/site_bg.jpg');
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
  color: #362f23;
}

.vt td {
	padding: 10px;
	text-align: center;
}

/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 0 0 20px 0;
}

.featured_contact p {
  margin: 0 0 6px 0;
}

#property_contact p {
	margin: 0 0 12px 0;
}

#property_contact a, #property_contact a:link, #property_contact a:visited, #property_contact a:hover {
	cursor: pointer;
	position: relative;
}

#events_main p {
  margin: 10px 0 26px 0;
}

a, a:link {
  color: #4a6d87;
  text-decoration: none;
}

a:visited {
  color: #6e7a83;
}

a:hover, a:visited:hover {
  color: #283036;
}

#left ul {
	margin: 10px 0;
}

#left li {
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;
	list-style: disc;
}

.featured_contact a, .featured_contact a:visited {
  font-size: 18px;
  line-height: 20px;
}

/*#events_main a {
  font-size: 14px;
}
*/
#footer a {
  color: #83909a;
}

#footer a:hover {
  color: #afb6bb;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
}


h1, .contentheading {
  color: #362f23;
  text-transform: uppercase;
  font: bold 20px/20px Arial, Helvetica, sans-serif;
  background: url('../images/h1_bg.gif') top left repeat-x;
  padding: 6px 0 4px 2px;
	margin: 0 0 10px 0;
}

#header h1 {
  background: url('../images/logo_header.gif') top left no-repeat;
  color: #4a6d87;
  float: left;
  margin: 28px 0 0 0;
  padding: 0;
  cursor: pointer;
  height: 21px;
  width: 310px;
  text-indent: -9000px;
}

#header h1 a, #header h1 a:visited {
  display: block;
  height: 21px;
  width: 310px;
}

h2 {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#footer h2 {
  font: bold 18px/20px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  vertical-align: inherit;
  padding: 0;
  margin: 0;
}

h3 {
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#sidebar h3 {
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  background: url('../images/divider_side.gif') left bottom repeat-x;
}

#footer h3 {
  font: bold 16px/22px Arial, Helvetica, sans-serif;
  color: #fff;
}

::-moz-selection { 
  background: #4a6d87; 
  color: #fff;
}

::selection { 
  background: #4a6d87;
  color: #fff;
}



/* FORM STYLES
----------------------------------------------------------------------*/


#footer input.inputbox {
  color: #362f23;
  background: #ececdc;
  border: 1px solid #a9a885;
  height: 24px;
	width: 250px;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

 input.inputbox {
	color: #362f23;
  background: #ececdc;
  border: 1px solid #a9a885;
  height: 24px;
	width: 250px;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

form.bfform textarea {
	color: #362f23;
  background: #ececdc;
  border: 1px solid #a9a885;
	width: 250px;
  padding: 2px 10px 2px 10px;
  cursor: pointer;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.inputbox:hover, .inputbox:focus, .inputbox:active, form.bfform textarea:hover, form.bfform textarea:focus, form.bfform textarea:active {
  background: #fff;
}

select {
	height: 24px;
	min-width: 270px;
}

option {
	padding-left: 6px;
}

form.bfform div label {
display:block;
float:left;
margin:0 10px 5px 0;
padding: 3px 0;
text-align: right;
width: 250px;
}

.bf_form_row label {
	display: block;
	width: 200px;
	visibility: visible !important!;
}

form.bfform div label.bf_layout_checkbox {
	text-align: left;
}

.checkbox {
	text-align: left;
	margin: 0 6px 0 0;
}


#foot_newsletter {
  height: 26px;
  width: 250px;
  border: none;
  color: #333;
  margin: 6px 0;
  background: url('../images/newsletter_bg.gif') top left repeat-x;
}

.footer_submit {
  background: #182229;
  color: #83909a;
  border: 1px solid #4a5963;
  height: 24px;
  width: 100px;
  padding: 4px 0 0 0;
  text-align: center;
  cursor: pointer;
  display: block;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

input.footer_submit {
  background: #182229;
  color: #83909a;
  border: 1px solid #4a5963;
  height: 28px;
  width: 100px;
  padding: 4px 0 8px 0;
  text-align: center;
  cursor: pointer;
  display: block;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

input.footer_submit:hover {
  background: #182229;
  color: #afb6bb;
}

.submit, a.submit, a:visited.submit, .btn, a.btn, .wrapper a.btn, #featured_prop a:link.btn  {
  background: #e2e1d0;
  color: #4a6d87;
  border: 1px solid #b2b29f;
  height: 24px;
  min-width: 80px;
	margin: 0;
  padding: 4px 10px 0 10px;
  text-align: center;
  display:inline-block;
  cursor: pointer;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

#left #form_submit_button, #left #form_preview_button {
  background: #e2e1d0;
  color: #4a6d87;
  border: 1px solid #b2b29f;
  height: 30px;
  min-width: 80px;
	margin: 0;
  padding: 0 10px 2px 10px;
  text-align: center;
  display:inline-block;
	vertical-align: top;
  cursor: pointer;
  font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.submit:hover, a:hover.submit, a:visited:hover.submit, .btn_hover, a.btn:hover, #left #form_submit_button:hover, #left #form_preview_button:hover {
  background: #fff;
  border: 1px solid #b2b29f;
	color: #362f23;
}

div#bf_failvalidation_messages {
	border: none;
	text-align: left;
}

div#bf_failvalidation_messages img {
	display: none;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/

.white_divide {
  height: 1px;
  background: url('../images/side_bdr.gif') top left repeat-x;
  margin: 0 0 10px 0;
  text-indent: -9000px;
}

.bdr {
	padding: 4px;
	background: #e3e2d1;
	margin: 6px;
	border: 1px solid #a9a885;
}

.contentpaneopenright-only, .contentpaneopen {
	width: 100%;
}

data_table {
	width: 100%;
}

.data_table td {
	padding: 4px 4px 6px 4px;
	background: url('../images/divider.gif') bottom left repeat-x;
	text-align: left;
}

.rfp_form {
  border-collapse: collapse;
  border-spacing: 10px;
}

.rfp_form td {
	padding: 6px;
}

.bf_layout_checkbox {
	text-align: left;
}

.clear {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url('../images/divider.gif') bottom left repeat-x;
}

.clear a {
  font-size: 16px;
}

.clear a.btn {
  font-size: 12px;
}

td {
	vertical-align:top;
}


/*****************************************************************************
SITE BUILD
*****************************************************************************/

#top_stripe {
  background: url('../images/header_bg.png') top left repeat-x;
  height: 117px;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  overflow: hidden;
}

#header_rfp {
  background: url('../images/header_rfp.gif') top left no-repeat;
  width: 170px;
  height: 41px;
  text-indent: -9000px;
  display: block;
  float: right;
  margin: 10px 0 0 0;
}

/* MAIN PAGE
----------------------------------------------------------------------*/

#slideshow {
  background: #ececdc;
  border: 1px solid #a9a885;
  border-width: 1px 1px 0 1px;
  padding: 6px;
  margin-top: 10px;
	position: relative;
	z-index: 50;
}

#slideshowboxCaption {
	position: absolute;
	bottom: 6px;
	background: url('../images/caption_bg.png');
	left: 6px;
	width: 926px;
	padding: 4px 10px;
	z-index: 100;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

#left #slideshowboxCaption {
	display: none;
}

#slideshow_btm {
  background: url('../images/slideshow_btm.png') bottom left no-repeat;
  height: 7px;
  text-indent: -9000px;
}

#featured_prop {
  width: 320px;
  padding: 10px 30px 30px 0;
  float: left;
  min-height: 244px;
}

#featured_prop img {
  height: 92px;
  width: 140px;
  padding: 4px;
  margin: 10px 0 0 0;
  background: #ececdc;
  border: 1px solid #a9a885;
  float: left;
}

.featured_contact {
  float: left;
  padding: 10px 0 0 10px;
  width: 150px;
}

.featured_desc {
  background: url('../images/divider.gif') top left repeat-x;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  clear: both;
}

#events_main {
  width: 330px;
  padding: 10px 30px 0 0;
  float: left;
  min-height: 244px;
}

#featured_prop img, #events_main img {
  padding: 4px;
  margin: 10px 0;
  background: #ececdc;
  border: 1px solid #a9a885;
}


.date {
  background: url('../images/divider.gif')  0 10px repeat-x;
  display: block;
}

#cta_main {
  width: 250px;
  min-height: 244px;
  float: left;
  padding: 10px 0 0 0;
}

#cta_facebook {
  height: 80px;
  width: 251px;
  padding: 0;
  margin: 0 0 10px 0;
  background: url('../images/cta_facebook.gif') top left no-repeat;
  line-height: 14px;
}

#cta_facebook .fan_box .profileimage, #cta_facebook .fan_box .img{
	margin-right: 20px;
}

#cta_facebook .name_block a:link, #cta_facebook .name_block a:visited {
	color: #4a6d87;
}

#cta_tours {
  height: 51px;
  width: 161px;
  padding: 8px 80px 0 10px;
  margin: 0 0 10px 0;
  background: url('../images/cta_tours.gif') top left no-repeat;
  line-height: 14px;
}

#cta_rfp {
  height: 51px;
  width: 171px;
  padding: 8px 10px 0 70px;
  margin: 0 0 10px 0;
  background: url('../images/cta_rfp.gif') top left no-repeat;
  line-height: 14px;
}

#cta_toolkit {
  height: 51px;
  width: 171px;
  padding: 8px 70px 0 10px;
  margin: 0 0 10px 0;
  background: url('../images/cta_toolkit.gif') top left no-repeat;
  line-height: 14px;
}

#cta_getting-here {
  height: 51px;
  width: 171px;
  padding: 8px 10px 0 70px;
  margin: 0 0 10px 0;
  background: url('../images/cta_getting-here.gif') top left no-repeat;
  line-height: 14px;
}

#cta_tours a, #cta_rfp a, #cta_toolkit a, #cta_getting-here a {
  color: #362f23;
}

#cta_tours span, #cta_rfp span, #cta_toolkit span, #cta_getting-here span {
  font: bold 13px/14px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #362f23;
  display: block;
}

/* SUBPAGE
----------------------------------------------------------------------*/

#left {
  margin: 10px 20px 0 0;
  float: left;
  width: 690px;
}

#sub_img {
  background: #ececdc;
  border: 1px solid #a9a885;
  padding: 6px;
  margin: 0 0 10px 0;
  width: 676px;
}

#sidebar {
  width: 250px;
  min-height: 244px;
  float: left;
  padding: 10px 0 0 0;
}

.sidebox {
  background: url('../images/sidebar_bg.png');
  border: 1px solid #b9b9a5;
  padding: 6px 10px;  
}

#sidebar ul {
  margin: 0 0 20px 0;
}

#sidebar li a {
  margin: 0;
  padding: 2px 0 2px 22px;
  display: inline-block;
  width: 206px;
}

#sidebar li a:hover {
  background: #d9d9c9;
}

#sidebar li a.on, #sidebar li#current {
  background: #d9d9c9;
  font-weight: bold;
}

#sidebar li#current a {
	color: #283036;
}

/* CALENDAR STYLES 
----------------------------------------------------------------------*/

#events_main .eventslist li {
  padding: 0 0 30px 0;
}

#sidebar .eventslist li {
  padding: 0 0 20px 0;
}

#events_main .eventslist li a, #sidebar .eventslist li a {
  padding: 0;
}

#events_main .eventslist li a, #events_main .eventslist li a:visited {
  font-size: 14px;
}

#events_main .eventslist li .eventsdate, #sidebar .eventslist li .eventsdate {
background: url('../images/divider.gif') 0 10px repeat-x;
  display: block;
}

#sidebar span.eventdate_bg {
  background: url('../images/eventdate_bg_side.jpg');
  padding: 0 6px 0 0;
}

#events_main span.eventdate_bg {
  background: url('../images/eventdate_bg.jpg');
  padding: 0 6px 0 0;
}

#tab_container .eventslist {
	margin: 0; 
	padding: 0;
}

#tab_container .eventslist li {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	background: url('../images/divider.gif') bottom left repeat-x;
}

#tab_container .eventslist li a {
	font-size: 16px;
}

div.eventdescription {
	  padding: 0;
}

/* PROPERTY PAGE
----------------------------------------------------------------------*/

#property_contact_block {
  background: url('../images/property_contact_block.png');
  height: 298px;
  border: 1px solid #a9a885;
  margin: 10px 0;
  padding: 16px;
  overflow: hidden;
}

#property_slideshow {
  float: left;
  width: 452px;
	display: inline-block;
}

#property_img {
  height: 274px;
  width: 452px;
  overflow: hidden;
}

#property_slideshow #slideshowbox {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshowboxgallery {
	position: absolute;
	top: 270px;
	left: 0;
}

#property_thumbs {
  overflow: hidden;
  height: 25px;
  margin: 12px 0 0 0;
}

#slideshowboxgallery li {
  float: left;
  width: 40px;
  margin: 0 16px 0 0;
}

#property_contact {
  float: right;
  width: 180px;
  padding: 0;
}

#amenities {
	width: 190px;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
	border-left: 1px solid #bfbeaa;
	float: right;
}

#overview {
	float: left;
	width: 456px;
	padding: 0 0 0 4px;
}


/*--------- tabs ---------*/

#tab_container {
  width: 690px;
  overflow: hidden;
}

#tab_content {
  padding: 20px 0;
  height: 100%;
  overflow: hidden;
}

#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  display: block;
  height: 30px;
  background: url('../images/divider.gif') bottom left repeat-x;
}

#tabs li {
  display: block;
  float: left;  
  margin: 0 3px 0 0;
  text-align: center;
}

#tabs li a, #tabs li a.tab_on {
  height: 22px;
  display: block;
  color: #362f23;
  background: url('../images/tab_bg.jpg') top left repeat-x;
  padding: 6px 0 0 0;
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;  
}

#tabs li a:hover, #tabs li.tab_on a {
  background: url('../images/tab_bg_on.jpg') top left repeat-x;
  height: 23px;
  padding: 5px 0 1px 0;
  color: #4a6d87;
  border: 1px solid #f1f1ea;
  border-width: 1px 1px 0 1px;
}

#tab_1, #tab_2, #tab_3 {
  clear: both;
}

#tab_2, #tab_3 {
  display: none;
}

#tab_button_1.tab_on, #tab_button_2.tab_on, #tab_button_3.tab_on {
  height: 28px;
  display: block;
}

#tab_button_1, #tab_button_2, #tab_button_3 {
  width: 210px;
}

#tab_2 .bdr {
	padding: 4px;
	background: #e3e2d1;
	margin: 6px;
	width: 150px;
	height: 150px;
	border: 1px solid #a9a885;
}


.data_table {
	width: 100%
}

.data_table th {
	padding: 8px 4px 10px 4px;
	background: #e0dfce url('../images/divider.gif') bottom left repeat-x;
	font: bold 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.data_table td {
	padding: 4px 4px 6px 4px;
	background: url('../images/divider.gif') bottom left repeat-x;
}



/* FOOTER
----------------------------------------------------------------------*/

#footer {
  background: url('../images/footer_bg.jpg') top left repeat-x;
  height: 590px;
  color: #afb6bb;
	margin: 20px 0 0 0;
}

#footer .wrapper {
  background: url('../images/footer_shadow.jpg') top middle no-repeat;
  padding: 20px 0 0 0;
}

#footer h2 img {
  margin: 0 0 0 6px;
  vertical-align: middle;
}

#fAlive {
  width: 676px;
  padding: 0 34px 0 0;
  overflow: hidden;
  float: left;
}

#fAlive_map {
  float: left;
  width: 150px;
  padding-top: 20px;
}

#fAlive_content {
  float: left;
  padding-top: 20px;
  width: 500px;
}

#fNewsletter {
  float: left;
  width: 250px;
  overflow: hidden;
}

#fNewsletter p {
  padding-top: 20px;
}

#fProperties {
  clear: both;
  overflow: hidden;
  padding: 10px 0 0 0;
}

#fhotels {
  width: 690px;
  float: left;
  margin: 20px 20px 0 0;
}

#fhotels ul {
  width: 230px;
  overflow: visible;
  float: left;
  margin: 20px 0;
}

#fhotels li {
  padding: 0 0 4px 0;
}

#fOther {
  float: left;
  width: 250px;
  margin: 20px 0 0 0;
}

#fOther ul {
  width: 250px;
  overflow: visible;
  float: left;
  margin: 20px 0;
}

#fOther li {
  padding: 0 0 4px 0;
}

#footer_info {
  background: url('../images/fDivider.gif') top left repeat-x;
  overflow: auto;
  padding: 20px 0 10px 0;
}

#footer_logo {
  float: left;
  width: 230px;
  display: block;
  padding: 4px 0 0 0;
}

#footer_nav {
  float: left;
  width: 730px;
}

#footer_nav ul {
  margin: 0 0 6px 0;
  overflow: hidden;
}

#footer_nav li {
  float: left;
  margin: 0 16px 0 0;
}

/* MAIN NAVIGATION
----------------------------------------------------------------------*/

#topnav {
  overflow: hidden;
  margin: 18px 0 0 0;
}

#topnav li {
  float: left;
  margin: 0 25px 0 0;
}

#topnav li a, #topnav li a:visited {
  width:111px;
  height: 37px;
  padding: 8px 0 0 4px;
  color: #362f23;
  background: url('../images/menu_bg.png') 0 -46px repeat-x;
  font: 14px/14px Arial, Helvetica, sans-serif;
  display: block;
  text-decoration: none;
}

#topnav li a:hover, #topnav li.on a, #topnav li a:visited:hover {
  background-position: 0 0;
  color: #4a6d87;
}


#topnav li a span {
  font: 20px/22px Georgia, "Times New Roman", Times, serif;
  display: block;
}

 #property_contact object#tours, #property_contact embed {
	margin: 0;
	 padding: 0;
	 height: 75px;
	 cursor: pointer;
}

#dmarticlesfilter_results {
	width: 100%;	
}

/* JOOMLA STYLES
----------------------------------------------------------------------*/

/*.contentpaneopen {
	width: 100%;
	margin: 0 0 10px 0;
}*/

/*.buttonheading {
	display: none;
}*/
