html, body { 
	height: 100%;
	}

body { 
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #555;
	background: #000 url(../images/common/bg_body.gif) repeat-y;
	}
	
.container { 
	width: 985px;
	margin: 0 0 0 5px;
	text-align: left;
	padding: 0;
	}

table {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #555;
	}
	
#wrapper { 
    position: relative;
    min-height: 100%;
    padding: 0;
    margin: 0;
	background-position: 0 30px;
    }	
	
	#verticalLine { 
		min-height: 100%; 
		width: 1px;
		position: absolute;
		top: 0;
		left: 355px; 
		background: url(../images/common/white.gif) no-repeat  0 151px;
		margin: 0 0 -30px 0;
		z-index: expression('-1');
		}
	
	*html #wrapper, *html #verticalLine { height: 100%; }
	
	.homepage #wrapper { background-image: url(../images/common/bg_middleHome.jpg); }
	.gallery #wrapper { background-image: url(../images/common/bg_middleGallery.jpg); }
	.general #wrapper { background-image: url(../images/common/bg_middleGeneral.jpg); }
	.about #wrapper { background-image: url(../images/common/bg_middleAbout.jpg); }
	.communitiesHomes #wrapper { background-image: url(../images/common/bg_middleCommunitiesHomes.jpg); }
	.customHomes #wrapper { background-image: url(../images/common/bg_middleCustomHomes.jpg); }
	.remodeling #wrapper { background-image: url(../images/common/bg_middleRemodelling.jpg); }
	.greenHomes #wrapper { background-image: url(../images/common/bg_middleGreenHomes.jpg); }
	
	
/*  TOP-SECTION STYLES 
---------------------------------------------------------------------*/
	
#top { 
	width: 100%;
	background: #4F4F4F;
	margin: 0; 
	padding: 0;
	height: 30px;
	display: block;
	z-index: 100;
	}
	
#topNav { 
	height: 30px;
	margin-left: 20px;
	}

	#topNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	
	#topNav ul li { 
		float: left;
		position: relative;
		}
	
	#topNav ul li a { 
		height: 30px;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		outline: none;
		text-decoration: none;
		margin-right: 35px;
		line-height: 30px;
		color: #FFF;
		text-indent: -5000px;
		}
		
	#topNav ul li a:hover {
		background-position: 0 -60px;
		}
	
	#topNav ul li.selected a { 
		background-position: 0 -30px;
		}
 
 	.homepage #topNav ul li a { 
 		background-position: 0 -30px;
 		}
	
 	.homepage #topNav ul li a:hover { 
 		background-position: 0 -60px;
 		}		
 				
		#topNav ul li.home a.menu { background-image: url(../images/topNav/topNav-home.gif); width: 31px; }	
		#topNav ul li.customHomes a.menu { background-image: url(../images/topNav/topNav-customHomes.gif); width: 80px; }	
		#topNav ul li.greenHomes a.menu { background-image: url(../images/topNav/topNav-greenHomes.gif); width: 71px; }	
		#topNav ul li.remodeling a.menu { background-image: url(../images/topNav/topNav-remodeling.gif); width: 67px; }	
		#topNav ul li.gallery a.menu { background-image: url(../images/topNav/topNav-gallery.gif); width: 46px; }	
		#topNav ul li.communities a.menu { background-image: url(../images/topNav/topNav-communities.gif); width: 119px; }	
		#topNav ul li.about a.menu { background-image: url(../images/topNav/topNav-about.gif); width: 36px; }	
		#topNav ul li.contact a.menu { background-image: url(../images/topNav/topNav-contact.gif); width: 47px; }	
		

/* SUBMENU STYLES AND FUNCTIONALITY */
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		}

/* second-level lists */


/* CUSTOM list for CUSTOM HOMES to center navigation using the margin left */
	
	#nav li ul.custom { 
		position: absolute;
		left: 0px;
		top: 31px;
		display: none;
		width: 130px;
		z-index: 999;
		text-indent: 0;
		background-image: none;
		margin: 0 0 0 19px;
		}

