@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'schindler';
  src: url('http://assets.rmcloud.com/fonts/schindler-webfont.eot');
  src: url('http://assets.rmcloud.com/fonts/schindler-webfont.eot?iefix') format('eot'),
    url('http://assets.rmcloud.com/fonts/schindler-webfont.woff') format('woff'),
    url('http://assets.rmcloud.com/fonts/schindler-webfont.ttf') format('truetype'),
    url('http://assets.rmcloud.com/fonts/schindler-webfont.svg#webfontFGBOfqEx') format('svg');
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: 'schindler-caps';
  src: url('http://assets.rmcloud.com/fonts/schindler_small_caps-webfont.eot');
  src: url('http://assets.rmcloud.com/fonts/schindler_small_caps-webfont.eot?iefix') format('eot'),
    url('http://assets.rmcloud.com/fonts/schindler_small_caps-webfont.woff') format('woff'),
    url('http://assets.rmcloud.com/fonts/schindler_small_caps-webfont.ttf') format('truetype'),
    url('http://assets.rmcloud.com/fonts/schindler_small_caps-webfont.svg#webfontzrpzc47h') format('svg');
  font-weight: normal;
  font-style: normal;
  
}



body {
  background:url(../images/bg_tile.jpg) repeat;
  margin:0;
  padding:0;
  color:#FFFFFF;
  font-family: 'schindler-caps' Times;
}

h1, h2, h3, h4 {
  font-weight:normal;
  margin:0;
  padding:0;
}

#bandWrapper {
  background: url(../images/band_bg.jpg) repeat-x;
  margin:100px 0 0 0;
}

#contenHolder {
  height:300px;
  width:960px;
  margin:0 auto;
}

#topContent {
  margin: 0 0 0 165px;
  padding: 50px 0 0 0;
}

#topContent img {
  float:left;
  position:absolute;
}

#topContent h1 {
  margin: 0 0 0 150px;
  font-size: 36px;
  padding: 10px 0 0 0;
  text-shadow: 0px 0px 10px black;
}

#topContent h2 {
  margin: 0 0 0 150px;
  font-size: 20px;
  padding: 4px 0 0 0;
  text-shadow: 0px 0px 10px black;
}


#topContent h2 span {
  border-bottom: 1px solid #958C7D;
  width: 295px;
  height: 2px;
  display: block;
  position: relative;
  left: 152px;
  bottom: 3px;
}

#bottomContent {
  background:url(../images/sign.png) bottom center no-repeat;
  text-align:center;
  margin: 75px 0 0 0;
}
#bottomContent h3 {  
  color:#1e4e73;
  font-size:36px;
  text-shadow: 1px 1px 0px #FFFFFF;
}
#bottomContent h4 {  
  color: #1E4E73;
  font-size: 24px;
  text-shadow: 1px 1px 0px white;
  padding: 10px 0 100px 0;
}

