/* Tab bar for snow report/weather display */
/*****************************************************************************/
.tabBar
{
	margin: 0px;
	padding: 3px 0 2px 0;
}

.tabBar a:link, .tabBar a:visited,
.tabBar a.tabActive:link, .tabBar a.tabActive:visited
{
	
	float: left;
	margin: 0 0 -1px 0;
	color: #000;
	text-decoration: none;
	border-width: 0;
	border-color: #003;
	border-style: solid;
	position: relative;
	z-index: 10;
}

.tabBar a:hover, .tabBar a.tabActive:hover
{
	color: #900;
}

.tabBar a.tabActive:link, .tabBar a.tabActive:visited
{
	float: left;
	margin: 0 0 -1px 0;
	background: #7591B8;
	border-width: 1px 1px 0 1px;
	border-color: #003;
	border-style: solid;
	position: relative;
	z-index: 10;
}

#forecastTabLink {
	display: block;
	width: 59px;
	padding: 10px 0 0 33px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(http://www.tremblant.ca/local/gfx/icn_forecast.gif);
	background-repeat: no-repeat;
}

#snowReportTabLink 
{
	display: block;
	width: 80px;
	padding: 10px 0 0 33px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(http://www.tremblant.ca/local/gfx/icn_snow_report.gif);
	background-repeat: no-repeat;
}

.tabPane
{
	margin: 0;
	background-color: #7591B8;
	padding: 15px;
	height: 133px;
	border-width: 1px;
	border-color: #003;
	border-style: solid;
	color: #fff;
	width: 175px;
	clear: both;
}

#snowReport p, #forecast p {
	color: #fff;
	margin: 0;
	padding: 0;
	width: 160px;
}

/* Column display parameters */
/*****************************************************************************/

div#group1
{
	width: 250px;
	overflow: hidden;

	float: left;
}

	div#group1 #Home1_1
	{
		background-image: url(../../gfx/secondary_bg.jpg);
		background-position: 1px 1px;
		background-repeat: no-repeat;
	}
	
	
	div#group1 #Home1_2
	{
		padding: 0;
		margin: 0;
		border-collapse: collapse;
		border: none;
	}
	
	div#group1 #Home1_2 .bucketText
	{
		padding: 0;
		margin: 0;
		border-collapse: collapse;
		border: none;
	}

	div#group1 #Home1_2 .bucketText
	{
		border: none;
		padding: 0;
		margin: 0;
		border-collapse: collapse;
	}
	
div#group2
{
	width: 470px;
	float: right;
	padding: 0;
	margin-right: 10px;
}

	div#group2 #Home2_1 .bucketText
	{
	padding-top: 50px;
		padding-bottom: 20px;
	}
	
	div#group2 #Home2_1 .bucketText h1
	{
	}
	
	div#group2 #Home2_1 .bucketText p
	{
		margin-left: 0;
		margin-top: 15px;
	}
	
	div#group2 #Home2_1 .bucketText a
	{
		text-decoration: underline;
	}

/*Placeholders*/
/******************************************************************************************/
#mainImage,
#introduction,
.clearAll
{
	display: none;
}

/*************************************************************************/
#headerImage
{
	background-image: url(../../gfx/home_pageheader.jpg);
	height: 368px;
	width: 760px;
	background-repeat: no-repeat;
	cursor: hand;
}

#headerImage #headerSearchForm
{
	margin: -30px 0px 0 0;
}

#headerImage #transparentImage, #headerImage #transparentImage img
{
	height: 368px;
}
/*
div#bodyContent
{
	background: none;
}
*/