/* CUSTOM list for HOMES & COMMUNITIES to center navigation using the margin left */
	
	#nav li ul.current { 
		position: absolute;
		left: 0px;
		top: 31px;
		display: none;
		width: 130px;
		z-index: 999;
		text-indent: 0;
		background-image: none;
		margin: 0 0 0 38px;
		}


	#nav li ul { 
		position: absolute;
		left: -45px;
		top: 31px;
		display: none;
		width: 130px;
		z-index: 999;
		text-indent: 0;
		background-image: none;
		}
		
		#nav li ul li { 
			display: block;
			text-indent: 0; 
			margin: 0 0 1px 0;
			width: 130px;
			height: 20px;
			background-image: none;
			}

	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		display: none; 
		}

	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul {
		display: block;
		top: 31px;
		left: -45px;
		z-index: 999;
		text-indent: 0;
		/* added to fix drop down: 1px seperator below image was causing submenu to disappear - Gary */
		margin-top:-1px;
		border-top:solid 1px transparent;
		/* end */
		}
	
	#nav li ul a {
		width: 130px;
		height: 20px;
		display: block;
		text-decoration: none;
		color: #bc9;
		background: #4f4f4f; /* IE6 Bug */
		font-size: 10px;
		text-align: center;
		line-height: 20px;
		padding: 0;
		text-indent: 0;
		background-image: none; 
		}
		
	#nav li ul a:hover {
		background: #777;
		color: #FFF;
		}	
 
 	#topNav ul li:hover a.menu, 
	#topNav ul li.sfhover a.menu { 
		background-position: 0 -60px;
		}
		
	* html ul li { float: left; }
	* html ul li a { height: 1%; }



/*  MID-SECTION STYLES 
---------------------------------------------------------------------*/

#middle { 
	width: 100%;
    margin: 0; 
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	z-index: 1;
	z-index: expression('-1');
	padding: expression('0 0 35px 0');
    }	
	
#logo { 
	width: 100%;
	border-bottom: 1px solid #FFF; 
	height: 120px;
	}
				
#logo a { 
	display: block;
	float: right;
	width: 257px;
	height: 120px;
	line-height: 120px;
	margin-right: 40px;
	background: url(../images/common/logo.png) no-repeat;
	text-indent: -5000px;		
	}
		
.leftColumn { 
	display: block;
	float: left;
/*	border-right: 1px solid #FFF; */
	width: 350px;
	width: expression('351px');
	margin: 0; 
	position: relative;
	}
	

.leftColumnNav { 
	display: block;
	float: left;
/*	border-right: 1px solid #FFF; */
	width: 500px;
	width: expression('501px');
	margin: 0; 
	position: relative;
	}
	
	
.leftColumnNoGray { 
	display: block;
	float: left;
	border-right: 1px solid #cbcbcb; 
	width: 500px;
	width: expression('501px');
	margin: 0; 
	position: relative;
	}
	
.leftColumnNoLine { 
	display: block;
	float: left;
	/*border-right: 1px solid #cbcbcb;*/ 
	width: 500px;
	width: expression('501px');
	margin: 0; 
	position: relative;
	}
	
.rightColumn { 
	display: block;
	float: left;
	width: 590px;
	margin: 0;
	position: relative;
	}	

.rightColumnNav { 
	display: block;
	float: left;
	width: 445px;
	margin: 0;
	position: relative;
	}	
	
.rightColumnGray { 
	display: block;
	float: right;
	width: 400px;
	width: expression('380px');
	margin: 0;
	margin: expression('0 0 0 10px');
	position: relative;
	}	
	
.rightColumnNoGray { 
	display: block;
	float: left;
	width: 390px;
	margin: 0;
	position: relative;
	}	
	
#phone { 
	position: absolute;
	right: 20px;
	top: 125px;
	background: url(../images/common/phone.png) no-repeat;
	height: 20px;
	width: 125px;
	text-indent: -5000px;
	}		
	
#highrockstudios { 
	position: absolute;
	right: 20px;
	top: 210px;
	}
	
	#highrockstudios a { 
		background: url(../images/common/highrockstudios.png) no-repeat; 
		height: 192px;
		width: 10px;
		display: block;
		text-indent: -5000px;
		text-decoration: none;
		outline: none;	
		}
			
.leftColumn #homeLinks {
	position: absolute;
	left: 10px;
	bottom: 20px;
	}
	
	.leftColumn #homeLinks ul { 
		list-style-type: none; 
		margin: 0; 
		padding: 0;
		}
		
	.leftColumn #homeLinks ul li { 
		width: 310px;
		background: #e7e7e7; 
		margin: 2px 0 0 0;
		padding: 8px 10px;
		clear: both;
		height: 14px;
		height: expression('30px');
		}
		
	.leftColumn #homeLinks ul li img {
		float: left;
		}
		
	.leftColumn #homeLinks ul li a {
		float: right;
		}
		
	.newsBox { 
		background: url(../images/common/cornerBottomGrey.png) no-repeat bottom left; 
		margin: 5px 0; 
		padding: 20px 20px 10px 20px;
		font-size: 11px;
		line-height: 15px;
		color: #555;
		width: 310px;
		width: expression('350px');
		}
		
	.newsBox ul { 
		list-style-type: none;
		margin: 0;
		padding: 0; 
		}
		
	.newsBox ul li { 
		margin: 5px 0 0 0;
		padding: 5px 20px 0 0; 
		border-top: 1px solid #CCC; 
		background: url(../images/common/bg_news.gif) no-repeat 300px 10px;
		width: expression('310px');
		}
		
	.newsBox ul li p { 
		margin: 0 0 1px 0; 
		}
		
	.newsBox ul li a { 
		color: #46A;
		text-decoration: none; 
		}
	
	.newsBox ul li a:hover { 
		color: #B40;
		text-decoration: none; 
		}
		
	#newsTitle { 
		margin: 25px -10px 0 -10px;
		padding: 25px 10px 10px 10px;
		background: #c7c7c7; 
		display: block;
		width: expression('330px');
		height: 15px;
		height: expression('50px');
		}
		
	.leftColumn #newsTitle img {
		float: left;
		}
		
	.leftColumn #newsTitle a {
		float: right;
		}
				
