@charset "utf-8";
/* CSS Document */

  body { background-color: #000; padding:0px; margin:0px; }
  
  img { border:none; outline:none; }
  
  /************************************************************************************************************
  Styling for Tahoe Donner Global Navigation Bar
  *************************************************************************************************************/

#tdglobalnav{
	background-image:url(http://www.thelodge-tahoe.com/470/Media/globalnav/globalbk.png);
	background-repeat:repeat-x;
	margin: 0px 0px 10px 0px;
	padding:8px 8px 8px 20px;
	cursor: pointer;
}

#tdglobalnav ul{
	background-image:url(http://www.thelodge-tahoe.com/470/Media/globalnav/tdmainlogo.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0; 
	width: 120px;
	height:10px;
	cursor: pointer;
	list-style-type: none;
}

#tdglobalnav ul:hover{
	background-image:url(http://www.thelodge-tahoe.com/470/Media/globalnav/tdmainlogoover.png);
	background-repeat:no-repeat;
	margin:0px;
	width: 120px;
	height:10px;
	cursor: pointer;
}

  /************************************************************************************************************
  Styling for The Lodge Microsite
  *************************************************************************************************************/
  
  .icon {
	margin-right: 10px;
}

  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 25px 0 -10px 0;
}

a:link {color: #FFF;}
a:visited {color: #FFF;}
a:active {color: #FFF;}
a:hover {color: #822629;}
a {text-decoration: none;}


#container {
	position:relative;
	margin: 0 auto auto auto;
	width: 800px;
	height: 900px;
}
#homeflash{
	position:absolute;
	width:800px;
	height:600px;
	top:0px;
	left: -23px;
	
}
#footerDiv {
	position:absolute;
	width:800px;
	height:33px;
	z-index:2;
	left: 0px;
	top: 635px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D8E4F8;
	text-align: left;
	vertical-align: middle;
}
#bodycontentDiv {
	position:absolute;
	width:595px;
	height:588px;
	z-index:5;
	left: 174px;
	top: 30px;
}

#logoDiv {
	position:absolute;
	width:127px;
	height:116px;
	z-index:3;
	left: 0px;
	top: 30px;
}
#navDiv {
	position:absolute;
	width:125px;
	height:172px;
	z-index:4;
	left: 0;
	top: 244px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../Media/images/navbuttons/navbackground.png);
}


/* root element for accordion. */
#accordion {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 215px; /*Sets the width of the panes*/
}

/* accordion header */
#accordion h4 {
	margin:0;
	padding:5px 15px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFF; /*Inactive pane headers are global red */
	border-top: solid 2px #822629;
	background-image:url(../media/opaqueback.png);
	background-repeat:repeat;
	height: 30px;
}

#accordion h4:hover {
	color:#CCC; /*Sets hover color for text on tabs */
	background-color:#666;
}

/* currently active header */
#accordion h4.current {
	cursor:default;
	color: #822629; /*Active header is Lodge burgundy */
}

/* accordion pane used on rec programs page */
#accordion div.slidepane2 {
	display:none;
	height:260px; /*Sets the height of the panes*/
	padding:5px 15px 20px 15px;
	color:#333;
	background-image: url(../media/tabs/folderpanebk.png);
	background-repeat: repeat-x;
}


pre{
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* *********************************************************************************************
		Easy Slider styling for banquets slideshow
	********************************************************************************************* */
	
	#slidecontainer {
	position:absolute;
	width:344px;
	height:588px;
	z-index:5;
	left: 174px;
	top: 30px;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:344px;
		height:480px;
		overflow:hidden; 
		}
	
	
#prevBtn a, #nextBtn a {  
	display: block;
	margin-left: 0%;
	width: 53px;
	height: 30px;
	overflow: hidden;
	text-indent: -9000em; /*This hides the "next" and "previous" text*/
}


/*The next four items call the images for the buttons in their normal and rollover states. Images must be the same dimensions as above*/

#prevBtn a {
	float: left;
	background: url("http://www.thelodge-tahoe.com/470/Media/slideshow/prev.png") 0 0 no-repeat;
}
#nextBtn a {
	float:right;
	margin-right: 15px;
	background: url("http://www.thelodge-tahoe.com/470/Media/slideshow/next.png") 0 0 no-repeat;	
}
#nextBtn a:hover {
	background: url("http://www.thelodge-tahoe.com/470/Media/slideshow/nextover.png") 0 0 no-repeat;
}
#prevBtn a:hover {
	background: url("http://www.thelodge-tahoe.com/470/Media/slideshow/prevover.png") 0 0 no-repeat;
}

