body {
  background-color: #ffde00;
  background-image: url('../images/body-bg.gif');
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 125%;
  text-align: center;
}
#header {
  background: url('../images/header-bg.gif') repeat-x center top;
}
#header-inner, #content, #footer {
  text-align: left;
  margin: 0 auto;
  width: 960px;
}
#skip-to-content {
  overflow: hidden;
  position: absolute;
  text-indent: -5000em;
}
#logo img {
  position: absolute;
}

#logo img.parent {
	margin-left: 700px;	
}

#head-nav {
  overflow: auto;
  padding-top: 96px;
}
#head-nav li {
  float: left;
}
#head-nav a {
  background: url('../images/main-nav.png') no-repeat left top;
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-indent: -5000em;
}
  #head-nav .home a {
    background-position: 0 0;
    width: 114px;
  }
  #head-nav .home a:hover {
    background-position: 0 -34px;
  }
  #head-nav .philosophy a {
    background-position: -114px 0;
    width: 99px;
  }
  #head-nav .philosophy a:hover {
    background-position: -114px -34px;
    width: 99px;
  }
  #head-nav .about-us a {
    background-position: -213px 0;
    width: 88px;
  }
  #head-nav .about-us a:hover {
    background-position: -213px -34px;
    width: 88px;
  }
  #head-nav .programs a {
    background-position: -301px 0;
    width: 89px;
  }
  #head-nav .programs a:hover {
    background-position: -301px -34px;
    width: 89px;
  }
  #head-nav .curriculum a {
    background-position: -390px 0;
    width: 98px;
  }
  #head-nav .curriculum a:hover {
    background-position: -390px -34px;
    width: 98px;
  }
  #head-nav .facilities a {
    background-position: -488px 0;
    width: 86px;
  }
  #head-nav .facilities a:hover {
    background-position: -488px -34px;
    width: 86px;
  }
  #head-nav .q-and-a a {
    background-position: -574px 0;
    width: 65px;
  }
  #head-nav .q-and-a a:hover {
    background-position: -574px -34px;
    width: 65px;
  }
  #head-nav .location a {
    background-position: -639px 0;
    width: 83px;
  }
  #head-nav .location a:hover {
    background-position: -639px -34px;
    width: 83px;
  }
  #head-nav .kids-section a {
    background-position: -722px 0;
    width: 109px;
  }
  #head-nav .kids-section a:hover {
    background-position: -722px -34px;
    width: 109px;
  }
  #head-nav .contact-us a {
    background-position: -831px 0;
    width: 129px;
  }
  #head-nav .contact-us a:hover {
    background-position: -831px -34px;
    width: 129px;
  }
  
#head-nav2 {
  overflow: auto;
  padding-top: 96px;
  padding-left: 150px;
}
#head-nav2 li {
  float: left;
}
#head-nav2 a {
 color: #ffffff;
 font-size: 14px;
  display: block;
  padding-right: 20px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

#head-nav2 a:hover {
	color: #fbe64b;
	text-decoration: none;
}

#body {
  background-color: #fff;
}
#content {
  padding: 1px 0;
  position: relative;
}
#footer {
  background: transparent url('../images/footer-bg.png') no-repeat center top;
  height: 285px;
}
#footer a {
  color: #000;
  text-decoration: none;   
}

#footer a:hover {
  text-decoration: underline;
}

#foot-nav {
  padding-top: 105px;
  text-align: center;
   font-size:.88em;
}
#foot-info {
  background: url('../images/footer-hand.gif') no-repeat left center;
  margin: 20px 190px 0;
  padding: 15px 75px;
}

#copyright {
   font-size:.63em;
  
}

#contact {
   font-size:.88em;
}
   
/*
 * HTML Elements
 */
 /** set base font size **/
  pre, code {
    font-size: .75em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  #content h1 {
    font-size: 1.13em;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
	color: #2c70e9;

  }

h4 {
    font-size: .88em;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: red;
    text-decoration: none;
}
  h5, h6 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, #content ul, ol, dl, pre, table, fieldset, blockquote {
    margin: 1em 0;
  }


/** body copy formatting **/


p {
	font-size: 12px;
	line-height: 18px;
}

td {
		font-size: 12px;
	line-height: 18px;
}

li {
	font-size: 12px;
	line-height: 18px;
}

.quote {
	  font-style: italic;
	  color: #074371;
}

p.quote {
	color:#074371;
	margin-top:-1em;
}

p.quotecenter {
	color:#074371;
	margin-top:-1em;
	text-align: center;
}


/** lists **/
  /* standardize list item indentation */
  #content ul, ol {
    margin-left: 0;
    padding-left: 2em;
  }

  #content ul          { list-style-type: disc; }
  #content ul ul       { list-style-type: circle; }
  #content ul ul ul    { list-style-type: square; }
  #content ul ul ul ul { list-style-type: circle; }
  ol                   { list-style-type: decimal; }
  ol ol                { list-style-type: lower-alpha; }
  ol ol ol             { list-style-type: decimal; }

  dd {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link {
  }

  a:visited {
  }

  a:hover, a:focus {
  }

  a:active {
  }

/** tables **/
  th, thead th, tbody th {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody {
    border-top: none;
  }

/** abbreviations **/
  abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

/** images **/
  img {
    border: 0;
  }

/** horizontal rules **/
  hr {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }