body {
  margin: 0 auto 10px;
  padding: 0;
  position: relative;
  font-family: tahoma;
  color: #d4d4d4;
  font-size: 100%;
  min-width: 970px;
  background-image: url(images/k6.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

h1 {
  font-size: 110%;
  padding: 5px 0;
  margin: 0;
}

h1.main {
  font-size: 110%;
  padding: 5px 0;
  margin: 0;
  line-height: 16px;
}

h2 {
  font-size: 110%;
  padding: 5px 0;
  margin: 0;
}

h2.nav {
  font-size: 110%;
  padding: 5px 0;
  margin: 0;
}

h3 {
  font-size: 90%;
  color: #d4d4d4;
  padding: 5px 10px;
  margin: 5px -10px;
  line-height: 16px;
  text-align: left;
  background: #051e16;
}

h3.sm {
  font-size: 90%;
  color: #d4d4d4;
  padding: 5px 0;
  margin: 0;
  text-align: left;
  background: transparent;
}

h4 {
  background: #051e16;
  padding: 5px 0;
  margin: 0 -4px;
  line-height: 18px;
  text-align: center;
  font-size: 90%;
  color: #d4d4d4;
}

h5 {
  padding: 5px 0;
  margin: 5px 0;
  line-height: 18px;
  text-align: center;
  font-size: 110%;
  color: #d4d4d4;
}

h6 {
  font-size: 105%;
  padding: 10px 0;
  margin: 0;
}

p {
  padding: 5px 0;
  margin: 0;
  line-height: inherit;
  font-size: 90%;
  text-align: justify;
  color: #00ad73;
}

p.boxheader {
  font-size: 80%;
  padding: 5px 0;
  margin: 5px 0;
  line-height: 18px;
  color: #d4d4d4;
  font-weight: 900;
  text-align: center;
}

p.boxfooter {
  text-align: center;
  width: auto;
  font-weight: 900;
  margin: -3px auto 8px;
  padding: 2px;
  line-height: 18px;
  background: #000;
}

ol, li, ul {
  text-align: justify;
  font-size: 90%;
  margin: 0;
  padding: 5px 30px;
  line-height: 18px;
  color: #00ad73;
}

#wrapperindex {
  background: #d4d4d4;
  height: auto;
  width: 970px;
  margin: 0 auto;
  padding: 0 0 7px;
  position: relative;
  clear: both;
}

#wrapper {
  background: #d4d4d4;
  height: auto;
  position: relative;
  padding-bottom: 0px;
  width: 970px;
  margin: 0 auto;
  clear: both;
}

#container {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}

#innercontainer {
  margin: 0 auto;
  width: 970px;
}

#header {
  height: 90px;
  width: 100%;
  background: transparent;
  overflow: hidden;
  margin: 0 auto 10px;
}

#headerleft {
  float: left;
  width: auto;
  margin: 18px 2px 0;
}

#headerrightleft {
  float: left;
  width: auto;
  margin: 18px 7px 0 85px;
  overflow: hidden;
}

.headerright {
  float: left;
  width: auto;
  margin: 18px 7px 0 0;
  overflow: hidden;
}

#headerrightright {
  float: left;
  width: auto;
  margin: 18px 0 0;
  overflow: hidden;
}

#headerinner {
  width: 970px;
  margin: 0 auto;
}

#search {
  height: 30px;
  width: 970px;
  text-align: right;
  color: #fff;
  font-size: 95%;
  background: transparent;
  overflow: hidden;
  padding: 0;
  margin: -42px auto 0;
}

#accessibility {
  display: block;
  width: 114px;
  height: 34px;
  background: url("images/accessibility.png") no-repeat 0 0;
}

#accessibility:hover {
  background-position: 0 -34px;
}

#accessibility span {
  display: none;
}

#info {
  display: block;
  width: 165px;
  height: 34px;
  background: url("images/info.png") no-repeat 0 0;
}

#info:hover {
  background-position: 0 -34px;
}

#info span {
  display: none;
}

#start {
  display: block;
  width: 132px;
  height: 34px;
  background: url("images/start.png") no-repeat 0 0;
}

#start:hover {
  background-position: 0 -34px;
}

#start span {
  display: none;
}

#contact {
  display: block;
  width: 101px;
  height: 34px;
  background: url("images/contact.png") no-repeat 0 0;
}

#contact:hover {
  background-position: 0 -34px;
}

