/* CSS Document */

body{
	margin:40px 0;
	padding:0;
	background:#212429;
	font-family:"Times New Roman", Times, serif;
}
a{text-decoration:none; outline:none; color:#fff;}
a:hover{text-decoration:underline;}
h1{
	margin:0;
	padding:0;
	color:#fff;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	margin:10px 0;
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
h2{
	margin:0;
	font-size:14px;
	text-decoration:underline;
	color:#fff;
}
h4{
	margin:10px 0;
	font-size:14px;
	color:#c1bead;
	font-weight:normal;
}
h4 a{
	color:#c1bead;
}
img{
	border:15px solid #fff;
}
#bounds{
	margin:auto;
	width:850px;
}

#header{
	padding:40px 50px 0 50px;
	background:#9B937E;
	height:1%;
	overflow:hidden;
}
#header h1{
	width:250px;
	float:left;
}
#header h1 a{
	color:#333333;
	text-decoration:none;
}
#header h2{
	margin:0;
	width:350px;
	text-align:right;
	color:#000;
	font-weight:normal;
	font-size:16px;
	float:right;
	text-decoration:none;
}
#header ul{
	margin:6px 0 0 0;
	padding:0;
	float:right;
}
#header li{
	display:inline;
}
#header li a{
	display:block;
	margin:0 0 0 10px;
	padding:5px 20px 5px 20px;
	background:#c1bead;
	color:#8F2726;
	float:left;
}
#header li a:hover{
	color:#000;
}

#content{
	padding:50px 0;
	background:#595347;
	overflow:hidden;
}

/* Homepage */
#hpnav{
	margin:0 0 0 40px;
	padding:0;
	list-style:none;
	height:1%; /* IE */
}
#hpnav li{
	display:inline;
}
#hpnav a{
	display:block;
	margin:0 20px;
	padding:160px 0 10px 0;
	width:218px;
	background-color:#fff;
	background-position:center 15px;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	color:#8F2726;
}
#hpnav a:hover{
	color:#000;
}
#hpnav li.bld a{
	background-image:url(images/home_building.jpg);
}

#hpnav li.reno a{
	background-image:url(images/add_reno.jpg);
}

#hpnav li.about a{
	background-image:url(images/about.jpg);
}

#content div.hp{
	margin:auto;
	padding:40px 0 0 0;
	width:600px;
	clear:left;
}
#content div.hp h3{
	width:340px;
	float:left;
}
#content div.hp h4{
	width:130px;
	float:right;
}

/* Home Building */
div.building{
	margin:auto;
	width:600px;
}

div.building h3{
	width:235px;
}

/* Additions Renovations */
div.additions{
	margin:auto;
	width:720px;
}
div.additions .caption{
	margin:0 20px 20px 0;
	float:left;
}
div.additions .caption p{
	margin:1px 0;
	color:#fff;
	font-size:13px;
}
div.additions h3{
	margin:1px 0 10px 0;
}
div.additions .intro{
	width:350px;
	float:right;
}

/* About / Services */
div.about{
	margin:auto;
	width:610px;
}
div.about h3{
	width:230px;
}
div.about .services{
	width:300px;
	float:left;
}
div.about .intro{
	width:250px;
	float:right;
}
#footer{
	color:#fff;
	text-align:center;
	font-size:13px;
}






