
@import url('home_page_calendar.css');

DIV#season-button {
	background: transparent url('../images/seasons_splash.jpg') 0 0 no-repeat;
	height: 416px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 898px;
}

DIV#season-button IMG#season-choices {
	background: transparent;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

/* We don't define an ID (ex: `#season-choices`) here because for some reason IE6
   doesn't like it. It'll only use the first defined set of attributes. Stupid. */
DIV#season-button IMG.summer-btn {
	margin-top: -416px !important;
}

DIV#season-button IMG.winter-btn {
	margin-top: -832px !important;
}

DIV#season-button IMG.transparent-button {
	border: 0;
	height: 416px;
	left: 0;
	position: absolute;
	top: 0;
	width: 898px;
	z-index: 1000;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#content-container DIV.content {

}

DIV#content-container DIV.content DIV.lodge-list {
	color: #5E5E5E;
	float: right;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 10px;
	text-transform: uppercase;
}

DIV#content-container DIV.content DIV.lodge-list A {
	color: #5E5E5E;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#content-container DIV#availability-calendar-box {
	float: left;
	position: relative;
	width: 500px;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */

DIV#content-container DIV#billboards {
	float: right;
	margin-left: 25px;
	margin-top: 30px;
	position: relative;
	text-align: center;
	width: 275px;
}

DIV#content-container DIV#billboards IMG.banner {
	margin: 0 0 20px;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* --- --- --- --- --- --- --- --- --- --- --- --- --- */