#contact span {
  display: none;
}

#home {
  display: block;
  width: 35px;
  height: 34px;
  background: url("images/home.png") no-repeat 0 0;
}

#home:hover {
  background-position: 0 -34px;
}

#home span {
  display: none;
}

#this {
  padding: 0;
  margin: 10px auto;
  text-align: center;
  background: transparent url(images/menu_m.png) repeat-x scroll 0 0;
  height: auto;
  border: 2px solid #00ad73;
  width: 966px;
}

#that {
  margin-left: 233px;
}

ul.nav, ul.nav li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.nav li{
  float: left;
  font-size: 12px;
}

ul.nav a{
  display: block;
  margin-top: 0;
  width: auto;
  padding: 12px 19px;
  background: #ef4200;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

ul.nav a:hover{
  background: #ffd602;
  color: #fff;
}

#holder {
  background: #d4d4d4;
  margin: 0 auto;
  height: auto;
  position: relative;
  text-align: left;
  padding: 0;
  width: auto;
  overflow: hidden;
}

#main {
  margin: 0 auto -10px;
  width: 934px;
  height: 253px;
  padding: 10px 10px 0;
  background: url(images/bg1.png) no-repeat;
  overflow: hidden;
  text-align: center;
}

#mainis {
  margin: 0 auto -10px;
  width: 956px;
  height: 263px;
  padding: 10px 0 0 0;
  overflow: hidden;
  text-align: center;
}

#main2 {
  margin: -10px auto 1px;
  width: 934px;
  height: auto;
  padding: 10px;
  background: #0a0a0a;
  border: 0px solid #05410d;
  text-align: left;
}

#main2a {
  margin: -10px auto 1px;
  width: 934px;
  height: auto;
  padding: 10px;
  background: #0a0a0a;
  border: 0px solid #05410d;
  text-align: left;
}

#main3 {
  margin: 0 auto 20px;
  width: 934px;
  height: auto;
  padding: 10px;
  background: #0a0a0a;
  border: 0px solid #05410d;
  text-align: left;
}

#main3a {
  margin: 0 auto 20px;
  width: 934px;
  height: auto;
  padding: 10px;
  background: #0a0a0a;
  border: 0px solid #05410d;
  text-align: left;
}

.contentleft {
  margin: 0 0 -30000px 7px;
  width: 300px;
  height: auto;
  padding: 10px 10px 30000px 10px;
  background: #0a0a0a;
  float: left;
  border: 0px solid #05410d;
  text-align: left;
}

.contentmiddle {
  padding: 4px 4px 30000px 4px;
  float: left;
  margin: 0px 0 -30000px 10px;
  height: auto;
  background: #fff;
  border: 0px solid #05410d;
  width: 300px;
}

.contentright {
  padding: 4px 4px 30000px 4px;
  float: left;
  margin: 0px 0 -30000px 10px;
  height: auto;
  background: #0a0a0a;
  border: 0px solid #05410d;
  width: 300px;
}

#footer {
  background: #0a0a0a;
  border: 7px solid #ccc;
  height: auto;
  position: relative;
  padding: 0;
  width: 956px;
  margin: -10px auto 0;
  clear: both;
  overflow: hidden;
}

#offertop {
  background: #a1c820;
  padding: 5px 0;
  border-bottom: 2px solid #002942;
  margin: 0;
  text-align: center;
  height: auto;
  width: auto;
}

#frame {
  width: 970px;
  text-align: left;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -485px;
  z-index: 1;
}

#inset1, #inset2, #inset3, #inset4, #inset5, #inset6, #inset7{
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

#inset1 {
  top: 130px;
  left: 35px;
}

#inset2 {
  top: 175px;
  left: 35px;
}

#inset3 {
  top: 220px;
  left: 35px;
}

#inset4 {
  top: 130px;
  left: 430px;
}

#inset5 {
  top: 175px;
  left: 430px;
}

#inset6 {
  top: 220px;
  left: 430px;
}

#inset7 {
  top: 115px;
  left: 750px;
}

#p1 {
  display: block;
  width: 346px;
  height: 28px;
  background: url("images/p1.png") no-repeat 0 0;
}

#p1:hover {
  background-position: 0 -28px;
}

#p1 span {
  display: none;
}

#p2 {
  display: block;
  width: 302px;
  height: 28px;
  background: url("images/p2.png") no-repeat 0 0;
}

