div#plasmaClient {
	position: relative;
	top: 0px;
	left: 0px;
}
#plasmaFlash {
	position: absolute;
	top: 0px;
	left: -4000px;
	width: 955px;
	height: 420px;
}
#plasmaDhtml {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 420px;
}

div#promoWidget {
	
	top: 0px;
	left: 0px;
	position: absolute;
	width: 408px;
	height: 235px;
	
}
div#promoWidget ul {
	list-style-type: none;
	position: absolute;
	top: 185px;
	left: 0px;
	margin-left: -35px; /*wtf why is there a big fat space on the left*/
	z-index: 25;
}
div#promoWidget ul li {
	margin: 0px;
	padding: 0 2px 0 0;
	display: inline;
}
div#promoWidget .slides .promo {
	position: absolute; 
	top: 25px; 
	left: 17px; 
	z-index: 5;
}
div#promoWidget .navLeft {
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	/*background:url('../../img/bodyWidget-LeftArrow.png') no-repeat;
	border: 0px;
	width: 38px;
	height: 41px;*/
	background:url('../../img/WidgetsMain/AdWidgetArrow_Left.png') no-repeat;
	border: 0px;
	width: 17px;
	height: 210px;
	text-decoration: none;
	outline: none;
}
div#promoWidget .navLeft:hover {
	background:url('../../img/WidgetsMain/AdWidgetArrow_LeftHover.png') no-repeat;
}
div#promoWidget .navRight {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	/*background:url('../../img/bodyWidget-RightArrow.png') no-repeat;
	border: 0px;
	width: 38px;
	height: 41px;*/
	background:url('../../img/WidgetsMain/AdWidgetArrow_Right.png') no-repeat;
	border: 0px;
	width: 17px;
	height: 210px;
	text-decoration: none;
	outline: none;
}
div#promoWidget .navRight:hover {
	background:url('../../img/WidgetsMain/AdWidgetArrow_RightHover.png') no-repeat;
}
div#promoWidget .navDirect a {
	background:url('../../img/bodyWidget-NumberBg.png') no-repeat;
	border: 0px;
	width: 17px;
	height: 16px;
	z-index: 20;
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 1px 4px 4px 4px;
	position: relative;
	outline: none;
}
div#promoWidget .navDirect a.current, div#promoWidget .navDirect a:hover {
	background:url('../../img/bodyWidget-NumberBgHover.png') no-repeat;
}


div#bookingWidgetL2Left {
	margin-top: -4px;
	/*position: absolute;
	top: 60px;
	left: 80px;*/
	position: relative;
	/*line-height: 1.5em;*/
	right: 0px;
	top: 0px;
	width: 182px;
	height: 300px;
	background: url('../../img/L2BookingWidget_Left.png') no-repeat left;
}
div#bookingWidgetL2Right {
	height: 300px;
	background: url('../../img/L2BookingWidget_Right.png') no-repeat right;
}
div#bookingWidgetL2 {
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	background: url('../../img/L2BookingWidget_Fill.png') repeat-x;
}

div#bookingWidgetL2 .header {
	text-align: left;
	line-height: 28px;
	width: 162px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
}

div#bookingWidgetL2 .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	height: 18px;
	margin-top: 4px;
}

div#bookingWidgetL2 .value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3a70a1;
}

div#bookingWidgetL2 .bookBtn {
	position:absolute;
	right: 10px;
	bottom: 10px;
	background:url('../../img/L2BookingWidget_BookButton.png') no-repeat;
	border: 0px;
	width: 74px;
	height: 26px;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #666666;
}

div#bookingWidgetL2 .calBtn {
	position: absolute;
	left: 147px;
	right: 15px;
	background:url('../../img/L2BookingWidget_CalIcon.png') no-repeat;
	border: 0px;
	width: 20px;
	height: 18px;
	text-decoration: none;
	outline: none;
}