#EHO a { 
	background: url(../images/common/eho_logo.png) no-repeat;
	margin: 10px 20px;
	height: 37px;
	width: 35px;
	display: block;
	text-indent: -5000px;
	text-decoration: none; 
	outline: none;
	}
	
#flash { 
	clear: both;
	line-height: 300px;
	text-align: center;
	height: 301px;
	width: 945px;
	display: block;
	}

#main { 
	clear: both;
	width: 915px;
	width: expression('960px');
	display: block;
	background: url(../images/common/cornerTopWhite.png) no-repeat;
	padding: 15px 15px 0px 15px;
	position: relative;
	}
	
	#main .leftColumn { 
		width: 320px;
		padding-right: 15px;
		width: expression('335px');
		}

	#main .rightColumn { 
		width: 579px;
		width: expression('594px');
		padding: 0;
		}
			
	#mainBottom { 
		clear: both;
		display: block;
		margin: 0;
		padding:0; 
		width: 945px;
		width: expression('950px');
		height: 15px;
		background: url(../images/common/cornerBottomWhite.png) no-repeat bottom right;
		}
	
#secondaryNav { 
	margin: 5px 0 0 0;
	float: left;
	}
	
	#secondaryNav ul { 
		list-style-type: none; 
		margin: 0;
		padding: 0;
		}
		
	#secondaryNav ul li { 
		width: 126px;
		height: 19px;
		display: block;
		border-top: 1px solid #CBCBCB; 
		}
		
	#secondaryNav ul li.last { 
		border-bottom: 1px solid #CBCBCB;
		}
		
	#secondaryNav ul li a { 
		width: 126px;
		height: 19px;
		display: block;
		background-repeat: no-repeat; 
		background-position: 0 0; 
		text-decoration: none; 
		text-indent: -5000px;
		outline: none; 
		}
	
	#secondaryNav .photoTitle { 
		color: #B40;
		width: 126px;
		height: 250px;
		margin: 0;
		padding: 0;
		}
		
	#secondaryNav .photoText { 
		width: 126px;
		height: 250px;
		margin: 0;
		padding: 0;
		}
	
	.photoTtl { 
		color: #B40;

		}
	
	.photoDesc { 
		color: #000000;
		font-size: 11px;
		line-height: 12pt;
		}
		
	#secondaryNav ul li a:hover { 
		background-position: 0 -19px;
		}
		
	#secondaryNav ul li.selected a { 
		background-position: 0 -38px;
		}
		
		#secondaryNav ul li.kitchens a { background-image: url(../images/secondaryNav/secondaryNav-kitchens.gif); }
		#secondaryNav ul li.bathrooms a { background-image: url(../images/secondaryNav/secondaryNav-bathrooms.gif); }
		#secondaryNav ul li.ownersSuites a { background-image: url(../images/secondaryNav/secondaryNav-owners.gif); }
		#secondaryNav ul li.otherBedrooms a { background-image: url(../images/secondaryNav/secondaryNav-other.gif); }
		#secondaryNav ul li.outdoorLiving a { background-image: url(../images/secondaryNav/secondaryNav-outdoor.gif); }
		#secondaryNav ul li.interiors a { background-image: url(../images/secondaryNav/secondaryNav-interiors.gif); }
		#secondaryNav ul li.exteriors a { background-image: url(../images/secondaryNav/secondaryNav-exteriors.gif); }
		#secondaryNav ul li.floorPlans a { background-image: url(../images/secondaryNav/secondaryNav-floorplans.gif); }
		
			
