body { 
  font-family: 	Arial, Verdana, Helvetica, Arial, sans-serif;
  margin:         0px;
  border:		0px;
  padding:	      0px;
  background-color: #cabb9a; 
  color: #333333;
}
img {
border: none;
}

#header {
  width: 960px;
  margin: 20px auto 0;
  padding: 20px;
  height: 130px;
  border: 0px solid red;
  background-color: white;
  border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
  }

#header h2 {
  font-size: 14px;
  color: #231f20;
  margin: 0 0 10px 0;
  font-weight: normal;
  }

#logo {
  float: left;
  }
#info {
  float: right;
  text-align: right;
  color: #231f20;
  font-size: 14px;
  margin-top: 0px;
  }
#navigation {
 width: 960px;
  margin: 0px 0 20px 0;
  height: 35px;
  background-color: #252525;
  border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
  color: white;
  }
#wrapper {
  width: 960px;
  margin: 0px auto 0px;
  padding: 0 20px 20px;
  background-color: white;
  border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;
  border-top: 1px solid white;
}


  
#homephoto {
  float: left;
  height: 330px;
  margin: 0;
  padding: 0;
  }
#estimate {
  padding: 20px;
  margin: 0;
  width: 180px;
  height: 250px;
  float: right;
  background-color: #730101;
  border-radius:0 20px 0 0;-moz-border-radius:0 20px 0 0;-webkit-border-radius:0 20px 0 0;
  }
#estimate h2 {
  color: #d1c39f;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px; 0;
  }
#estimate .input {
  width: 150px;
  height: 20px;
  border: 1px solid #9b9376;
  font-size: 11px;
  padding: 0 0 0 5px;
  margin: 0 0 5px 0;
  }
select option {
  line-height: 30px;
  }
#content {
  padding: 0px;
  margin: 0;
    }

ul.homephotos {
  margin: 0;
  padding: 0;
  }
.homephotos li {
  background-color: white;
  width: 350px;
  padding: 0px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
  list-style-type: none;
  }
.homephotos h2 {
  border-top: solid 10px #252525;
  border-bottom: solid 1px #252525;
  font-size: 24px;
  font-weight: normal;
  color: #b5985a;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  }
.homephotos h3 {
  font-size: 16px;
  padding: 0;
  margin: 10px 0 0 0;
  }
.homephotos p {
  margin: 10px 0;
  padding: 0;
  }
#sidebar {
  float: right;
  width: 220px;
  margin-left: 20px;
  }
#homeside {
  float: right;
  width: 220px;
  margin-left: 0px;
  }
#page {
  background-color: white; 
  padding: 0px; 
  margin: 0 0 0px 0;
  width: 720px;
  }
#fullpage {
  height: 520px;
  background-color: white; 
  padding: 0px; 
  margin: 0 ;
  
  }
#page p, #fullpage p, .page li {
  font-size: 14px;
  }
.page li {
  padding: 5px;
  }

.refacing li {
  padding: 10px 5px;
  font-size: 14px;
  }

li.sidebox {
  background-color: white;
  width: 220px;
  padding: 0px;
  margin: 20px 0 10px 0;
  border-bottom: 0px solid #231f20;
  display: block;
  float: left;
  list-style-type: none;
  }
.sidebox p {
  font-size: 12px;
  }
.sidebox h2 {
  font-size: 18px;
  color: #231f20;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 0 5px 0;
  }
#footer {
  width: 960px;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: 50px;
  color: #654826; 
  padding-bottom: 10px;
}
#copyright {
  width: 960px;
  text-align: left;
  padding: 10px 0px 20px 0px;
  margin: 0px auto;
  
}
#copyright p {
  font-size: 11px;
  color: #333333;
  margin: 0px;
  padding: 0 0 0 14px;
  }
#contact_info {
	float: left;
	margin-right: 20px;
}
#contact_info p {
	font-size: 13px;
	}
#pageform em {
  font-weight: bold;
  font-style: normal;
}
#pageform {
  float: left;
  height: 400px;
  font-size: 12px;
  }

#pageform table {
  margin-left: 0px;
  text-align: left;
  margin-top: 20px;
}
#pageform td {
  padding: 2px;
  }
#pageform em {
  font-weight: bold;
  font-style: normal;
}
.red {
	color: red;
	}
h1 {
  font-size: 28px;
  color: #999999;
}

#page h1, #fullpage h1 {
  border-top: solid 10px #252525;
  border-bottom: solid 1px #252525;
  font-size: 24px;
  font-weight: normal;
  color: #b5985a;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  width: 720px;
}
#fullpage h1 {
  width: 960px;
  }

