html{
background: url("siteimages/background.png") repeat-y center center;
font-family: Helvetica;
text-align: center;
background-size: cover;
min-height: 100%;
min-width: 100%;
font-size: 18pt;
background-attachment: fixed;
}

.black{
color: black;
}

.acme{
font-family: 'Acme', sans-serif;
}

.movedownhomepage{
padding-top: 8%;

}

#homepageinfo{
text-align: left;
line-height: 122%;

}

#banner{
padding-left: 1%;
padding-top: 2%;
}

#homepagetext{
text-align: left;
line-height: 105%;
}

.abouttext{
text-align: left;
line-height: 105%;
}

.name{
padding-top: 5%;
}

textarea{ /*used on contact.html*/
border: 1px solid black;
border-radius: 5px;
font-size: 15pt;
}

input{ /*used on contact.html*/
border: 1px solid black;
border-radius: 3px;
height: 20px;
width: 250px;
font-size: 13pt;
}

.form{ /*used on contact.html*/
text-align: center;
float: left;
display: inline-block;
line-height: 135%;
padding-bottom: 5%;
}

.contact{ /*used on contact.html*/
padding-top: 0px;
}

.submit{ /*used on contact.html*/
cursor:pointer;
height: 40px;
width: 80px;
font-family: 'Acme', sans-serif;
font-size: 15pt;
border: 2px solid black;
border-radius: 5px;
}

input[type="submit"]:hover{
border: 2px solid #4ecf1b;
border-radius: 5px;
color: #4ecf1b;
}

input[type="submit"]:active{
border: 2px solid black;
border-radius: 5px;
background-color: #555555;
color: black;
}

body{
height: 100%;
width: 860px;
margin: 0 auto; 
}

h1{
font-size: 20pt;
font-family: 'Acme', sans-serif;
margin-bottom: 2px;
}

h2{
font-size: 18pt;
font-family: Helvetica;
color: #4ecf1b;
margin: 0px;
margin-bottom: 5px;
}

h3{
font-size: 18pt;
font-family: Helvetica;
color: black;
}

table{
width: 860px; 
border: 1px;
border-spacing: 5px;
padding: 5px;
}

.infobanner{
width: 860px;
height: 40px;
font-size: 24pt;
font-family: 'Acme', sans-serif;
padding:3px;
}

.homediv{ /*used in homepage */
padding-left:8%;
}

.homepara{ /*used in pargraphs on homepage*/
float: left;
text-align: left;
width: 400px;
padding-left:10px;
}

.homepara2{ /*used in pargraphs on homepage*/
float: left;
text-align: left;
width: 300px;
padding-left:50px;
}

.seasonal{ /*used in homepage */
width: 210px;
height: 245px;
float: left;
font-size: 18px;
line-height: 120%;
background-color: white;
padding: 5px;
}

.directory{ /*used in vendor directory */
padding-left: 0%;
padding-top: 3%;
width:100%;
overflow:hidden;
}

.directorypic{ /*used in vendor directory*/
width: 240px;
height: 240px;
padding: 15px;
}

.marquee{
z-index: 1;
position: relative;
}

.green{
color: #4ecf1b;
font-size: 15pt;

}

.menu{
padding-top: 5px;
}

.hometable{
padding:0px;
border-spacing:0px;
}

nav li::first-letter{
font-size: 16pt;
}

nav ul{
position: absolute;
}

nav{
text-align: center;
font-family: Helvetica;
font-weight: bold;
width: 100%;
}

nav li{
float: left;
text-align: center;
display: inline-block;
z-index: 1000; /*sets it so that the nav bar displays on top of the rest*/
background-color: white;
padding: 8px;
font-size: 14pt;
list-style-type: none;
border-bottom: 1px solid black;
border-top: 1px solid black;
position:relative;

}

footer{
font-size: 10pt;
color: grey;
 height:30px; 
    width: 100%; 
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
}

nav a:link {
color: black;
text-decoration: none;
font-weight: bold;
font-family: Helvetica;
}

nav a:visited {
color: black;
font-family: Helvetica;
}

nav a:hover {
color: #4ecf1b;
font-family: Helvetica;
}

nav a:active {
color: #4ecf1b;
font-family: Helvetica;
}

a:link {
color: #4ecf1b;
text-decoration: none;
font-family: Helvetica;
font-weight: bold;
}

a:visited {
color: #4ecf1b;
font-family: Helvetica;
}

a:hover {
color: black;
font-family: Helvetica;
}

nav a:active {
color: black;
font-family: Helvetica;
}
