@charset "utf-8";
/* PAN Online Education CSS */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  font: 11pt Verdana, Geneva, sans-serif;
  font-weight: normal;
  color: #000;
  background: #FFF url(/images/top-bg.png) top repeat-x;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
  color: #379;
  font-weight: 400;
  margin-bottom: 0.8em;
}
a, a.active, a.visited {
  color: #3076ba;
  text-decoration: underline;
}
a:hover {
  color: #3076ba;
  text-decoration: none;
}
#header-wrapper {
  width: 100%;
  background-color: #379;
  padding-top: 13px;
  height: 70px;
}
#main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto; /*-85px; */
}
.push, #footer-wrapper {
  height: 85px;
}
#footer-wrapper {
  clear: both;
  width: 100%;
  background: #379 url(/images/footer-bg.png) top repeat-x;
  border-top: solid 4px #2c3b45;
}
.container {
  width: 910px;
  padding: 0;
  margin: 0 auto;
}
.clear {
  clear: both;
}
#main-wrapper .container { /*background-color:#FFF*/ ;
}
#header #menu { /*margin:0 auto;*/ width: auto;
  height: 70px; /*padding-left:320px;*/
}
#header #menu ul {
  list-style: none; /*margin:0 auto;*/ width: auto;
}
#header #menu li {
  list-style: none;
  display: block;
  float: left;
  height: 70px;
  line-height: 70px;
}
#header #menu li a {
  display: block;
  float: left;
  color: #EBEBEB;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 70px;
  text-decoration: none;
  padding: 0 20px;
  text-shadow: #333 1px 1px 1px;
}
#header #menu li a:hover {
  color: #fff;
  background: url(/images/menu-hover.png) center bottom no-repeat;
}
#header #menu li a.current {
  display: block;
  float: left;
  background: url(/images/menu-hover.png) center bottom no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 70px;
  text-decoration: none;
  padding: 0 20px;
}
#header #menu li a:hover.current {
  color: #fff;
}
#footer-copy {
  color: #FFF;
  font-size: 0.75em;
  line-height: 1.3em;
  float: left;
  display: inline;
  text-align: left;
  padding: 1em 1em 0;
}
#footer-copy .phone {
  color: #FFF;
  font-size: 2em;
  line-height: 1.7em;
}
#footer-copy a {
  color: #ffe59e;
  text-decoration: underline;
}
#footer-affilates {
  color: #FFF;
  font-size: 0.75em;
  line-height: 1.3em;
  text-align: right;
  padding: 1em 1em 0;
}
#footer-affilates table {
  border: none;
  width: auto;
  float: right
}
#footer-affilates table td {
  padding: 0 5px;
  border: none;
  text-align: center;
  vertical-align: top;
}
#footer-affilates a {
  text-decoration: none;
  background: transparent;
  border: none;
}
#main-content {
  padding: 0;
  margin: 0 10px;
  float: left;
  width: 580px;
  text-align: left;
}
#main-courselist {
  padding: 0;
  margin: 0 10px;
  clear: both;
  text-align: left;
}
#main-wrapper ul, #main-wrapper ol {
  list-style-type: square;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0 0 1.2em 2.3em;
}
#main-wrapper li {
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding-bottom: .8em;
}
#main-graphic {
  min-height: 200px;
  height: 200px;
  width: 910px;
  text-align: center;
}
#main-content p, #main-sidebar p {
  padding: 0 0 1.5em;
}
#main-sidebar {
  float: right;
  padding: 0 15px;
  margin: 0;
  width: 280px;
  text-align: left;
}
#main-content, #main-sidebar {
  padding-top: 2em;
}
table.tblCourseList {
  border: none;
  background-color: #FFF;
  width: inherit;
  margin: 0 0 1.5em;
}
table.tblCourseList td {
  font-weight: normal;
  background-color: #EFF0F2;
  text-align: left;
  padding: 5px 5px 10px;
}
table.tblCourseList td.off {
  font-weight: normal;
  background-color: #379;
  color: white;
  text-align: left;
  padding: 5px 5px 10px 10px;
}
table.tblCourseList p {
  padding: 0.3em 0 1em;
}
#main-sidebar-box {
  margin: 0;
  padding: 10px;
  background: #f5f5f5 url(/images/bg_sidenav.gif) repeat-x top;
  border: #c1c3cd 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main-sidebar-box ul.menulist {
  display: block;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 9pt
}
#main-sidebar-box ul.menulist li {
  display: block;
  padding: 5px 0 2px;
  border-bottom: #FFF 1px solid;
}
#main-sidebar-box ul.menulist li a, #main-sidebar-box ul.menulist li a:visited {
  text-decoration: none;
  color: #333;
  padding-left: 2px
}
#main-sidebar-box ul.menulist li a:hover {
  color: #333;
  text-decoration: underline;
}
#main-sidebar-box h3 a, #main-sidebar-box h3 a:visited {
  text-decoration: none;
  color: #333;
}
.links_lnks {
  background: url(/images/arrow_left.gif) no-repeat left top;
  font-weight: normal;
  padding: 0 5px 5px 8px;
  display: block;
  font-size: 1.3em;
  margin-left: 5px;
}
#main-content #questions {
  margin: 0 0 25px 0;
  padding: 0;
}
#main-content #questions li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  background: url(/images/help.gif) no-repeat left center;
  line-height: 22px;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 5px 0 5px 30px;
}
#main-content div.faq-a {
  border-bottom: dotted 2px #C1C3CD;
  padding: 15px 2px 5px;
}
#main-content div.faq-a h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #CCC;
}
#main-content .return-top {
  float: right;
  cursor: pointer;
  padding-left: 20px;
}
#button {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #C2C2C2;
  color: #333;
  font-size: 8pt
}
#button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#button li {
  border-bottom: 1px solid #C2C2C2;
  margin: 0;
  padding: 0;
}
#button li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 5px solid #333;
  border-right: 5px solid #C2C2C2;
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}
#button li a:hover {
  border-left: 5px solid #29637E;
  border-right: 5px solid #3D8FB8;
  background-color: #379;
  color: #fff;
}
.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background-color: #3075ba;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}
.myButton:hover {
  background-color: #105fa8;
}
.myButton:active {
  position: relative;
  top: 1px;
}