
/*  Stylesheet for Martha's web site */
/*  Linked to: index.html, natlparks.html, stateparks.html, localparks.html 
		picks.html*/

/* Styles for body and center section */
body {
    font-family: Arial, sans-serif;
    font-size: smaller;
    color: #59807A; 
    background-image: url(images/background_body.jpg);
    margin-left: 10%;
    margin-right: auto;
    margin-top: 10px; 
    margin-bottom: 0px;
}
#center {     
     background-image: url(images/background_center.jpg);
     width: 804px;
}

/*Styles for links */


/* Styles for banner */
#heading1 {
    font-style: italic; 
    font-size: 7em;
    color: #998E7F; 
    position: relative; top: 10px; left: 20px;
}
#heading2 {
    font-style: italic;
    font-size: 2em; 
    position: relative; left: 20px; top: -175px;    
}
#heading3 {
    font-size: 3em;
    position: relative; top: 10px; left: 15px;
    background-color: #D5D0E6;
    margin-top: 10px;
    margin-bottom: 10px;
}
.heading {
    font-weight: bold;
}

/* Styles for menu */
#menu { position:relative; top:-115px;}
#menu { background-color:#998E7F; width:100% }
#menu a { margin-right: 0.5em; margin-left: 0.5em }
#menu tr { height: 20px; background-color:#998E7F; }
#Menu0, #Menu1, #Menu2, #Menu3  { border: 1px solid #000000; 
                                  visibility:hidden; z-index: 1; }

/* Styles for content */
#content{
    background-color: #D5D0E6;
    position: relative; top: -120px; 
    height: 290px;
    z-index: 1;
}
a {
   display: block;
   padding-top: 2px;
   padding-bottom: 2px;
   color: navy;
}
a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: purple;
}
a:hover {
   text-decoration: underline;
   color: blue;
}
p a{
   display: inline;
}
.tab{
   font-family: arial, verdana, san-serif; font-size: 12px;
}
.asd{
   text-decoration: none; font-family: arial, verdana, san-serif; font-size: 11px; 
   color: navy;
}
#trails {
    z-index: 2;
}
#trails img {  
   float:left; margin: 20px;
}
#trails p {
   margin-right: 20px;
}
hr {color: #998E7F; 
    width: 95%; }

/* Styles for footer */

#footer { 
     height: 30px;
}
#footer_left {
    font-size: 1em;
    width: 100px;
    margin-left:10px;
    float: left;
}
#footer_right {
    font-weight: bold;
    margin-right: 10px;
    float: right;
}