#showcase {
	background: #e5e5e5; 
	padding: 15px;
	width: expression('585px');
	}
	
	#showcase #largePhoto { 
		float: left;
		padding: 8px;
		width: 391px;
		width: expression('407px');
		height: 260px;
		height: expression('276px');
		margin-right: 10px;
		background: url(../images/common/bg_largePhoto.gif) no-repeat;
		}
		
		#showcase #largePhoto img { 
			width: 393px;
			height: 260px;
			border: 0; 
			background: #DDD; 
			}
	
	#showcase ul#thumbs { 
		list-style-type: none;
		margin: 0; 
		padding: 0;
		clear: both;
		}
		
	#showcase ul#thumbs li { 
		float: left; 
		margin: 0;
		padding: 5px;
		height: 86px;
		height: expression('96px');
		width: 126px;
		width: expression('136px');
		background: url(../images/common/bg_showcase.gif) no-repeat;
		}
		
	#showcase ul#thumbs li a { 
		display: block;
		height: 80px;
		width: 120px;
		border: 3px solid #FFF;
		}

	#showcase ul#thumbs li a:hover { 
		border: 3px solid #695;
		}
		
	#showcase ul#thumbs li img { 
		border: 0; 
		height: 80px;
		width: 120px;
		}
		
	#buttons { 
		float: left; 
		width: 126px;
		margin: 0 0 0 0;
		}
		
	#buttons a { 
		height: 13px;
		width: 36px;
		display: block;
		text-indent: -5000px;
		text-decoration: none; 
		outline: none; 
		}
		
	#buttons a.button_back { 
		background: url(../images/common/button_back.gif) no-repeat;
		float: left; 
		}

	#buttons a.button_next { 
		background: url(../images/common/button_next.gif) no-repeat;
		float: right; 
		}
		
.caseStudy {
	padding: 15px 0 0 0;
	width: 390px;
	width: expression('370px');
	}
	
	.caseStudy ul.image { 
		list-style-type: none;
		margin: 0 -4px;
		padding: 0;
		clear: both;
		}
		
	.caseStudy ul.image li { 
		float: left; 
		margin: 0 0 5px -3px;
		margin: expression('0 0 0 -3px');
		padding: 9px;
		height: 109px;
		width: 183px;
		width: expression('165px');
		background: url(../images/common/bg_caseStudyImage.gif) no-repeat;
		}
		
	.caseStudy ul.image li a { 
		float: left; 
		margin: 0 0 5px 0px;
		margin: expression('0 0 0 -3px');
		padding: 0px;
		height: 109px;
		width: 183px;
		width: expression('165px');
		}	
		
	.caseStudy ul.image li.before { 
		float: left; 
		margin: 0 0 -10px -3px;
		margin: expression('0 0 0 -3px');
		padding: 9px 9px 26px 9px;
		height: 126px;
		width: 183px;
		width: expression('165px');
		background: url(../images/common/bg_caseStudyBefore.gif) no-repeat;
		}
		
	.caseStudy ul.image li.after { 
		float: left; 
		margin: 0 0 -10px -3px;
		margin: expression('0 0 0 -3px');
		padding: 9px 9px 26px 9px;
		height: 126px;
		width: 183px;
		width: expression('165px');
		background: url(../images/common/bg_caseStudyAfter.gif) no-repeat;
		}
				
	.caseStudy ul.image li img { 
		border: 0; 
		height: 109px;
		width: 165px;
		}
			
		
	.caseStudy .caption { 
		clear: both; 
		background: #C7C7C7; 
		width: 350px;
		width: expression('360px');
		padding: 10px 10px 8px 10px;
		margin: -5px 0 0 0;
		}
		
	.caseStudy p { 
		float:left; 
		margin: 0; 
		font-style: italic;
		color: #555;
		}
		
	.caseStudy .captionTitle { 
		color: #46A;
		font-size: 14px;
		font-style: normal;
		}
		
		
	.caseStudy a { 
		float: right;
		margin: 15px 0 0 0;
		
		}
		
		
	.centerText .caption { 
		clear: both; 
		background: #C7C7C7; 
		width: 350px;
		width: expression('360px');
		padding: 10px 10px 8px 10px;
		margin: -5px 0 0 0;
		}
		
	.centerText p { 
		float:left; 
		margin: 0; 
		font-style: italic;
		color: #555;
		}
		
	.centerText .captionTitle { 
		color: #46A;
		font-size: 14px;
		font-style: normal;
		}
		
	.centerText a { 
		float: right;
		margin: 15px 0 0 0;
		
		}
	
		
		
/*  CONTENT STYLES 
---------------------------------------------------------------------*/	

p { 
	margin: 0 0 10px 0; 
	}

#mainContent {
	background: #e5e5e5; 
	padding: 15px;
	width: expression('585px');
	padding: expression('15px 15px 0px 15px');
	}
	
	#mainContent .date { 
		color: #B40;
		margin: 0 0 3px 0;
		}
		
	#mainContent .title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
		}

		
