/* SPECIFIC PAGE STYLES */

img#header {
  position: relative;
  top: -30px;
  left: 0;
  margin: 0 -50px 0 -32px;
}

h1 {
  color: #8b4513;
  position: static;
  text-align: right;
  width: auto;
}
h2 {
  padding-top: 32px;
}
*.h1font, *.h2font, *.h3font {
  font-family: "segoe print", "comic sans ms", cursive;
  font-weight: bold;
}
h1, *.h1font { font-size: 20pt; }
h2, *.h2font { font-size: 16pt; }
h3, *.h3font { font-size: 14pt; }
small, *.small { font-size: 10pt; }
*.doublespace { line-height: 2 }

a { text-decoration: underline; }

ul.sunbullet li {
  background: url(../images/icons/happysun.gif) no-repeat 0 50%;
  padding-left: 60px;
  min-height: 48px;
}
ul.umbrellabullet li {
  background: url(../images/icons/umbrellabullet.gif) no-repeat 14px 50%;
  padding-left: 60px;
  min-height: 48px;
}

/* MENU styles */
div#menu {
  margin: 0;
  padding: 4px 0;
  text-align: center;
}
div#menu ul {
  background: url(../images/basics/menugradient.png) no-repeat 50% 50%;
  margin-top: 0;
  margin-bottom: 16px;
}
div#menu li {
  display: inline;
  padding: 1px 2px;
}
div#menu a {
  background-color: #fab43c;
  color: #000066;
  border-width: 3px;
  border-style: solid;
  border-color: #ffe000 #f28500 #f28500 #ffe000;
  padding: 2px 4px;
  text-decoration: none;
  font: bold 10pt verdana, sans-serif;
  font-variant: small-caps;
}
div#menu a:hover {
  border-color: #f28500 #ffe000 #ffe000 #f28500;
}
