/*Jan Palmer - by Kiley Maas */

/************LAYOUT**************/
html, body {
  background: #6D6E70 url('images/bg.png') top left repeat-x;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Maven Pro', Arial, Helvetica, Sans;
  font-size: 15px;
}

a{color: #72ADBD;}

#main-container {
  display: block;
  width: 985px;
  margin: 0 auto;
  padding-top: 40px;
}

#top-line {
  height: 45px;
}

.title {
  display: block;
  float: left;
  height: 45px;
  border-right: 8px solid #6D6E70;
}

.tagline {
  display: block;
  float: right;
  height: 45px;
}

#content-container {
  padding: 20px 0;
}
#content {
  display: block;
  width: 800px;
  float: left;
}

.content-top {
  width:800;
  text-align: center;
}

.services {
  display: block;
  padding-top: 17px;
  height: 38px;
  width: 800px;
  background: transparent url('images/services.png') center bottom no-repeat;
}
#sidebar {
  display: block;
  width: 180px;
  float: right;
  text-align: center;
}

.box {
  display: block;
  width: 363px;
  height: 216px;
  background: transparent url('images/box.png') top left no-repeat;
  margin-bottom: 20px;
  padding: 30px 10px;
  text-align: left;
  color: #6D6E70;
}

.quote {
  padding: 0 10px;
  font-size: 13px;
}

.col1 {
  margin: 0 15px 0 8px;
  width: 383px;
  float: left;
}

.col2 {
  margin: 0;
  width: 383px;
  float: left;
}

.contact {
  display: block;
  width: 127px;
  height: 128px;
  background: transparent url('images/contact.png') top no-repeat;
  margin: 0 auto;
}

a.contact:hover {
    background: transparent url('images/contact-over.png') top no-repeat;
}

.listen {
  display: block;
  width: 127px;
  height: 128px;
  background: transparent url('images/listen.png') top no-repeat;
  margin: 0 auto;
}

a.listen:hover {
    background: transparent url('images/listen-over.png') top no-repeat;
}

.connect {
  display: block;
  width: 127px;
  height: 128px;
  background: transparent url('images/connect.png') top no-repeat;
  margin: 0 auto;
}

a.connect:hover {
    background: transparent url('images/connect-over.png') top no-repeat;
}

#contact-info {
  padding-top: 60px;
  padding-left: -10px;
  margin-left: -10px;
  text-align: right;
  line-height: 28px;
  color: #72ADBD;
  font-weight: bold;
}
/************STYLE***************/

.hr {
  display: block;
  border-top: 3px solid #72ADBD;
  width: 90%;
  margin: 11px auto;
}
.title h1 {
  text-transform: uppercase;
  font-size: 46px;
  letter-spacing: -2px;
  font-weight: normal;
  margin: -7px 0 0 0;
  padding: 0 20px 0 0;
}

.tagline h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 11px 0 0 0;
}

.box h3 {
  font-size: 18px;
  font-weight: bold;
  color: #72ADBD;
  margin: 0;
  padding: 0;
}

.box p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

/*******PRELOAD*********/
div#preload { display: none; }