#mainContentGray {
	background: #e5e5e5; 
	padding: 15px;
	width: 370px;
	width: expression('390px');
	padding: expression('10px 10px 25px 15px');
	}
	
	#mainContentGray .date { 
		color: #B40;
		margin: 0 0 3px 0;
		}
		
	#mainContentGray .title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
		}
	
	#mainContentGray .blueTitle { 
		color: #6a87a9;
		font-size: 14px;
		line-height: 12px;
		margin: 0 0 0px 0;
		}
		
	#mainContentGray ul#thumbs { 
		list-style-type: none;
		margin: 0; 
		padding: 0;
		clear: both;
		}
		
	#mainContentGray ul#thumbs li { 
		float: left; 
		margin: 0;
		padding: 5px;
		height: 86px;
		height: expression('144px');
		width: 144px;
		width: expression('183px');
		background: url(../images/common/bg_before.gif) no-repeat;
		}
		
	#mainContentGray ul#thumbs li a { 
		display: block;
		height: 137px;
		width: 176px;
		border: 3px solid #FFF;
		}

	#mainContentGray ul#thumbs li a:hover { 
		border: 3px solid #695;
		}
		
	#mainContentGray ul#thumbs li img { 
		border: 0; 
		height: 137px;
		width: 176px;
		}
		
		
#mainContentNoGray {
	background: #ffffff; 
	padding: 0 25px 25px 20px;
	width: expression('400px');
	padding: expression('0 25px 25px 20px');
	}
	
	#mainContentNoGray .date { 
		color: #B40;
		margin: 0 0 3px 0;
		}
		
	#mainContentNoGray .title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
		}
	
	/*#mainContentNoGray .leftColumn {
		float: left;
		display: inline;
		width: 340px;
		height: auto;
		border-right:solid 1px #CBCBCB;
		padding-right: 20px;
		}
	
	#mainContentNoGray .rightColumn {
		padding-left: 20px;
		float: left;
		display: inline;
		width:372px;
		
		}	*/		
		

#content { 
	clear: both;
	padding: 20px 0 20px 30px;
	width: 660px;
	width: expression('690px')
	}
	
