/*
-----------------------------------------------
Van Buren Inc.
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #3E474E;
	padding-bottom: 4px;
}
h2 {
	font-size: 16px;
	color: #016A3A;
	margin-bottom: 1em;
}
h3 {
	color: #3E474E;
	border-bottom: solid #ccc 1px;
	padding-bottom: 3px;
	margin-bottom: 1em;
	font-size: 12px;
}
body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	font-size: 12px;
}
/* layout
----------------------------------------------- */
#wrapper {
	width: 770px;
	margin: 0 auto;
	border-top: solid #A8A7A8 8px;
	padding: 0 17px;
	background-color: #FFFFFF;
}
#header {
	padding: 20px 0;
}
#header img {
	border: none;
	float: left;
}
#inset {
}
#content {
	width: 475px;
	float: right;
	padding: 20px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	line-height: 17px;
}
#sidebar {
	width: 250px;
	float: left;
}
#news {
	background-image: url(images/news_bg.jpg);
	height: 140px;
	padding: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
	border: solid #666 1px;
}
#news h1 {
	margin-bottom: 6px;
	color: #fff;
}
#contact-us {
	padding: 20px;
	background-image: url(images/contact-us_bg.jpg);
	width: 210px;
	height: 197px;
	color: #FFFFFF;
	font-size: 10px;
}
#contact-us .textfield {
	width: 210px;
}
#contact-us h1 {
	color: #FFFFFF;
	border-bottom: dotted #fff 1px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}


/* navigation
----------------------------------------------- */
#topnav {
	width: 770px;
	height: 35px;
	background-image: url(images/topnav_bg.jpg);
	padding-top: 5px;
	margin-bottom: 5px;
	clear: left;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: left;
	font-size: 12px;
	display: block;
	padding: 0 15px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border-right: solid #fff 1px;
}
#topnav ul li a:hover {
	color: #B7DE85;
}
/* footer styles
----------------------------------------------- */
#footer {
	clear: both;
	border-top: solid #ccc 1px;
	padding: 5px 0 20px 0;
	font-size: 10px;
	text-align: right;
	color: #999999;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	color: #B7DE85;
}
/* misc. styles
----------------------------------------------- */
#topnav ul li a.nob {
	border-right: solid #fff 0px;
}
.clear {
	clear: both;
}
.contact-button {
	float: right;
}
table {
	width: 100%;
	margin-bottom: 1em;
}
th {
	background-color: #78AF2F;
	color: #FFFFFF;
	padding: 4px;
}
td {
	padding: 4px;
	border: solid #ccc 1px;
	text-align: center;
}
#index-wrapper {
	width: 730px;
	margin: 0 auto;
	border: solid #016C40 1px;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: center;
}
#new-construction, #remodel-construction {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#new-construction {
	margin-right: 30px;
}
#new-construction a {
	background-image: url(images/house-sketch.jpg);
	height: 200px;
	width: 350px;
	display: block;
}
#new-construction a:hover {
	background-image: url(images/house-photo.jpg);
}
#remodel-construction a {
	background-image: url(images/kitchen-before.jpg);
	display: block;
	height: 200px;
	width: 350px;
}
#remodel-construction a:hover {
	background-image: url(images/kitchen-after.jpg);
}
#index-footer {
	clear: left;
	border-top: solid #ccc 1px;
	font-size: 10px;
	text-align: right;
	color: #999999;
	padding: 10px 0;
	margin: 0;
}
#index-footer a {
	text-decoration: none;
	color: #999999;
}
#index-footer a:hover {
	color: #B7DE85;
}
#portfolio {
	margin-top: 1em;
}
#portfolio img {
	border: solid #016A3A 1px;
}
#photo-gallery {
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	margin: 20px 0;
	padding: 20px 0;
}
#photo-gallery img {
	float: left;
	border: solid #ccc 1px;
	margin-right: 5px;
}
#uvhba {
	padding-top: 5px;
}