@charset "UTF-8";

/* ****************************************** */
/* RESET DEFAULTs */
/* ****************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************************************** */
/* // RESET DEFAULTs */
/* ****************************************** */

body{
	background:#475436 url(images/bg_hdr.jpg) center top repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

h1{
	font-size:1.4em;
	margin:1em 0 .5em 0;
	color:#cba128;
}

h2{
	font-size:1.1em;
	margin:1em 0 .5em 0;
	color:#475436;
}

p{
	line-height:1.3em;
	margin-bottom:1.3em;
}

ul{
	line-height:1.3em;
	margin-bottom:1.3em;
}

hr{
	clear:both;
}

#header{
	width:602px;
	margin:0 auto;
}

#content{
	width:794px;
	background:#eef7e3;
	margin:0 auto;
	border-left:#cba128 solid 5px;
	border-top:#cba128 solid 5px;
	border-right:#cba128 solid 5px;
	padding:30px 70px 30px 70px;
	clear:both;
}

#content li{
	list-style:outside;
	margin-left:1em;
	line-height:1.3em;
	padding-bottom:.5em;
}

#content img{
	padding:3px;
	background:#FFF;
	border:1px solid #cba128;
}

#footer{
	width:100%;
	border-top:#96943b solid 10px;
	background:#1e2417;
	color:#FFF;
	
}
	
	#footer .upper{
		text-transform:uppercase;
	}
	
	#footer a:link{
		text-decoration:none;
		color:#FFF;
	}
	
	#footer a:hover{
		text-decoration:underline;
		color:#FFF;
	}

#footer-content{
	width:934px;
	margin:0 auto;
	position:relative;
	height:100px;
}

	#footer-contact{
		position:absolute;
		top:10px;
		width:350px;
		left:0;
	}
	
	#footer-brokerage{
		position:absolute;
		top:10px;
		left:450px;
		width:250px;
	}
	
	#footer-logo{
		position:absolute;
		top:10px;
		right:0;
	}

/* *********************************************************************************************************** */

#menu-container {clear:both; float:left; width:100%; overflow:hidden; margin-top:20px;}
#menu2 {
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}
#menu2 li {
	float:left; position:relative; right:50%;
	padding:0 5px;

}
#menu2 a {
  	display:block;
}

#menu2 li a span{
	display:none;
}
	#btn-home{
		width:53px;
	}
		#btn-home a:link, #btn-home a:visited{
			background:url(images/btn-home.png);
			height:25px;
		}
		
		#btn-home a:hover, #pg-home #btn-home a{
			background:transparent url(images/btn-home-o.png);
		}	
		
	
	#btn-location{
		width:76px;
	}
		#btn-location a:link, #btn-location a:visited{
			background:url(images/btn-location.png);
			height:25px;
		}
		
		#btn-location a:hover, #pg-location #btn-location a{
			background:transparent url(images/btn-location-o.png);
		}
		
	
	#btn-sustainable{
		width:128px;
	}
		#btn-sustainable a:link, #btn-sustainable a:visited{
			background:url(images/btn-sustainable.png);
			height:25px;
		}
		
		#btn-sustainable a:hover, #pg-sustainable #btn-sustainable a{
			background:transparent url(images/btn-sustainable-o.png);
		}
	
	#btn-performance{
		width:94px;
	}
		#btn-performance a:link, #btn-performance a:visited{
			background:url(images/btn-performance.png);
			height:25px;
		}
		
		#btn-performance a:hover, #pg-performance #btn-performance a{
			background:transparent url(images/btn-performance-o.png);
		}
		
	#btn-floorplans{
		width:94px;
	}
		#btn-floorplans a:link, #btn-floorplans a:visited{
			background:url(images/btn-floorplans.png);
			height:25px;
		}
		
		#btn-floorplans a:hover, #pg-floorplans #btn-floorplans a{
			background:transparent url(images/btn-floorplans-o.png);
		}
		
	#btn-contact{
		width:94px;
	}
		#btn-contact a:link, #btn-contact a:visited{
			background:url(images/btn-contact.png);
			height:25px;
		}
		
		#btn-contact a:hover, #pg-contact #btn-contact a{
			background:transparent url(images/btn-contact-o.png);
		}
	
	#btn-videos{
		width:61px;
	}
		#btn-videos a:link, #btn-videos a:visited{
			background:url(images/btn-videos.png);
			height:25px;
		}
		
		#btn-videos a:hover, #pg-videos #btn-videos a{
			background:transparent url(images/btn-videos-o.png);
		}
	
	#btn-updates{
		width:65px;
	}
		#btn-updates a:link, #btn-updates a:visited{
			background:url(images/btn-updates.png);
			height:25px;
		}
		
		#btn-updates a:hover, #pg-updates #btn-updates a{
			background:transparent url(images/btn-updates-o.png);
		}
		
	#btn-about-us{
		width:76px;
	}
		#btn-about-us a:link, #btn-about-us a:visited{
			background:url(images/btn-about-us.png);
			height:25px;
		}
		
		#btn-about-us a:hover, #pg-about-us #btn-about-us a{
			background:transparent url(images/btn-about-us-o.png);
		}
		
/* ************** */

#flashMov{
	width:470px;
	height:400px;
	margin:0 auto;
}

.col-1{
	width:350px;
	float:left;
}

.col-2{
	width:350px;
	float:right;
}
