@charset "utf-8";
/* CSS Document */

@import "nav.css";

#preLoad {
	display: none;	
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
}

#background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

#intBackground {
	background-image: url(images/intBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}

ul, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

img { 
	border: 0; 
}

a {
	color: #D6903A;	
}

a:hover {
	color: #000000;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D6903A;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D6903A;
	font-weight: bold;
} 

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6903A;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#flash {
	width: 1000px;
	height: 368px;
}

#header {
	height: 238px;
	width: 1000px;	
	background-repeat: no-repeat;
}

#about #header {
	background-image: url(images/about_01.jpg);
}

#services #header {
	background-image: url(images/services_01.jpg);
}

#contact #header {
	background-image: url(images/contact_01.jpg);
}

#remodels #header {
	background-image: url(images/remodel_01.jpg);
}

#kitchens #header {
	background-image: url(images/kitchen_01.jpg);
}

#additions #header {
	background-image: url(images/additions_01.jpg);
}

#basements #header {
	background-image: url(images/basement_01.jpg);
}

#other #header {
	background-image: url(images/other_01.jpg);
}

#roofing #header {
	background-image: url(images/roofing_01.jpg);
}

#contentBottom {
	width: 1000px;
	background-image: url(images/index_04.jpg);
	background-repeat: repeat-y;
}

#contentTop {
	width: 1000px;
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 600px;
	height: auto !important;
	_height: 600px;
}

#contentTopInt {
	width: 1000px;
	background-image: url(images/int_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 600px;
	height: auto !important;
	_height: 600px;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 425px;
	margin: 10px 0px 0px 168px;
	_margin: 10px 0px 0px 84px;
}

#contentLeftInt {
	float: left;
	width: 650px;
	margin: 10px 0px 0px 168px;
	_margin: 10px 0px 0px 84px;
}

#contentLeftInt p {
	margin-bottom: 10px;	
}

#contentLeftInt object {
	margin: 10px;	
	border: 1px solid #542309;
}

#contentLeftInt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #542309;	
	margin-bottom: 10px;
}

#contentRight {
	float: right;
	width: 220px;
	margin: 10px 165px 0px 0px;
	_margin: 10px 80px 0px 0px;
}

#services #contentLeftInt ul {
	margin: 20px 0px 20px 40px;	
}

#services #contentLeftInt li {
	background-image: url(images/listArrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
	margin-bottom: 10px;
}

#services #contentLeftInt li a {
	padding: 0px 0px 0px 20px;	
}

#contentLeftInt ul {
	margin: 20px 0px 20px 40px;	
}

#contentLeftInt li {
	margin-bottom: 10px;
}

#contactForm {
	clear: both;
	width: 650px;
	margin-top: 30px;
}

#contactForm p {
	margin: 0px;	
}

.contactButtons {
	background-color: #C3F7FB;	
}

#addressInfo {
	width: 650px;
	margin-bottom: 20px;
}

#addressInfo h1 {
	font-weight: normal;
	font-size: 14px;
	color: #542309;
	text-align: center;
}

#footer {
	width: 1000px;
	height: 123px;
	background-image: url(images/index_06.jpg);
	background-repeat: no-repeat;
}

#footerContent {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footerContent ul {
	margin-top: 10px;	
}

#contactForm .capPar {
	margin-bottom: 10px;	
}

.entry img {
	border: 1px #666666 solid;
	-webkit-box-shadow: 2px 2px 6px #999999;  
	-moz-box-shadow: 2px 2px 6px #999999;  
	box-shadow: 2px 2px 6px #999999;	
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}