#page h2, #fullpage h2 {
  border-bottom: solid 1px #252525;
  font-size: 20px;
  font-weight: normal;
  color: #730101;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  width: 720px;
  }
#fullpage h2 {
  width: auto;
  }

.pageimg {
  margin-left: 50px;
  }
h3 {
  color: #1e1e1e;
  font-size: 16px;
  padding: 15px 0px 5px 0px ;
  font-weight: bold;
  margin: 0px;
}
h4 {
  font-size: 12px;

  padding-bottom: 2px;
  font-weight: bold;
  color: black; 
}
h5 {
  font-size: 11px;
  font-weight: normal;
  color: black;
  margin: 0px;
}
  
p {
  color: #333333;
  font-size: 12px;
  line-height: 1.4em;
}
p.testimonial {
  margin: 10px 30px;
  padding: 0px;
  font-style: italic;
  font-size: 10px;
  }

#servicearea {
 clear: both;
 background-color: #F5F4EB;
 padding: 5px 10px;
}

.serviceareas {
 font-size: 14px;
}

.services li {
padding: 5px;
}

ul.citylist {
 margin-top:5px;
 margin-left:10px;
 padding-left:5px;
 
}

.citylist li {
 float:left;
 width:13%;
 margin:0 10px 3px 0;
 padding:1px 0 0 0;
 font-size:11px;
 
}

/* **************** Float containers fix: ****************** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*#navigation a {
  1color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  }
#navigation a:hover, #navigation a.on {
  1color:  #b5985a;
  text-decoration: underline;
}
*/

.menu li {
  padding: 0 30px 0 0;
  margin: 0 ;
  display: block;
  float: left;
  list-style-type: none;
   }
.menu {
  margin: 10px 0px 0;
  }
 
ul.menu ul{
	display:none;position:absolute;left:0%;top:100%; border: 1px solid #000000; padding: 0px; margin-top: 0px;}
ul.menu li:hover>*{
	display:block;}
ul.menu li{
	position:relative;zoom:1;display:block;white-space:nowrap;font-size:0;float:left;}
ul.menu ul li {
  width: 180px; padding: 0;
  }
ul.menu li:hover{
	z-index:1;}
ul.menu ul ul{
	position:absolute;left:100%;top:0;}
ul.menu{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;
	*display:inline;}
ul.menu>li,ul.menu li{
	margin:0 0 0 0;}
* html ul.menu li a{
	display:inline-block;}
ul.menu ul>li{
	margin:0px 0 0;}
ul.menu a:active, ul.menu a:focus{
	outline-style:none;}
/* main menu text */
ul.menu a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font-weight: bold;font:13px Arial,sans-serif;color:#ffffff;;cursor:pointer;}
ul.menu a.on, ul.menu a:hover{
	text-decoration: underline;color: #d1c39f;}
ul.menu ul li{
	float:none;margin:0px 0 0;}
/* sub menu background, border, and text */
ul.menu ul a{
	text-align:left;padding:6px 20px;background-color:#d1c39f;border-width:1px 0 0px 0;border-style:solid;border-color:#000000;font:12px Arial,sans-serif;color:#ffffff;text-decoration:none;}
/* sub menu hover and on */
ul.menu ul li:hover>a,ul.menu ul li>a.on{
	background-color:#b5985a;border-style:solid;border-color:#000000;color:#ffffff;text-decoration:none;}
ul.menu img{
	border:none;vertical-align:middle;margin-right:4px;}
ul.menu img.over{
	display:none;}
ul.menu li:hover > a img.def{
	display:none;}
ul.menu li:hover > a img.over{
	display:inline;}
ul.menu li a.pressed img.over{
	display:inline;}
ul.menu li a.pressed img.def{
	display:none;}
ul.menu span{
	display:block;overflow:visible;background-image:url("images/arrowsub.gif");background-position:right center;background-repeat:no-repeat;padding-right:29px;}
ul.menu li:hover>a>span{
	background-image:url("images/arrowsubn.gif");}

ul.menu li.toproot a:hover {
    text-decoration: none;
	}
.homephotos a {
  color: #b5985a;;
  text-decoration: none;
  }
.homephotos a:hover {
  color: #999999;
  }
#copyright a {
  color: #666666;
}

#copyright a:hover {
  color: #333333;
}

a {
  color: #730101;
  }
a:hover {
  color: #b5985a;
  }

