/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #fff;
}
a:visited {
  color: #ddd;
}
a:hover {
  color: #fff;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* ==|== embeded fonts ======================================================
   Author: stoo
   ========================================================================== */

/* ==|== primary styles =====================================================
   Author: stoo
   ========================================================================== */
body {
  width: 1024px;
  /*padding: 72px 48px 84px;*/
  /*-webkit-text-size-adjust: 100%; Stops Mobile Safari from auto-adjusting font-sizes */
  font: 14px/18px "Century Gothic", Helvetica, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0px auto;
  background-color: #9999;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #ddd;
}
a:visited {
  color: #fff;
}
p {
  margin-bottom: 7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.left {
  float: left !important;
}
.right {
  float: right !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.grey {
  color: #bbb;
  font-size: 11px;
}
.wh {
  color: #fff;
}

header,
footer {
  overflow: hidden;
  z-index: 100;
  width: 100%;
  position: fixed;
}
footer {
  bottom: 0;
  height: 20px;
  padding: 5px;
  font-size: 11px;
}

main {
  z-index: 2;
  width: 1024px;
  height: 620px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -512px;
  margin-top: -300px;
  /*border:1px dashed #f00;*/
  /*background: url('../ui/bac-focalpoints.gif') center no-repeat;*/
}

#TheSearch {
  width: 280px;
  height: 40px;
  margin: 250px 0 0 372px;
}
#TheSearch h1 {
  font: 36px "Century Gothic", Helvetica, sans-serif;
  letter-spacing: 6px;
  background: transparent url("../ui/logo.gif") no-repeat 0px 17px;
  padding-left: 30px;
  text-align: left;
}
#TheSearch h1 b {
  font: 36px "Century Gothic", Helvetica, sans-serif;
  font-weight: bold;
}

.nav {
  position: absolute;
  /*width:544px;*/
  left: 160px;
  bottom: 40px;
  display: none;
  /*margin: 0 0 0 250px;*/
  /*border: 1px dashed #00f;*/
}
.nav li {
  float: left;
  list-style: none;
  padding: 2px 20px 2px 2px;
}
.nav li.logo {
  letter-spacing: 2px;
  padding-right: 50px;
}
a.thesearch {
  background: transparent url("../ui/logo-sm.gif") no-repeat 0px 5px;
  padding-left: 15px;
  letter-spacing: 3px;
}

.layout {
  width: 780px;
  height: 350px;
  padding: 20px;
  overflow: hidden;
  margin: 140px 0 0 102px;
  text-align: center;
}
.layout h2 {
  text-transform: lowercase;
  font-size: 24px;
}
.layout fieldset,
.layout .Actions {
  width: 500px;
  text-align: left;
  margin: 5px 0 0 200px;
}
.layout .Actions {
  margin-left: 300px;
}
.layout fieldset label.left {
  width: 100px;
  text-align: left;
}
.layout fieldset .checkbox input,
.layout fieldset .checkbox label.right {
  float: left !important;
  text-align: left;
  margin-left: 100px;
}
.layout fieldset .checkbox label.right {
  margin-left: 5px;
}

.layout #ForgotPassword a {
  color: #ccc;
}

/* cycle */
#MasterShow {
  width: 1024px;
  height: 620px;
  padding: 0;
  overflow: hidden;
}

.slide {
  width: 1024px;
  text-align: center;
  /*border:1px dashed #f00;*/
}

.timedshow,
.img {
  /*float:left;*/
  width: 920px;
  height: 510px;
  padding: 0;
  overflow: hidden;
  margin: 10px 0 0 52px;
  /*border:1px dashed #0f0;*/
}
.timedshow img {
  display: none;
}
.timedshow img.first {
  display: block;
}

/*.textshow {
	width:600px;
	height:80px;
	margin: 250px 0 0 212px;
}
.textshow p {
	width:600px;
	text-align: center;
	font-size: 30px;
	padding: 2px;
}*/

.textshow {
  width: 600px;
  height: 300px;
  margin: 150px 0 0 212px;
  overflow: hidden;
}
.textshow p {
  width: 600px;
  text-align: center;
  font-size: 24px;
  padding: 4px;
}

.news {
  width: 760px;
  height: 480px;
  padding: 0;
  margin: 30px 0 0 124px;
  text-align: left;
}
.news h2 {
  font-size: 14px;
  margin: 2px 0 0;
}

.scrollpane {
  width: 745px;
  height: 510px;
  overflow: auto;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #000 url("../ui/1px-line.gif") 3px 0 repeat-y;
  position: relative;
}

.jspDrag {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* ==|== print styles ======================================================= */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
