/*SETUP and NORMALIZE*/
td{
	vertical-align:top;
}

p{
	padding:4px 15px;
	margin: 0px;
}
.twtr-hd h3{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#tweet a{
	font-size: 10px;
}
#twitterbg{
	position: absolute;
	left: 840px;
	top: 24px;
	right: 10px;
}
.twtr-tweet-text{
	font-size: 10px;
}
.twtr-join-conv {
	font-size: 8px;
	text-decoration: none;
}
a{
	color:#626941;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#CC6633;
	text-decoration: underline;

}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	background-color: #999999;
}

h1 {
	font-size: 12px;
	color: #476B96;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
}
h3 {
	font-size: 11px;
	color: #626941;
	font-weight: bold;
	padding-left: 15px;
	margin: 0px;
}
#video a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	height: 10px;
}
#wrap{
	
	width:922px;
	position:relative;
	margin:0px auto auto auto;
}

#header{
	position:absolute;
	height:185px;
	left: 316px;
	top: 123px;
	overflow: hidden;
	width: 592px;
	z-index: 10;
}
#header2{
	position:absolute;
	height:185px;
	left: 16px;
	top: 123px;
	overflow: hidden;
	width: 290px;
	z-index: 10;
}
#header3{
	position: absolute;
	height: 185px;
	left: 17px;
	top: 126px;
	overflow: hidden;
	width: 900px;
	z-index: 10;
}
#header_over {
	position:absolute;
	background-repeat: no-repeat;
	z-index: 100;
	left: 2px;
	top: 0px;
}
#header h1 span{
	display:none;
	background:none;
}

.side_blurb {
	position: absolute;
	width: 185px;
	height: 177px;
	left: 41px;
	top: 110px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	visibility: visible;
	z-index: 220;
}
.smblurb {
	position: absolute;
	width: 185px;
	height: 112px;
	left: 1px;
	top: 58px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	visibility: visible;
	z-index: 220;
}

/* NAVIGATION SECTION */


#nav{
	width:918px;
	height:50px;
	position:absolute;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	top: 310px;
	visibility: visible;
	z-index: 200;
	left: 2px;
	background-color: #FFFFFF;
	font-weight: bold;
}

#nav a{
	text-decoration:none;
	line-height:20px;
	vertical-align:middle;
	color:#476B96;
	padding-right: 10px;
	padding-left: 5px;
}

#nav ul{
	position:absolute;
	width:917px;
	display:block;
	height:50px;
	padding:0px;
	margin:0px;
	left: 25px;
	text-align: center;
	
}

#nav ul li {
	display:block;
	height:18px;
	float: left;
	margin:0px;
	list-style: none;
	text-align: center;
	background-color: #FFFFFF;
}


#nav ul li:hover a {
	color:#006699;
}

#nav ul li #activetab {
	color:#999999;
	
}


#nav ul li ul{
	display:none;
	position:absolute;
	left:0px;
	top:18px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	height: 36px;
	padding-top: 8px;
}
#nav ul li ul li{
	background:none;
	height:36px;
	left: 1px;
	
}
#nav ul li ul li a{
	color:#006699;
	position: relative;
	text-align: center;
	overflow: visible;
	display: inline;
}
#nav ul li ul li a:hover{
	color:#626941;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
	text-decoration: underline;
}
/* this pops the lower menu */
#nav ul li:hover ul{
	display:block;
	white-space: nowrap;
	visibility: visible;
	background-color: #EDEDED;
	z-index: 500;
	width:885px;
	height: 32px;
}

.youarehere{
	font-weight:bold;
	color:#333333;
}


/* PAGE STRUCTURE */

#mainbody{
	top: 360px;
	position: absolute;
	background-color: #FFFFFF;
	width: 918px;
	left: 2px;
}
.middlecol{
	color: #666666;
}

#footer{
	text-align:center;
	position: relative;
	top: 2px;
	background-color: #EADEC8;
}


#messages {
	background: #eeffee;
	border: 1px solid #009900;
	color: #009900;
}
#errors {
	background: #ffeeee;
	border: 1px solid #990000;
	color: #990000;
}
#warnings {
	background: #FFFFEE;
	border: 1px solid #FFFF33;
	color:#333333;
}
.messagebox {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px;
	padding: 8px;
}
.messagebox span {
	display: block;
}

.mainbutton{
	position:relative;
	width: 227px;
	height:55px;
	display:block;
	text-align: left;
	padding: 0px;
	margin: 0px 0px;
	line-height:25px;
	color:#333333;
	font-size:12px;
	background-image: url(images/winterleftcol.png);
	background-repeat: no-repeat;	
	
}
.mainbutton span{
	padding-left:25px;
}

.contentbox1 {
	position:relative;
	width: 227px;
	height: 110px;
	text-align: left;
	z-index:100;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	background-image: url(images/winterleftcol09.png);
	background-repeat: no-repeat;
	display: block;
	overflow: visible;
	visibility: visible;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.contentbox1 h2 {
	color: #476B96;
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	z-index:1000;
	margin-left: 8px;
	padding-left: 22px;
	overflow: visible;
	visibility: visible;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.contentbox1 .photocaption{
	font-size:10px;
	font-style:italic;
	color:#ffffff;
	z-index:100;
}
.contentbox1 .base{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 227px;
	position: relative;
	z-index: 10;
	bottom: 0px;
	left:0px;
	overflow: visible;
	visibility: visible;
	top: 44px;
	
}
.contentbox1 p {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: 190px;
	top: 18px;
	left: 4px;
}
.contentbox1 a{
	color:#000000;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
}


.contentbox2 {
	background: #476B96 url(images/wintertop178.png) no-repeat;
	width: 178px;
	text-align: center;
	padding: 0px;
	margin: 10px 4px;
}
.contentbox2 h2 {
	color: #ffffff;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background: url(images/winterarrow.jpg) no-repeat left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.contentbox2 .photocaption{
	font-size:10px;
	font-style:normal;
	color:#ffffff;
}
.contentbox2 .date{
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
}
.headerlinks {
	position: relative;
	left: 280px;
	z-index: 220;
	top: 54px;
	
}
#purity_icon {
	position: absolute;
	height: 75px;
	width: 105px;
	z-index: 220;
	visibility: visible;
	left: 769px;
	top: 76px;
}
#purity_logo {
	position: absolute;
	height: 37px;
	width: 177px;
	z-index: 220;
	visibility: visible;
	left: 40px;
	top: 52px;
}
#kidslive {
	position:absolute;
	left:13px;
	top:123px;
	width:901px;
	height:102px;
	z-index:199;
}
#twitter_div {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	width: 210px;
	position: relative;
	margin-right: 10px;
}

