/*CSS DOCUMENT*/


body{
background-color: #3f8ace;
}


img{
border: 0;
}


a:link, a:active, a:visited{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}





h1 {
font-weight: bold;
font-size: 12px;
color: #000;
}



.item {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, 'sans-serif';
font-size: 11px;
line-height: 140%;
color: #000;
}

.item img{
float: left;
padding-right: 5px;
}

.item h1{
font-weight: bold;
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, 'sans-serif';
color: #000;
}




.hours {
margin-left: 50px;
font-family: "Trebuchet MS", Arial, Helvetica, 'sans-serif';
font-size: 14px;
line-height: 140%;
color: #e55a1f;
}

.hours a:link, .hours a:active, .hours a:visited {
color: #49ace6;
}

.hours a:hover{
color: #49ace6;
text-decoration: underline;
}



.homeFooter{
margin-left: 125px;
font-family: "Helvetica", Arial, 'sans-serif';
font-size: 10px;
font-weight: normal;
color: #fff;
}


.homeFooter a:link, .homeFooter a:active, .homeFooter a:visited{
color: #b5d4e6;
}

.homeFooter a:hover{
color: #fff;
text-decoration: underline;
}


.more {
font-family: "Trebuchet MS", Arial, Helvetica, 'sans-serif';
font-weight: bold;
font-size: 12px;
color: #2f2ca5;
text-align: right;
}


.more a:link, .more a:active {
color: #2f2ca5;
}

.more a:visited {
color: #868686;
}

.more a:hover {
text-decoration: underline;
}


.mushrooms{
background-image: url(images/mushrooms_leftHalf.jpg);
background-repeat: no-repeat;
background-color: #fff;
}

.footerLink {
margin: 90px 0px 20px 255px;
font-family: "Helvetica", Arial, 'sans-serif';
font-size: 10px;
font-weight: normal;
color: #4a4a4a;
}

.footerLink a:link, .footerLink a:active, .footerLink a:visited{
color: #3f8ace;
}

.footerLink a:hover{
color: #3f8ace;
text-decoration: underline;
}

.backToTop{
font-family: "Trebuchet MS", Arial, Helvetica, 'sans-serif';
color: #e55a1f;
font-size: 11px;
padding: 10px 0 10px 0;
}