div#bookingWidgetL2 #calendar {
	position:absolute;
	top: 16px;
	left: 13px;
	/*line-height: 2.5ex;*/ /*override inherited line height*/
	/*height: 146px;*/
	margin-top: 5px;
}

div#bookingWidgetL2 #arrival {
	position:absolute;
	top: 196px;
	left: 0px;
	right: 187px;
	width: 187px;
}

div#bookingWidgetL2 #departure {
	position:absolute;
	top: 218.5px;
	left: 0px;
	right: 187px;
	width: 187px;
}

div#bookingWidgetL2 #arrival input, div#bookingWidgetL2 #departure input {
	position: absolute;
	right: 20px;
	width: 90px;
	height: 14px;
	background:url('../../img/L2BookingWidget_CalIcon.png') right no-repeat;
	background-color: #FFFFFF;
	border: solid 1px #aaa;
}

div#bookingWidgetL2 #arrival .label, div#bookingWidgetL2 #departure .label {
	position:absolute;
	left: 14px;
}

div#bookingWidgetL2 #ac {
	position:absolute;
	top: 240.5px;
	left: 0px;
	right: 182px;
	width: 182px;
}

div#bookingWidgetL2 #ac .adults {
	position:absolute;
	left: 14px;
}

div#bookingWidgetL2 #ac .children {
	position:absolute;
	left: 89px;
}

div#bookingWidgetL2 #ac input {
	width: 25px;
	height: 18px;
	margin-left: 2.5px;
}

div#bookingWidgetL2 #ac select {
	width: 35px;
	height: 18px;
	font-size: 12px;
	margin-left: 2.5px;
}

.ui-datepicker-range {
	background-color:#333333;
}


div#blogWidgetL2TabLeft {
	position:relative;
	height: 20px;	
	width: 20px;
	top: 0px;
	left: 42px;
	background: url('../../img/L2_Widget_TabEdge.png') no-repeat top left;
}


div#blogWidgetL2Tab {

	height: 20px;
	width: 120px;
    margin-left: 20px;
	margin-right: 0px;
	background: url('../../img/L2_Widget_TabFill.png') repeat-x;
}



div#blogWidgetL2Tab p {
	
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
	top: 4px;
	right: -152px;
	width: 150px;
}


div#blogWidgetL2Left {
	/*position: absolute;
	top: 60px;
	left: 80px;*/
	
	position: relative;
	left: 0px;
	top: 4px;
	width: 182px;
	height: 320px;
	
  
}

div#blogWidgetL2 {
	height: 320px;
	margin-top: 20px;
    background: url('../../img/L2_Widget_Fill.png') repeat-x bottom; 
}

div#blogWidgetL2 .header {
	text-align: center;
	line-height: 28px;
	width: 162px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

div#blogWidgetL2 .hidden {
	visibility: hidden;
}

div#blogWidgetL2 .blogEntry {
	position: absolute;
	top: 35px;
	left: 10px;
	right: 10px;
}

div#blogWidgetL2 .blogEntry a {
	text-decoration: none;
	outline: none;
	color: #22499b;
}

div#blogWidgetL2 .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	text-align: left;
	/*width: 162px;*/
}

div#blogWidgetL2 .summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-align: left;
	/*margin-top: -5px;*/
	margin-bottom: 15px;
}

div#blogWidgetL2 .bookBtn {
	position:absolute;
	right: 10px;
	bottom: 10px;
	background:url('../../img/L2BookingWidget_BookButton.png') no-repeat;
	border: 0px;
	width: 74px;
	height: 26px;
	text-align: center;
	line-height: 27px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #666666;
}


div#socialWidgetL2TabLeft {
	position:relative;
	height: 20px;	
	width: 20px;
	top: 0px;
	left: 42px;
	background: url('../../img/L2_Widget_TabEdge.png') no-repeat top left;
}


div#socialWidgetL2Tab {
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 120px;
        margin-left: 20px;
	margin-right: 0px;
	background: url('../../img/L2_Widget_TabFill.png') repeat-x;
}



