/* typography.css */
html {
  font-size:100.01%;
}
body {
  font-size:85%;
  color:#222;
  background:#fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.TopBox {
  z-index: 3;
  position: relative;
  background: white;
}

.TopBox h1 {
  background: transparent url(WebsiteBanner.jpg) top left no-repeat;
  margin: 0 auto;
  width: 900px;
  height: 353px;
  text-indent: -9000px;
}

.TopBox h1 a {
  display: block;
  height: 100%;
  outline: none;
}

.TopBox h2 {
  display: none;
}

h1 {
  font-size: 2.5em;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

.announcement h2 {
  text-align: center;
}

h3 {
  font-size: 1.5em;  
  font-family: Arial, Helvetica, sans-serif;
}

.announcement {
  border-top: 1px solid black;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.address p {
  padding: 0;
  margin: 0;
}

.Columns {
  overflow: auto;
  min-width: 800px;
}

.RightBox {
  text-align: left;
  float: right;
  margin: 1em;
  width: 18em;
}

.RightBox h5 {
  text-align: center;
}

#menu {
  position: fixed;
  top: 360px;
}
* html #menu {
  position: absolute;
}

#menu #MenuLogo {
margin: auto;
}

.navigation li {
  color: white;
  background-color: #D8B9A8;
  font-size: .9em;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px white solid;
}

ul.navigation {
  margin: 0;
  padding-left: 0;
}

.navigation li a {
  text-decoration: none;
  color: #342F2B; 
  display: block;
  padding: .6em;
}

.navigation a:hover {
  color: white;
  background-color: #58463C;
}

.ListHead,  .ListHead a {
  border-radius-top-left: 20px;
  -moz-border-radius-topLeft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-radius-bottom-left: 20px;
  -moz-border-radius-bottomLeft: 20px;
  -webkit-border-bottom-left-radius: 20px;
}

.ListAlone, .ListAlone a {
  border-radius-top-left: 20px;
  -moz-border-radius-topLeft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-radius-bottom-left: 20px;
  -moz-border-radius-bottomLeft: 20px;
  -webkit-border-bottom-left-radius: 20px;
}

.ListEnd, .ListEnd a {
  border-radius-bottom-left: 20px;
  -moz-border-radius-bottomLeft: 20px;
  -webkit-border-bottom-left-radius: 20px;  
}

.SubNav {
  padding-left: 0;
  margin-left: 3em;
  background: white;
}

.SubNav li {
  background: url(Bullet.jpg) 5px center no-repeat;
  background-color: #D8B9A8;
}

.SubNav li a {
  padding-left: 30px;
}

.text {
  margin: 0 60px 0 265px;
  background-color: #CCCFFF;
  padding: 1em;
}

.date p {
  line-height: .2em;
  font-weight: bold;
}

#schedule p {
  line-height: .2em;
}

#rates p {
  line-height: .2em;
}

#contact {
  text-align: center;
}

#contact h3 {
  margin-top: 0;
}

#contact h4,
#contact p {
  margin: 0;
}

.contact_info {
  margin-bottom: 1em;
}

#google_map {
  overflow: auto;
  margin: 0 auto 1em auto;
  width: 425px
}

#tabs h3 {
  text-align: center;
}

#footer {
margin: 1em 40px 1em 265px;
  background-color: #58463C;
  padding: 1em 1.5em 1.5em 0;
  color: white;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  border-radius-bottom-right: 20px;
  -moz-border-radius-bottomRight: 20px;
  -webkit-border-bottom-right-radius: 20px;  
}

#footer a {
  text-decoration: underline; 
  color: white; 
}

#footer p {
	margin: 0;
}

ul.list li {
  text-decoration: circle;
}

#bios li {
  list-style-type: none;
}

.strong {
  font-weight: bold;
}

.centertext {
  text-align: center;
}

.SidePhoto {
  clear: right;
  float: left;
  margin: .2em .8em .5em 0;
}

.TopPhoto {
  text-align: center;
}

.AnnouncementPhoto {
  margin-top: 2em;
}

.gyro {
  font-family: "Times New Roman", serif;
}

.PaymentButton {
  text-align: center;
}

.PaymentButton table {
  margin: 0 auto;
}

.PaymentButton {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
}

.purchase {
  margin-top: 1em;
}

.SubFooter {
  text-align: center;
  margin-left: 265px;
}

