body {  
  background-color: transparent;  
  background-image: url("images/bg.JPG");  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  font-size: 16px;  
  font-family: 'Source Sans Pro', arial, sans-serif;
}

p {  
  font-size: 16px;  
  font-family: 'Source Sans Pro', arial, sans-serif;
}

h1 {  
  font-size: 36px;  
  font-family: 'Source Sans Pro', arial, sans-serif;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

h2 {  
  font-size: 30px;  
  font-family: 'Source Sans Pro', arial, sans-serif;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

h3 {  
  font-size: 26px;  
  font-family: 'Source Sans Pro', arial, sans-serif;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

h4 {  
  font-size: 20px;  
  font-family: 'Source Sans Pro', arial, sans-serif;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

#site-container {  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  margin-bottom: 20px;
}

#site-content {  
  padding-bottom: 20px;
}

header {  
  background-color: transparent;  
  background-image: url("images/header.jpg");  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  height: 220px;
}

header img {  
  margin-top: 120px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

#megasub {  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  width: 260px;  
  height: 30px;  
  position: absolute;  
  top: 145px;
}

#megasub h4 {  
  color: white;  
  font-size: 17px;  
  display: inline;
}

#updatein {  
  padding-top: 2px;  
  padding-right: 2px;  
  padding-bottom: 2px;  
  padding-left: 2px;  
  margin-top: 7px;  
  margin-right: 7px;  
  margin-bottom: 7px;  
  margin-left: 7px;
}

#updatein p {  
  text-align: center;
}

footer {  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

footer img {  
  display: inline-block;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  vertical-align: middle;
}

#footerdiv {  
  max-width: 960px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  padding-bottom: 30px;
}

#footercopy {  
  background-color: #a00d0b;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  height: 30px;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

#footercopy p {  
  color: white;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

#footerleft, #footerright {  
  height: 30px;
}

#footerright {  
  text-align: right;
}

#footerleft a {  
  text-decoration: none;  
  color: white;
}

#footerleft a:hover {  
  text-decoration: underline;
}

.nobottom {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

.box {  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;  
  background-color: #ffff80;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#cssmenu ul, #cssmenu li {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

#cssmenu ul {  
  position: relative;  
  z-index: 597;
}

#cssmenu ul li {  
  float: left;  
  min-height: 1px;  
  vertical-align: middle;
}

#cssmenu ul li.hover, #cssmenu ul li:hover {  
  position: relative;  
  z-index: 599;  
  cursor: default;
}

#cssmenu ul ul {  
  visibility: hidden;  
  position: absolute;  
  top: 100%;  
  left: 0px;  
  z-index: 598;  
  width: 100%;
}

#cssmenu ul ul li {  
  float: none;
}

#cssmenu ul ul ul {  
  top: 0px;  
  left: auto;  
  right: -99.5%;
}

#cssmenu ul li:hover > ul {  
  visibility: visible;
}

#cssmenu ul ul {  
  bottom: 0px;  
  left: 0px;
}

#cssmenu ul ul {  
  margin-top: 0px;
}

#cssmenu ul ul li {  
  font-weight: normal;
}

#cssmenu a {  
  display: block;  
  line-height: 1em;  
  text-decoration: none;
}

#cssmenu {  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-bottom-width: 6px;  
  border-bottom-style: solid;  
  border-bottom-color: #a00d0b;  
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;  
  font-size: 15px;  
  margin-top: -20px;  
  margin-bottom: 20px;
}

#cssmenu > ul {
}

#cssmenu:after, #cssmenu ul:after {  
  content: "";  
  display: block;  
  clear: both;
}

#cssmenu ul {
}

#cssmenu ul ul {  
  border-top-width: 6px;  
  border-top-style: solid;  
  border-top-color: #a00d0b;  -epub-text-transform: none;
  text-transform: none;  
  min-width: 190px;
}

#cssmenu ul ul a {  
  background-color: #d8261d;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #e71400;  
  border-top-width: 0px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: none;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  -moz-border-top-colors: none;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  
  border-image: none;  
  line-height: 150%;  
  padding-top: 16px;  
  padding-right: 20px;  
  padding-bottom: 16px;  
  padding-left: 20px;
}

#cssmenu ul ul ul {  
  border-top-width: 0px;  
  border-top-style: none;  
  border-top-color: initial;
}

#cssmenu ul ul li {  
  position: relative;
}

#cssmenu ul ul li:first-child > a {  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #e71400;
}

#cssmenu ul ul li:hover > a {  
  background-color: #ff4735;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#cssmenu ul ul li:last-child > a {  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;  -webkit-background-clip: padding-box;
  background-clip: padding-box;  -webkit-box-shadow: 0px 1px 0px #d8261d;
  box-shadow: 0px 1px 0px #d8261d;
}

#cssmenu ul ul li:last-child:hover > a {  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#cssmenu ul ul li.has-sub > a:after {  
  content: "+";  
  position: absolute;  
  top: 50%;  
  right: 15px;  
  margin-top: -8px;
}

#cssmenu ul li:hover > a, #cssmenu ul li.active > a {  
  background-color: #d8261d;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

#cssmenu ul li.has-sub > a:after {  
  content: "+";  
  margin-left: 5px;
}

#cssmenu ul li.last ul {  
  left: auto;  
  right: 0px;
}

#cssmenu ul li.last ul ul {  
  left: auto;  
  right: 99.5%;
}

#cssmenu a {  
  background-color: black;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: #cbcbcb;  
  padding-top: 0px;  
  padding-right: 20px;  
  padding-bottom: 0px;  
  padding-left: 20px;
}

#cssmenu > ul > li > a {  
  line-height: 48px;
}

#faq {  
  font-size: 16px;
}

#text {  
  font-size: 14px;
}

#text1 {  
  font-size: 17px;
}

#aaaa {  
  font-weight: bolder;
}

#schedule {  
  font-size: x-large;
}

#fly {  
  float: left;
}

#honda {  
  float: left;
}

#meg {  
  font-family: Arial;
}