div#socialWidgetL2Tab p {
	
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666;
	top: 4px;
	right: -152px;
	width: 150px;
	
	
}



div#socialWidgetL2Left {
	position: relative;
	left: 0px;
	top: 30px;
	width: 182px;
	height: 120px;

}

div#socialWidgetL2 {
	height: 120px;
	
	background: url('../../img/L2_SocialWidget_Fill.png') repeat-x bottom;
}

div#socialWidgetL2 .header {
	text-align: center;
	line-height: 16px;
	width: 162px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

div#socialWidgetL2 div.socialIcons {
	position: relative;
	left: 11.5px;
	top: 20px;
	text-align: center;
	width: 139px;
}

div#socialWidgetL2 .socialIcon {
	display:block;
	line-height: 31px;
	width: 47px;
	height: 28px;
	text-decoration: none;
	outline: none;
}

div#socialWidgetL2 .facebook {
	background: url('../../img/L2_SocialIcon_FacebookOff.png') no-repeat;
	position: absolute;
	left: 40px;
}

div#socialWidgetL2 .facebook:hover {
	background: url('../../img/L2_SocialIcon_Facebook.png') no-repeat;
}

div#socialWidgetL2 .blog {
	background: url('../../img/L2_SocialIcon_BlogOff.png') no-repeat;
	position: absolute;
	left: 2px;
}

div#socialWidgetL2 .blog:hover {
	background: url('../../img/L2_SocialIcon_Blog.png') no-repeat;
} 

div#socialWidgetL2 .twitter {
	background: url('../../img/L2_SocialIcon_TwitterOff.png') no-repeat;
	position: absolute;
	left: 76px;
}


div#socialWidgetL2 .twitter:hover {
	background: url('../../img/L2_SocialIcon_Twitter.png') no-repeat;
} 

div#socialWidgetL2 .youtube {
	background: url('../../img/L2_SocialIcon_YouTubeOff.png') no-repeat;
	position: absolute;
	left: 112px;
}

div#socialWidgetL2 .youtube:hover {
	background: url('../../img/L2_SocialIcon_Youtube.png') no-repeat;
}

div#socialWidgetL2 .enews {
	display: block;
	position: relative;
	top: 58px;
	left: 30px;
	height: 31px;
	background: url('../../img/L2_SocialIcon_EnewsOff.png') left no-repeat;
	text-decoration: none;
	outline: none;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eee;
	line-height: 31px;
}

div#socialWidgetL2 .enews:hover {
	background: url('../../img/L2_SocialIcon_Enews.png') left no-repeat;
} 

div#bookingWidgetL1Left {
	position: relative;
	top: 1px;
	left: -2px;
	right: 0px;
	width: 277px;
	height: 376px;
	background: url('../../img/L1_BookingWidget_Left.png') no-repeat left;
	margin-right: -2px;
}
div#bookingWidgetL1Right {
	height: 376px;
	background: url('../../img/L1_BookingWidget_Right.png') no-repeat right;
}
div#bookingWidgetL1 {
	height: 376px; /*420px;*/
	margin-left: 15px;
	margin-right: 11px;
	background: url('../../img/L1_BookingWidget_Fill.png') repeat-x;
}

div#bookingWidgetL1 .header {
	position: relative;
	top: 10px;
	left:10px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

div#bookingWidgetL1 form {
	display:inline;
}

div#bookingWidgetL1 .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
}

div#bookingWidgetL1 .value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3a70a1;
}

div#bookingWidgetL1 .bookBtn {
	position:absolute;
	right: 15px;
	bottom: 15px;
	background:url('../../img/L1_BookingWidget_Button.png') no-repeat;
	border: 0px;
	width: 110px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

div#bookingWidgetL1 .calBtn {
	position: absolute;
	right: 5px;
	background:url('../../img/L1_BookingWidget_CalIcon.png') no-repeat;
	border: 0px;
	width: 31px;
	height: 27px;
	text-decoration: none;
	outline: none;
}

