body {
  background-color: black;
  background-image: url(../images/sce/body-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

body.editor {
  background-color: white;
  background-image: none;
}

#container {
  position: relative;
  width: 960px;
  height: auto;
  background-color: black;
  margin: 0 auto;
}

#header {
width: 960px;
height: 79px;
}

#menuarea {
width: 960px;
height: 24px;
}

#contentarea {
  
  width: 960px;
  height: auto;
  min-height: 675px;
  background-image: url(../images/sce/contentarea-bg.jpg);
  font-family: verdana;
}

#contentarea h1 {
  font-family: verdana;
  font-size: 15pt;
  color: #daa155;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: 10px;
  margin-top: 20px;

}

.light {
  color: #737b35;
}

#contentarea p {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 150%;

  font-size: 8pt;
}

#contentarea ul {
line-height: 150%;
font-size: 8pt;
font-family: verdana;
list-style-image: url(../images/sce/bullet.jpg);
}

#contentarea li {
margin-bottom: 20px;
}


#contentarea h2 {
  font-family: verdana;
  font-size: 13pt;
  color: #737b35;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: 5px;
}

#contentarea h3 {
  font-family: verdana;
  font-size: 11pt;
  color: #737b35;
  font-weight: normal;
  margin-left: 30px;
  margin-bottom: 5px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contentarea a {
  color: #daa155;
}

#contentarea a:hover {
  color: #737b35;
}

#contentarea strong {
  color: #856232;
}
  


#footerarea {
  width: 960px;
  height: 40px;
  border-top: 1px solid #dca355;
  margin-top: 2px;
  padding-top: 25px;
  background-color: black;
  background-image: url(../images/sce/footer-logos.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: white;
  font-size: 7pt;
  font-family: verdana;
}

#footer .menu
{
float:left;
}

#funnelarea {
  width: 960px;
  height: 80px;
  border-top: 1px solid #dca355;
  margin-top: 2px;
  margin-bottom: 14px;
  padding-top: 15px;
}

.right {
  float: right;
  margin-left: 20px;
}

.left {
  float: left;
  margin-right: 20px;
}

#subpage {
  width: 700px;
  height: auto;
position:inherit;
}



#rightcolumn {
  position: absolute;
  top: 125px;
  left: 707px;
  width: 235px;
  height: 400px;
  background-color: white;
  background-image: url(../images/sce/subpage-renovation-services.jpg);
  background-repeat: no-repeat;
  padding-top: 250px;
  font-size: 8pt;
  color: white;
  text-align: right;
  line-height: 150%;
  opacity: 0.90;
  filter: alpha(opacity=90)
}

#rightcolumn a {
  color: white;
  text-decoration: none;
  margin-right: 17px;
}


#testimonial-popup {
  margin: 20px;
  padding: 20px;
  border: 1px solid #dca355;
  display: none;
  width: 550px;
  height: auto;
  background-image: url(../images/sce/testimonial-bg.jpg);
  color: #656565;
  font-family: Times New Roman;
  font-style: italic;
}

#testimonial-popup1 {
  margin: 20px;
  padding: 20px;
  border: 1px solid #dca355;
  display: none;
  width: 550px;
  height: auto;
  background-image: url(../images/sce/testimonial-bg.jpg);
  color: #656565;
  font-family: Times New Roman;
  font-style: italic;
}

#testimonial {
  margin: 20px;
  padding: 20px;
  border: 1px solid #dca355;
  width: 550px;
  height: auto;
  background-image: url(../images/sce/testimonial-bg.jpg);
  color: #656565;
  font-family: Times New Roman;
  font-style: italic;
}

#captionpic {
  width: auto;
  height: auto;
  float: left;
  border: 1px solid #e8c594;
  padding: 1px;
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  margin-left: 30px;
  margin-right: 20px;
  margin-bottom: 20px;

}

#nolabel label {
display: none;
}

