@charset "utf-8";
/* --------- Auburn Home Page CSS Styles --------- */

/*	
	1. Defaults: Html Tags
	2. Content
*/

/* --------- 1. Defaults  --------- */

* {margin:0px; padding:0px;}

/* --------- 2. Content  --------- */
#homePage {width:710px; float:left;}
	
#homePage h1{font-size:1.9em;color:#000; padding-bottom:10px; margin-top:8px;}
	
#homePage h2 {font-size:1.5em; color:#000; font-weight:normal; padding-bottom:10px;}
	
#homePage p{line-height:160%; padding-bottom:12px;}
	
#homePage a {color:#039; text-decoration:underline;}
	
#homePage a:hover {color:#9FB9DA; text-decoration:none;}
	
#homePage ul {list-style:none; margin:0px 0px 10px 10px; line-height:150%;}

#homePage li {background: url(../images/bullet.gif) no-repeat left 6px;padding-left:10px;}

#home-intro {width:710px; height:350px; background:url(../images/bg-home-intro.jpg) no-repeat; float:left;}

#home-intro p {width:460px;}
	
	
#leftClm {width:460px; float:left; margin-right:20px;}

#rightClm {width:225px; float:left;}

#rightClm2 {width:225px; float:left; padding-left:4px;}
#rightClm2 img{padding-bottom:17px;}
#rightClm2 img.traco{padding-top:10px;}


#homePage #rightClm li {background: url(../images/featured_check.gif) no-repeat left 4px; padding-left:20px;}

#rightClm img {margin-bottom:10px;}


/* --------- 3. Quote Form  --------- */

#quote-form {width:225px; height:292px; background:url(../images/s-quote-form-bg.gif) no-repeat top; float:right;}

#quote-form table {border-collapse:collapse; width:223px; height:310px; background:url(../images/bg-home-quote-form.gif) repeat-y top; border:1px solid #BCCCE9;}

#quote-form table th {width:223px; height:44px; background:url(../images/bg-home-quote-form-th.jpg) no-repeat top; color:#FFF; font-size:1.4em;}

/*#quote-form table th span {display:block; padding-top:2px;}*/

#quote-form table td {padding:2px;}

#quote-form table td label {display:block; width:174px; padding-left:20px; padding-bottom:4px; padding-top:4px; font-weight:bold; color:#333;} 

#quote-form table input {width:174px; margin-left:20px; font-weight:bold; color:#333; border:1px solid #A9BADD; padding:2px;}

#quote-form table select {width:180px; margin-left:20px; font-weight:bold; color:#333; border:1px solid #A9BADD; padding:2px;}

#quote-form table input, #quote-form table select {font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

#quote-form table input#btn_submit {width:198px; height:52px; margin-left:10px;}



	
/*Featured Projects */

#featuredContainer{
	background:url(../images/lc_featured_bg.gif) no-repeat;
	height:229px;
	}
	
#featuredContainer h4{
	padding:10px 0px 0px 20px;
	margin:0px;
	color:#333;
	}
	
#featuredProjects {
	width:174px;
	height:175px;
	border:#A6BBE2 1px solid;
	background-color:#DDE6F2;
	position:relative;
	top:9px;
	left:19px;
	}

#featuredProjects  img{
	border:#fff 1px solid;
	}
	
.featuredImg1{	
	margin:8px;
	float:left;
	clear:both;
	}
	
.featuredImg2{	
	float:left;
	margin: 8px 8px 8px 0px;
	}
	
.featuredImg3{	
	margin: 0px 8px 8px 8px;	
	float:left;
	clear:both;
	}
	
.featuredImg4{	
	float:left;
	margin: 0px 8px 8px 0px;
	}
	
.featuredImg5{	
	margin: 0px 8px 8px 8px;	
	float:left;
	clear:both;
	}
	
.featuredImg6{	
	float:left;
	margin: 0px 8px 8px 0px;
	}


