/* Meyer Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #969696 url(../images/page-bg.png) repeat-y top center;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font: 15px/22px  Arial, Helvetica, sans-serif;
  color: #464646;
}
#wrapper {
/*  position: relative;*/
  background: #072f16 url(../images/tram-bg.jpg) no-repeat;
  width: 950px;
  min-height: 950px;
  margin: 0px auto;
  padding: 0px auto;
  text-align: left;
}
#content {
/*  position: absolute;
  z-index: 0;*/
  width: 780px;
  padding-top: 50px;
  margin-left: 100px;

}
#content-inner {
  width: 704px;
  border: 5px solid #20a7cd;
  background: url('../images/content-opacity.png') repeat;
  padding: 16px 12px 10px 54px;
}
#headline {
  margin-left: 198px;
  padding: 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #0b889d;
}
  #headline span {
    color: #8a9b3a;
  }
#header {
  width:363px;
  height: 70px;
  margin-left: 124px;
  padding: 18px 20px 22px 30px;
  background: url('../images/header-bg.png') repeat-x;
}
h1 {
/*  background:url("../images/lucky.png") no-repeat right bottom transparent;*/
  color:#8A9B3A;
  float:left;
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:28px;
  font-weight:normal;
  letter-spacing:3px;
  line-height:36px;
  width: 356px;
  text-align: center;
}
  h1 span {
    color: #0b889d;
  }
h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0b889d;
}
p {
  margin-bottom: 20px;
}
a:link,
a:visited {
  color: #0b889d;
}
a:hover {
  text-decoration: none;
}
#logo {
  position: relative;
}
  #logo img {
    position: absolute;
    top: -26px;
    left: -40px;
  }

/*Column 1 */
#col-1,
#col-2 {
  margin-top: 25px;
  float: left;
}
#col-1 {
  width: 460px;
  clear: left;
}
#map { width:458px; height:280px; border: 1px solid #8d8e8e;}

/*Column 2*/
#col-2 {
  margin-left: 20px;
  width: 207px;
  font-size: 12px;
  line-height: 18px;
  color: #898989;
}
  #col-2 h2 {
    color: #8a9b3a;
    margin-bottom: 15px;
  }
  #col-2 h4 {
    color: #464646;
  }
  #col-2-t {width: 207px; height: 26px; background: url(../images/sidebar-t.png) no-repeat;}
  #col-2-m {padding: 3px 12px 0px 20px;background: url(../images/sidebar-m.png) repeat-y;}
  #col-2-b {width: 207px; height: 27px; background: url(../images/sidebar-b.png) no-repeat;}
#more-info {display: none;}
  #more-info p{
    margin-bottom: 8px;

  }
  #more-info-link {padding-right: 11px;}
  .more-down {background: url('../images/arrow-down.png') no-repeat top right;}
  .more-up {background: url('../images/arrow-up.png') no-repeat top right;}


#content-footer {
  clear: left;
  padding-top: 15px;
  padding-right: 60px;
  text-align: right;
  color: #0b889d;
  font-size: 12px;
  height: 47px;
  line-height: 67px;
  vertical-align: bottom;
  background: url('../images/bottom-logo.png') no-repeat  647px 15px;
}
  #content-footer #cf-left {}
  #content-footer #cf-right {}
  #content-footer img {
    margin-left: 10px;
    
  }
  
#footer {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 73px;
}
/*Clear Block*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}