#p2:hover {
  background-position: 0 -28px;
}

#p2 span {
  display: none;
}

#p3 {
  display: block;
  width: 276px;
  height: 28px;
  background: url("images/p3.png") no-repeat 0 0;
}

#p3:hover {
  background-position: 0 -28px;
}

#p3 span {
  display: none;
}

#p4 {
  display: block;
  width: 167px;
  height: 28px;
  background: url("images/p4.png") no-repeat 0 0;
}

#p4:hover {
  background-position: 0 -28px;
}

#p4 span {
  display: none;
}

#p5 {
  display: block;
  width: 248px;
  height: 28px;
  background: url("images/p5.png") no-repeat 0 0;
}

#p5:hover {
  background-position: 0 -28px;
}

#p5 span {
  display: none;
}

#p6 {
  display: block;
  width: 280px;
  height: 28px;
  background: url("images/p6.png") no-repeat 0 0;
}

#p6:hover {
  background-position: 0 -28px;
}

#p6 span {
  display: none;
}

#p7 {
  display: block;
  width: 193px;
  height: 137px;
  background: url("images/p7.png") no-repeat 0 0;
}

#p7:hover {
  background-position: 0 -137px;
}

#p7 span {
  display: none;
}

#smtop {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  color: #d4d4d4;
}

.smleft {
  margin: 10px;
  float: left;
  width: auto;
}

.smright {
  margin: 10px;
  float: right;
  width: auto;
}

#copyright {
  padding: 0 10px 8px;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
}

#cl {
  padding: 0 25px 0 0px;
  display: inline;
  float: left;
  margin: 0;
  width: 11%;
}

.cr {
  padding: 0 25px;
  display: inline;
  float: left;
  margin: 0;
  width: 11%;
}

#sm {
  margin: 0 auto;
  padding: 10px;
  width: 970px;
  overflow: auto;
}

#sm dl * {
  margin: 0;
  padding: 0;
  text-align: left;
}

#sm dt {
  font-size: 85%;
  font-weight: bold;
  padding-bottom: 10px;
  color: #00ad73;
}

#sm dd {
  padding-bottom: 8px;
  font-size: 85%;
}

.left {
  margin: 0;
  float: left;
  width: auto;
  font-size: 76%;
}

.right {
  margin: 0;
  float: right;
  width: auto;
  font-size: 76%;
}

a {
  color: #00ad73;
  text-decoration: none;
}

a:hover {
  color: #00ad73;
  text-decoration: underline;
}

a.b {
  color: #d4d4d4;
  text-decoration: none;
  font-weight: bold;
}

a.b:hover {
  color: #00ad73;
}

a.bb {
  color: #d4d4d4;
  font-weight: bold;
  text-decoration: none;
}

a.bb:hover {
  color: #00ad73;
}

a.c {
  color: #d4d4d4;
  padding-left: 10px;
  text-decoration: none;
}

a.c:hover {
  color: #00ad73;
  text-decoration: underline;
}

a.d {
  color: #1a1a1a;
  text-decoration: none;
}

a.d:hover {
  color: #1a1a1a;
}

a.e {
  color: #d4d4d4;
  padding-left: 10px;
  text-decoration: none;
}

a.e:hover {
  color: #00ad73;
}

a.f {
  color: #d4d4d4;
  text-decoration: none;
}

a.f:hover {
  color: #00ad73;
}

a.g {
  color: #d4d4d4;
  font-size: 90%;
  text-decoration: none;
}

a.g:hover {
  color: #00ad73;
}

a.h {
  color: #d4d4d4;
  text-decoration: none;
}

a.h:hover {
  color: #00ad73;
}

a.i {
  color: #fff;
}

a.i:hover {
  color: #ededed;
}

a.j {
  color: #1a1a1a;
  text-decoration: none;
}

a.j:hover {
  color: #82a900;
}

a.k {
  color: #d4d4d4;
  text-decoration: none;
}

a.k:hover {
  color: #00ad73;
}

table.ewd {
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  color: #fff;
  width: 930px;
  background: #ededed;
  border-bottom: 1px #d4d4d4 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: 0px;
}

table.ewd td {
  background: #ededed;
  color: #1a1a1a;
  width: 146px;
  padding: 6px;
  text-align: center;
  border: 1px #d4d4d4 solid;
}

