body {
	background: url(/images/bgBody.png) top left repeat-x;
	text-align: left;
	margin: 0;
	font: 11px Verdana, Helvetica, sans-serif;
}

/*************************
 PAGE CONTAINER & MAST
 *************************/
#outer-container {
	background: url(/images/bgContainer.png) top left repeat-y;  
	margin: 0 auto;
	width: 982px;
	padding: 0 0 10px 10px;
	min-height: 1440px;
	height: auto !important; /* min-height hack */
	height: 1440px; /* min-height hack */
}

#mast {
	background: url(/images/mast.jpg) top left no-repeat; 
	width: 972px;
	height: 407px;
	margin: 0;
	padding: 0;
	position: relative;
}
	#mast span {
		color: #fff;
		font-size: 11px;
		display: block;
		padding: 287px 0 0 276px;
		width: 655px;
		line-height: 15px;
	}
	.lnk-mast {
		position: absolute;
		text-indent: -5000px;
		outline: 0;
	}
		.lnk-mast.mast-logo { top: 7px; left: 23px; width: 155px; height: 68px; }
		.lnk-mast.mast-primm { top: 112px; left: 131px; width: 113px; height: 54px; }
		.lnk-mast.mast-lv { top: 39px; left: 367px; width: 121px; height: 84px; }
		.lnk-mast.mast-boulder { top: 131px; left: 496px; width: 78px; height: 43px; }
		.lnk-mast.mast-laughlin { top: 156px; left: 649px; width: 132px; height: 55px; }
		.lnk-mast.mast-mesquite { top: 77px; left: 678px; width: 132px; height: 46px; }
#footer{
	color:#7A7C7A;
	font-size:9px;
	text-align:center;
	margin-top:90px;
}
		
/*************************
 SEARCH FILTERS
 *************************/
#search-so {
	background: url(/images/bgSearch.png) top left no-repeat; 
	width: 937px;
	height: 131px;
	position: relative; /*** so we can absolute position the Attractions ***/
	padding: 45px 0 0 35px
}
	#search-so span {
		color: #676b6c;
		font-size: 10px;
		display: block;
		margin: 0 0 10px 0;
	}	
	#disclaimer {
		font-style: italic;
		color: #828380;
		margin: 10px 0 0 0;
		font-size: 10px;
	}
	.search-col {
		float: left;
		display: inline;
		margin: 0 20px 0 0;
	}
	#category{
		width:175px;
	}
	.search-col select {
		color: #666;
		font:bold 11px/15px Arial, Helvetica, sans-serif;
		display: block;
		height: 23px;
		padding: 2px 2px 2px 0;
		margin: 0 0 8px 0;
		border:1px solid;
		border-color:#6b6b6b #f4e9d4 #f4e9d4 #a1a1a1;
	}
	.search-col input {
		color: #666;
		height:16px;
		font:bold 11px/15px Arial, Helvetica, sans-serif;
		padding: 3px 0 2px 4px;
		margin: 0 0 8px 0;
		border:1px solid;
		border-color:#6b6b6b #f4e9d4 #f4e9d4 #a1a1a1;
	}
	.search-col input#search {
		height: 29px;
	}
	.search-col a.lnk-cta {
		font-size: 10px;
		margin: 0 0 0 5px;
		display: block;
	}
		.search-col img.newWindow{
			width:12px;
			height:10px;
			border:0 none;
			margin-left:6px;
		}
	#search{border:0 none;}

/*************************
 FREE ATTRACTIONS RAIL
 *************************/
#free-attractions-wrapper {
	position: absolute;
	top: 22px;
	right: 21px;
}
	#free-attractions-wrapper a {
		outline: 0;
	}
	#banner-twitter {
		background: url(/images/twitter.jpg) no-repeat;
		width: 233px;
		height: 122px;
		text-indent: -9999px;
		cursor: pointer;
	}
	#free-attractions {
		background: #fff url(/images/bgFree.jpg) 4px 4px no-repeat; 
		border: 1px solid #d7d0be;
		border-bottom: none;
		width: 155px;	
		padding: 73px 38px 30px 38px;
	}
		#free-attractions a.lnk-cta {
			font-size: 10px;
		}
			#free-attractions img.newWindow{
				width:12px;
				height:10px;
				border:0 none;
				margin-left:6px;
			}
		.attractions-thumb {
			background: url(/images/bgThumbFree.png) 0 0 no-repeat; 
			width: 150px;
			height: 100px;
		}
		#free-attractions .attractions-name {
			color: #fff;
			font-weight: bold;	
			display: block;
			margin: 13px 0 7px 0;
		}
		.free-attractions-divider {
			width: 155px; 
			border-top: 1px solid #efcb71;
			border-bottom: 1px solid #efcb71;
			height: 3px;
			margin: 20px 0;
		}
	#free-attractions-btm-space	{
		background: url(/images/freeBtmBorder.gif) no-repeat;
		height: 7px;
		width: 233px;
	}

