﻿body {
  font: normal 0.8em/1.5em Arial, Helvetica, sans-serif;
  background: url("images/bg.png") repeat-x top left; /*#266FB4*/
  width: 1000px;
  height: 100%;
  margin: auto;
  color: #666;
}

a {
  color: #333;
}

img {
  border: none;
}

.footer {
  background-color: #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
  padding-left: 15px;
  padding-top: 10px;
  behavior: url(border-radius.htc);
}

#main {
  position: relative;
  background-color: #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(border-radius.htc);
  border: 1px solid #ccc;
  padding: 5px 15px 3px 15px;
  margin-top: 5px;
}

#main h1,
h2,
h3 {
  color: #266fb4;
  text-align: center;
}

#main p {
  text-indent: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-leeft: 5px;
  padding-right: 5px;
}

#main a {
  color: #266fb4;
  text-decoration: none;
}
#aside {
  float: left;
  width: 20%;
  padding: 5px;
}

#asideRight {
  top: 10px;
  left: 0px;
  float: right;
  width: 20%;
  padding: 10px;
}

#aside ul {
  list-style: none;
}
#aside a {
  text-decoration: none;
  color: #266fb4;
  font-size: 14px;
}
#aside a:hover,
a:active {
  color: #a4bf00;
}

.mediaMain {
  width: 75%;
  padding: 10px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ccc;
}

#header {
  position: relative;
  height: 43, m0px;
}

#slideshow {
  height: 430px;
  width: 1000px;
  padding: 0;
  margin: auto;
  margin-top: 0px;
  overflow: hidden;
  margin-top: 5px;
}

.slider-item {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 400px;
  width: 970px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #eee;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide {
  z-index: 1;
  position: absolute;
}

.info {
  top: 0px;
  position: absolute;
  width: 970px;
  /*padding:10px;*/
  color: #266fb4;
  z-index: 100;
}

.controls-center {
  position: absolute;
  width: 970px;
  z-index: 1000;
  background: url(images/info_bg.png) repeat-y bottom left;
  bottom: 15px;
  left: 15px;
}
#slider_nav {
  width: 100%;
}
#slider_controls {
  position: relative;
  z-index: 1000;
  width: 970px;
  padding-top: 5px;
  height: 59px;
}
#slider_controls ul {
  padding: 15px 0 0 0;
  width: 100%;
  display: inline;
}
#slider_controls ul li {
  margin: 0;
  padding: 0;
  list-style: images;
}
#slider_controls ul li {
  display: inline;
  height: 45px;
}
#slider_controls ul li a {
  display: inline;
  text-decoration: none;
  outline: none;
  height: 45px;
}
#slider_controls ul li a:focus {
  outline: none;
}
#slider_controls ul li a:hover img,
#slider_controls ul li a.activeSlide img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-color: #ccc;
  border-width: 1px;

  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

#nav {
  margin: 0;
  padding: 7px 6px 0;
  background: #7d7d7d url(images/gradient.png) repeat-x 0 -110px;
  line-height: 100%;
  z-index: 100;

  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#nav li {
  margin: 0 5px;
  padding: 0 0 8px;
  float: left;
  position: relative;
  list-style: none;
}

/* main level link */
#nav a {
  font-weight: bold;
  color: #e7e5e5;
  text-decoration: none;
  display: block;
  padding: 8px 20px;
  margin: 0;

  -webkit-border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  border-radius: 1.6em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#nav a:hover {
  background: #000;
  color: #fff;
}

/* main level link hover */
#nav .current a,
#nav li:hover > a {
  background: #666 url(images/gradient.png) repeat-x 0 -40px;
  color: #444;
  border-top: solid 1px #f8f8f8;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);

  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

/* sub levels link hover */
#nav ul li:hover a,
#nav li:hover li a {
  background: none;
  border: none;
  color: #666;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#nav ul a:hover {
  background: #266fb4 url(images/gradient.png) repeat-x 0 -100px !important;
  color: #fff !important;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* dropdown */
#nav li:hover > ul {
  display: block;
}

/* level 2 list */
#nav ul {
  display: none;

  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #ddd url(images/gradient.png) repeat-x 0 0;
  border: solid 1px #b4b4b4;
  z-index: 100;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#nav ul li {
  float: none;
  margin: 0;
  padding: 0;
}

#nav ul a {
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
  left: 181px;
  top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;

  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-left-radius: 9px;

  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-right-radius: 9px;
}

/* clearfix */
#nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#nav {
  display: inline-block;
}
html[xmlns] #nav {
  display: block;
}

* html #nav {
  height: 1%;
}
