/* CSS Document */

 div#maincontent
 { position:relative;
 z-index:0;
 
 
 }

/*Background 1*/
.main1
{
background-image:url(../homepage/background1.jpg);
background-repeat:no-repeat;
min-height:307px !important;
}

/*The widget makes use of sprites to display each icon*/
#widget
{
background-image:url(../layout/widget_background.png);
background-position:left top;
display:block;
float:right;
height:225px;
margin-right:5px;
width:54px;
padding-top:3px;
z-index:10;
position:relative;
margin-bottom:-240px;
 

}

#widget ul li
{
list-style-type:none;
width:100%;
font-size:0px;
background-image:none;
padding-bottom:4px;
 
}

#widget ul li a,
#widget ul li a:visited,
#widget ul li a:active
{ display:block;
height:42px;
width:100%; 
background-position:left top;
background-repeat:no-repeat;
}
#widget ul li:hover
{
background-image:url(../layout/widget_over.png);
background-position:left top;
background-repeat:no-repeat;
}

#widget ul li.weather a,
#widget ul li.weather a:visited,
#widget ul li.weather a:active
{background-image:url(../layout/widget_sprites.png);
background-position:left top;
}
#widget ul li.cams a,
#widget ul li.cams a:visited,
#widget ul li.cams a:active
{background-image:url(../layout/widget_sprites.png);
background-position:left -40px !important;
}

#widget ul li.tickets a,
#widget ul li.tickets a:visited,
#widget ul li.tickets a:active
{background-image:url(../layout/widget_sprites.png);
background-position:left -84px !important;
}

#widget ul li.lodging a,
#widget ul li.lodging a:visited,
#widget ul li.lodging a:active
{background-image:url(../layout/widget_sprites.png);
background-position:left -128px !important;
height:34px;
}

#widget ul li.products a,
#widget ul li.products a:visited,
#widget ul li.products a:active
{background-image:url(../layout/widget_sprites.png);
background-position:left -164px !important;
}

div#weatherWidgetBar 
{
 vertical-align:top;
 height:123px !important;
 width:898px;
 margin:0px;
 margin-top:163px;
 margin-bottom:-5px;
 margin-left:25px;
 padding:0px; 
 z-index:5;
 position:relative; 
 
 
}

 