* {
	margin:0px;
	padding:0px;
}

body {
	background-image: url(/images/big_grey_gradient.gif);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	width:750px;
	margin:20px auto;
	font-family: Helvetica, Arial;
	font-size:14pt;
}

h1 {
	font-size:1.25em;
	color:#464646;
	position:relative;
	margin-left:5px;
}

h2 {
	font-size:1.3em;
	margin-bottom:5px;
}

h3 {
	font-size:1em;
	margin-bottom:.25em;
}

a {
  color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navigation {
	margin-top:10px;
	margin-left:5px;
}
#navigation li {
	display:inline;
	list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
	margin-right:30px;
}
#active a {
	text-decoration:underline;
}
#splash {
	position:relative;
	margin-top:25px;
	z-index:4;
}
#splash_blurb {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/red_header_box.png',sizingMethod='scale');
	/*background:url(images/red_header_box.png);*/
	padding: 10px 15px 15px 320px;
	width:415px;
	height:120px;
	line-height:1em;
	color:#fff;
	z-index:4;
}
html>body #splash_blurb {
		background: url(/images/red_header_box.png);
		font-size:1.15em;
		padding-top:15px;
		}

#splash_pic {
	position:absolute;
	left:-10px;
	top:-20px;
	height:183px; 
	width:321px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/home_splash.png',sizingMethod='scale');
	z-index:5;
}
html>body #splash_pic {
  background: url(/images/home_splash.png);
}
		
#custom_homes_splash_pic {
	position:absolute;
	left:-10px;
	top:-20px;
	height:185px; 
	width:314px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/custom_homes_splash.png',sizingMethod='scale');
	z-index:5;
}

html>body #custom_homes_splash_pic {
  background: url(/images/custom_homes_splash.png);
}

#contact_us_splash_pic {
	position:absolute;
	left:-10px;
	top:-23px;
	height:186px; 
	width:316px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/contact_us_splash.png',sizingMethod='scale');
	z-index:5;
}

html>body #contact_us_splash_pic {
  background: url(/images/contact_us_splash.png);
}

#remodeling_splash_pic {
	position:absolute;
	left:-10px;
	top:-25px;
	height:200px; 
	width:316px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/remodel_splash.png',sizingMethod='scale');
	z-index:5;
}

html>body #remodeling_splash_pic {
  background: url(/images/remodel_splash.png);
}
		
		
#main{
	background-color:#fff;
	padding:35px 15px 1px 15px;
	position:relative;
	top:-10px;
	width:700px;
	z-index:0;
}
html>body #main {
		width:700px;
		}

#mainfooter {
	height:21px;
	width:730px;
  position:relative;
  top:-10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/main_bottom.png',sizingMethod='scale');
	z-index:5;
}
html>body #mainfooter {
		background: url(/images/main_bottom.png);
}


#custom_homes {
	float:left;
	width:335px;
}
#remodeling {
	float:right;
	width:335px;
}

#contact {
	padding-top:25px	;
}
#contact_blurb {
	float:left;
	width:275px;
}

#contact_form {
	float:right;
	width:400px;
}
form label {
	float:left;
	margin-top:5px;
}
form input, form textarea {
	float:right;
	font-size:1em;
	width:13em;
}

form br {
	clear:both;
	margin-bottom:15px;
}
.clear {
	clear:both;
}