#intNav { 
	float: left; 
	width: 125px;
	margin: 0 15px 25px 0;
	}
	
	#intNav ul { 
		list-style-type: none;
		margin: 0; 
		padding: 0; 
		}
		
	#intNav ul li { 
		height: 22px;
		border-bottom: 1px solid #CBCBCB; 
		line-height: 22px; 
		}
		
	#intNav ul li.last { 
		border-bottom: none; 
		}
		
	#intNav ul li a { 
		width: 125px;
		height: 22px;
		display: block;
		background-repeat: no-repeat; 
		background-position: 0 2px; 
		text-decoration: none; 
		text-indent: -5000px;
		outline: none; 
		}
		
	#intNav ul li a:hover { 
		background-position: 0 -17px;
		}
		
	#intNav ul li.selected a { 
		background-position: 0 -36px;
		}
		
		
		#intNav ul li.intNav-overview a { background-image: url(../images/intNav/intNav-overview.gif); }
		#intNav ul li.intNav-philosophy a { background-image: url(../images/intNav/intNav-philosophy.gif); }
		#intNav ul li.intNav-news a { background-image: url(../images/intNav/intNav-news.gif); }
		#intNav ul li.intNav-resources a { background-image: url(../images/intNav/intNav-resources.gif); }
		#intNav ul li.intNav-whoweare a { background-image: url(../images/intNav/intNav-whoWeAre.gif); }
		#intNav ul li.intNav-awards a { background-image: url(../images/intNav/intNav-awards.gif); }
		#intNav ul li.intNav-testimonials a { background-image: url(../images/intNav/intNav-testimonials.gif); }
		
		#intNav ul li.kitchens a { background-image: url(../images/intNav/intNav-GalleryKitchens.gif); }
		#intNav ul li.bathrooms a { background-image: url(../images/intNav/intNav-GalleryBathrooms.gif); }
		#intNav ul li.ownersSuites a { background-image: url(../images/intNav/intNav-GalleryOwners.gif); }
		#intNav ul li.otherBedrooms a { background-image: url(../images/intNav/intNav-GalleryOther.gif); }
		#intNav ul li.outdoorLiving a { background-image: url(../images/intNav/intNav-GalleryOutdoor.gif); }
		#intNav ul li.interiors a { background-image: url(../images/intNav/intNav-GalleryInteriors.gif); }
		#intNav ul li.exteriors a { background-image: url(../images/intNav/intNav-GalleryExteriors.gif); }
		#intNav ul li.floorPlans a { background-image: url(../images/intNav/intNav-GalleryFloor.gif); }
		#intNav ul li.residence a { background-image: url(../images/intNav/intNav-GalleryResidences.gif); }
		
		#intNav ul li.overview a { background-image: url(../images/intNav/intNav-GalleryOverview.gif); }
		
		#intNav ul li.communitiesCurrent a { background-image: url(../images/intNav/intNav-CommunitiesCurrent.gif); }
		#intNav ul li.communitiesHomes a { background-image: url(../images/intNav/intNav-CommunitiesHomes.gif); }
		#intNav ul li.communitiesOverview a { background-image: url(../images/intNav/intNav-CommunitiesOverview.gif); }
		
		#intNav ul li.customConstruction a { background-image: url(../images/intNav/intNav-CustomConstruction.gif); }
		#intNav ul li.customFAQ a { background-image: url(../images/intNav/intNav-CustomFAQ.gif); }
		#intNav ul li.customOverview a { background-image: url(../images/intNav/intNav-CustomOverview.gif); }
		#intNav ul li.customPlanning a { background-image: url(../images/intNav/intNav-CustomPlanning.gif); }
		#intNav ul li.customTechnology a { background-image: url(../images/intNav/intNav-CustomTechnology.gif); }
		#intNav ul li.customVisualizing a { background-image: url(../images/intNav/intNav-CustomVisualizing.gif); }
			
		#intNav ul li.intNav-visualize a { background-image: url(../images/intNav/intNav-visualizing.gif); height: 34px; background-position: 0 0; }
		#intNav ul li.intNav-planningAndDesign a { background-image: url(../images/intNav/intNav-planningAndDesign.gif); }
		#intNav ul li.intNav-construction a { background-image: url(../images/intNav/intNav-construction.gif); height: 34px; background-position: 0 0; }
		#intNav ul li.intNav-efficiencyAndComfort a { background-image: url(../images/intNav/intNav-efficiencyAndComfort.gif); height: 34px; background-position: 0 0;  }		
		
		#intNav ul li.currentCommunities a { background-image: url(../images/intNav/intNav-CurrentCommunities.gif); }
		#intNav ul li.currentHomes a { background-image: url(../images/intNav/intNav-CurrentHomes.gif); }
		
		
			#intNav ul li.intNav-visualize,
			#intNav ul li.intNav-construction,
			#intNav ul li.intNav-efficiencyAndComfort
				{ 
				height: 34px;
				}
		
			#intNav ul li.intNav-visualize a:hover ,
			#intNav ul li.intNav-construction a:hover ,
			#intNav ul li.intNav-efficiencyAndComfort a:hover 
				{ 
				background-position: 0 -34px;
				}
		
			#intNav ul li.intNav-visualize a.selected ,
			#intNav ul li.intNav-construction a.selected ,
			#intNav ul li.intNav-efficiencyAndComfort a.selected 
				{ 
				background-position: 0 -68px;
				}



#intLinks { 
	float: left; 
	width: 180px;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 25px 0;
	}

	#intLinks ul { 
		list-style-type: none;
		margin: 0; 
		padding: 0; 
		}
	
	#intLinks ul li {
        clear: both;
		width: 180px;
        margin: 0 0 10px 0;
        }

		
	#intLinks ul li a { 
		color: #46A;
		text-decoration: none; 
		}
	
	#intLinks ul li a:hover { 
		color: #695;
		}
		

#centerText { 
	float: left; 
	width: 340px;
	
	margin: 0 10px 25px 5px;
	}

	#centerText ul { 
		list-style-type: disc;
		margin: 0 0 0 10px; 
		padding: 0 0 0 10px; 
		}
	
	#centerText ul li {
        clear: both;
		width: 320px;
        /*margin: 0 0 0 10px;*/
        }

		
	#centerText ul li a { 
		color: #46A;
		text-decoration: none; 
		}
	
	#centerText ul li a:hover { 
		color: #695;
		}
	
	#centerText .orangeTitle { 
		color: #B40;
		margin: 0 0 0 0;
		}
		
	#centerText .title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 10px 0;
		}
	
#centerTextGallery { 
	float: left; 
	width: 165px;
	
	margin: 0 10px 25px 5px;
	}

	#centerTextGallery ul { 
		list-style-type: disc;
		margin: 0 0 0 10px; 
		padding: 0 0 0 10px; 
		}
	
	#centerTextGallery ul li {
        clear: both;
		width: 180px;
        /*margin: 0 0 0 10px;*/
        }

		
	#centerTextGallery ul li a { 
		color: #46A;
		text-decoration: none; 
		}
	
	#centerTextGallery ul li a:hover { 
		color: #695;
		}
	
	#centerTextGallery .orangeTitle { 
		color: #B40;
		margin: 0 0 0 0;
		}
		
	#centerTextGallery .title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
		}
		
