/*main page*/

#bigPicHome{
background:url("../images/banner_home.jpg") no-repeat top left;
display:block;
float:left;
width:936px;
height:309px;
}

a.topGoHomePage{
display:block;
float:left;
width:936px;
height:309px;
}

/*nav*/

ul.navHome{
list-style:none;
display:block;
float:left;
margin:0;
width:936px;
height:56px;
}

ul.navHome li, ul.navHome li a, ul.navHome li span{
display:block;
float:left;
height:56px;
}

ul.navHome li a.home, .homeOn{
background:url("../images/nav_home.jpg") no-repeat left top;
width:185px;
}
ul.navHome li a.news, .newsOn{
background:url("../images/nav_home.jpg") no-repeat -185px top;
width:135px;
}
ul.navHome li a.promotions, .promotionsOn{
background:url("../images/nav_home.jpg") no-repeat -320px top;
width:190px;
}
ul.navHome li a.reservations, .reservationsOn{
background:url("../images/nav_home.jpg") no-repeat -510px top;
width:195px;
}
ul.navHome li a.contact, .contactOn{
background:url("../images/nav_home.jpg") no-repeat -705px top;
width:231px;
}

ul.navHome li a.home:hover, .homeOn{background-position:left bottom;}
ul.navHome li a.news:hover, .newsOn{background-position:-185px bottom;}
ul.navHome li a.promotions:hover, .promotionsOn{background-position:-320px bottom;}
ul.navHome li a.reservations:hover, .reservationsOn{background-position:-510px bottom;}
ul.navHome li a.contact:hover, .contactOn{background-position:-705px bottom;}

/*end nav*/

/*content*/

#homeBigLogo{
background:#FFFFFF url("../images/pavilionLogo.gif") no-repeat center;
display:block;
float:left;
width:360px;
height:240px;
}

#homeFlashMenu{
display:block;
float:left;
margin-left:116px;
width:460px;
height:280px;
}

#homeFlashMenu h2{
margin:0 0 20px 0;
}
#homeFlashMenu p{
margin:20px 0;
}
/*end content*/

/*news.php*/

.forPicHome{
display:block;
float:left;
margin:0 5px 0 0;
width:128px;
height:100%;
}

.newsPicHome{
padding:4px;
width:120px;
height:90px;
border:1px solid #838383;
}

.newsTextHome{
display:block;
float:left;
margin:0 5px 0 0;
padding:4px;
width:260px;
}

/*end news.php*/