html {
  width: 100%;
  height: 100%;
  border: none;
}
body, form {
  margin: 0px;
  width: 100%;
  height: 100%;
}
body {
  background: url(../images/ui/bgImage.jpg) center top no-repeat #010101;
}
img, object, embed {
  display: block;
  outline: none;
}
img, input {
  behavior: url(iepngfix.htc);
}
a img, img a, img {
  border: none;
}
a {
  outline: none;
  text-decoration: none;
  font-family: arial, sans-serif;
  color: #DD9A1F;
}
a:hover {
  color: #EE5221;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  text-align: left;
}
h1 {
  letter-spacing: -0.01em;
  color: #002526;
  margin-bottom: 20px;
  font-weight: normal;
}
h2 {
  font-family: chunkfiveroman, georgia, serif;
  font-size: 32px;
  line-height: 22px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  color: #FFDE00;
  font-weight: normal;
  margin-bottom: 5px;
}
h4 {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #002526;
  margin-bottom: 5px;
}
h5 {
  font-family: arial, sans-serif;
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 15px;
}
p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ECECEC;
  margin-bottom: 21px;
}
p.pageTitle {
  font-family: fb, arial, sans-serif;
  font-size: 34px;
  line-height: 34px;
  color: #FFDE00;
  font-weight: normal;
  margin-bottom: 21px;
}
.clearer {
  clear: both;
  line-height: 0px;
}
p.noJS {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 4px 0 3px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #F24E31;
}
/***** Lists *****/
ul {
  margin: 10px 0 30px 0px;
  list-style: none;
}
ul li {
  margin: 0 0 11px 0;
  padding: 0 0 0 26px;
  background: url(../images/ui/bullet.gif) no-repeat 0 2px;
  font-size: 14px;
  font-family: 'arial bold', arial, sans-serif;
  color: #7F9293;
  line-height: 14px;
}
ol {
  margin: 10px 0 30px 30px;
}
ol li {
  margin: 0 0 5px 0;
  padding: 0 ;
  font-size: 14px;
  color: #002526;
  line-height: 160%;
  font-family: arial, sans-serif;
}
/***** Tables *****/table {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 13px;
  background: #EEE;
}
th {
  padding: 3px;
  background: #FFF;
}
td {
  padding: 3px;
  background: #FFF;
  font-size: 14px;
  color: #002526;
  line-height: 160%;
  font-family: arial, sans-serif;
}
/***** Global Classes *****/
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.highlight {
  background: #ffc;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.img-left {
  float: left;
  margin: 4px 10px 4px 0;
}
.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}
.nopadding {
  padding: 0;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}
.nobullet {
  list-style: none;
  list-style-image: none;
}
/*==== FONTS ===*/
@font-face {
  font-family: 'ChunkFiveRoman';
  src: url('../fonts/chunkfive-webfont.eot');
  src: url('../fonts/chunkfive-webfont.eot?iefix') format('eot'), url('../fonts/chunkfive-webfont.woff') format('woff'), url('../fonts/chunkfive-webfont.ttf') format('truetype'), url('../fonts/chunkfive-webfont.svg#webfonthevnyezE') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*==== FORMS ===*/
p.error {
  background: none repeat scroll 0 0 #FAD4D9;
  color: red !important;
  font-family: arial, sans-serif;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 6px;
  font-style: normal !important;
  font-weight: normal !important;
  padding: 6px;
  text-align: left;
  clear: both;
}
p.success {
  background: none repeat scroll 0 0 #D7FFE4;
  color: #009900 !important;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-style: normal !important;
  font-weight: normal !important;
  margin-bottom: 5px;
  padding: 6px;
  text-align: left;
  clear: both;
}
.ie6-message {
  border: 1px solid #F7941D;
  background: #FEEFDA;
  text-align: center;
  clear: both;
  height: 75px;
  position: relative;
}
.ie6-message .close {
  position: absolute;
  right: 3px;
  top: 3px;
  font-family: courier new;
  font-weight: bold;
}
.ie6-message .close a img {
  border: none;
}
.ie6-message .warning {
  width: 640px;
  margin: 0 auto;
  text-align: left;
  padding: 0;
  overflow: hidden;
  color: black;
}
.ie6-message .warning .warn {
  width: 75px;
  float: left;
}
.ie6-message .warning .warnText {
  width: 275px;
  float: left;
  font-family: Arial, sans-serif;
}
.ie6-message .warning .warnText .a {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}
.ie6-message .warning .warnText .b {
  font-size: 12px;
  margin-top: 6px;
  line-height: 12px;
}
.ie6-message .warning .item {
  width: 70px;
  float: left;
}
.ie6-message .warning .item img {
  border: none;
}
/* Global styles start */
body {
  background: none !important;
}
/*==== HEADER ====*/
.header {
  display: none;
}
.contentContainer {
  width: 960px;
  padding: 10px 10px;
  overflow: auto;
  background: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
}
.ie6 .contentContainer  {
  background: black;
}
.contentContainer .content {
  background: #FFF;
  overflow: auto;
  padding: 28px 30px 135px 30px;
}
.ie6 .contentContainer .content  {
  padding-right: 0;
}
.contentContainer .content .column550 {
  display: none;
}
.contentContainer .content .column300 {
  width: 500px;
  width: 300px;
  float: left;
}
.contentContainer .content .column300 h2 {
  color: #EF5222;
  font-size: 22px;
  display: none;
}
.contentContainer .content .column300 p {
  color: #000 !important;
  display: none;
}
.contentContainer .content .column300 .timeTableContainer {
  width: 800px;
}
.contentContainer .content .column300 .timeTableContainer p, .contentContainer .content .column300 .timeTableContainer h2 {
  display: block !important;
}
.contentContainer .content .column300 .timeTableContainer h2 {
  font-size: 50px;
  line-height: 100%;
}
.contentContainer .content .column300 .timeTableContainer p {
  font-size: 40px;
  line-height: 100%;
}
.contentContainer .content .column300 .classTimes {
  margin-bottom: 22px;
}
.contentContainer .content .column300 .classTimes .row {
  background: #FFF;
  padding: 9px 9px;
}
.contentContainer .content .column300 .classTimes .row.dark {
  background: #FFF;
}
.contentContainer .content .column300 .classTimes .row span {
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 100%;
  display: inline-block;
}
.contentContainer .content .column300 .classTimes .row span.class {
  width: 279px;
}
.contentContainer .content .column300 .classTimes .row span.time {
  width: 153px;
}
.contentContainer .content .column300 .btnPrint {
  display: none;
}
.contentContainer .content .column300 .contactContainer {
  display: none;
}
.footerContainer {
  display: none;
}
body {
  width: 800px !important;
}
p, h2 {
  display: block !important;
}
h2 {
  font-size: 50px;
  line-height: 100%;
}
p {
  font-size: 30px;
  line-height: 100%;
}
.classTimes {
  margin-bottom: 22px;
}
.classTimes .row {
  background: #FFF;
  padding: 9px 9px;
}
.classTimes .row.dark {
  background: #FFF;
}
.classTimes .row span {
  color: #000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 100%;
  display: inline-block;
}
.classTimes .row span.class {
  width: 279px;
}
.classTimes .row span.time {
  width: 153px;
}