#centerTextRemodel { 
	float: left; 
	width: 470px;
	margin: 0 10px 25px 5px;
	}

	#centerTextRemodel ul { 
		list-style-type: disc;
		margin: 0 0 0 10px; 
		padding: 0 0 0 10px; 
		}
	
	#centerTextRemodel ul li {
        clear: both;
		width: 480px;
        }

		
	a { 
		color: #46A;
		text-decoration: none; 
		}
	
	a:hover { 
		color: #695;
		}
	
	.orangeTitle { 
		color: #B40;
		margin: 0 0 0 0;
		}
		
	.title { 
		color: #000;
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px 0;
		}
		
#newsArchive { 
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 325px;
	height: 19px;
	border-bottom: 1px solid #CBCBCB; 
	border-top: 1px solid #CBCBCB; 
	text-align: right;
	font-size: 11px;
	line-height: 19px;
	background: url(../images/common/bg-newsArchive.gif) no-repeat 1px 5px; 
	}
	
	#newsArchive a { 
		color: #46A;
		text-decoration: none; 
		margin: 0 1px 0 5px;
		}
				
/*  BOTTOM-SECTION STYLES 
---------------------------------------------------------------------*/	

	
#bottom {
	width: 100%;
	height: 30px;
	margin: -31px 0 0 0; 
	padding: 0;
	clear: both;
	position: relative;
	color: #FFF;
	font-size: 10px;
	line-height: 13px;
	background: #000 url(../images/common/bg_body.gif) repeat-y;
	border-top: 1px solid #FFF; 
	}
	
	*html #bottom { margin-top: -31px; }
	
	
	
#footer { 	}
	
#copyright { 
	display: block;
	float: left;
	width: 350px;
	background: url(../images/common/copyright.gif) no-repeat 20px 10px;
	text-indent: -5000px;
	height: 30px;
	}
	
#address { 
	display: block;
	float: left;
	width: 590px;
	background: url(../images/common/address.gif) no-repeat 20px 10px;
	text-indent: -5000px;
	height: 30px;
	}

/* FORM STYLES
---------------------------------------------------------------------*/

.button 
{
	font: 12px/20px Arial, Helvetica, Verdana, sans-serif;
	background:url(/images/buttonBG.gif) left top repeat-x #efefef;
	border: 1px solid #c2c2c2;
	vertical-align: text-bottom;
	color: #555;
	font-weight: normal
}

	

/*  COMMON STYLES 
---------------------------------------------------------------------*/		
		
.clear { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	}

.float { 
	float: left; 
	}
	
a.plus { 
	background: url(../images/common/plus.gif) no-repeat  0 1px;
	display: block;
	height: 14px;
	width: 17px;
	text-indent: -5000px;
	text-decoration: none; 
	outline: none;
	}
	
a.backGray { 
	background: url(../images/common/backGray.gif) no-repeat  0 1px;
	display: block;
	height: 17px;
	width: 50px;
	text-indent: -5000px;
	text-decoration: none; 
	outline: none;
	}	
	
a.viewMore { 
	background: url(../images/common/viewMore.gif) no-repeat  0 0;
	display: block;
	height: 20px;
	width: 90px;
	text-indent: -5000px;
	text-decoration: none; 
	outline: none;
	}

a.viewMore:hover { 
	background-position:  0 -20px;
	}
	
a.backList { 
	background: url(../images/common/backList.gif) no-repeat  0 0;
	display: block;
	height: 20px;
	width: 90px;
	text-indent: -5000px;
	text-decoration: none; 
	outline: none;
	}

	
.viewMoreDiv { 
	float: right;
	margin: 50px 0 0 0; 
	}
	