div#bookingWidgetL1 #calendar {
	position:absolute;
	top: -8px;
	left: 35px;
}

div#bookingWidgetL1 #arrival {
	position:absolute;
	top: 215px;
	left: 20px;
	right: 255px;
	width: 235px;
	height: 27px;
}

div#bookingWidgetL1 #departure {
	position:absolute;
	top: 252px;
	left: 20px;
	right: 255px;
	width: 235px;
	height: 27px;
}

div#bookingWidgetL1 #arrival input, div#bookingWidgetL1 #departure input {
	position: absolute;
	right: 37px;
	width: 120px;
	/*height: 27px;*/
	height: 22px;
	margin-top: 0px;
	vertical-align: middle;
	line-height: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color: #22499b;
}

div#bookingWidgetL1 #arrival .label, div#bookingWidgetL1 #departure .label {
	position:absolute;
	left: 2px;
	height: 27px;
	vertical-align: middle;
	line-height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

div#bookingWidgetL1 #ac {
	position:absolute;
	top: 289px;
	left: 20px;
	right: 255px;
	width: 235px;
	height: 27px;
}

div#bookingWidgetL1 #ac .label {
	vertical-align: middle;
	line-height: 27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

div#bookingWidgetL1 #ac .adults {
	position:absolute;
	left: 2px;
	height: 27px;
}

div#bookingWidgetL1 #ac .children {
	position:absolute;
	left: 117px;
	height: 27px;
}

div#bookingWidgetL1 #ac select {
	/*width: 35px;*/
	height: 27px;
	margin-left: 5px;
	color: #22499b;
}

div#bookingWidgetL1 .ui-datepicker-range {
	background-color:#333333;
}

div#bookingWidgetL1 .ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}



div#socialWidgetL1Left {
	margin: 0px 0px 0px 0px;
	position: absolute;
	height: 105px;
	width: 180px;
	top: 300px;
	right: 0px;
	z-index:6;
}



div#socialWidgetL1 {

	height: 65px;
	background: url('../../img/WidgetsMain/L1SocialWidget-Fill.png') repeat-x bottom;
}


div#socialWidgetL1TabLeft {
	position:relative;
	height: 18px;	
	width: 20px;
	top: 2px;
	left: 40px;
	background: url('../../img/WidgetsMain/L1SocialWidget-TabEdge.png') no-repeat top left;
}


div#socialWidgetL1Tab {
	margin: 0px 0px 0px 0px;
	height: 18px;
	width: 120px;
    margin-left: 20px;
	margin-right: 0px;
	background: url('../../img/WidgetsMain/L1SocialWidget-TabFill.png') repeat-x;
}



div#socialWidgetL1Tab p {
	
	position: absolute;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	top: 2px;
	right: -150px;
	width: 150px;
	
	
}


div#socialWidgetL1 .header {
	position: relative;
	top: 12px;
	left:20px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}

div#socialWidgetL1 div.socialIcons {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 213px;
}

div#socialWidgetL1 .socialIcon {
	display:block;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	outline: none;
}

div#socialWidgetL1 .divider {
	background: url('../../img/WidgetsMain/L1SocialWidget-Div.png') no-repeat;
	display:block;
	line-height: 35px;
	width: 1px;
	height: 35px;
}

div#socialWidgetL1 .blog {
	background: url('../../img/L1SocialIcons-BlogOff.png') no-repeat;
	width: 28px;
	position: absolute;
	left: 7px;
	top:11px;
}

div#socialWidgetL1 .blog:hover {
	background: url('../../img/L1SocialIcons-Blog.png') no-repeat;
}

div#socialWidgetL1 .d1 {
	position: absolute;
	left: 40px;
	top: 3px;
}

div#socialWidgetL1 .facebook {
	background: url('../../img/L1SocialIcons-FacebookOff.png') no-repeat;
	width: 16px;
	position: absolute;
	left: 50px;
	top: 11px;
}

