html {
     overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0px;
    font-family: Arial;
    background-color: #b0c8d1;
}



#backgroundColor {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #d7e4ec;
    width: 100%;
    height: 350px;
    z-index: 1;
}

#backgroundColor #skyline {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-image: url('../images/skyline.jpg');
    height: 152px;
}

#mainPage {
    position: relative;
    z-index: 10;
    width: 990px;

    margin-left: auto;
    margin-right: auto;
    top: 50px;
    
}

#mainPage #topMenu {
    height: 115px;
}

#mainPage #topMenu #topLogo{
    width: 165px;
    height: 115px;
    float: left;
    border: 0px;
}

#mainPage #topMenu #menuHolder{
    width: 635px;
    height: 115px;
    background: #fff;
    float: left;
}

#mainPage #topMenu #menu{
    padding-left: 25px;
}

#mainPage #topMenu #menuHolder #menu .menuItem{
    float: left;
    width: auto;
    height: 25px;
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    border-right: 1px solid #b7d1e4;
    font-size: 12px;
    cursor:pointer;
}

#mainPage #topMenu #menuHolder #menu .menuItem a{
    color: #637f94;
    text-decoration: none;

}

#mainPage #topMenu #menuHolder #menu .menuSelectedItem a{
    color: #415462;
    text-decoration: none;
    
}

#mainPage #topMenu #menuHolder #menu .menuLastItem{
    border-right: 0px;
}



#mainPage #topMenu #openHours{
    width: 190px;
    height: 115px;
    float: left;
    background-color: #fff;
}

#mainPage #topMenu #openHours #openHoursContent{
    width: 170px;
    height: 50px;
    float: left;
    margin-top: 25px;
    /*background-color: #fff;*/

    font-size: 11px;
    color: #646464;
}
#mainPage #topMenu #openHours #openHoursContent div {
    float: left;
    margin-top: -15px;
}
#mainPage #topMenu #openHours #openHoursContent div p{
    color: #595959;
    font-size: 10px;
    line-height: 5px;

}

#mainPage #topMenu #openHours #openHoursContent img{
    float: left;
    margin-right: 10px;
}
#mainPage #mainImg {
    width: 605px;
    height: 340px;
    float: left;
}

#mainPage #mainImg img {
    width: 605px;
    height: 340px;
}

#mainPage #news {
    background-color: #637f94;
    width: 385px;
    height: 340px;
    float: left;
}

#mainPage #news #newsContent {
    padding: 40px;

}

#mainPage #news #newsContent table {
    width: 100%;
}
#mainPage #news #newsContent table tr {
    height: 20px;
}

#mainPage #news #newsContent table tr td {
    font-size: 11px;
    color: #fff;
}
#mainPage #news #newsContent table tr td a {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div.title {
    font-size: 15px;
    color: #fff;
    margin-left: 20px;
    float: left;
    width: auto;
    margin-top: 10px;
}

.whiteLine {
    background-color: #fff;
    width: 100%;
    float: left;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mainPage #news #newsContent img {
    float: left;
}


#mainPage #mainInfo {
    background-color: #fff;
    width: 990px;
    min-height: 250px;
    float: left;
}

#mainPage #mainInfo #mainInfoContent{
    padding: 40px;
    width: 522px;
    float: left;
}



#mainPage #contact {
    background-color: #fff;
    width: 385px;
    float: left;
}

#mainPage #contact #contactContent {
    padding-left: 100px;
    padding-top: 65px;
}
#mainPage #contact #contactContent img{
    float: left;
}
#mainPage #contact #contactContent #contactInfo {
    width: 200px;
    float: left;
    margin-left: 25px;
    font-size: 11px;
    color: #a2a2a2;
}
#mainPage #contact #contactContent #contactInfo div{
    font-size: 12px;
    font-weight: bold;
    color: #648399;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
#mainPage #footer {
    position: relative;
    z-index: 10;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#mainPage #footer #center{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
}
#mainPage #footer #center .footerData {
    width: auto;
    font-size: 10px;
    color: #fff;
    float: left;
    margin-top: 5px;
}

#mainPage #footer  #center  .footerSpace {
    width: 20px;
    float: left;
    
}

p{
    color: #595959;
    font-size: 11px;
    line-height: 11px;

}

p span.title {
    color: #648399;
    font-size: 15px;
    /*margin-bottom: 50px;*/
}

li {
    color: #595959;
    font-size: 11px;
    line-height: 11px;
}


#spotlightBottom {
     width: 990px;
     background-color: #fff;
     min-height: 155px;
     float: left;
     margin-top: 1px;
}

#spotlightBottom .spotlightImg {
     margin-top: 20px;
     margin-left: 20px;
     width: 205px;
     float: left;
}

#spotlightBottom .spotlightImg img{
     width: 205px;
     height: 115px;
}
#spotlightBottom .spotlightText {
     margin-top: 15px;
     margin-left: 20px;
     width: 240px;
     float: left;
     font-family: Arial;
     color: #595959;
     font-size: 11px;
     margin-bottom: 20px;
}
.clearDiv {
    clear: both;
}