/****************  contact and hours  ***********************/
.hours, .contact {
    margin:0;
    top:70px;
    font-size:70%;
}

.hours h2, .contact h2 {
    margin:3px 0;
}

.hours {
    position:absolute;
    right:20px;
}
.contact {
    position:absolute;
    right:180px;
}
.hours .moduleactions,
.contact .moduleactions {
    position:absolute;
    left:0px;
    top:-20px;
}

.hours .bodycopy, 
.contact .bodycopy {
    padding-left:40px;
}

/****************  flower  ***********************/

#flower {
    z-index:2;
    position:absolute;
    top:12px;
    left:-47px;
}

#flower p {
    margin:0;
    padding:0;
    display:inline;
}
#flower p img {
    display:block;
    position:relative;
    z-index:1;
}

.flower {
    position:absolute;
    top:120px;
    left:70px;
    z-index:5;
}


/****************  banners on right of homepage  ***********************/

.right-banners {
    float:right;
    width:280px;
}

.right-banners p img {
    display:block;
    padding:0;
    margin:0;
    margin-bottom:8px;
}

.right-banners p {
    padding:0;
    margin:0;
}