#twitter_update_list li a {
	color: #666666;
	margin-top: 2px;
	position: relative;
	top: 1px;
	display: block;
	font-weight: bold;
}
.snow_conditions_wrpper {
	position: relative;
	visibility: visible;
	z-index: 1100;
	width: 610px;
	height: 225px;
	left: 0px;
	top: 0px;
	text-align: left;
	vertical-align: top;
	display: inline;
}
.conditions {
	position: absolute;
	left: 40px;
	z-index: 820;
	top: 6px;
	
}
#snow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	z-index: 1200;
}
#snow2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #476B96;
	display: inline;
	z-index: 1200;
}
#snow2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #476B96;
	display: inline;
	z-index: 1200;
	}
#snow3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	z-index: 1200;
	border: thin solid #333333;
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 100%;
	margin-top: 10px;
}
#snow4 {
	display: block;
	position: relative;
	visibility: visible;
	width: 447px;
	left: 0px;
	top: 0px;
	z-index: 1200;
	height: 470px;
}
#snow5 {
	display: block;
	position: relative;
	visibility: visible;
	width: 447px;
	left: 0px;
	top: 0px;
	z-index: 12000;
	height: 20px;
	text-align: center;
}
#condition {
	display: block;
	position: relative;
	width: 407px;
	left: 0px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
#snowconditions  {
	position: relative;
	width: 407px;
	text-decoration: none;
	height: 200px;
	left: 20px;
	top: 0px;
	margin-left: 1px;
}
#nightcondition {
	position: relative;
	width: 407px;
	text-decoration: none;
	height: 120px;
	left: 20px;
	top: 0px;
	margin-left: 1px;
}
#xccondition {
	position: relative;
	width: 407px;
	text-decoration: none;
	height: 180px;
	left: 20px;
	top: 0px;
	margin-left: 1px;
}
/*			Fax report css*/
#snow4a {
	display: block;
	position: relative;
	visibility: visible;
	width: 447px;
	left: 0px;
	top: 0px;
	z-index: 1200;
	height: 470px;
}
#snow5a {
	display: block;
	position: absolute;
	visibility: visible;
	width: 447px;
	left: 0px;
	top: 0px;
	z-index: 12000;
	height: 20px;
	text-align: center;
}
#conditiona {
	display: block;
	position: absolute;
	width: 407px;
	left: 0px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
#snowconditionsa  {
	position: absolute;
	width: 407px;
	text-decoration: none;
	height: 180px;
	left: 20px;
	top: 0px;
	margin-left: 1px;
}
#nightconditiona {
	position: absolute;
	width: 407px;
	text-decoration: none;
	height: 120px;
	left: 20px;
	top: 200px;
	margin-left: 1px;
}
#xcconditiona {
	position: absolute;
	width: 407px;
	text-decoration: none;
	height: 180px;
	left: 20px;
	top: 340px;
	margin-left: 1px;
}
#nightskiinga{	
	position: absolute;
	width: 33%;
	text-decoration: none;
	display: inline;

}
#OpenDownHillTrails	{
	position: absolute;
	top: 20px;
}
#OpenDownHillLifts {
	position: absolute;
	top: 40px;
}
#NightGroomingNumber {
	position: absolute;
	top: 60px;
}
#AvgBaseDepth {
	position: absolute;
	top: 80px;
}
#SurfacePrimary {
	position: absolute;
	top: 100px;
}
#LastSnowFallAmount {
	position: absolute;
	top: 120px;
}
#SeasonTotal {
	position: absolute;
	top: 140px;
}
#NightSkiing2 {
	position: absolute;
	top: 20px;
}
#NightSkiingTrails {
	position: absolute;
	top: 40px;
}
#NightSkiingLifts {
	position: absolute;
	top: 60px;
}
#XCSkiing {
	position: absolute;
	top: 20px;
}
#XCSkiingKM {
	position: absolute;
	top: 40px;
}
#XCSkiingPercent {
	position: absolute;
	top: 60px;
}
#XCSkiingWoodsSnowDepth {
	position: absolute;
	top: 80px;
}
#XCSkiingSkatingKM {
	position: absolute;
	top: 100px;
}

/*			END Fax report css*/

#nightskiing{	
	position: relative;
	width: 33%;
	text-decoration: none;
	display: inline;

}
#tdrow  {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#item  {
	height: 20px;
	display: inline;
	width: 200px;
	text-align: right;
	position: absolute;
	font-size: 10px;
	left: 0px;
}
#value  {
	display: inline;
	width: 180px;
	text-align: left;
	left: 200px;
	position: relative;
	padding-left: 10px;
	font-size: 10px;
	color: #000000;
	}
#reportbg {
	background-image: url(images/Blank-KP-snowreport.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 771px;
	width: 916px;
	position: absolute;
	left: 0px;
	top: 0px;
}
