/* CSS Style Sheet for Sweetwater Lift Lodge By Mati Lurey */

/* Body Decoration. Removes Padding/Margins. Sets Fonts/Colors/Sizes */
body{
	margin:0; padding:0;
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
	color:#333333;
}

/* Get rid of those icky borders around images that are links */
img {
	border: 0px;
}

/* The header, background image */
#header{
	width: 750px;
	height: 143px;
	background: url(../../images/template/banner.jpg) no-repeat;
}

/* The sidebar. Floats left. */
#sidebar{
	width: 189px;
/*	margin-left: 40px;*/
	padding-left:40px;
	float: left;
	background: #000;
	
	/* Resize Hack, Uses RESIZE.CSS for compatibility on EVERY major browser
		IE5, IE6, IE7, FF, Opera, Safari */
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	
	/* Repeating Background for Resized Sidebars */
	background: url(../../images/template/sidebar/repeat.jpg) repeat-y top right;
}
	
	/* Display as a Block (No Spacing IE!) */
	#sidebar .buttons img{
		display: block;
	}

/* Clears to find the bottom of the floats */
.clear{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Trading Places Logo */
.tpilogo{
	background: url(../../images/template/sidebar/tpi.jpg) no-repeat;
	height: 56px;
	width: 189px;
	float: left;
	
	/* Always at the bottom of the sidebar */
	margin-left: 40px;
	margin-top: -56px;
}

	* html body .tpilogo{
		background: url(../../images/template/sidebar/tpi_IE.jpg) no-repeat;
		height: 68px;
		margin-top: -66px;
		
	}

/* Ray's Form Styling */
.form{
	background-color:#F5F5F5;
}
.form td{
	border:1px solid #fff;
	padding:2px 2px 2px 5px;
}
.form td td{
	border:none;
}

/* Main Content, Duh */
#content{
	float: left;
	width: 521px;
	
	
	/* Resize Hack, Uses RESIZE.CSS for compatibility on EVERY major browser
		IE5, IE6, IE7, FF, Opera, Safari */
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

	#content .homeFluff{
		padding-top:10px;
		padding-bottom:10px;
	}
	
	#content .thankYou{
		font-size: 14px;
		text-align: center;
		width: 100%;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#content table td{
		font-size: 11px;
		font-family:Verdana,Arial,Helvetica;
	}
	
	#content .calender{
		float: right;
		width: 150px;
		border: 1px solid #CCC;
		padding:2px 2px;
		line-height:15px;
	}
	
		#content .calender a{
			background: url(/images/calendar.gif) left center no-repeat;
			padding: 5px;
			padding-left: 25px;
		}
	
	/* That neat little mail icon */
	#content .mail_list{
		background: url(../../images/mail.jpg) left center no-repeat;
		padding-left: 32px;
	}

	/* Center that footer! */
	#content .footer{
		text-align: center;
		vertical-align: bottom;
		clear: both;
	}
	
	#content .menu{
		text-align: right;
	}
	
	#content .title{
		width: 100%;
		height: 85px;
	}
	
		#content .title img{
			float: right;
		}
	
	#content .subheader{
		text-align: left;
		}
		
		#content .subheader strong{
			position: absolute;
			margin-top: 40px;
		}
		
		/* For the menu (if any) remove all padding and bullets */
		#content .menu ul{
			list-style: none;
			padding: 0; margin: 0;
		}
		
		/* And of course view it horizontally not vertically */
		#content .menu ul li{
			display: inline;
			padding-left: 6px;
		}
	
	/* Floating Right Image for Page */
	#content .box{
		float: right;
		padding: 5px;
		width: 250px;
		height: 175px;
	}
	
	/* Horizontal List, Used on Landing Page for  Visit
		Removes the Bullets for Custom Images
		and all Margins/Padding. Inline Display (Horz) 
		Uppercase text! */
	#content .horzlist{
		padding: 0;
		margin: 0;
		
		text-transform: uppercase;
		list-style: none;
		
		width: 100%;
		text-align: center;
		
		padding-top: 25px;
		padding-bottom: 15px;
	}
	
		* html body #content .horzlist{
			padding-top: 20px;
			padding-bottom: 15px;
		}
	
		#content .horzlist li{
			display: inline;
			margin-left: 10px;
			text-align: center;
			font-size: 13px;
			
			background: url(../../images/snowflake.png) left center no-repeat;
			padding-left: 16px;
		}
		
			#content .horzlist li a:link, #content .horzlist li a:visited{
				text-decoration: none;
				color: #222;
			}
			
			#content .horzlist li a:hover{
				color: #666;
			}
	
	#content .vertlist{
		margin-left: -20px;
	}
	
		* html body #content .vertlist{
			margin-left: 20px;
		}
	
	/* Columned Menu (Table-Ish) */
	/* Floats Left, Width Auto, Bottom Padding */
	#content .column{
		float: left;
		padding-left: 35px;
	}
	
		#content .column ul{
			margin: 0; 
			padding: 0;
			list-style: none;
			
			padding-bottom: 15px;
		}
		
		#content .column li{
			background: url(../../images/bullet.gif) center left no-repeat;
			padding-left: 10px;
		}
		
	#content .underline{
		text-decoration:underline;
	}
		
a:link, a:visited{
	color:#666666;
}

a:hover, a:active{
	color: #666666;
}

.footer{
	font-size: 11px !important;
	font-family: Verdana !important;
	padding-bottom:5px;
	}