table.ewd td.left {
  background: #00ad73;
  color: #fff;
  padding: 6px;
  text-align: left;
  border: 0;
}

table.ewd td.top {
  background: #00ad73;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  border: 1px #d4d4d4 solid;
}

table.ewd td.caption {
  background: #051e16;
  color: #fff;
  padding: 6px;
  text-align: center;
  border-bottom: 1px #d4d4d4 solid;
  font-size: 16px;
  font-weight: bold;
  width: 930px;
}

.hr4 {
  border: 0;
  width: 100%;
  color: #d4d4d4;
  background: #d4d4d4;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}

.hr5 {
  border: 0;
  width: 100%;
  color: #d4d4d4;
  background: #d4d4d4;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
}

.white {
  float: left;
  width: 217px;
  height: auto;
  margin: 20px 10px 0 0;
  text-align: center;
}

.white p {
  text-align: center;
}

.red {
  float: left;
  width: 217px;
  height: auto;
  margin: 20px 0 0 0;
  text-align: center;
}

.red p {
  text-align: center;
}

#form {
  margin: 30px 0 0 15px;
  height: auto;
  padding: 0;
  font-size: 90%;
}

#form2 {
  margin: 30px 0 0 15px;
  height: auto;
  padding: 0;
  font-size: 90%;
  color: #111412;
}

.box{
  float: right;
  display: inline;
  font-size: 90%;
  width: 300px;
  height: auto;
  margin: 10px 15px 15px;
  background: #1a1a1a;
  text-align: left;
  padding: 0px;
}

.box h2 {
  background: #00ad73;
  color: #d4d4d4;
  text-align: center;
  font-size: 90%;
}

.box ul, li {
  font-size: 95%;
  padding: 5px 10px;
  margin: 0;
  line-height: 17px;
}

table.inst {
  font-size: 85%;
}

table.inst td {
  margin: 0;
  padding: 20px 0;
}

.box2{
  float: right;
  display: inline;
  width: 250px;
  height: 151px;
  margin: 25px 10px 0 15px;
  background: transparent;
  text-align: center;
  padding: 0px;
  overflow: hidden;
}

#offer-page {
  display: inline;
  float: right;
  width: 184px;
  height: 150px;
  margin: 20px 15px 0px 25px;
  padding: 0;
}

div#mapcontainer {
  margin: 10px 62px 15px 62px;
  padding: 0;
  color: #1a1a1a;
}

div#mapcontainersb {
  margin: 10px 0 30px 0;
  padding: 0;
  color: #1a1a1a;
}

div#mapcontainersbdd {
  margin: 10px -5px 30px 0;
  padding: 0;
  color: #1a1a1a;
}

div#side_bar {
  padding-left: 5px;
  font: 900 11px Trebuchet MS;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}

.border {
  padding: 1px 10px 8px 10px;
  background: #d9d9d9;
  border: 1px solid #d4d4d4;
  text-align: justify;
}

.list {
  line-height: 25px;
  margin: 0;
  padding: 0 20px;
  color: #00ad73;
}

.list2 {
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
  color: #00ad73;
}

#fb {
  height: 7px;
  background: #d4d4d4;
  margin: -20px 0 0;
  padding: 0;
}

#fb2 {
  height: 7px;
  width: 990px;
  background: #d4d4d4;
  margin: 10px 0 0;
  padding: 0;
}

.ItemStyle {
  vertical-align: middle;
  background-repeat: no-repeat;
  list-style-type: none;
  list-style-image: url(images/orangearrow.png);
  color: #ccc;
  font-size: 95%;
}

.PopItemStyle {
  vertical-align: middle;
  background-repeat: no-repeat;
  list-style-type: none;
  list-style-image: url(images/bluearrow.png);
  color: #ccc;
  font-size: 95%;
  margin: 5px 0;
}

a.bbb {
  color: #d4d4d4;
  text-decoration: none;
}

a.bbb:hover {
  color: #00ad73;
}

.sitemap {
  margin: 20px 80px;
  color: #005282;
  font-weight: bold;
}

ul.sm {
  font-size: 95%;
  font-weight: bold;
}

ol {
  font-size: 95%;
}

.ht0 {
  height: 0;
}

.ht5 {
  height: 5px;
}

.ht10 {
  height: 10px;
}

.ht15 {
  height: 15px;
}

.ht20 {
  height: 20px;
}

.ht200 {
  height: 200px;
}
