
	#for {
		position: relative;
		margin: 0 0 9px 0;
		color: #fff;
	}
		#for div {
			display: none;
			height: 166px;
			padding: 45px 480px 45px 45px;
			background: #000 none no-repeat 0 0;
		}
		#for div.community { background-image:  url(../images/home/banner-community.jpg) ;}
		#for div.industrial { background-image:  url(../images/home/banner-industrial.jpg) ;}
		#for div.commercial { background-image:  url(../images/home/banner-commercial.jpg) ;}
		#for div.active {
			display: block;
		}
		#for h2 {
			padding: 0 0 20px 0;
		}
		#for .readmore {
			position: absolute;
			bottom: 26px;
			right: 45px;
			color: #fff;
			text-shadow: 0 0 0 #000;
		}
			#for .readmore span {
				color: #f1e963;
			}

	#fold {
		width: 783px;
		padding: 45px 20px 20px;
		overflow: hidden;
	}

		#main .articles .readmore,
		#news .readmore {
			padding: 3px 2px 2px;
			border: solid 1px #99917d;
			-moz-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
			color: #fff;
			background: #b4a794;
			font: normal 10px/1 'Myriad Pro', 'Lucida Grande', sans-serif;
			text-transform: uppercase;
		}
	#main {
		float: right;
		width: 480px;
		padding: 0 10px 0 0;
	}
		#main a {
			color: #863707;
		}
		#main img {
			float: left;
			margin: 0 1em .5em 0;
		}
		#main .articles .readmore {
			float: right;
		}
		#main .services {
			padding: 0 0 23px 0;
			border-bottom: dashed 2px #bdac90;
			margin-bottom: 23px;
			font: normal 20px/1.3 Georgia, Palatino, Garamond, 'Times New Roman', Times, serif;
		}
		#main .services .readmore {
			display: block;
			padding: 0 10px 0 0;
			color: #343027;
			background: transparent url(../images/arrows/red-on-beige.gif) no-repeat 100% center;
			font: normal 12px Helvetica, Arial, sans-serif;
			text-align: right;
			text-transform: none;
		}
	#news {
		width: 220px;
		padding: 0 0 0 10px;
	}
		#news hr {
			border-top: none;
			border-bottom: dashed 2px #bdac90;
			margin: 1.5em 0;
			background: transparent;
		}
		#news h2 {
			padding: 0;
			color: #708489;
			font: italic 16px/1 Georgia, Times, serif;
		}
		#news h3 {
			padding: 1.5em 0 5px;
			font: bold 12px/1.2em Helvetica, Arial, sans-serif;
		}
		#news p {
			padding-bottom: .5em;
		}
