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

body {
	background-image:url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #fefefe;
	margin: 0;
}
#container {
	width: 1000px;
}
/*-----------------HEADER STYLES---------------------------*/
#head {
	background-image: url(../images/head2.jpg);
	background-repeat:no-repeat;
	height: 175px;
}
#head_area {
	width: 1000px;
	height: 175px;
}
#phone {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #006225;
	text-align:right;
	float:right;
	padding: 40px 10px 0 0;
}

/*-----------------NAVIGATION STYLES---------------------------*/
#nav {
	width: 1000px;
	height: 52px;
	background-image:url(../images/nav-bg-slice.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
}
/*-----------------BANNER STYLES---------------------------*/
#banner {
	width: 1000px;
	height: 356px;
}
/*-----------------BOXES STYLES---------------------------*/
#boxes {
	width: 1000px;
	height: 240px;
	margin-top: 15px;
}
#boxes p {
	padding-top: 162px;
	*padding-top: 177px;
}
#boxes a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fefdfc;
	font-style: italic;
	font-size: 19px;
}
#boxes a:hover {
	color: #006225;
}
.custome_box {
	float: left;
	width: 305px;
	height: 223px;
	background-image: url(../images/custome-homes-over.jpg);
	background-repeat: no-repeat;
	margin-right: 42px;
}
.remodel_box {
	float: left;
	width: 305px;
	height: 223px;
	background-image: url(../images/home-remodeling.jpg);
	background-repeat: no-repeat;
	margin-right: 42px;
}
.deck_box {
	float: left;
	width: 305px;
	height: 223px;
	background-image: url(../images/decks-and-porches.jpg);
	background-repeat: no-repeat;
}
/*-----------------MAIN STYLES---------------------------*/
#inner_container {
	width: 1000px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	text-align:left;
}
#main {
	width: 695px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	 
}
#main p {
	color: #454545;
	font-size: 14px;
	margin: 0 45px 8px 25px;
	line-height: 1.5em;
}
#main h1 {
	color: #006225;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	margin-left: 25px;
}
#main h2 {
	color: #006225;
	margin: 7px 0 7px 25px;
	font-size: 18px;
}
#main h3 {
	color: #006225;
	margin: 7px 0 7px 25px;
	font-size: 16px;
}
#main h4 {
	color: #006225;
	margin: 7px 0 7px 25px;
	font-size: 14px;
	font-style: italic;
}

/*-----------------RIGHT SIDE STYLES---------------------------*/
#right_side {
	width: 305px;
	float: left;
	margin-top: 69px;
	color: #fff;
}
#right_side h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 31px;
	margin-top: 18px;
}
#talk {
	width: 244px;
	height: 111px;
	background-image: url(../images/talk-to-stu.jpg);
	background-repeat:no-repeat;
	margin: 30px;
}
#talk h1 {
	margin: 10px 0 0 20px;
	font-size: 24px;
}
#talk p {
	margin-left: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.35em;
}
#talk a {
	color: #fff;
}
#talk a:hover {
	color: #006225;
}
#before {
	width: 244px;
	height: 111px;
	background-image: url(../images/before-and-after.jpg);
	background-repeat: no-repeat;
	margin: 30px;
	text-align:center;
}
#before h1 {
	margin: 8px 30px 0 0;
	line-height:1em;
	font-size: 24px;
}
#before a {
	color: #fff;
}
#before a:hover {
	color: #006225;
}
#newsletter {
	width: 244px;
	height: 111px;
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	margin: 30px;
}
#newsletter td {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#side_form {
	height: 350px;
	width: 244px;
	background-image: url(../images/form-bg-home.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	margin: 30px;
}
#side_form td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
/*-----------------FOOTER STYLES---------------------------*/
#footer {
	width: 1000px;
	height: 150px;
	color: #515151;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	margin-top: 15px;
}
#footer a {
	color: #515151;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #006225;
}

#city td {
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#city td a {
	color: #515151;
	font-weight: normal;
}
#city td a:hover {
	text-decoration: none;
	color: #006225;
}

/*-----------------CLASSES AND OTHER TAGS------------------*/
.clear {clear:both;}
a {text-decoration: none;}



