/*Make all body text white verdana on a black background 
*/
body {font-family:  verdana, Arial, serif, "times new roman";
      line-height:1.1em;
      background:#FFFFCC;
      margin: 0 auto;
      font-size:1.05em;           
      color:#660000;
      width:58em;
      height:100%;}

/*Underline links in white
*/

a {text-decoration:underline;}
a:link {color:#660000;}
a:visited {color:#660000;}
a:active {color:#660000;}


/*Make hyperlinked images with black borders, so doesn't show
*/

img {border-color: #FFFFCC;}


/*Make headings white 18-point verdana.
*/
h1 {font-size:1.75em;
    line-height:0.7em;
    font-family: verdana, Arial, sans-serif, times new roman;
    color:#660000;}

/*Make headings white 18-point verdana.
*/
h2 {font-size:1.2em;
    font-family: verdana, Arial, sans-serif, times new roman;
    color:#660000;}

/*adjust the space between bullets
*/

ul.adjust {margin:0.5em;
           padding-left:1em;}


/*Top banner to be no larger than 15" screen, and take up no more than 1/6 of page. Bottom border in purple.
*/

div.top {display:block;
         height:7.4em;
         width: 52em;
         border-bottom-color:#CC9933;
         border-top-color:#FFFFCC;
         border-right-color:#FFFFCC;
         border-left-color:#FFFFCC;
         border-style:solid;
         margin-left:1em;
         padding-top:2em;
         padding-bottom:1em;
         background:#FFFFCC;}

/*navigation area on home page
*/
div.left {display:block;
          position:absolute;
          border: none;
          margin-top:1em;
          width:12em;
          height:25em;
          line-height:1.5em;
          background:#FFFFCC;}

/*navigation area on accomm page
*/
div.lefa {display:block;
          position:absolute;
          border: none;
          margin-top:1em;
          width:12em;
          height:32em;
          line-height:1.5em;
          background:#FFFFCC;}


/*main text on home page
*/

div.main {display:block;
          position:absolute;
          border:none;
          padding-top:1em;
          padding-bottom:1em;
          line-height:1.25em;
          margin-left:13em;
          margin-top:1em;
          width:30em;
          height:23em;
          background:#FFFFCC;}

/*Welcome area on accomm and facil page
*/

div.maia {display:block;
          position:absolute;
          border:none;
          padding-top:1em;
          padding-bottom:1em;
          line-height:1.25em;
          margin-left:13em;
          margin-top:1em;
          width:21em;
          height:40em;
          background:#FFFFCC;}

/*Welcome area on attractions page
*/

div.maid {display:block;
          position:absolute;
          border:none;
          padding-top:1em;
          padding-bottom:1em;
          line-height:1.25em;
          margin-left:13em;
          margin-top:1em;
          width:21em;
          height:55em;
          background:#FFFFCC;}

/*main text on tariff page
*/

div.mait {display:block;
          position:absolute;
          border:none;
          padding-top:1em;
          padding-bottom:1em;
          line-height:1.25em;
          margin-left:13em;
          margin-top:1em;
          width:40em;
          height:23em;
          background:#FFFFCC;}


/*right side on home page
*/
div.right {display:block;
           position:absolute;
           margin-left:44em;
           margin-top:1em;
           width:10em;
           height:25em;
           line-height:1.5em;
           text-align:center;
           background:#FFFFCC;}  

/*right side on accomm and facil page
*/
div.righa {display:block;
           position:absolute;
           margin-left:35em;
           margin-top:1em;
           width:19em;
           height:40em;
           line-height:1.5em;
           text-align:center;
           background:#FFFFCC;}  

/*right side on attract page
*/
div.righd {display:block;
           position:absolute;
           margin-left:35em;
           margin-top:1em;
           width:19em;
           height:50em;
           line-height:1.5em;
           text-align:center;
           background:#FFFFCC;}  


/*Footer on home page
*/

div.footer {display:block;
            position:absolute;
            margin-top:35em;
            width:68em;
            height:6em;
            padding-top:0.5em;
            font-size:0.8em;
            text-align:center;
            border-top: 1px solid #CC9933;
            background:#FFFFCC;}

/*Footer on accomm and facil page
*/

div.footea {display:block;
            position:absolute;
            margin-top:55em;
            width:68em;
            height:6em;
            padding-top:0.5em;
            font-size:0.8em;
            text-align:center;
            border-top: 1px solid #CC9933;
            background:#FFFFCC;}

/*Footer on attract page
*/

div.footed {display:block;
            position:absolute;
            margin-top:75em;
            width:68em;
            height:6em;
            padding-top:0.5em;
            font-size:0.8em;
            text-align:center;
            border-top: 1px solid #CC9933;
            background:#FFFFCC;}

