@charset "utf-8";

body {
  background-image: url(/images/bg.jpg);
  background-repeat: repeat-x;
}

.topLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
  text-decoration: none;
}

.H1,
.H2,
.H3,
.H4,
.H5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.H1 {
  font-size: 23px;
  color: #ffffff;
}

.H2 {
  font-size: 14px;
  color: #f58634;
}

.H2 a:link {
  text-decoration: none;
}

.H2 a:hover {
  color: #00a859;
  text-decoration: none;
}

.H3 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.H4 {
  font-size: 17px;
  color: #0b0b8f;
}

.H5 {
  font-size: 20px;
  color: #ffffff;
}

.circle {
  border-radius: 50px;
  box-shadow: 0 0 2px 2px #434343;
}

.text {
  font-family: Verdana;
  font-size: 13px;
  line-height: 1.5;
  color: #050781;
  text-decoration: none;
}

.texthome {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
}

.link1 {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.link1 a:link {
  text-decoration: none;
}

.link1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.foot {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

.foot a:link {
  text-decoration: none;
}

.foot a:hover {
  color: #00a859;
}

.text2 {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #fafafa;
}

p {
  padding: 5px 0;
}

* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
  display: block;
}
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev {
  display: block;
}
#wowslider-container1 .ws-title {
  position: absolute;
  margin-left: 132px;
  bottom: 250px;
  /*box-shadow: 5px 5px 5px 5px #000000;*/
  left: 0;
  margin-right: 5px;
  z-index: 50;
  padding: 12px;
  color: #000000;
  text-transform: uppercase;
  background: #ffffff;
  font-family: Calibri, Arial, Verdana, sans-serif;
  font-size: 28px;
  font-weight: bold;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#wowslider-container1 .ws-title div {
  padding-top: 5px;
  font-size: 13px;
  text-transform: none;
}

#wowslider-container1 .ws_images {
  left: 0px;
  top: 0px;
  text-align: center;
  overflow: hidden;
}
#wowslider-container1 .ws_images a {
  color: transparent;
}

#wowslider-container1 .ws_images img {
  top: 0;
  left: 0;
  border: none 0;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*left menu*/

#leftnav {
  font-family: Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: rgb(51, 51, 51);
  font-size: 27px;
  width: 255px;
  vertical-align: top;
  background: #ebebeb;
  color: #ffffff;
  padding: 20px;
  /*box-shadow: 0 10px 10px 0 #362f79;*/
}

#leftnav a {
  color: rgb(51, 51, 51);
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  display: block;
  border: 0px dotted #ccc;
  text-decoration: none;
  line-height: 1em;
}

#leftnav a:link,
#leftnav a:visited {
  color: #ffffff;
  border: 1px dotted #fff;
}

#leftnav a:hover,
#leftnav a:active {
  color: #00adef;
  border: 1px dotted #fff;
}

#leftnav ul {
  padding: 0em;
  margin-left: 0em;
  margin-right: 0em;
  list-style-type: none;
}

#leftnav li {
  margin: 0px 0px 6px 0px;
}
#current a {
  color: #00adef !important;
  /*background-color: #0290da !important;
	border: 1px dotted #999 !important; */
}

.fix-nav {
  /* this make our menu fixed top */
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.fix-body {
  /* this will adjust body top margin to prevent content jumping when nav gets fix  */
  margin-top: 50px;

  /* adjust as per height of your menu */
}

.nav {
  /* total height of menu is 50px */
  height: 44px;
}

.nav ul {
  list-style: none;
}

.nav ul li {
  float: left;
  line-height: 46px;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 350px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width: 450px;
  height: 220px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #000000;
  font-family: "Segoe UI Light", sans-serif;
  color: #ffffff;
  font-size: 15pt;
}