h1 { 
	margin: 65px 0 5px 20px; 
	height: 17px;
	width: 450px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	}
	
	h1.welcome { background-image: url(../images/titles/title-welcome.png); }
	h1.galleryHighlights { background-image: url(../images/titles/title-galleryHighlights.png); float: left; }
	h1.galleryInteriors { background-image: url(../images/titles/title-galleryInteriors.png); }
	h1.galleryBathrooms { background-image: url(../images/titles/title-galleryBathrooms.png); }
	h1.galleryExteriors { background-image: url(../images/titles/title-galleryExteriors.png); }
	h1.galleryFloor { background-image: url(../images/titles/title-galleryFloor.png); }
	h1.galleryKitchens { background-image: url(../images/titles/title-galleryKitchens.png); }
	h1.galleryOther { background-image: url(../images/titles/title-galleryOther.png); }
	h1.galleryOutdoor { background-image: url(../images/titles/title-galleryOutdoor.png); }
	h1.galleryOverview { background-image: url(../images/titles/title-galleryOverview.png); }
	h1.galleryOwners { background-image: url(../images/titles/title-galleryOwners.png); }
	h1.galleryResidence { background-image: url(../images/titles/title-galleryResidences.png); }
	h1.aboutNews { background-image: url(../images/titles/title-aboutNews.png); }
	h1.aboutOverview { background-image: url(../images/titles/title-aboutOverview.png); }
	h1.aboutPhilosophy { background-image: url(../images/titles/title-aboutPhilosophy.png); }
	h1.aboutResources { background-image: url(../images/titles/title-aboutResources.png); }
	h1.aboutWhoWeAre { background-image: url(../images/titles/title-aboutWhoWeAre.png); }
	h1.aboutAwards { background-image: url(../images/titles/title-aboutAwards.png); }
	h1.aboutTestimonials { background-image: url(../images/titles/title-aboutTestimonials.png); }
	h1.customOverview { background-image: url(../images/titles/title-customOverview.png); }
	h1.customConstruction { background-image: url(../images/titles/title-customConstruction.png); }
	h1.customFAQ { background-image: url(../images/titles/title-customFAQ.png); }
	h1.customPlanning { background-image: url(../images/titles/title-customPlanning.png); }
	h1.customTechnology { background-image: url(../images/titles/title-customTechnology.png); }
	h1.customVisualizing { background-image: url(../images/titles/title-customVisualizing.png); }
	h1.contact { background-image: url(../images/titles/title-contact.png); }
	h1.home { background-image: url(../images/titles/title-home.png); }
	h1.remodeling { background-image: url(../images/titles/title-remodeling.png); }
	h1.communitiesCurrent { background-image: url(../images/titles/title-communitiesCurrent.png); }
	h1.communitiesHomes { background-image: url(../images/titles/title-communitiesHomes.png); }
	h1.customHomes { background-image: url(../images/titles/title-customHomes.png); }
	h1.remodeling { background-image: url(../images/titles/title-remodeling.png); }
	h1.greenHomes { background-image: url(../images/titles/title-greenHomes.png); }
	
h2 { 
	margin: 0; 
	height: 24px;
	width: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	}
	
	h2.h2-caseStudies { background-image: url(../images/common/h2-CaseStudies.gif); }
	h2.h2-latest { background-image: url(../images/common/h2-Latest.gif); }
	h2.h2-testimonials { background-image: url(../images/common/h2-Testimonials.gif); }
	h2.h2-homesAvailable { background-image: url(../images/common/h2-homesAvailable.gif); }
	h2.h2-currentCom { background-image: url(../images/common/h2-currentCom.gif); }
	h2.h2-homesavail { background-image: url(../images/common/homesavailablenow.gif); }
	

h3 { 
	margin: 65px 0 5px 20px; 
	height: 17px;
	width: 200px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	}

	h3.welcome { background-image: url(../images/titles/title-welcome.png); }
	h3.galleryHighlights { background-image: url(../images/titles/title-galleryHighlights.png); float: left; }
	
h4 { 
	margin: 0; 
	height: 30px;
	width: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
	}
	
	h4.h2-photosFloorplans { background-image: url(../images/common/h2-PhotosFloorplans.gif); }	
	h4.h2-photosSitePlans { background-image: url(../images/common/h2-photosSitePlan.gif); }	

.galleryIndex { 
	position: absolute;
	top: 66px;
	/*left: 500px;*/
	left: 355px;
	display: block;
	width: 70px;
	height: 13px;
	text-indent: -5000px;
	background: url(../images/common/galleryIndex.png) no-repeat;
	}
	
.homeIndex { 
	position: absolute;
	top: 66px;
	/*left: 500px;*/
	left: 355px;
	display: block;
	width: 70px;
	height: 13px;
	text-indent: -5000px;
	background: url(../images/common/homeIndex.png) no-repeat;
	}
	
.customHomesIndex {
	position: absolute;
	top: 66px;
	left: 460px;
	display: block;
	width: 110px;
	height: 13px;
	text-indent: -5000px;
	background: url(../images/common/customHomesIndex.png) no-repeat;
	}


.h260 { 
	height: 260px;
	height: expression('300px');
	}
	
#logo a, h1, .galleryIndex, .customHomesIndex, .homeIndex, #phone, #highrockstudios a, .newsBox, #EHO a, #flash, #mainBottom, #main
 { 
	behavior: url(/scripts/iepngfix.htc); 
	}
	
.green, .caseStudy .green, .centerText .green { color: #363; }
	