/****************  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;
}


/****************  newsletter spring  ***********************/
.nl-spring {
    background:url(../images/signup.png) no-repeat #e1edd6;
    position:relative;
    height:147px;
    margin-top:20px;
}

.nl-spring input.text {
    position:absolute;
    top:35px;
    left:7px;
    width:175px;
    border:0px solid red;
    font-size:13px;
    color:#acacac;
}

.nl-spring .label {
    color:#fff;
    font-size:12px;
    padding-left:10px;
}

.nl-spring input.button {
    position:absolute;
    right:5px;
    top:33px;
    border:0px solid red;
    background:url(../images/signup.png) no-repeat -195px -33px red;
    height:0;
    overflow:hidden;
    padding-top:23px;
       -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
            border-radius: 0px; 
}


.nl-spring .fb-like {
    position:absolute;
    bottom:16px;
    left:100px;
}

.nl-spring .fblink {
    display:block;
    margin-bottom:5px;
}