/*************************
 SEARCH RESULTS
 *************************/	
.results-row {
	border-top: 1px solid #d7d0be;
	border-right: 1px solid #d7d0be;
	padding: 20px 23px 20px 35px;
	width: 660px;
	color: #56595a;
}
	.results-thumb {
		background: url(/images/bgThumb.png) top left no-repeat; 
		width: 152px;
		height: 101px;
		float: left;
		display: inline;
	}
	.results-desc {
		float: left;
		width: 419px; 
		margin: 0 56px 0 15px;
		display: inline;
	}
		.results-desc a.extra{			
			color: #79507a;
			font-weight: bold;
			text-decoration: none;
		}
		.results-desc span.extra{display:none;}
		.results-desc h2 {
			margin: 0;
			padding: 0;
			color: #db6303;
			font-size: 12px;
		}
		a.lnk-cta, a.lnk-vwmr,a.lnk-vmr-hide {			
			color: #79507a;
			font-weight: bold;
			background: url(/images/iconArrow.png) 0 3px no-repeat; 
			padding: 0 0 0 10px;
			text-decoration: none;
		}
		a.lnk-vmr-hide{
			display:none;
		}
			.links img.newWindow{
				width:12px;
				height:10px;
				border:0 none;
				margin-left:2px;
			}
		span.dvdr{
			color:#96999a;
			padding:0 8px;
		}
		* html a.lnk-cta,* html a.lnk-vwmr  {
			background: url(/images/iconArrow.gif) 0 3px no-repeat; 
		}
		.offer-desc {
			margin: 5px 0 0 0;
			padding: 0;
			line-height: 15px;
		}
		.offer-date {
			margin: 7px 0 0 0;
			font-style: italic;
			font-size: 10px;
		}
		.offer-details {
			border-top: 1px solid #d6c9ac;
			border-bottom: 1px solid #d6c9ac;
			padding: 10px 0 12px 0;
			margin: 7px 0 0 0;
			width: 419px;
		}
		.offer-venue {
			margin: 7px 0 5px 0;
			font-weight: bold;
			text-transform: uppercase;
		}		
		.offer-details li {
			list-style-type: none;
		}
		.offer-venue-details {
			margin: 0 0 5px 0; 
			padding: 0;
			line-height: 15px;
		}
	div.results-toggle {
		background: url(/images/plus.png) top left no-repeat; 
		width: 18px;
		height: 18px;
		float: left;
		display: inline;
		text-indent: -5000px;
		cursor: pointer;
	}
	
	.results-row.expanded-row span.extra{display:inline;}
	.results-row.expanded-row a.extra{display:none;}
	
	.results-row.expanded-row a.lnk-vwmr {
		display:none;
	}
	
	.results-row.expanded-row 	a.lnk-vmr-hide{
			display:inline;
	}
	.results-row.expanded-row div.results-toggle {
		background: url(/images/minus.png) top left no-repeat;
	}
.results-row.expanded-row{	
	background-color: #e9d9b7;	
}

table#searchResult {
	border-collapse: collapse; 
	width: 718px;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
	table#searchResult td {
		padding: 0;
	}

/*************************
 PAGINATION
 *************************/
.pagination {
	background: #e9d9b7 url(/images/bgPaginationBtm.png) top left no-repeat; 
	border-right: 1px solid #d7d0be;
	width: 718px;
	height: 40px;
	margin: -14px 0 0 0;
	color: #7a7c7a;
	position: relative; /* so we can absolute position .results-qty */
	overflow: hidden; /* position relative and negative margin don't play nice, so we add overflow hidden */
}
	.results-qty {
		position: absolute;
		top: 15px;
		left: 35px;
	}
	.pagination-pages {
		padding: 15px 0 0 0;
		text-align: center;
		width: 718px;
	}
	.pagination-pages  a {
		color: #7a7c7a;
		text-decoration: none;
		font-weight: bold;
	}
		.pagination-pages  a.page {
			padding: 0 3px 0 0;
		}
	.pagination-pages  a#page-on {
		text-decoration: underline;
	}

/*************************
ERROR PAGES
 *************************/
#error-hdr {
	color: #ea7e00;
	margin: 50px 0 0 35px;
	padding: 0;
	font-size: 16px;
}

#error-desc {
	color: #7a7c7a;
	margin: 10px 0 0 35px;
	padding: 0;
}
	#error-desc a {
		color: #79507a;
		text-decoration: none;
	}

/*************************
UTILITIES & SIFR
 *************************/
form {
	margin: 0;
	padding: 0;
} 
 
.clear {
    display: block; 
    height: 0; 
    clear: both; 
}

.sIFR-alternate{ display:none; }