/************* HTML ELEMENTS COMMON **********/
body {
  background: #f8f8f8 url(/images/body-bg.png);
  font-size: 12px;
  font-family: Arial, sans-serif;
}

b {
  font-weight: bold;
}

/************* MAIN PAGE WRAPPER *************/
#wrapper {
  width: 1100px;
  margin: 10px auto;
  padding: 5px;
  background: #fff;
}

/************* COMMON HEADER ************/
#header {
  height: 50px;
  background: #c8d2fe;
  padding: 5px;
}

#header .contact-us {
  float: right;
  font-size: 1.42em;
}

/************* MAIN CONTENT CONTAINER ************/
#content {

}

#content p {
  text-align: justify;
  margin: 20px 0;
}

/************* COMMON BANNER ************/
#content .bannerHolder {
  height: 150px;
}

#content .bannerImage {
  width: 250px;
  text-align: center;
}

#content .bannerImage img {
  vertical-align: middle;
}

#content .bannerAd {
  width: 728px;
  height: 90px;
  float: right;
  background: #fafafa;
  margin: 30px 50px 0 0;
}

/************* COMMON CONTENT ************/
#content .contentAd {
  width: 300px;
  height: 250px;
  background: #fafafa;
}

#map, #map2 {
  margin-bottom: 10px;
}

/************* COMMON FOOTER ************/
#footer {
  margin-top: 40px;
  text-align: center;
}

#footer .solid-bar {
  margin-bottom: 20px;
  height: 20px;
  background: #c8d2fe;
}

/************* NAVIGATION ************/
.navigation-holder {

}

.navigation-bottom .navigation-holder {
  margin: 10px 0;
}

.navigation-item {
  display: inline;
}

/************* COMMON CLASSES **********/
.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}