div#socialWidgetL1 .facebook:hover {
	background: url('../../img/L1SocialIcons-Facebook.png') no-repeat;
}

div#socialWidgetL1 .d2 {
	position: absolute;
	left: 76px;
	top: 3px;
}

div#socialWidgetL1 .twitter {
	background: url('../../img/L1SocialIcons-TwitterOff.png') no-repeat;
	width: 22px;
	position: absolute;
	left: 84px;
	top: 11px;
}

div#socialWidgetL1 .twitter:hover {
	background: url('../../img/L1SocialIcons-Twitter.png') no-repeat;
}

div#socialWidgetL1 .d3 {
	position: absolute;
	left: 112px;
	top: 3px;
}

div#socialWidgetL1 .youtube {
	background: url('../../img/L1SocialIcons-YouTubeOff.png') no-repeat;
	width: 60px;
	position: absolute;
	left: 118px;
	top: 11px;
}

div#socialWidgetL1 .youtube:hover {
	background: url('../../img/L1SocialIcons-YouTube.png') no-repeat;
}

div#socialWidgetL1 .enews {
	display: block;
	position: relative;
	top: 50px;
	left: 10px;
	height: 50px;
	background: url('../../img/L1_SocialWidget_Enews.png') left no-repeat;
	text-decoration: none;
	outline: none;
	padding-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 50px;
}

div#socialWidgetL1 .enews:hover {
	background: url('../../img/L1_SocialWidget_EnewsHover.png') left no-repeat;
}

div#newsboxWidgetL1Left {
	/*position: relative;
	top: 4px;
	right: -2px;
	width: 270px;
	height: 190px;*/
	background: url('../../img/L1_SocialWidget_Left.png') no-repeat top left;
}
div#newsboxWidgetL1Right {
	/*height: 190px;*/
	background: url('../../img/L1_SocialWidget_Right.png') no-repeat top right;
}
div#newsboxWidgetL1 {
	/*height: 190px;*/
	margin-left: 5px;
	margin-right: 5px;
	background: url('../../img/L1_SocialWidget_Fill.png') repeat-x;
}

div#newsboxWidgetL1 .header {
	position: relative;
	top: 12px;
	left:20px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

div#newsboxWidgetL1 .body {
	padding: 20px 5px 5px 5px;
}

div.comboWidgetL1 a {
	text-decoration: none;
	font-weight: normal;
}

.comboWidgetTabL1Left {
	top: 0px;
	left: 5px;
	height: 25px;
    background: url('../../img/widgetsmain/widgetTabfill.png') no-repeat top left; 	
}

.comboWidgetTabL1Right {
	height: 25px;
	        background: url('../../img/widgetsmain/widgetTabRight.png') no-repeat top right; 
}

.comboWidgetTabL1 {
	height: 25px;
	margin-left: 1px;
	margin-right: 26px;
    background: url('../../img/widgetsmain/widgetTabfill.png') repeat-x top; 
}

.comboWidgetL1Left {
	
	height: 235px;
	margin: 0px 0px 0px 0px;
	
    /* background: url('../../img/widgetsmain/widgetfill.png') no-repeat top left; */

}
.comboWidgetL1Left.comboWidgetL2 {
	position: relative;
	top: 7px;
	left: 0px;
	
}
.comboWidgetL1Right {
	height: 235px;
	   /* background: url('../../img/widgetsmain/widgetfill.png') no-repeat top left; */
}
.comboWidgetL1 {
	height: 235px;
	margin-left: 0px;
	margin-right: 0px;
	    background: url('../../img/widgetsmain/widgetfill.png') repeat-x bottom; 
}



.weatherwidget  {
	
	position: absolute;
	top:20px;
	left: 6px;
	width: 300px
	
}

#comboWidgetL2 > .comboWidgetL1Left.weatherwidget {
	top: 10px;
}

.weatherwidgetTab  {
	
	position: relative;
	width: 290px;
	
}

.video {
	
	position: absolute;
	top: 20px;
	left: 320px;
	width: 210px;
	
}

