@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  background-image: url(../images/bmore-sky.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#header {
  margin: 0 auto;
  padding: 0;
}
#header-inner {
  margin: 0 auto;
  background-color: #fff;
  height: 125px;
  position: relative;
  padding: 0;
  width: 1000px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-box-shadow: 0 0 3px 3px #525151;
  -webkit-box-shadow: 0 0 3px 3px #525151;
  box-shadow: 0 0 3px 3px #525151;
}
#slogan {
  font-size: 30px;
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  width: 500px;
  margin: 0 auto;
  color: #000;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  text-align: center;
}
#locate {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #999;
  font-style: oblique;
}
#home-nav {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 12px;
  color: #ccc;
}
#home-nav a {
  font-size: 12px;
  color: #999;
  padding: 0 5px;
  text-decoration: none;
}
#home-nav a.last {
  padding-right: 2px;
}

/* MAIN NAV */
#nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  height: 200px;
}

#nav ul.main {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  text-align: center;
}

#nav ul.main li {
  position: relative;
}

#nav ul.main li.divider {
  width: 2px;
  height: 40px;
  background-image: url(../images/nav-divider.jpg);
}

#nav ul.main li a {
  color: #d9061d;
  display: block;
  font-size: 14px;
  padding: 5px 17px 5px 17px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#nav ul.main li a:hover {
  color: #ff223a;
}

/*  DROPDOWN MENU */

ul.main li div.subnav {
  position: absolute;
  display: none;
  z-index: 999;
  top: 30px;
  left: 50%;
  margin-left: -95px;
}

ul.main li:hover div {
  display: block;
  z-index: 999;
} /*--Show subnav on hover--*/

.subnav {
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  -moz-border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 190px;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: list-item;
}
ol li a {
  display: block;
  padding: 5px 0 5px 0 !important;
  background-image: none;
  background-color: none !important;
  color: #333 !important;
  float: none !important;
  width: 190px;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: 400 !important;
}

ol li a:hover {
  background-color: #f1f1f1 !important;
  background-image: none !important;
}

/* ---------------- end nav stuff -------------- */

#content {
  margin: 0 auto;
  margin-top: 180px;
}
#content-inner {
  margin: 0 auto;
  padding: 20px;
  min-height: 300px;
  width: 960px;
  background-image: url(../images/content-bg.png);
  background-repeat: repeat-x;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  -moz-box-shadow: 0 0 3px 3px #000;
  -webkit-box-shadow: 0 0 3px 3px #000;
  box-shadow: 0 0 3px 3px #000;
  position: relative;
}

#rightcol {
  width: 350px;
  margin-left: 20px;
  float: right;
  padding-bottom: 50px;
  border-left: 15px solid #fff;
}

#leftcol {
  overflow: hidden;
}

.smallbox_course {
  background-color: #fcfcfc;
  padding: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../images/edu-icon.png);
  background-repeat: no-repeat;
  background-position: 98% 3%;
}

.smallbox_event {
  background-color: #fcfcfc;
  padding: 10px;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../images/event-icon.png);
  background-repeat: no-repeat;
  background-position: 98% 3%;
}

#footer {
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
}
#footer-inner {
  margin: 0 auto;
  width: 960px;
  min-height: 100px;
  padding: 20px;
  position: relative;
  background-color: #141414;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#footernav {
  position: absolute;
  right: 20px;
  text-align: right;
  font-size: 11px !important;
  bottom: 20px;
}
#footernav a {
  color: #666666;
  padding: 0 7px;
  text-decoration: none;
  font-size: 11px !important;
}
a.learnmore {
  display: block;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  background-color: #900;
  background-image: url(../images/lm-bg.jpg);
  background-repeat: repeat-x;
  width: 88px;
}

#recentnews {
  padding-top: 25px;
  border-top: 1px dashed #ececec;
}
#social {
  position: absolute;
  top: 20px;
  right: 20px;
}
#social img {
  width: 26px;
}
#superdate2 {
  float: right;
  margin: 0px 0px px 15px;
  width: 50px;
  color: #fff;
  background-color: #d9061d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  height: 42px;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 17px; /*DATE_FORMAT(date_time, '%b<br/> %Y') */
}
.homenewspic {
  width: 200px;
  float: right;
}
.smllnk {
  font-size: 10px;
}
#listitem {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
  margin-top: 10px;
  overflow: hidden;
}
.sidedate {
  font-size: 11px;
}
.sidetitle {
  line-height: 16px;
}
.right {
  float: right;
  margin: 0 0 10px 15px;
  width: 300px;
  border: 1px solid #ccc;
  padding: 3px;
}
.left {
  float: left;
  margin: 0 20px 10px 0;
  width: 300px;
  border: 1px solid #ccc;
  padding: 3px;
}
/* forms */
.inp,
.inp3 {
  margin-bottom: 10px;
  font-size: 12px;
}
.inp input {
  padding: 5px;
  width: 400px;
}
.inp textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  width: 500px;
  height: 150px;
  padding: 5px;
}
.inp2 input {
  padding: 5px;
  margin-bottom: 10px;
  width: 600px;
}
.inp2 textarea {
  width: 600px;
  padding: 5px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.inp2 select {
  padding: 4px;
  margin-bottom: 10px;
}
#recaptcha_div {
  margin-left: -3px;
  margin-bottom: 10px;
}
.submit2 {
  padding: 5px 15px;
}
input.imglink {
  width: 600px;
  padding: 8px 5px;
}
.numbers {
  margin-top: 7px;
}
.inp3 input {
  padding: 5px;
  width: 250px;
}
.del {
  padding: 8px;
}
.submit {
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #900;
  background-image: url(../images/lm-bg.jpg);
  background-repeat: repeat-x;
  width: 88px;
  border: none;
  font-size: 15px !important;
}

/* general stuff */
h2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
h4 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 23px;
}
#footer h3 {
  color: #ececec;
  margin: 0;
  padding: 0;
  font-size: 27px;
}
#footer p {
  color: #999;
}
#content-inner h1 {
  color: #d9061d;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ececec;
  font-size: 36px;
}
#content-inner h2 {
  color: #d9061d;
  padding-bottom: 5px;
}
p {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}
a {
  color: #ff223a;
}
h3 a {
  color: #000 !important;
  text-decoration: none;
}
#content-inner ul li {
  margin-bottom: 8px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#content-inner h3 {
  font-size: 27px;
}
p strong {
  font-size: 15px;
}