/*

   Filename: menustyles.css

   This file contains styles used in the holeconcierge.htm file.

*/

body {background-color: ivory}
.Menu, .MenuTitle
   {background-color:rgb(238,235,217); 
    width:180px; z-index:2; 
    font-family:Arial, Helvetica, sans-serif}
.MenuTitle {height: 18px; text-align: center; border: 1px solid rgb(236,233,216);
            border-bottom: 1px solid gray; border-top: 1px solid gray; width: 170px; font-size: 14pt}
.Menu {border: 1px solid gray; text-align: left; font-size: 10pt}

#Home {position:absolute; top:100px; left:175px; border-left: 1px solid gray}
#Summer {position:absolute; top:100px; left:314px}
#Fall {position:absolute; top:100px; left:453px}
#Winter {position:absolute; top:100px; left:591px}
#Spring {position:absolute; top:100px; left:730px; border-right: 1px solid gray}
#SummerMenu {position:absolute; top:123px; left:314px; z-index:3}
#FallMenu {position:absolute; top:123px; left:453px; z-index:3}
#WinterMenu {position:absolute; top:123px; left:591px; z-index:3}
#SpringMenu {position:absolute; top:123px; left:730px; z-index:3}

.MenuTitle a {text-decoration: none; color: black; display: block; padding-left: 2px}
.MenuTitle a:hover {color: white; background-color: rgb(38,96,221)}

.Menu a {text-decoration: none; color: black; display: block; padding-left: 2px}
.Menu a:hover {color:white; background-color: rgb(38,96,221)}

#season {font-weight: bold}
.activity:hover {color: black}

#links {position:absolute; top:125px; background-color: rgb(105,168,171); width: 160px}
#links .head {display: block}
#pic {text-align: center}
.head {font-weight: bold; color: rgb(200,215,206); font-size: 13pt; text-align: center; margin: 10 5 10 5;
     background-color: rgb(103,143,173); border: 4px groove gray; padding: 2px; text-decoration: none}
.head:hover {color: rgb(197,199,150); background-color: rgb(66,135,120); border: 4px groove rgb(153,135,167)}

address {text-align: center; position: absolute; top:750}

#main {font-size: 12pt; font-family: Arial, Helvetica, sans-serif; color: olive;
       letter-spacing: 2; width: 740px; position: absolute; top: 128px; left: 170px;
       z-index: 1; padding: 5px}
#main p img {width: 300; height: 235; float: right; margin: 5}
#main h3 {text-align: center}
#title {text-align: center}
#firstp {margin-top: 3px}  
#firstp:first-letter {float:left; font-size: 400%; line-height: 0.8; font-family: Times New Roman, serif}

#adspace {position: absolute; top: 125px; left: 910px; background-color: maroon; color: lime; font-size: 18pt; 
         width: 200px; text-align: center; font-weight: bold}
#adspace a {color: blue; font-size: 20pt}