.weatherwidgetTab p {
	
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	top: 6px;
	left:6px;
	
	
}

.videoTab {
	
	position: relative;
	width: 170px;
	
}

.videoTab p {
	
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	top: 6px;
	left:16px;
	
	
}

.promos {
	
	position: absolute;
	top: 20px;
	left: 540px;
	width: 408px;
	
}

.promosTab {
	position: relative;
	width: 200px;
}


.promosTab p {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	top: 6px;
	left:10px;
}

img#leftwidgetDivider {
	position:absolute;
	height: 235px;
	width: 1px;
	top: 20px;
	left: 313px;
}

img#rightwidgetDivider {
	position:absolute;
	height: 235px;
	width: 1px;
	top: 20px;
	left: 535px;
}


.comboWidgetL1 .weatherLink {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:8px;
	text-align:right;
	color: #0a4595;
	top: 30px;
	left:245px;
	
}


.comboWidgetL1 .weatherLink a, visited {
	color:#0a4595;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
.comboWidgetL1 .weatherLink a.active {
	color:#333;
}
.comboWidgetL1 .weatherLink a:hover {
	color:#333;
}

.comboWidgetL1 .header {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	top: 6px;
	left: 3px;
	
}
.comboWidgetL1 .header .alert {
	margin-top: -5px;
	padding-top: 0px;
	font-weight: bold;
	line-height: 0.6em;
	vertical-align: top;
	/*color:#871721;*/
	color:#FF0000;
}
.comboWidgetL1 .header a {
	color:#c2c2c2;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.comboWidgetL1 .header a.active {
	color:#FFF;
}
.comboWidgetL1 .header a:hover {
	color:#FFF;
}
.comboWidgetL1 div.content {
	display: none;
}
.comboWidgetL1 div.active {
	display: block;
}

.comboWidgetL1 div.weather {
	font-family: Arial, Helvetica, sans-serif;
}

.comboWidgetL1 div.weather div.observations {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 140px;
	padding: 0px 10px 0px 100px;
}

.comboWidgetL1 div.weather div.observations .current {
	/*font-family: Helvetica, sans-serif;*/
	margin: 0px;
	font-size: 48px;
	line-height: 48px;
	width: 160px;
	color:#555;
}
.comboWidgetL1 div.weather div.observations .hiLow {
	margin: 0px;
	/*position: relative;
	top: 0px;
	left: 0px;*/
	width: 4em;
	color:#777;
	text-align: center;
}
.comboWidgetL1 div.weather div.observations .hiLow .val {
	margin: 0px;
	font-size: 18px;
}
.comboWidgetL1 div.weather div.observations .hiLow .label {
	margin: 0px;
	font-size: 11px;
}
.comboWidgetL1 div.weather .large .DaylightSunny {
	background: url('../../img/WeatherIcon_Sunny_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightMostlySunny {
	background: url('../../img/WeatherIcon_Sunny_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightPartlyCloudy {
	background: url('../../img/WeatherIcon_PartlyCloudy_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightMostlyCloudy {
	background: url('../../img/WeatherIcon_MostlyCloudy_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightOvercast {
	background: url('../../img/WeatherIcon_Overcast_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .Clear {
	background: url('../../img/WeatherIcon_Clear_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .MostlyClear {
	background: url('../../img/WeatherIcon_MostlyClear_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .Clear {
	background: url('../../img/WeatherIcon_Clear_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .PartlyCloudy {
	background: url('../../img/WeatherIcon_PartlyCloudy_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .MostlyCloudy {
	background: url('../../img/WeatherIcon_MostlyCloudy_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .Overcast {
	background: url('../../img/WeatherIcon_Overcast_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightSnow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightLightSnow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightHeavySnow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .Snow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .LightSnow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .HeavySnow {
	background: url('../../img/WeatherIcon_Snow_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightRain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightLightRain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .DaylightHeavyRain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .Rain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .LightRain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}
.comboWidgetL1 div.weather .large .HeavyRain {
	background: url('../../img/WeatherIcon_Rain_Lg.png') 0 50% no-repeat;
}

.comboWidgetL1 div.weather div.forecasts {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 250px;
	padding: 0px 10px 0px 0px;
}
.comboWidgetL1 div.weather div.forecasts img {
	position:absolute;
	top: 5px;
	left: 8px;
}
.comboWidgetL1 div.weather div.forecasts .label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 19px;
	padding-top: 3px;
	font-size: 14px;
}
.comboWidgetL1 div.weather .forecast {
	position: absolute;
	top: 10px;
	/*left: 0;*/
	display: block;
	width: 42px;
	height: 15px;
	padding-top: 45px;
	/*line-height: 50px;*/
	text-align: center;
	color:#777;
	font-size: 14px;
}
.comboWidgetL1 div.weather .forecast1 {
	left: 45px;
}
.comboWidgetL1 div.weather .forecast2 {
	left: 127px;
}
.comboWidgetL1 div.weather .forecast3 {
	left: 209px;
}
.comboWidgetL1 div.weather .forecasts .DaylightSunny {
	background: url('../../img/WeatherIcon_Sunny_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightMostlySunny {
	background: url('../../img/WeatherIcon_Sunny_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightPartlyCloudy {
	background: url('../../img/WeatherIcon_PartlyCloudy_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightMostlyCloudy {
	background: url('../../img/WeatherIcon_MostlyCloudy_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightOvercast {
	background: url('../../img/WeatherIcon_Overcast_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .Clear {
	background: url('../../img/WeatherIcon_Clear_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .MostlyClear {
	background: url('../../img/WeatherIcon_MostlyClear_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .Clear {
	background: url('../../img/WeatherIcon_Clear_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .PartlyCloudy {
	background: url('../../img/WeatherIcon_PartlyCloudy_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .MostlyCloudy {
	background: url('../../img/WeatherIcon_MostlyCloudy_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .Overcast {
	background: url('../../img/WeatherIcon_Overcast_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightSnow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightLightSnow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightHeavySnow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .Snow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .LightSnow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .HeavySnow {
	background: url('../../img/WeatherIcon_Snow_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightRain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightLightRain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .DaylightHeavyRain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .Rain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .LightRain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.weather .forecasts .HeavyRain {
	background: url('../../img/WeatherIcon_Rain_Sm.png') no-repeat top;
}
.comboWidgetL1 div.snowSummary {
	font-family: Helvetica, sans-serif;
}
.comboWidgetL1 div.snowSummary .summary1 {
	position:absolute;
	top: 25px;
	left: 10px;
	right: 10px;
}
.comboWidgetL1 div.snowSummary .summary2 {
	position:absolute;
	top: 130px;
	left: 10px;
	right: 10px;
}
.comboWidgetL1 div.snowSummary .fig {
	display: inline;
	position: absolute;
	text-align: center;
}
.comboWidgetL1 div.snowSummary .divider {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#CCCCCC;
}
.comboWidgetL1 div.snowSummary .summary1 .fig {
	/*background-color: #0000CC;*/
	width: 80px;
	padding: 0px 10px 0px 10px;
	margin-top: 13px;
	min-height: 85px;
}
.comboWidgetL1 div.snowSummary .summary1 .fig .value {
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	color: #575757;
}
.comboWidgetL1 div.snowSummary .summary2 .fig {
	margin-top: 33px;
	width: 50px;
}
.comboWidgetL1 div.snowSummary .summary2 .fig .value {
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #575757;
}
.comboWidgetL1 div.snowSummary .summary1 .fig .label {
	margin: 0px;
	color: #777;
}
.comboWidgetL1 div.snowSummary .summary2 .fig .label {
	margin: -5px 0px 0px 0px;
	color: #777;
	font-size: 12px;
}
.comboWidgetL1 div.snowSummary .summary1 .fig1 {
	left: 0px;
	/*background-color:#0000FF;*/
}
.comboWidgetL1 div.snowSummary .summary1 .fig2 {
	left: 92px;
	/*background-color:#CC0000;*/
}
.comboWidgetL1 div.snowSummary .summary1 .fig3 {
	left: 185px;
	/*background-color:#00FF66;*/
}

.comboWidgetL1 div.snowSummary .summary2 .snowDepths {
	position: absolute;
	top: 47px;
	left: 5px;
}

.comboWidgetL1 div.snowSummary .summary2 .newSnow {
	position: absolute;
	top: 47px;
	left: 5px;
}

.comboWidgetL1 div.snowSummary .summary2 .fig1 {
	left: 70px;
	/*background-color:#0000FF;*/
}
.comboWidgetL1 div.snowSummary .summary2 .fig2 {
	left: 140px;
	/*background-color:#CC0000;*/
}
.comboWidgetL1 div.snowSummary .summary2 .fig3 {
	left: 205px;
	/*background-color:#00FF66;*/
}

div#comboWidgetL1 div.cams ul {
	list-style-type: none;
	position: absolute;
	bottom: 2px;
	left: 5px;
	z-index: 25;
}
.comboWidgetL1 div.cams ul li {
	margin: 0px;
	padding: 5px;
	display: inline;
}
.comboWidgetL1 div.cams .webcams .cam {
	position: absolute; 
	top: 25px; 
	left: 0px; 
	z-index: 5;
}
.comboWidgetL1 div.cams .webcams .cam .label {
	position: absolute; 
	bottom: 3px;
	left: 26px; 
	z-index: 5;
	margin: 0px;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.comboWidgetL1 div.cams .navLeft {
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	background:url('../../img/WidgetsMain/AdWidgetArrow_Left.png') no-repeat;
	border: 0px;
	width: 17px;
	height: 210px;
	text-decoration: none;
	outline: none;
}
.comboWidgetL1 div.cams .navLeft:hover {
	background:url('../../img/WidgetsMain/AdWidgetArrow_LeftHover.png') no-repeat;
}
.comboWidgetL1 div.cams .navRight {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	background:url('../../img/WidgetsMain/AdWidgetArrow_Right.png') no-repeat;
	border: 0px;
	width: 17px;
	height: 210px;
	text-decoration: none;
	outline: none;
}
.comboWidgetL1 div.cams .navRight:hover {
	background:url('../../img/WidgetsMain/AdWidgetArrow_RightHover.png') no-repeat;
}

div#l2Promos {
	
	position:absolute;
	bottom: 0px;
	z-index: 10;
}


div#l2Promos a {
	
	position: absolute;
	bottom: 0px;
	
	display:block;
	width: 300px;
	height: 140px;
	text-decoration: none;
	outline: none;
}

div#l2Promos a:hover {
	
}

a.linkButton {
	padding: 7px 17px 0px 17px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
	clear: both;
}
div.linkBtnLeft {
	/*display: inline;*/
	float: left;
	height: 39px;
	padding-left: 7px;
	margin-top: 7px;
	background: url(../../img/L2_TabNav_Left.png) left no-repeat;
}
div.linkBtnLeft:hover {
	background: url(../../img/L2_TabNav_LeftHover.png) left no-repeat;
}
div.linkBtnRight {
	height: 39px;
	padding-right: 7px;
	float: left;
	background: url(../../img/L2_TabNav_Right.png) right no-repeat;
}
div.linkBtnRight:hover {
	background: url(../../img/L2_TabNav_RightHover.png) right no-repeat;
}
a.linkBtnFill {
	background: url(../../img/L2_TabNav_Fill.png) repeat-x;
	height: 32px; /*height of 39 + 0px padding works in ie but nothing else*/
	display: block;
	float: left;
	padding: 7px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1f3f80;
	clear: both;
}
a.linkBtnFill:hover {
	background: url(../../img/L2_TabNav_FillHover.png) repeat-x;
}