@CHARSET "UTF-8";

@font-face {
  font-family: 'kg_small_town_southern_girlRg';
  src: url('fonts/kg.eot');
  src: url('fonts/kg.eot?#iefix') format('embedded-opentype'),
       url('fonts/kgsmalltownsoutherngirl-webfont.woff') format('woff'),
       url('fonts/KGSmallTownSouthernGirl.ttf') format('truetype'),
       url('fonts/kgsmalltownsoutherngirl-webfont.svg#kg_small_town_southern_girlRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'street_cornerregular';
    src: url('fonts/street_corner-webfont.eot');
    src: url('fonts/street_corner-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/street_corner-webfont.woff') format('woff'),
         url('fonts/street_corner-webfont.ttf') format('truetype'),
         url('fonts/street_corner-webfont.svg#street_cornerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: 'street_cornerregular', Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
}

img {
  border: 0;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.header {
  background: #ffd817;
  color: #1a4b8f;
  height: 130px;
  position: relative;
  font-family: 'kg_small_town_southern_girlRg';
}

.header .logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

.header .quote {
  position: absolute;
  right: 100px;
  top: 36px;
  font-size: 26pt;
}

.header .flower {
  position: absolute;
  right: 40px;
  top: 20px;
}

.header .brochure {
  position: absolute;
  bottom: 10px;
  right: 40px;
  color: #1a4b8f;
  font-size: 16pt;
  text-decoration: none;
}

.header .brochure:hover {
  text-decoration: underline;
}

.menubar {
  background: #1a4b8f url(img/menu-top.jpg) top left no-repeat;
  height: 57px;
  width: 1000px;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 10pt;
}

.menubar:after {
  display: block;
  content: url(img/menu-bottom.jpg);
  top: 44px;
  left: 0;
  position: absolute;
}

.menubar ul {
  margin: 0;
  list-style: none;
  padding: 8px 0 3px 0;
}

.menubar ul li {
  display: inline-block;
  padding: 0;  
}

.menubar ul li a.current {
	color: #FFD113;
}

.menubar ul li a {
  color: #fff;
  display: block;
  padding: 8px 12px 6px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s;
  border-bottom: 2px solid #1A4B8F;
}

.menubar ul li a:hover,.selectedanchor {
  border-bottom: 2px solid #FFD113 !important;
}

.button,.formandu-text,.formandu-list,.formandu-dropdown,.formandu-button,.formandu-textarea {
  border: 5px solid transparent;
  border-image: url(img/button-border.png) 5 5;
  font-family: 'kg_small_town_southern_girlRg';
  font-size: 16pt;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  color: #1A4B8F;
  background: none;
  cursor: pointer;
  max-width:500px;
}

.button-yellow {
  border: 5px solid transparent;
  border-image: url(img/button-yellow.png) 5 5;
  font-family: 'kg_small_town_southern_girlRg';
  font-size: 16pt;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  color: #ffd817 !important;
  background: none;
  cursor: pointer;
  max-width:500px;
}

.formandu-text,.formandu-textarea {
  font-family: 'street_cornerregular', Tahoma, Arial, Helvetica, sans-serif;
  color: #111;
}

.formandu-label {
  border: none;
  font-size: inherit;
}

.button:hover,.formandu-button:hover,.button-yellow:hover {
  text-decoration: underline;
  
}

.formandu-button:after {
  content: ' >';
}

.content {
  padding: 8px ;
}

.content p {
  text-align: justify;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  font-family: 'kg_small_town_southern_girlRg';
  color: #1A4B8F;
}

.content h1 {
  padding-left: 40px;
  background: url(img/h1-bullet.png) center left no-repeat;
}

.content a {
  color: #1A4B8F;
  text-decoration: none;
}

.content hr {
  color: rgba(0,0,0,0);
  display: block;
  height: 26px;
  background: url(img/hr.png) center center no-repeat;
  border: none;
}

.content a:hover {
  text-decoration: underline;
}

.rightbar {
  float: right;
  width: 244px;
  margin: 0 0 0 25px;
}

.main {
  float: left;
  width: 715px;
}

.rightbar>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rightbar>ul>li {
  margin: 8px 0 0 0;
  padding: 0;
  position: relative;  
}

.rightbar>ul>li:first-child {
  margin: 0;
}

.rightbar>ul>li>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rightbar>ul>li>ul>li {
  padding: 8px;
}

.rightbar>ul>li>ul>li>a {
  color: #1A4B8F;
  text-decoration: none;
}

.rightbar>ul>li>ul>li>a:hover {
  text-decoration: underline;
}


.footer {
  background: #1a4b8f url(img/footer-top.jpg) top left no-repeat;
  padding: 10px;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .top {
  padding-top: 10px;
}

.footer .top .right {
  padding-top: 20px;
}

.footer .bottom {
  padding-bottom: 3px;
  font-size: 9pt;
}

.footer .left {
  float: left;
  text-align: left;
}

.footer .right {
  float: right;
  text-align: right;
}

.header-img {
  margin: 5px auto;
  width: 940px;
}

/** Drop down menus */

.menubar-menu a {
  padding: 4px 10px 2px;
  text-decoration: none;
  display: block;
  padding: 10px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  border-bottom: 2px solid #1a4b8f; 
}

.menubar-menu a:hover {
  border-bottom: 2px solid #ffd817;
}

.menubar-menu {
  position: absolute;
  display: none;
  z-index: 1000000; /* zIndex should be greater than that of shadow's below */
  top: 0;
  background: #1a4b8f;
  color: #ffd817;
  padding: 8px;
  min-width: 200px;
  border-radius: 0 0 10px 10px;
  font-size: 10pt;
}

.menubar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menubar-menu ul li {
  margin: 0;
  padding: 0;
}

.menubar-menu a:hover {

}

.anylinkshadow {
  display: none;
}

.blocklink {
  display: block;
  text-align: center;
  padding: 0 0 6px 0;
  color: #fff;
  background: #1a4b8f;
  font-size: 24pt;  
}

.blocklink:hover {
  background: #ffd817;
  color: #1a4b8f;  
}

.doris {
  display: block;
  height: 86px;
  background: url(img/doris.png) top right no-repeat;
  margin: 0 20px 0 0;
}

#page-slideshow {
  border: 6px solid #fff;
  box-shadow: 0 0 12px #000;
  width: 692px;
}

.block-yellow {
  background: #ffd817;
  color: #1a4b8f;
  padding: 5px; 
}

.block-purple {
  background: #7e26a3;
  color: #fff;
  padding: 5px;
}

.block-purple h1,.block-purple h2,.block-purple h3,.block-yellow h1,.block-yellow h2,.block-yellow h3,
h1.block-purple,h2.block-purple,h3.block-purple,h1.block-yellow,h2.block-yellow,h3.block-yellow {
  margin: 0;
}
  
.block-purple h1,.block-purple h2,.block-purple h3 {
  color: #ffd817;
}

.square-button {
  padding: 5px 10px;
  background: #ffd817;
  color: #1a4b8f;
  box-shadow: 5px 5px 5px #000;
  border: none;
  border-radius: 0;
  transition: background 0.3s,color 0.3s,margin 0.3s;
  margin: 0 3px 3px 0;  
}

.square-button:hover {  
  margin: 3px 0 0 3px;
  color: #ffd817;
  background: #1a4b8f;
  box-shadow: 2px 2px 2px #000;  
}

.square-text {
  border: none;
  color: #333;
  background: #fff;
  border-radius: 0;
  padding: 4px;
  margin: 0 0 3px 0;
}

a.mhaz {
  margin-top: -16px;
  background: url(img/mhaz.png) no-repeat;
  background-position: -244px top;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 26pt;
  font-family: 'kg_small_town_southern_girlRg';
  text-align: center;
  z-index: 10;
  position: relative;
}

a.mhaz:hover {
  background-position: 0 0;
  color: #1a4b8f;
  text-decoration: none;
}

.alt-text {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  padding: 3px;
}

.whiteboard {
  background-image: url(img/whiteboard2.jpg);
  background-size: 100%;
  font-family: 'kg_small_town_southern_girlRg';
}