/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% FreeSans, Calibri, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
  color: #000;
}

strong, em {
    font-family: FreeSans, Calibri, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#homewheel {
  width: 540px;
  height: 560px;
  margin: 60px auto 0;
  background: url(http://www.montessoriacademyofcolorado.org//images/site/home-background.gif) left top no-repeat;
  position: relative;
  margin-bottom: 2em;
}

#homewheel h1 {
  text-indent: -9999px;
}

#homenav li {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

#homenav li a {
  display: block;
  color: #100a72;
  text-decoration: none;
}

#homenav li a:hover {
  color: #ffa813;
}

#hidden {
  display: none;
}

#login {width:}

#login .input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
}

#login p {
  font-size: 1em;
  margin: 0;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.philosophy {
  left: 37px;
  top: 46px;
}

.philosophy a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-philosophy.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.philosophy a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-philosophy-over.gif) left top no-repeat;
}

.programs {
  left: -24px;
  top: 150px;
}

.programs a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-programs.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.programs a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-programs-over.gif) left top no-repeat;
}

.admissions {
  left: -36px;
  top: 265px;
}

.admissions a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-admissions.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.admissions a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-admissions-over.gif) left top no-repeat;
}

.staff {
  left: 1px;
  top: 371px;
}

.staff a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-staff.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.staff a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-staff-over.gif) left top no-repeat;
}

.opportunities {
  left: 72px;
  top: 453px;
}

.opportunities a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-opportunities.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.opportunities a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-opportunities-over.gif) left top no-repeat;
}

.board {
  left: 177px;
  top: 497px;
}

.board a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-board.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.board a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-board-over.gif) left top no-repeat;
}

.contact {
  right: -20px;
  top: 133px;
}

.contact a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-contact.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.contact a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-contact-over.gif) left top no-repeat;
}

.news {
  right: -40px;
  top: 230px;
}

.news a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-news.gif) left top no-repeat;
  width: 78px;
  height: 80px;
  line-height: 80px;
}

.news a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-news-over.gif) left top no-repeat;
}

.parents {
  right: -20px;
  top: 326px;
}

.parents a {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-parents.gif) left top no-repeat;
  width: 78px;
  height: 79px;
  line-height: 79px;
}

.parents a:hover {
  background: url(http://www.montessoriacademyofcolorado.org//images/site/btn-parents-over.gif) left top no-repeat;
}

/*----End Classes----*/